Re: where to put credentials for ivy:publish

2009-11-04 Thread Maarten Coene
Please open a JIRA issue and attach the debug console log from Ant (ant -d ...) https://issues.apache.org/jira/browse/IVY Maarten - Original Message From: "nick.dila...@inovis.com" To: "ivy-u...@ant.apache.org" Sent: Wed, November 4, 2009 6:32:39 PM Subject: RE: where to put credent

Re: IvyDE Source Attachments?

2009-11-04 Thread Stephen Haberman
Craig Setera-3 wrote: > > So, I've no idea why this wouldn't work. It certainly *seems* like it > should work. Any other pointers would be greatly appreciated. > I just had some fun--so, I had a jar that wasn't having its source attached, couldn't figure it out. Checked out the IvyDE sourc

RE: where to put credentials for ivy:publish

2009-11-04 Thread nick.dila...@inovis.com
Thanks, but unfortunately that's not it. If anonymous is set to have no privileges then Artifactory refuses the deploy and logs the deploy as being refused for 'anonymous'. If the credentials actually works I would think it would already be populating the userid, etc by the time the request ge

Re: where to put credentials for ivy:publish

2009-11-04 Thread Chris Marks
Is Artifactory set up to allow anonymous publish? If so, perhaps it's not sending a challenge for Ivy to respond to. Thanks, topher On Wed, Nov 4, 2009 at 10:32 AM, nick.dila...@inovis.com < nick.dila...@inovis.com> wrote: > Thanks for the reply, but that didn't work. It doesn't seem to matter

Re: Slower resolve times after upgrading from Ivy 1.X to Ivy 2.X

2009-11-04 Thread Andrew Ormerod
I've now traced "> By looking at the http trace more I realised they were showing an older 1.4 version of apache ivy was getting picked up from my Eclipse classpath. Fully removing these so that it picked up v2.1 correctly made it go back to the original speed. Thanks, Andrew On Wed, 04 Nov 2

Re: rolling back version issue

2009-11-04 Thread Antoine Levy Lambert
Hello Maarten, thanks for your answer. Regards, Antoine Maarten Coene wrote: This is a know bug, cfr https://issues.apache.org/jira/browse/IVY-1044 Current workarounds are to add the revsision to the retrieve pattern, or clean your retrieve directory before retrieving. Maarten - Ori

RE: where to put credentials for ivy:publish

2009-11-04 Thread nick.dila...@inovis.com
Thanks for the reply, but that didn't work. It doesn't seem to matter what I put in any of the fields since the whole credentials stanza seems to be ignored. It could be in the wrong place or there could be some default overriding it, since Artifactory access log shows that user "anonymous" is

Any timeline for IvyDE 2.1.0?

2009-11-04 Thread Matt Goldspink
Hi, I noticed that all the issues in IvyDE 2.1.0 look to be resolved now and there's a number of fixes that we would like to make use of. Is there any timeline for when the next version of the plugin will be released? Thanks, Matt -- Matt Goldspink (IDEAS)

Re: IDEA Project generation from ant

2009-11-04 Thread Brian Pontarelli
On Nov 3, 2009, at 9:44 PM, Raja Nagendra Kumar wrote: I generally only generate .classpath files Could you tell me how you archive this with ant The .classpath format is an extremely simple XML format that tells the IDE where the source paths are and the JAR files for the project. This

Re: Creating a fileset from a list of filenames

2009-11-04 Thread David Weintraub
> > On Tue, Nov 3, 2009 at 1:33 PM, Wray, Nathan wrote: > Hi David, > > It has to do with the procedures I'm trying to piggyback onto. The ant > target creates some required code review documentation. The goal is to > have the ant target fail, rather than having the commit fail as you > typically