build.properties

changeset 124
48872561d4b1
parent 116
4ac192952d75
child 170
86f60e5b3975
     1.1 --- a/build.properties	Thu Jun 17 17:18:55 2010 -0700
     1.2 +++ b/build.properties	Thu Jun 17 17:19:58 2010 -0700
     1.3 @@ -104,4 +104,24 @@
     1.4    drops.dir=${drops.dir}${line.separator}\
     1.5  ${line.separator}
     1.6  
     1.7 +# Failure messages when source cannot be found on the file system
     1.8 +failed.nourl.src.message=\
     1.9 +ERROR: Cannot find source for project ${ant.project.name}.\
    1.10 +${line.separator}${line.separator}\
    1.11 +HINT: Try setting drops.dir to indicate where the bundles can be found, \
    1.12 +or try setting the ant property allow.downloads=true to download the bundle from the URL.\
    1.13 +${line.separator}\
    1.14 +e.g. ant -Dallow.downloads=true -OR- ant -Ddrops.dir=some_directory \
    1.15 +${line.separator}
    1.16 +
    1.17 +# Failure message when source cannot be downloaded
    1.18 +failed.url.src.message=\
    1.19 +ERROR: Cannot find source for project ${ant.project.name}.\
    1.20 +${line.separator}${line.separator}\
    1.21 +HINT: Try setting drops.dir to indicate where the bundles can be found, \
    1.22 +or try checking the URL with your browser.\
    1.23 +${line.separator}\
    1.24 +e.g. ant -Ddrops.dir=some_directory \
    1.25 +${line.separator}
    1.26 +
    1.27  #------------------------------------------------------------

mercurial