RE: Sending the JUnitReport by mail.

2004-02-26 Thread Jan . Materne
Ant manual, Optional Task. Jan > -Original Message- > From: Anderson, Kajsa [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 26, 2004 5:01 PM > To: 'Ant Users List' > Subject: RE: Sending the JUnitReport by mail. > > > Could you send an email with a link to the junitreport? We > u

Re: generate exact path?

2004-02-26 Thread Baz
I think it is the same effect. If you do that, then if execute in parent directory, the child does know the parent. However, I dont think you can do it in the child directory. - Original Message - From: "Simon Toens" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]>; <[EMAIL PR

RE: setting property back to calling project

2004-02-26 Thread Jan . Materne
just do: with a set of properties files ... And with Ant 1.6 you can do also an Jan > -Original Message- > From: Marcin Gurbisz [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 26, 2004 12:57 PM > To: [EMAIL PROTECTED] > Subject: setting property back to calling pro

RE: Unable to compile packages that use log4J.logger - Please Hel p

2004-02-26 Thread Jan . Materne
You don´t have the Log4J library in your classpath ... haven´t you? Jan > -Original Message- > From: Ben Doku [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 26, 2004 1:57 PM > To: [EMAIL PROTECTED] > Subject: Unable to compile packages that use log4J.logger - > Please Help > > >

RE: generate exact path?

2004-02-26 Thread Matt Benson
--- [EMAIL PROTECTED] wrote: > > Wouldn't that return the same as "${basedir}" ? Depending on what's desired... PWD would technically be "${user.dir}"; at least, that works for me. -Matt __ Do you Yahoo!? Get better spam protection with Yahoo! Mail. http://antis

RE: Unable to compile packages that use log4J.logger - Please Help

2004-02-26 Thread Ben Doku
Yes I do. I have the following path in my classpath: /log4j/jakarta-log4j-1.2.8/dist/lib. Is this a problem? [EMAIL PROTECTED] said: > You don´t have the Log4J library in your classpath ... haven´t you? > > Jan > >> -Original Message- >> From: Ben Doku [mailto:[EMAIL PROTECTED] >> S

RE: Using Ant's Entity task : issues with directory with spaces.

2004-02-26 Thread Chon, Ae H
I'm using ANT 1.5.4 -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 11:23 AM To: Ant Users List Subject: Re: Using Ant's Entity task : issues with directory with spaces. --- "Chon, Ae H" <[EMAIL PROTECTED]> wrote: > I'm running into an int