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:[EMAIL 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to