From 8a94e32f276a5bf1d1c1e2508b0941877ca95d70 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 16 Mar 2016 20:05:46 -0500 Subject: [PATCH] Fix xsl-saxon build.xml to work without NetBeans --- xsl-saxon/build.xml | 77 +--- xsl-saxon/nbproject/build-impl.xml | 575 ------------------------ xsl-saxon/nbproject/genfiles.properties | 8 - xsl-saxon/nbproject/project.properties | 55 --- xsl-saxon/nbproject/project.xml | 17 - 5 files changed, 15 insertions(+), 717 deletions(-) delete mode 100644 xsl-saxon/nbproject/build-impl.xml delete mode 100644 xsl-saxon/nbproject/genfiles.properties delete mode 100644 xsl-saxon/nbproject/project.properties delete mode 100644 xsl-saxon/nbproject/project.xml diff --git a/xsl-saxon/build.xml b/xsl-saxon/build.xml index 8c065fa15..18477ae97 100644 --- a/xsl-saxon/build.xml +++ b/xsl-saxon/build.xml @@ -1,69 +1,22 @@ - - - - Builds, tests, and runs the project saxon65. - - + + + diff --git a/xsl-saxon/nbproject/build-impl.xml b/xsl-saxon/nbproject/build-impl.xml deleted file mode 100644 index 336eb2767..000000000 --- a/xsl-saxon/nbproject/build-impl.xml +++ /dev/null @@ -1,575 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Must set platform.home - Must set platform.bootcp - Must set platform.java - Must set platform.javac - Platform is not correctly set up - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Must set src.dir - Must set test.src.dir - Must set build.dir - Must set dist.dir - Must set build.classes.dir - Must set dist.javadoc.dir - Must set build.test.classes.dir - Must set build.test.results.dir - Must set build.classes.excludes - Must set dist.jar - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Must select some files in the IDE or set javac.includes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - To run this application from the command line without Ant, try: - - - - - - - ${platform.java} -cp "${run.classpath.with.dist.jar}" ${main.class} - - - - - - - - - - - - - - - - - - - - - - - To run this application from the command line without Ant, try: - - ${platform.java} -jar "${dist.jar.resolved}" - - - - - - - - - - - - - - - - Must select one file in the IDE or set run.class - - - - - - - - - - - - - - - - - - - - Must select one file in the IDE or set debug.class - - - - - Must set fix.includes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Must select some files in the IDE or set javac.includes - - - - - - - - - - - - - - - - - - - - - - - Some tests failed; see details above. - - - - - - - - - Must select some files in the IDE or set test.includes - - - - Some tests failed; see details above. - - - - - Must select one file in the IDE or set test.class - - - - - - - - - - - - - - - - - Must select one file in the IDE or set applet.url - - - - - - - - - Must select one file in the IDE or set applet.url - - - - - - - - - - - - - - - - - - - - diff --git a/xsl-saxon/nbproject/genfiles.properties b/xsl-saxon/nbproject/genfiles.properties deleted file mode 100644 index f20b70278..000000000 --- a/xsl-saxon/nbproject/genfiles.properties +++ /dev/null @@ -1,8 +0,0 @@ -build.xml.data.CRC32=8e458dcb -build.xml.script.CRC32=c0233ac0 -build.xml.stylesheet.CRC32=d5b6853a -# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. -# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. -nbproject/build-impl.xml.data.CRC32=8e458dcb -nbproject/build-impl.xml.script.CRC32=39e8d752 -nbproject/build-impl.xml.stylesheet.CRC32=99b91518 diff --git a/xsl-saxon/nbproject/project.properties b/xsl-saxon/nbproject/project.properties deleted file mode 100644 index 2220d8886..000000000 --- a/xsl-saxon/nbproject/project.properties +++ /dev/null @@ -1,55 +0,0 @@ -application.args= -build.classes.dir=${build.dir}/classes -build.classes.excludes=**/*.java,**/*.form -build.dir=. -build.generated.dir=${build.dir}/generated -# Only compile against the classpath explicitly listed here: -build.sysclasspath=ignore -build.test.classes.dir=${build.dir}/test/classes -build.test.results.dir=${build.dir}/test/results -debug.classpath=\ - ${run.classpath} -debug.test.classpath=\ - ${run.test.classpath} -dist.dir=. -# This jar file and javadoc are removed when the project is cleaned. -dist.jar=${dist.dir}/saxon65.jar -dist.javadoc.dir=${dist.dir}/javadoc -file.reference.saxon.jar=../../../../../usr/local/java/saxon6/saxon.jar -jar.compress=false -javac.classpath=\ - ${file.reference.saxon.jar} -# Space-separated list of extra javac options -javac.compilerargs= -javac.deprecation=false -javac.source=1.4 -javac.target=1.4 -javac.test.classpath=\ - ${javac.classpath}:\ - ${build.classes.dir}:\ - ${libs.junit.classpath} -javadoc.additionalparam= -javadoc.author=false -javadoc.encoding= -javadoc.noindex=false -javadoc.nonavbar=false -javadoc.notree=false -javadoc.private=false -javadoc.splitindex=true -javadoc.use=true -javadoc.version=false -javadoc.windowtitle= -meta.inf.dir=${src.dir}/META-INF -platform.active=Java_HotSpot_TM__Client_VM_1.4.2_11-b06 -run.classpath=\ - ${javac.classpath}:\ - ${build.classes.dir} -# Space-separated list of JVM arguments used when running the project -# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value -# or test-sys-prop.name=value to set system properties for unit tests): -run.jvmargs= -run.test.classpath=\ - ${javac.test.classpath}:\ - ${build.test.classes.dir} -src.dir=src -test.src.dir=test diff --git a/xsl-saxon/nbproject/project.xml b/xsl-saxon/nbproject/project.xml deleted file mode 100644 index 3f4c7e7f4..000000000 --- a/xsl-saxon/nbproject/project.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - org.netbeans.modules.java.j2seproject - - - saxon65 - 1.6.5 - - - - - - - - - - -- 2.50.1