build.properties

changeset 125
db63f482182d
parent 124
48872561d4b1
child 170
86f60e5b3975
equal deleted inserted replaced
121:818366ce23d8 125:db63f482182d
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 #------------------------------------------------------------

mercurial