Re: Beginner question

2010-08-29 Thread Archie Cobbs
First set up a resolver that points to the place you want to publish, e.g. /usr/local/repo. Then use ivy:publish to put your artifacts (and ivy.xml metadata) in there. FWIW here are a couple of ant macros that I use for this... !-- SVN revision -- macrodef uri=urn:org.dellroad.ant

Re: Beginner question - Ivy depencency set -- ANT fileset/classpath?

2009-06-01 Thread Joshua Tharp
The way I do it (and I'm not claiming to be either an expert or using the most elegant means) is I create different configurations for the different classpaths I need in a build (compile, test, deploy) and have a ivy pattern that includes the configuration ${lib.d}/[conf]/[artifact].[ext]. Then in

RE: Beginner question - Ivy depencency set -- ANT fileset/classpath?

2009-06-01 Thread Jim Garrison
-Original Message- From: joshua.th...@gmail.com [mailto:joshua.th...@gmail.com] On Behalf Of Joshua Tharp Sent: Monday, June 01, 2009 12:20 PM To: ivy-user@ant.apache.org Subject: Re: Beginner question - Ivy depencency set -- ANT fileset/classpath? The way I do it (and I'm

Re: Beginner question - Ivy depencency set -- ANT fileset/classpath?

2009-06-01 Thread Joshua Tharp
...@gmail.com] On Behalf Of Joshua Tharp Sent: Monday, June 01, 2009 12:20 PM To: ivy-user@ant.apache.org Subject: Re: Beginner question - Ivy depencency set -- ANT fileset/classpath? The way I do it (and I'm not claiming to be either an expert or using the most elegant means) is I

Re: Beginner question - Ivy depencency set -- ANT fileset/classpath?

2009-06-01 Thread Geoff Clitheroe
: -Original Message- From: joshua.th...@gmail.com [mailto:joshua.th...@gmail.com] On Behalf Of Joshua Tharp Sent: Monday, June 01, 2009 12:20 PM To: ivy-user@ant.apache.org Subject: Re: Beginner question - Ivy depencency set -- ANT fileset/classpath? The way I do it (and I'm