Close
jGuru Forums
Expand All | Collapse All
Sharing Ant Properties amongst many smaller Ant bu... nivenWed Oct 31, 2012 02:30 AM
Hello All, Can anyone recommend a nice way of sharing Ant Properties amongst many smaller Ant build files? I would like to only define my service URLs and SVN repository location once because I have many files and my Ant builds will be run on several different servers at different sites. I understand that I can load properties from a specific location within each project's Ant file, however I would like to also avoid hard-coding a specific property file location or forcing my other sites to map a specific drive. Any ideas? C.
Report | Quote This | Reply | Print