jGuru
Register Email     Password Forgot your
password?
HOME FAQS FORUMS DOWNLOADS ARTICLES PEERSCOPE LEARN

  Search   jGuru Search Help

View:
Q Hi, Anybody know to to call another build.xml file within one build.xml ?
Topic: Ant
ramesh bandi, Apr 4, 2007  [replies:4]
Hi, Anybody know to to call another build.xml file within one build.xml ?

Is this item helpful?  yes  no     Previous votes   Yes: 0  No: 0





Re: Hi, Anybody know to to call another build.xml file within one build.xml ?
Topic: Ant
Java Center ; ), Apr 4, 2007
Try this :

<import file="${path_to_your_file}/_myBuild_.xml"/>



Is this item helpful?  yes  no     Previous votes   Yes: 0  No: 0


Re: Hi, Anybody know to to call another build.xml file within one build.xml ?
Topic: Ant
Robert Lybarger, Apr 4, 2007
There is a core ant task called "ant" which lets you run a build file. See the usual manual. There are a few limitations (IMO, long-standing bugs) with using it -- specifically a lot of your command line argument settings get thrown away in the sub-build. Still, if you aren't doing anything exotic, it should work okay.

Is this item helpful?  yes  no     Previous votes   Yes: 0  No: 0


Re: Hi, Anybody know to to call another build.xml file within one build.xml ?
Topic: Ant
Dharma S, Apr 6, 2007
Here is an example to the question you asked
<target name="appc">

<ant antfile="${build.dir}/ant/utilities.xml" inheritAll="true" target="appc">

<property name="classpath" refid ="${appserver}.path"/>

<property name="appcMemory" value="256m"/>
</ant>

</target>
the above code will invoke a target appc in utilities.xml file from current xml's appc target with some properties like classpath and memory settings.

Is this item helpful?  yes  no     Previous votes   Yes: 0  No: 0


Re: Hi, Anybody know to to call another build.xml file within one build.xml ?
Topic: Ant
dylan mcclung, Apr 8, 2007

Also, look into the subant task.

http://ant.apache.org/manual/CoreTasks/subant.html

Is this item helpful?  yes  no     Previous votes   Yes: 0  No: 0




Ask A Question



 

Related Links

Ant FAQ

Ant Forum

Ant Homepage

Sun: Best Practices

Hatcher Ant Book

Hatcher Ant Book

Automate your build process using Java and Ant

Wish List
Features
About jGuru
Contact Us

 



The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers