Re: How to call a target not in the same build file?

2002-09-23 Thread Richard Pais
can't do that. antcall does not support the dir attribute in version 1.5 otisg [EMAIL PROTECTED] wrote: I use task=task-name-here/ Otis On Fri, 20 Sep 2002, Richard Pais ([EMAIL PROTECTED]) wrote: Hi, Does anybody know if LoadFile will let me call a task defined in B.xml from

Re: Re: How to call a target not in the same build file?

2002-09-23 Thread otisg
Sorry, I mean this, for example: !-- run Checkstyle -- ant antfile=${javaserverBuildFileDir}/build.xml dir=${javaserverBuildFileDir} target=checkstyle property file=java.build.properties/ /ant Otis On Mon, 23 Sep 2002, Richard Pais ([EMAIL

Re: How to call a target not in the same build file?

2002-09-22 Thread otisg
I use antcall dir=buil/file/dir/here task=task-name-here/ Otis On Fri, 20 Sep 2002, Richard Pais ([EMAIL PROTECTED]) wrote: Hi, Does anybody know if LoadFile will let me call a task defined in B.xml from A.xml? Has anybody tackled such a requirement before? Thanks

How to call a target not in the same build file?

2002-09-20 Thread Richard Pais
Hi, Does anybody know if LoadFile will let me call a task defined in B.xml from A.xml? Has anybody tackled such a requirement before? Thanks - Do you Yahoo!? New DSL Internet Access from SBC Yahoo!

RE: How to call a target not in the same build file?

2002-09-20 Thread Dominique Devienne
Look either at the ant task, or entity include in the FAQ, depending on what you meant. --DD -Original Message- From: Richard Pais [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 7:33 PM To: Ant Users List Subject: How to call a target not in the same build file? Hi, Does