50 lines?

I have one script that is upwards of 700 lines. I wouldn't worry about 50 ;)

Frank

THUFIR HAWAT wrote:
On 7/31/05, Andrew Goktepe <[EMAIL PROTECTED]> wrote:

The 'ant' task might be what you're looking for - it works like antcall, but
on a separate build file.
http://ant.apache.org/manual/CoreTasks/ant.html
Example:
<ant antfile="build2.xml" target="test2"/>
 -Andrew

...

Yes, thank you.  (I stumbled across that, too!)  I like the example of
a subbuild or subproject.  My inclination is to go for something like
a structured program, with "build.xml" doing nothing but calling
subbuilds and subprojects.  However, I've read that this is a mis-use
of Ant, so I'm somewhat hesitant to pursue that.

My 50 line build.xml, not counting the properties.xml file which is
imported, seems too large to me.


-Thufir

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to