# HG changeset patch # User lana # Date 1277183226 25200 # Node ID ac65a33c5c85feb8797240c2a33a1e758a92ca1a # Parent c4c8a5bc54f66abc68cd185d9294042121922154# Parent 0ca88d5cdd40b9439efb7799880fa681c8bf7e92 Merge diff -r c4c8a5bc54f6 -r ac65a33c5c85 jaxws/build-defs.xml --- a/jaxws/build-defs.xml Wed Jul 05 17:16:17 2017 +0200 +++ b/jaxws/build-defs.xml Mon Jun 21 22:07:06 2010 -0700 @@ -55,9 +55,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + depends="init, -use-drop,-src-help"> diff -r c4c8a5bc54f6 -r ac65a33c5c85 jaxws/build-drop-template.xml --- a/jaxws/build-drop-template.xml Wed Jul 05 17:16:17 2017 +0200 +++ b/jaxws/build-drop-template.xml Mon Jun 21 22:07:06 2010 -0700 @@ -75,6 +75,7 @@ + diff -r c4c8a5bc54f6 -r ac65a33c5c85 jaxws/build.properties --- a/jaxws/build.properties Wed Jul 05 17:16:17 2017 +0200 +++ b/jaxws/build.properties Mon Jun 21 22:07:06 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 ac65a33c5c85 jaxws/build.xml --- a/jaxws/build.xml Wed Jul 05 17:16:17 2017 +0200 +++ b/jaxws/build.xml Mon Jun 21 22:07:06 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,13 +111,17 @@ - + + depends="compile, -build-setup"> + + +