From f93d5392f8cb5ca85b718a10fd9e472907512c0b Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Tue, 24 Feb 2015 11:38:45 -0600 Subject: Build the project using Maven This introduces a pom.xml which tells Maven how the project is structured. To avoid a boatload of disruptive renames, we override some of Maven's default settings. It updates the code generation scheme to generate VersionInfo.java using the templating-maven-plugin. Lastly, it removes the Ant build files to avoid maintaining multiple build systems. --- build-old.xml | 908 ---------------------------------------------------------- 1 file changed, 908 deletions(-) delete mode 100644 build-old.xml (limited to 'build-old.xml') diff --git a/build-old.xml b/build-old.xml deleted file mode 100644 index b444cc5..0000000 --- a/build-old.xml +++ /dev/null @@ -1,908 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -The following ant targets are available ("jar-opt" is the default): - - all - execute targets jar-debug and dist. - - clean - removes build/ and dist/ for current platform - - clean-all - removes build/ and dist/ for all platforms - - clean-dist - removes dist. - - clean-javaonly - removes java portion of build for current platform - - compile - execute targets compile-debug and compile-opt. - - compile-debug - builds all classes and native layer in src into - class files under build/${platform}/debug/classes/ and - native files under build/${platform}/debug/native/ - - compile-opt - builds all classes and native layer in src into - class files under build/${platform}/opt/classes/ and - native files under build/${platform}/opt/native/ - - dist - THIS TARGET IS FOR RELEASE ENGINEERING ONLY; DEVELOPERS NEED NOT - USE THIS TARGET. - Copies the shared jars, and the platform-specific native - libraries, src files, and javadoc to dist/${platform}. - The dist-common target must be run first. - - dist-common - THIS TARGET IS FOR RELEASE ENGINEERING ONLY; DEVELOPERS NEED NOT - USE THIS TARGET. - This target must be run on a 32-bit Linux-x86 system. - Creates the shared jar from the linux-i586 and - windows-i586-vc build directories. - The jar-opt target must be run first. - - docs - builds all classes in src into javadoc under - build/javadocs. - - docs-jcp - builds JCP docs of all classes in src into javadoc - under build/javadocs/docs-jcp. - - docs-private - builds private docs of all classes in src into javadoc - under build/javadocs/docs-private. - - docs-public - builds public docs of all classes in src into javadoc - under build/javadocs/docs-public. - - echo - echo some useful information, such as user.home, - ant.home, java.home and platform. - - jar - execute targets jar-debug and jar-opt. - - jar-debug - creates build/${platform}/debug/lib for all jar - files and libraries from class and native code files under - build/${platform}/debug/classes and - build/${platform}/debug/native. - - jar-debug-javaonly - - compiles only the java portion of j3d and builds - jars in same locations as jar-debug - - jar-opt - creates build/${platform}/opt/lib for all jar - files and libraries from class and native code files under - build/${platform}/opt/classes and - build/${platform}/opt/native. - - jar-opt-javaonly - - compiles only the java portion of j3d and builds - jars in same location as jar-opt - - install-debug - installs the debug build into the JDK pointed to by JAVA_HOME - - src - generate a zip file j3d project source code. - - uninstall - uninstalls j3d from the JDK pointed to by JAVA_HOME - - -- cgit v1.2.3