# HG changeset patch
# User lana
# Date 1277183223 25200
# Node ID f5c4c0c0730b616dca6ffbce4804a37fab860ef9
# Parent c4c8a5bc54f66abc68cd185d9294042121922154# Parent 3adf4782de94906383153b5d17f23f05903daa03
Merge
diff -r c4c8a5bc54f6 -r f5c4c0c0730b jaxp/build-defs.xml
--- a/jaxp/build-defs.xml Wed Jul 05 17:16:17 2017 +0200
+++ b/jaxp/build-defs.xml Mon Jun 21 22:07:03 2010 -0700
@@ -55,9 +55,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+ depends="init, -use-drop,-src-help">
diff -r c4c8a5bc54f6 -r f5c4c0c0730b jaxp/build-drop-template.xml
--- a/jaxp/build-drop-template.xml Wed Jul 05 17:16:17 2017 +0200
+++ b/jaxp/build-drop-template.xml Mon Jun 21 22:07:03 2010 -0700
@@ -75,6 +75,7 @@
+
diff -r c4c8a5bc54f6 -r f5c4c0c0730b jaxp/build.properties
--- a/jaxp/build.properties Wed Jul 05 17:16:17 2017 +0200
+++ b/jaxp/build.properties Mon Jun 21 22:07:03 2010 -0700
@@ -104,4 +104,24 @@
drops.dir=${drops.dir}${line.separator}\
${line.separator}
+# Failure messages when source cannot be found on the file system
+failed.nourl.src.message=\
+ERROR: Cannot find source for project ${ant.project.name}.\
+${line.separator}${line.separator}\
+HINT: Try setting drops.dir to indicate where the bundles can be found, \
+or try setting the ant property allow.downloads=true to download the bundle from the URL.\
+${line.separator}\
+e.g. ant -Dallow.downloads=true -OR- ant -Ddrops.dir=some_directory \
+${line.separator}
+
+# Failure message when source cannot be downloaded
+failed.url.src.message=\
+ERROR: Cannot find source for project ${ant.project.name}.\
+${line.separator}${line.separator}\
+HINT: Try setting drops.dir to indicate where the bundles can be found, \
+or try checking the URL with your browser.\
+${line.separator}\
+e.g. ant -Ddrops.dir=some_directory \
+${line.separator}
+
#------------------------------------------------------------
diff -r c4c8a5bc54f6 -r f5c4c0c0730b jaxp/build.xml
--- a/jaxp/build.xml Wed Jul 05 17:16:17 2017 +0200
+++ b/jaxp/build.xml Mon Jun 21 22:07:03 2010 -0700
@@ -36,6 +36,11 @@
javac.debug - true or false for debug classfiles
javac.target - classfile version target
javac.source - source version
+ drops.dir - directory that holds source drop bundles
+ allow.download - permit downloads from public url (default is false)
+ (used if bundles not found in drops.dir)
+
+ Run 'make help' for help using the Makefile.
@@ -106,16 +111,20 @@
-
+
+ depends="compile, -build-setup">
+
+
+