You could provide valid taskdefs for svn tasks in your ant script. In Idea 7.* it should be enough. Of course, there are some limitations with custom tasks support.
Hi,
is there a way to integrate svn support (like svnant )into the ant tool of IDEA?
At the moment I only needed one specific thing (integration of revision numbers), which I found a quick workaround for.
The reason for my question was, that a colleague of mine is using Eclipse for our project, which apparently has svn integration in ant scripts, so I wanted to find out whether we could use something like this - in the future, in case a broader need for svn in ant emerges. So, if this really happens, I will have a look into those custom taskdefs.
Hello Bernd,
You could provide valid taskdefs for svn tasks in your ant script. In Idea
7.* it should be enough. Of course, there are some limitations with custom
tasks support.
Alexander.
Thx for you answer.
At the moment I only needed one specific thing (integration of revision numbers), which I found a quick workaround for.
The reason for my question was, that a colleague of mine is using Eclipse for our project, which apparently has svn integration in ant scripts, so I wanted to find out whether we could use something like this - in the future, in case a broader need for svn in ant emerges. So, if this really happens, I will have a look into those custom taskdefs.
Bernd
Message was edited by:
Bernd Bischl