RE: SCP and key-agents

2004-02-03 Thread Anderson, Rob (Global Trade)
You can still use keys and passphrased keys without an agent. -Rob A > -Original Message- > From: Corey Jewett [mailto:[EMAIL PROTECTED] > Sent: Monday, February 02, 2004 11:17 PM > To: Ant Users List > Subject: Re: SCP and key-agents > > > I tried it implicitly (by not setting a passw

RE: Question about failonerror

2004-02-03 Thread Conelly, Luis (PS, GNF, Contractor)
If you want to know what's failing and have an alternative before the process finishes, you can use ant-contrib's[1] . It will not prevent your tasks fail, but you'll have some control after failing and an alternative way to execute some other stuff. Regards Luis BTW, I agree with Dominique ;)

RE: javac compiler exception

2004-02-03 Thread Ciramella, EJ
I've seen similar results when there is something in the classpath that has a space in it. If you are on windows, if someone copies/pastes a duplicate file, it gets "Copy of" as a prefix. -Original Message- From: CONANT,PATRICK (HP-FtCollins,ex1) [mailto:[EMAIL PROTECTED] Sent: Tuesday, F

RE: javac compiler exception

2004-02-03 Thread Dominique Devienne
> From: Erik Hatcher [mailto:[EMAIL PROTECTED] > > What is causing to fail? Forking doesn't help. I've had Javac fail on me in the past, when I was trying to sort out a huge dependency mess in a bug project. The Javac bug was triggered by not having many dependent classes necessary to compile t

RE: javac compiler exception

2004-02-03 Thread CONANT,PATRICK (HP-FtCollins,ex1)
It looks to me like you've got a corrupt jar file in the classpath. I'd recommend that you check each jar file to see that it can open and the contents can be extracted (e.g. "jar -xvf jar1.jar"). --p. -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, Febru

RE: Question about failonerror

2004-02-03 Thread Dominique Devienne
> From: Tony Brusseau [mailto:[EMAIL PROTECTED] > > I just wrote a target that calls junit and > has different behaviors depending on whether of > not junit succeeded. To do this I used the > following attributes: > haltonfailure="off" > failureproperty="test-failed" > > I'd like to

javac compiler exception

2004-02-03 Thread Erik Hatcher
I even have an Ant problem, believe it or not :O A co-worker has experienced the most painful of all things "it worked yesterday, but doesn't work today". Everyone else where I work has no problems, but her particular environment for some reason is not cooperating. I've seen this same iss

Question about failonerror

2004-02-03 Thread Tony Brusseau
I'm currently getting up to speed in ant and am in the middle of writing my first complex ant build file. I've encountered one stumbling block that maybe someone can help with. I just wrote a target that calls junit and has different behaviors depending on whether of not junit succeeded. To do t