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

Beginner question

2010-08-28 Thread Mark
How can I publish know jars.. ie ones that we already have that arent available on public repos to our private repo.. we dont have one yet :) Are there any tutorials out there that someone can recommended thats not the wiki. Unfortunately the wiki is kind of confusing. Thanks

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

2009-06-01 Thread Jim Garrison
Having defined a dependency set, how do I reference the resulting list of resolved files as an ANT fileset in other ANT tasks? Do I have to maintain a separate fileset tag?

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