Re: svnant problems

2009-02-23 Thread Muthu Velappan
Chris, Have you found the reason for that... I'm also running into the same issue now... Can any one throw some light on what would be the problem... ~Muthu Chris Green-6 wrote: > > Hi > > I'm trying to get svnant running and keep getting an error :- > > Could not load definitions from res

Re: help getting latest.integration to work -- solved!

2009-02-23 Thread Maarten Coene
The next release will probably be made within a few weeks, depending on the amount of time we have to create it... We'll include a fix for this problem in that release. Maarten - Original Message From: Jonathan Roberts To: ivy-u...@ant.apache.org Sent: Monday, February 23, 2009 10:5

RE: help getting latest.integration to work -- solved!

2009-02-23 Thread Jonathan Roberts
After poking through the source, the ApacheURLLister had a bug which caused it to not support full urls in the anchor tag's href. Nexus does this by default. This is fixed the in the ivy trunk, but didn't seem to make it to the 2.0 release. Any idea when the next patch is due out? Thanks, Jon

Re: Is there a login "wait for password" target/task?

2009-02-23 Thread Scott Stark
>Ant has optional Perforce tasks, and these tasks use the globalopts >setting, so you can pass a password though that. Hi David, yes I saw that but couldn't find anything that does what I want. Our Perforce install does not allow you to pass a password as a command line parameter -- it stops and

Re: Is there a login "wait for password" target/task?

2009-02-23 Thread David Weintraub
Sorry for picking this up late. Exactly what are you doing? Ant has optional Perforce tasks, and these tasks use the globalopts setting, so you can pass a password though that. Can you use these to do what you want? On Fri, Feb 20, 200

Re: Re: Way to simplify this task?

2009-02-23 Thread sfloess
Are you sure all the classes you need are in the jars? Meaning is everything packaged up in jars or do you have some class files off in another dir someplace? dave.alvar...@remanresource.com wrote: > Hi, I wanted to post a follow-up on what I changed based off everyone's > feedback. St

ant clearcase task issue

2009-02-23 Thread meher03
Hi I am using ant 1.7.1. I am utilising the ant task ccmklabel within the build.xml. According to the online documentation there is an attribute called failonerror which can be used since ant version 1.6 . but when I run the build.xml I get the following error: BUILD FAILED build.xml:103: ccmk

RE: Is there a login "wait for password" target/task?

2009-02-23 Thread Kajsa.Anderson
I'm not sure if you're familiar with perforce's tickets, Martin, but the file that's saved contains a hash of the password, not the plain-text password Kajsa > -Original Message- > From: Martin Gainty [mailto:mgai...@hotmail.com] > Sent: Monday, February 23, 2009 9:44 AM > To: Ant

SV: Is there a login "wait for password" target/task?

2009-02-23 Thread Jan Lund
Hi Hash encryption is one-way so you cannot go back to the original password from a hash. You'd need a twoway encryption method and be fine. Jan Från: Martin Gainty Till: Ant Users List Skickat: måndag 23 februari 2009 16:44:28 Ämne: RE: Is there a login "

RE: Is there a login "wait for password" target/task?

2009-02-23 Thread Martin Gainty
flat file with Perforce username/password sounds like a security vulnerability.. is there a way to do a hash encrypt on the password before saving to flatfile? Thanks, Martin __ Disclaimer and confidentiality note Everything in this e-mail and any at

RE: Is there a login "wait for password" target/task?

2009-02-23 Thread Kajsa.Anderson
We use this for an automated nightly build, too - the login ticket for the nightly build perforce user is set to be saved for a year. I guess it's not quite zero intervention, but it's close enough to zero for us. :) Kajsa > -Original Message- > From: Scott Stark [mailto:sst...@us.ibm.c

Re: Way to simplify this task?

2009-02-23 Thread dave.alvarado
Hi, I wanted to post a follow-up on what I changed based off everyone's feedback. Still haven't got it to find the JARs. Any additional troubleshooting tips are appreciated.

RE: Is there a login "wait for password" target/task?

2009-02-23 Thread Rinehart, Raleigh
> > > For our Perforce tasks that we've automated with Ant, we login once > > outside the script, and just save the login ticket that perforce > > creates. Is that an option? > > > Kajsa Anderson > > Alas, no -- we can to that too, but I'm try to set up an automated nightly > build that require