Ant SCP failing on windows 2008 with IBM J9 v1.5 but works with Sun Jdk 1.5

2012-09-12 Thread sachin.476
Hi All, I am facing this issue on our windows 2008 server. In our build script we are copying the .ear file to remote directory using Ant SCP task. Everything is working fine on Window-XP with the same configuration.(Ant 1.7 and IBM J9 1.5) But on windows 2008 scp task fails with NetBind excepti

problem trying to set individual tests timeout

2012-09-12 Thread vale
Hi, I need to set individual test timeout. Im using the timeout option but when the time is over for an individual test it does not continue the execution of the rest of the suite. Any Idea what Im doing wrong? here is my code:

Re: Case insensitive attributes?

2012-09-12 Thread Andreas Krey
On Wed, 12 Sep 2012 16:21:55 +, Peter Reilly wrote: > Because it is not case sensitive. > > The code does this by hand. What is the exact semantics in cases like: ...? No, it does not complain in any way (1.7.0). The behaviour seems to depend on the order of the 'same' attributes. Andrea

Re: Case insensitive attributes?

2012-09-12 Thread Peter Reilly
Because it is not case sensitive. The code does this by hand. Peter On Wed, Sep 12, 2012 at 2:21 PM, Peng Yu wrote: > Hi, > > ~/linux/test/ant/lang/project/target/javac/destdir$ ant -version > Apache Ant(TM) version 1.8.4 compiled on May 22 2012 > > I have the following build.xml. ant works no

Case insensitive attributes?

2012-09-12 Thread Peng Yu
Hi, ~/linux/test/ant/lang/project/target/javac/destdir$ ant -version Apache Ant(TM) version 1.8.4 compiled on May 22 2012 I have the following build.xml. ant works no matter whether includeAntRuntime or includeantruntime is used. I recall that XML should be case sensitive. Why it is not case sens

Ant document in pdf

2012-09-12 Thread Peng Yu
Hi, I see some effort in creating the manual in pdf. But files on the following webpage are outdate. Does anybody have the latest manual in pdf format? Thanks! http://snowplow.org/martin/jakarta-ant-manual/ -- Regards, Peng -