RE: os.name for windows return "Windows XP"?

2004-01-19 Thread Jan . Materne
Delete the space. E.g. (requires AntContrib) ${os.name2} and get "WindowsXP" Jan > -Original Message- > From: Baz [mailto:[EMAIL PROTECTED] > Sent: Monday, January 19, 2004 10:02 PM > To: Ant Users List > Subject: Re: os.name for windows return "Windows XP"? > > > Anderson

RE: junit.jar or not?

2004-01-19 Thread Jan . Materne
Yep. But in earlier time Ant has its own copy of junit.jar - but that was an accident :-) Jan > -Original Message- > From: Baz [mailto:[EMAIL PROTECTED] > Sent: Monday, January 19, 2004 9:57 PM > To: Ant Users List > Subject: Re: junit.jar or not? > > > Jan, > > Thanks for your reply.

Re: os.name for windows return "Windows XP"?

2004-01-19 Thread Baz
Anderson, Conor and all, Thanks for the inputs. I will see what i can do now. Barry - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 15, 2004 5:24 PM Subject: os.name for windows return "Windows XP"? > Hi, > > There must be someone who is

incorrect package name in .java files Re: Please help with Ant/Junit

2004-01-19 Thread Baz
All, Just resolved this issue and would like to share it with you all. This is basically caused by incorrect package name declaration from *Test.java files. The package names do not match up with the physcial location of the *Test.java files. Thank you. Barry - Original Message - From

Re: junit.jar or not?

2004-01-19 Thread Baz
Jan, Thanks for your reply. So, basically, both ant 1.6 and 1.5.x still need a copy of junit.jar in ANT_HOME/lib, right? Barry - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 18, 2004 10:44 PM Subject: RE: junit.jar or not? The ant-junit.j

RE: MailLogger

2004-01-19 Thread Marco CampĂȘlo
Hi Erik, > This line wrapped for me, but I'm assuming you're doing > "-DMailLogger.properties.file=..." on one line. I'm invoking ant on one line. It was wrapped by my email client. Sorry. Regards, Marco Campelo --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http

Setting up javac task and having it resolve dependencies

2004-01-19 Thread Kim Albee
I am setting up Ant to do nightly builds of a complete source tree -- but in the javac task, it errors off when there are dependencies in a package different from the current package, for example here's a sample source tree: src/ com/ company/ bean/ bo/

task : from which directory is the java command started

2004-01-19 Thread Rudolf Nottrott
Hi, I have an Ant task that runs a database program named org.hsqldb.Server, see below. The argument to the Server is a database name, "-database testxyz". The database testxyz.* is supposed to be taken from (or created in) the directory you were in when you issued the Java command that st