jaxws/build.properties
changeset 5836 0ca88d5cdd40
parent 5516 d5307370d017
child 7678 d08eedd613c1
equal deleted inserted replaced
5835:28d0f6968cea 5836:0ca88d5cdd40
   102   dist.dir=${dist.dir}${line.separator}\
   102   dist.dir=${dist.dir}${line.separator}\
   103   drop.dir=${drop.dir}${line.separator}\
   103   drop.dir=${drop.dir}${line.separator}\
   104   drops.dir=${drops.dir}${line.separator}\
   104   drops.dir=${drops.dir}${line.separator}\
   105 ${line.separator}
   105 ${line.separator}
   106 
   106 
       
   107 # Failure messages when source cannot be found on the file system
       
   108 failed.nourl.src.message=\
       
   109 ERROR: Cannot find source for project ${ant.project.name}.\
       
   110 ${line.separator}${line.separator}\
       
   111 HINT: Try setting drops.dir to indicate where the bundles can be found, \
       
   112 or try setting the ant property allow.downloads=true to download the bundle from the URL.\
       
   113 ${line.separator}\
       
   114 e.g. ant -Dallow.downloads=true -OR- ant -Ddrops.dir=some_directory \
       
   115 ${line.separator}
       
   116 
       
   117 # Failure message when source cannot be downloaded
       
   118 failed.url.src.message=\
       
   119 ERROR: Cannot find source for project ${ant.project.name}.\
       
   120 ${line.separator}${line.separator}\
       
   121 HINT: Try setting drops.dir to indicate where the bundles can be found, \
       
   122 or try checking the URL with your browser.\
       
   123 ${line.separator}\
       
   124 e.g. ant -Ddrops.dir=some_directory \
       
   125 ${line.separator}
       
   126 
   107 #------------------------------------------------------------
   127 #------------------------------------------------------------