aboutsummaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorohair <none@none>2010-06-17 17:19:58 -0700
committerohair <none@none>2010-06-17 17:19:58 -0700
commit55ecd75547ce68ecc1eb2e8b9b6f1f13fb939a40 (patch)
tree328e624ac03084da216bc56031f9b1e2cdcebeb2 /build.properties
parentd0a0888653fea3b59538635f607e241c4ae9a820 (diff)
downloadjdk8u_jaxws-55ecd75547ce68ecc1eb2e8b9b6f1f13fb939a40.tar.gz
6955292: Workaround ant 1.7.1 package-info.java issue in ant scripts
6940241: Change jaxp/jaxws so that the http downloads are not done by default 6960333: Add make level ALLOW_DOWNLOADS=true option Reviewed-by: darcy, ramap
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/build.properties b/build.properties
index 7c4528cb..14abe6b1 100644
--- a/build.properties
+++ b/build.properties
@@ -104,4 +104,24 @@ sanity.info= Sanity Settings:${line.separator}\
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}
+
#------------------------------------------------------------