Eclipse Virgo Bundlor can be obtained from an Ivy repository.
Add the Virgo resolver to the ivysettings.xml
file
<url name="eclipse.virgo.build.read.resolver"> <ivy pattern="http://build.eclipse.org/rt/virgo/ivy/bundles/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/> <artifact pattern="http://build.eclipse.org/rt/virgo/ivy/bundles/release/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"/> </url>
Download the Eclipse Virgo Bundlor dependency in the build.xml
file
<ivy:cachepath resolveId="bundlor.classpath" pathid="bundlor.classpath" organisation="org.eclipse.virgo.bundlor" module="org.eclipse.virgo.bundlor.ant" revision="1.1.2.RELEASE" conf="ant" inline="true" type="jar" log="download-only"/>