Since 1.2.0 Bundlor is built with Gradle.
During ./gradlew build
we
org.eclipse.virgo.bundlor
sourcesorg.eclipse.virgo.bundlor.ant
sourcesorg.eclipse.virgo.bundlor.blint
sourcesorg.eclipse.virgo.bundlor.commandline
sourcesThe resulting jar files can be found in the build/libs
folder of each project.
Java 8 must be installed and JAVA_HOME
must be set.
Use the Buildship Eclipse plugin from Gradle to import Bundlor projects into your workspace.
You can generate the Eclipse IDE project metadata by issuing ./gradlew eclipse
command on the command line before import.