Then upgrade to 1.5 which is released ;-) No sense to use the alpha version of a released code base. --DD
-----Original Message----- From: David Adams [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 5:45 PM To: Ant Users List Subject: RE: passing references I am using 1.5alpha and receive the following message when using inheritrefs="true" in <antcall>: The <antcall> task doesn't support the "inheritrefs" attribute. Has this changed in 1.5beta? -----Original Message----- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 4:01 PM To: Ant Users List Subject: Re: passing references --- David Adams <[EMAIL PROTECTED]> wrote: > <antcall target="java.compile" inheritall="true"/> ^^^refs >From the Antcall doc page: inheritAll If true, pass all properties to the new Ant project. Defaults to true. inheritRefs If true, pass all references to the new Ant project. Defaults to false. Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
