Can't get snapshots!

2011-04-06 Thread David Harrigan
Hiya, I'm a bit confused. I'm publishing a jar to artifactory (2.3.2) using the head of the ivy trunk. When I create my jars, I get this: purple.jar purple-source.jar purple-javadoc.jar Then, I get this: ivy.publish.snapshot: [ivy:publish] :: delivering :: com.fubar#purple;0.1.0-SNAPSHOT ::

IVY design opinion

2011-04-06 Thread Shawn Castrianni
I have been using IVY for 3 years now and love it. I use the filesystem resolver to get dependencies that I publish from my own builds and the svn resolver to get thirdparty dependencies that I have downloaded from the internet and manually checked in. My company wants to be very strict on

Re: IVY design opinion

2011-04-06 Thread Archie Cobbs
What about just setting up an authenticated, HTTP-based ivy repository and using the Apache server logs as your audit trail? -Archie On Wed, Apr 6, 2011 at 1:07 PM, Shawn Castrianni shawn.castria...@halliburton.com wrote: I have been using IVY for 3 years now and love it. I use the

Re: IVY design opinion

2011-04-06 Thread Kirby Files
Do you have an objection to using an http resolver or ftp resolver? Both of these could be used with authentication, supplying ant user.name in a property. Not sure if you require actual secure authentication, or just username. Either of these resolvers could also share the same filesystem

Re: IVY design opinion

2011-04-06 Thread Matt Benson
On Wed, Apr 6, 2011 at 1:53 PM, Shawn Castrianni shawn.castria...@halliburton.com wrote: Kirby and Archie have similar suggestions to using an http resolver with authentication.  I will look into that. What does everyone think about Artifactory?  It seems like it might also solve the

RE: IVY design opinion

2011-04-06 Thread James Carr
It's possible to produce pom files as part of your build system. I know gradle has a plugin for it (apply plugin:'maven') and I'm sure ant will let you do the same thing through a custom task or something. Thanks, james From: Matt Benson

Re: IVY design opinion

2011-04-06 Thread Geoff Clitheroe
Ivy can generate poms, search for ivy-generate-pom in http://codegeo.org/repos/codegeo/build/trunk/build-base.xml FWIW we use Apache Archiva http://archiva.apache.org/ e.g., http://codegeo.org/archiva/browse/nz.org.geonet I've also rolled it myself with httpd. Either works just fine. Archiva has