RE: Junit test fails in ant but not in Eclipse

2007-03-08 Thread Mikael Petterson \(KI/EAB\)
Hi, So it could be that Eclipse uses these libraries in the classpath when executing tests but ant isn't? I tried running ant with -debug but I could not see any more than before. I am using ant 1.6.2, Eclipse 3.2 and junit 3.8.1 I am running a test where I create a number of static Mock object

AW: task broken in 1.6.5?

2007-03-08 Thread Jan.Materne
was added [1] in June 2006, which means [2] in the 1.7.0 timeframe. Thanks for finding out, that the 'since' is missing. I'll add that. Jan [1] http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/defaults.properties?r1=278356&r2=278422&diff_format=h [2] http:

RE: Getting the process id of a process started by ANT

2007-03-08 Thread Vladimir Egorov
> In our system we basically have a peer server which all of the other > servers > register with by name. If you want to shut a server down you run a client > which logs on to the peer and then tells the server via the peer to shut > down. Tim, is your system generic so that it can manage any pro

RE: task broken in 1.6.5?

2007-03-08 Thread David Corley \(AT/LMI\)
I was thinking this had to be the reason, but the manual usually says "Since 1.7.0" for features added in 1.7. Thanks for checking the 1.6.5 manual! This communication is confidential and intended solely for the addressee(s). Any unauthorized review, use, disclosure or distribution is prohibited

RE: task broken in 1.6.5?

2007-03-08 Thread RADEMAKERS Tanguy
Hi David, I find no sign of it in the 1.6.5 manual... so it looks like maybe it was added for 1.7? /t >-Original Message- >From: David Corley (AT/LMI) [mailto:[EMAIL PROTECTED] >Sent: Thursday, March 08, 2007 5:27 PM >To: user@ant.apache.org >Subject: task broken in 1.6.5? > >I've trie

Re: Reading files, but not properties...

2007-03-08 Thread Andrew Close
On 3/8/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > > includesfile="${ant.project.name}.dependencies" /> > Watch out that the order you'll get is "undefined", and possibly independent of the order in your includesfile... It's the order in which 's scan the dirs that matters,

Re: Reading files, but not properties...

2007-03-08 Thread Dominique Devienne
Watch out that the order you'll get is "undefined", and possibly independent of the order in your includesfile... It's the order in which 's scan the dirs that matters, and this is OS dependent (and yet apparently often alphabetical...) --DD -

task broken in 1.6.5?

2007-03-08 Thread David Corley \(AT/LMI\)
I've tried running as it states in the manual But I get a task not found error? I don't think this was a task newly introduced in 1.7. This communication is confidential and intended solely for the addressee(s). Any unauthorized review, use, disclosure or distribution is prohibited. If you beli

Re: Reading files, but not properties...

2007-03-08 Thread Andrew Close
On 3/7/07, Andrew Close <[EMAIL PROTECTED]> wrote: On 3/2/07, Dominique Devienne <[EMAIL PROTECTED]> wrote: > On 3/2/07, Andrew Close <[EMAIL PROTECTED]> wrote: > > we currently have a file included with our projects called 'jar.list'. > > this file contains a list of JAR files that the project

filterset priorities

2007-03-08 Thread John Cartwright
Hello All, I'm confused about filterset's priorities. I would have expected the following code snippet to use the value from the token since it was defined first, however the value from the file is actually being used. Can someone clarify for me? Thanks! -- john overwrite="true">