joaobispo / ant-build-for-java-eclipse

Parses Eclipse Java projects and generates an ANT XML file that builds and tests the code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ant-build-for-java-eclipse

Parses Eclipse Java projects inside a given folder and generates an ANT XML file that builds and tests the code.

Needs at least one argument, the root of the repository. Optionally, the second argument can be the user libraries file exported from Eclipse (.userlibraries). Generates a build.xml file in the root of the given folder.

The application also accepts exported .userlibraries files, in case the projects use Eclipse user libraries. Make sure the JAR files are referenced from inside a project, so that the paths to the JARs are relative instead of absolute.

About

Parses Eclipse Java projects and generates an ANT XML file that builds and tests the code.

License:Apache License 2.0


Languages

Language:Java 100.0%