All, How can i use a property file? Meaning, can i load a property files from other directories? How?
The reason i asked is because when I do it in cygwin with the structure i mentioned in the email. xServer/build.xml IMPORTs../../../common.xml and common.xml LOADs x86.properties file. When I do a "ant -v", it indicates that it is looking for a property file in Windows' user directory instead of ../../../ directory and of course, the properties are not filled out. What is the correct way to do it if I am going to use the following structure? Thanks B. ----- Original Message ----- From: "Baz" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 9:39 PM Subject: Comment in my Ant build structure please? <import> and <subant> > All, > > Would anyone please comment my ant build structure? I am trying to have > build.xml in different level of the tree so that it can be built from top > and also individual and also dependently. Here it goes: > > /src/client > /build.xml > /src/server > /build.xml > /common.xml > /x86.properties > /sparc.properties > /src > /java > /xServer/build.xml > /yServer/build.xml > > Here are the list of items i need comments on: > > 1. There are three main build.xml. /src/server/build.xml calls different > targets of /src/server/src/java/xServer/build.xml and > /src/server/src/java/yServer/build.xml with <subant> and specific targets. > > 2. xServer/build.xml and yServer/build.xml use <import > file="../../../common.xml"> to import file common.xml. common.xml contains > all functions like generic targets such as "compile" and "test". Developers > can declare their own "compile" target in xServer/build.xml if they want. > > How is this structure? > > Thanks > > B. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]