Mailing list page points to wrong nabble url

2010-02-23 Thread Claudio Miranda
to nabble archive is http://old.nabble.com/Ant---Dev-f108.html (replace www by old) Claudio Miranda - Claudio Miranda http://weblogs.java.net/blog/claudio http://www.claudius.com.br/blog -- View this message in context: http://old.nabble.com/Mailing-list-page-points-to-wrong-nabble-url-tp27

Re: [Ivy] How to add a new option to ivy settings

2008-05-29 Thread Claudio Miranda
This is the intended action, and it is working. But, I want this as a configurable option, to not disrupt the current behavior. Anyway the issue is there https://issues.apache.org/jira/browse/IVY-823 Thanks Claudio Miranda Maarten Coene wrote: > > I suggest you do the fol

Re: [Ivy] How to add a new option to ivy settings

2008-05-29 Thread Claudio Miranda
XmlModuleDescriptorParser and ModuleDescriptor implementation (I will do the same to the interface). Thanks Claudio Miranda Xavier Hanin wrote: > > As Gilles suggested, I'd better put that in settings, which is also much > easier to add (you only need a setter on the resolver to recognize an >

Re: [Ivy] How to add a new option to ivy settings

2008-05-28 Thread Claudio Miranda
p")); +if (timestamp != null) { +md.setTimestamp(timestamp); + } checkConfigurations(); Claudio Miranda wrote: > > > I am doing some testing with Ivy and have implemented a small > modification, to allow the downloaded resource to have th

[Ivy] How to add a new option to ivy settings

2008-05-28 Thread Claudio Miranda
or http://www.nabble.com/How-to-download-files-from-ivyrepo-with-the-same-last-modified-date---td17515745.html I plan to submit it as an enhancement to the Ivy issue tracking. Thanks Claudio Miranda - Claudio Miranda http://weblogs.java.net/blog/claudio http://www.claudius.com.br/blog -