| AW: build.xml & build.properties best practices | AW: build.xml & build.properties best practices 2003-02-10 - By Jan.Materne@(protected)
Yes.
If you want to have such a "default" behaviour you can: 1. write these statements in a XML fragment and include it in your buildfiles via XML includes <!-- where is the file? --> <!DOCTYPE project [ <!ENTITY antcommons SYSTEM "file:path-to-antcommons.xml"> ]> <!-- Include that snippet --> &antcommons; 2. Import such a snippet with the new (CVS-Head) <import> Task 3. Modify the source of Ant.
Jan Mat?rne
-----Urspr?ngliche Nachricht----- Von: Adam Hardy [mailto:adam.ant@(protected)] Gesendet am: Montag, 10. Februar 2003 10:39 An: Ant Users List Betreff: build.xml & build.properties best practices
I just want to clarify something I can't find definitely stated anywhere:
ant will not include any build.properties file automatically. I have to place the following statement in my build.xml to include my build.properties file:
<property file="build.property"/>
Am I correct?
--------------------------------------------------------------------- To unsubscribe, e-mail: ant-user-unsubscribe@(protected) For additional commands, e-mail: ant-user-help@(protected)
|
|
 |