[Subclipse-users] Extension point for svnant in subclipse
From: Manish Modh <manish.modh_at_gravitant.com>
Date: 2006-07-24 16:42:02 CEST
Why doesn't the Subclipse core plugin include the svnant.jar and an ant
What I did was add the svnant.jar to the
<!-- Ant Tasks -->
<extension point="org.eclipse.ant.core.antTasks">
<antTask
eclipseRuntime="true"
class="org.tigris.subversion.svnant.SvnTask"
headless="true"
library="lib/svnant.jar"
name="svn">
</antTask>
</extension>
Now, I can just use the svn task in any build.xml that is configured to run
Should an issue be created in tracker to resolve this?
Thanks,
Manish Modh
|
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.