DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3748>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3748 Ant with Oracle example build.xml:2 value, location or refid ------- Additional Comments From [EMAIL PROTECTED] 2001-09-20 20:18 ------- It would be easier for us if you send your build.xml too. But anyway, I guess, you haven't defined a property as defined in Ant's documentation. Please visit http://jakarta.apache.org/ant/manual/index.html, Select Built-in tasks, move down and click on Property. Check if the rules specified here are being met in your build.xml. Please note that there is a mailing list for ant users: [email protected] Sending your queries here will fetch you faster responses. The problem with your build.xml is that exactly what the error you got :-) you have defined a name for your property, but failed to define a value, location or refid along with it. Please let us know if indeed this was the problem so that we can close this case. Otherwise, please post your build.xml file so that we can take a peek. Thanks, Magesh
