AW: Temp files

2007-10-01 Thread Jan.Materne
>I have a need to write temporary files during a maven plugin >run. What is the best practice for the location of temporary files? During a Maven plugin run? Why do you thing that [EMAIL PROTECTED] is the right mailing list for that? Jan ---

RE: junitvmwatcher error junit 4.4, ant 1.7

2007-10-01 Thread Ravi Roy
Hi All, I have the same issue as mentioned initially by Vijay, I have Ant 1.7.0 with JUnit 4.0. Until yesterday, it was working well, now suddenly, it is giving junitvmwatherxxx.properties (FileNotFoundException). I have not changed anything on my build sever. I have searched the mail archives, o

Re: SSH Authentication Errors

2007-10-01 Thread Michael Giroux
Thought you might like to know -- the problem turns out to be user error. I was watching the developer use the script, and I assumed that when he entered the password for the target useid, that he had configured the script to use the userid associated w/ the password. As it turns out, he was takin

RE: doing antcalls in parallel

2007-10-01 Thread Murray, Mike
-Original Message- From: weiji [mailto:[EMAIL PROTECTED] Sent: Monday, October 01, 2007 6:39 PM To: user@ant.apache.org Subject: doing antcalls in parallel Hi, I have a few targets

doing antcalls in parallel

2007-10-01 Thread weiji
Hi, I have a few targets set up related to handling Java code. After the code is compiled, I run JUnit tests and generate Javadocs. Kudos to "Ant in Action" with the very handy junitreport setup. My question is whether it would be possible to run the targets in parallel, since I have a few tar

Urgent !! Junitreport (unknown testcase) apache 1.6.5

2007-10-01 Thread Kirtane, Shobhana Vijay
Hi All, Now the issue is when I run the tests, the test run , but when I open up the Junit report , the name of the test in the report is reported as unknown Tests Name Status TypeTime(s) unknown Success6.410 Any solutions ? If your answer is switch to an

RE: Optional scp task does not accept remote paths with the '@' symbol in them

2007-10-01 Thread Anderson, Rob (Global Trade)
Shame, shame, shame IBM. You should know better. :) -Rob A > -Original Message- > From: TSD Contractor2 [mailto:[EMAIL PROTECTED] > Sent: Friday, September 28, 2007 5:20 AM > To: Ant Users List > Subject: RE: Optional scp task does not accept remote paths > with the '@' symbol in them

Re: No class Def Error

2007-10-01 Thread Ramu Sethu
Hi all 'Tried my best to solve this problem on my own, but i couldn't solve it. so asking the experts I will summarize again my problem. We have a class path ref which refers to jboss-all-client jar and other dependent jars. I am using this class path ref in two places In junit task and in my cust

Temp files

2007-10-01 Thread Mark Russell
I have a need to write temporary files during a maven plugin run. What is the best practice for the location of temporary files? -- Mark Russell Instantiations, Inc. 724-368-3331 (land line) http://www.instantiations.com smime.p7s Description: S/MIME Cryptographic Signature

RE: Optional scp task does not accept remote paths with the '@' symbol in them

2007-10-01 Thread TSD Contractor2
Sadly, this doesn't work either - I get the same error message after the special character has been interpreted. I'm fairly sure this should be reported as a bug now. Richard Lund -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: 28 September 2000 15:07 To: Ant Us

Re: Need to compile VB project

2007-10-01 Thread Kevin Jackson
Hi, To use you'll need something like: > M:\cc_mv_test\v_agentapi\Develop\VB Server>"c:\Program Files\Microsoft Visual > St > udio\VB98\VB6.EXE" -make Moagent32.vbp c:\test.dll -out c:\build_log.txt Please spend some time readin