Re: why does an ant task not work!

2002-10-28 Thread sunyj
Hi, Zhao Yun. I think the best way to solve you problem is to send a attachment including your test programs and directory structure to all. After all, some questions about Ant relates to native ENV. Sun Yongjing

RE: why does an ant task not work!

2002-10-28 Thread ZHAO,YUN (HP-China,ex2)
02 6:51 PM To: 'Ant Users List' Subject: RE: why does an ant task not work! If the files really have the filenames abuild.xml and bbuild.xml, you'll have to add the antfile attribute; like this: -- knut > -Original Message- > From: ZHAO,YUN (HP-China,ex2) [mailto

RE: why does an ant task not work!

2002-10-28 Thread Wannheden, Knut
Users List' > Subject: RE: why does an ant task not work! > > > en.. it don't work ,too! > Thank you! > > Regards > > -Original Message- > From: Laurence Mastrorillo [mailto:mastrori@;medias.cnes.fr] > Sent: Monday, October 28, 2002 4:42 PM

RE: why does an ant task not work!

2002-10-28 Thread ZHAO,YUN (HP-China,ex2)
en.. it don't work ,too! Thank you! Regards -Original Message- From: Laurence Mastrorillo [mailto:mastrori@;medias.cnes.fr] Sent: Monday, October 28, 2002 4:42 PM To: Ant Users List Subject: Re: why does an ant task not work! try LM "ZHAO,YUN (HP-China,ex2)" a écrit :

Re: why does an ant task not work!

2002-10-28 Thread Laurence Mastrorillo
ents\b > components\b\src > components\b\src\bbuild.xml > > Regards > > -----Original Message----- > From: sunyj [mailto:sunyj@;adtec.com.cn] > Sent: Monday, October 28, 2002 1:10 PM > To: Ant Users List > Subject: Re: why does an ant task not work! > > > The directory

RE: why does an ant task not work!

2002-10-28 Thread ZHAO,YUN (HP-China,ex2)
O,YUN (HP-China,ex2) To: List, Ant Users (E-mail) Sent: Sunday, October 27, 2002 7:11 PM Subject: why does an ant task not work! Running "java org.apache.tools.ant.Main -buildfile bbuild.xml" command will be ok! Running "java org.apache.tools.ant.Main -buildfile abuild.

Re: why does an ant task not work!

2002-10-27 Thread sunyj
Hi, Everyone, I'm trying to get ejb-client-jar's value from test.xml, So i use Ant task. My build file is very simple and as following: ***

Re: why does an ant task not work!

2002-10-27 Thread sunyj
> The directory structure: > --components-- > | > |a-- > | |---abuild.xml > | > |b > | |---bbuild.xml > > In abuild.xml: but your directory structure is: |b | |---bbuild.xml Where is src? Or the directory structure is below?: ../b

RE: why does an ant task not work!

2002-10-27 Thread ZHAO,YUN (HP-China,ex2)
? "ant.bat" does the same thing at the lastjust run"java org.apache.tools.ant.Main %1 %2 %3 %4"! Regards -Original Message- From: sunyj [mailto:sunyj@;adtec.com.cn] Sent: Monday, October 28, 2002 10:52 AM To: Ant Users List Subject: Re: why does an ant task not

Re: why does an ant task not work!

2002-10-27 Thread sunyj
Users (E-mail) Sent: Sunday, October 27, 2002 7:11 PM Subject: why does an ant task not work! Running "java org.apache.tools.ant.Main -buildfile bbuild.xml" command will be ok! Running "java org.apache.tools.ant.Main -buildfile abuild.xml" command will fail if the

why does an ant task not work!

2002-10-27 Thread ZHAO,YUN (HP-China,ex2)
Running "java org.apache.tools.ant.Main -buildfile bbuild.xml" command will be ok! Running "java org.apache.tools.ant.Main -buildfile abuild.xml" command will fail if the the previous command hasn't been ran!   --project a's abuild.xml             ...     dep