Will check out the CVS image and try it. Must say though, it's the FIRST time I've ever found
Ant wanting. Most times it's got everything you need!
Cheers.
WH
There is an import task in the nightly build. It seems to work great.
Dave
-----Original Message-----
From: webhiker [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 10:31 AM
To: Ant Users List
Subject: Re: build.xml & build.properties best practices
Could you tell me if you found a less ridiculous (cryptic) way to factorise your tasks into a common include file
other than the wonderfully "only it's mother could love it" syntax such as :
<?xml version="1.0"?>
<!DOCTYPE DOCUMENT [<!ENTITY include SYSTEM "file:../common.xml">]>
<project name="toto" default="usage" basedir="." >
&include;
.....
WH
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]