Re: Transitive repreport?

2011-08-31 Thread Andrew Thorburn
You should just be able to use the report task, I think: http://ant.apache.org/ivy/history/latest-milestone/use/report.html That should, I believe, traverse the whole graph, though the output might not be exactly what you're looking for. If it's not, it shouldn't be too hard to use the XML to gene

Re: Download provided dependencies

2011-04-11 Thread Andrew Thorburn
You appear to have replaced the XML files with a whole bunch of 'Â' characters, at least when I view the source of your email through GMail... Viewing the email normally I just see a whole bunch of nothing. - Andrew On Mon, Apr 11, 2011 at 9:09 PM, wrote: > > Hi Maarten, > >  ivysettings.xml: >

Re: Strange IvyDE issue

2010-10-27 Thread Andrew Thorburn
You could use overrides to explicitly set the version (probably to 1.1). See http://ant.apache.org/ivy/history/latest-milestone/ivyfile/override.html for more on that. - Andrew On Wed, Oct 27, 2010 at 10:38 PM, David Harrigan wrote: > So, what do I do if the module is a 3rd party lib that hasn'

Re: ivy:install task - Comments/Criticisms/Bugs

2010-04-20 Thread Andrew Thorburn
ate individual JIRA issues for the > points you think that could get addressed by Ivy. > https://issues.apache.org/jira/browse/IVY > > Maarten > > > > - Original Message > From: Andrew Thorburn > To: ivy-user@ant.apache.org > Sent: Thu, April 8, 201

Re: Queston about transitive="false"

2010-04-18 Thread Andrew Thorburn
Unfortunately, it's not a dependency - it's a parent. It may be necessary to depend on Ant Parent first, then Ant, e.g. I'm not sure if that will fix it, but I've had issues with other Apache Projects and their parents before... Mostly when trying to apply namespace rules to the parent (it does

Re: IVYDE, Eclipse 3.5 & WTP

2010-04-14 Thread Andrew Thorburn
onnect to Glassfish, and just completely ignoring WTP. Yes, it means I have to undeploy/redeploy to get new things picked up by Glassfish, but it beats spending hours trying to get this working with WTP. - Andrew Thorburn On Wed, Apr 14, 2010 at 4:31 PM, Eric Gulatee wrote: > All, > > I&#

Re: ivy:install task - Comments/Criticisms/Bugs

2010-04-08 Thread Andrew Thorburn
Just had a look at it, and it's not suitable as it doesn't contain all the packages I want (Axis2, in this case). Apart from that it looks quite nice. But given the number of packages I need, it's not appropriate for me at this stage. Thanks, - Andrew On Fri, Apr 9, 2010 at 4:49 AM, Archie Cobbs

ivy:install task - Comments/Criticisms/Bugs

2010-04-08 Thread Andrew Thorburn
still has a long way to go before setting up a repository is actually a simple operation. If you would like to raise a Jira ticket for anything here, let me know. I think some of them may already have Jira tickets, but I'm not certain about that. Thanks, - Andrew Thorburn

Re: [IVYDE] WTP not publishing Updated JARs to Jetty

2010-03-18 Thread Andrew Thorburn
e one over there), or IvyDE isn't doing something it should be doing... The JAR it should be seeing is company-core-1.2.0.5-201003191543.jar, but for some reason it is still holding a reference to the old one in memory. - Andrew On Thu, Mar 18, 2010 at 10:57 PM, Andrew Thorburn wrote: >

[IVYDE] WTP not publishing Updated JARs to Jetty

2010-03-18 Thread Andrew Thorburn
I've got a really frustrating problem: I use Ivy to manage dependencies for my web application, and WTP/Eclipse to debug it. Mostly, that works fine. However, today, I added in a new class to a project, built a new JAR using Ant/Ivy, resolved my Ivy container in Eclipse, saw the new JAR appear (it

Re: A little request for help for a newbie please.

2010-02-09 Thread Andrew Thorburn
It seems it requires a little more work to get snapshots set up in Ivy. Have a look at this link (I don't use Maven Snapshots, so I can't be of much further help, sorry): http://www.mail-archive.com/ivy-u...@incubator.apache.org/msg01752.html - Andrew On Tue, Feb 9, 2010 at 10:06 PM, David Harri

[ivy-de] Next Release?

2009-12-02 Thread Andrew Thorburn
n the fix for the 'Not finding source when resolving in workplace' issue. Thanks, - Andrew Thorburn

Re: Versioning Best Practices?

2009-11-29 Thread Andrew Thorburn
t I don't want the clients using the 1.0.* branch picking up the release versions of the 1.1.* branch (because then everything would break). Does that make sense? But yeah, definitely several interesting ideas here that I'm gonna need to spend some more time thinking on. :-) Thanks, - Andrew Thorburn

Versioning Best Practices?

2009-11-23 Thread Andrew Thorburn
v' tag and commit back to trunk? It just seems like an awful lot of steps to me, and it seems like something isn't quite right... Obviously, the best solution is something only we can decide, but I am very interested in other peoples opinions on this, and you may provide a suggestion that I wouldn't have thought of. Many thanks, - Andrew Thorburn