Re: svn commit: r908004 - /ant/core/trunk/build.xml

2010-02-09 Thread Stefan Bodewig
On 2010-02-09, Jesse Glick wrote: > bode...@apache.org wrote: >> URL: >> http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=908004&r1=908003&r2=908004&view=diff >> == >> - >>> > Why are these changes being ma

Possible issue in LatestVersionMatcher.needModuleDescriptor

2010-02-09 Thread Carl Quinn
While tracking down some unexpected behavior in our Ivy-based build system, I ran across what looks like a bug in LatestVersionMatcher.needModuleDescriptor(). In that method, it has a hard-coded check for "latest.integration" to determine when to not require a module descriptor. public boole

EasyAnt 0.7 Released !

2010-02-09 Thread Jean-Louis Boudart
The EasyAnt project is pleased to announce its 0.7 version. Easyant is a build system, that is based on Apache Ant and Apache Ivy. Our goals are : - to leverage popularity and flexibility of Ant. - to integrate Apache Ivy, such that the build system c

Re: svn commit: r908004 - /ant/core/trunk/build.xml

2010-02-09 Thread Antoine Levy Lambert
Hello Jesse, there is no ANT_18_BRANCH at the moment. I remember there was a time during ant 1.6 development where there was both a lot of development going on on the ANT_16_BRANCH and also on trunk, and a lot of changes have been merged. Working in trunk only at least for the first half of

Re: Will future IvyDE resolve workspace dependencies on the branch attribute?

2010-02-09 Thread Jeffrey Metcalf
Hi John, I just created issues in Jira. https://issues.apache.org/jira/browse/IVYDE-234 (add branch comparison to workspace resolution code) https://issues.apache.org/jira/browse/IVYDE-235 (add option to use extended resolveId in the resolution cache) I targeted fix revision 2.1.0 since th

Re: svn commit: r908004 - /ant/core/trunk/build.xml

2010-02-09 Thread Jesse Glick
bode...@apache.org wrote: URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=908004&r1=908003&r2=908004&view=diff == - + Why are these changes being made in trunk rather than in https://svn.apache.org/

Re: Will future IvyDE resolve workspace dependencies on the branch attribute?

2010-02-09 Thread Jon Schneider
Jeffrey, These all sound like great additions. If you open a JIRA [1] issue for this, discussion can continue there? I don't disagree that adding an "ignore branch" option is the right thing to do for the sake of consistency, but I do want to highlight one point, just to think about. Currently,

Re: svn commit: r908077 - in /ant/antlibs/compress/trunk: project-template.ivy.xml project-template.pom

2010-02-09 Thread Antoine Levy Lambert
Hello Stefan, one check I ran for myself with the POMS of ant was to run mvn -DskipTests=true install -f src/etc/poms/pom.xml from the root directory of ant this has brought a few errors about missing libraries like NetRexx... However maven tells you gently in its output how you are supposed

Re: svn commit: r908077 - in /ant/antlibs/compress/trunk: project-template.ivy.xml project-template.pom

2010-02-09 Thread Stefan Bodewig
If anybody more familiar with POMs and/or Ivy files than myself could check that I'm actually making sense here, that would be great. Stefan - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail

Re: Will future IvyDE resolve workspace dependencies on the branch attribute?

2010-02-09 Thread Jeffrey Metcalf
Hi Eric, Thank you for your suggestion. It also looks to be a good workaround. I am going to go ahead and violate mailing list etiquette rules just for this one reply so that I can crosspost to dev@ant.apache.org for the developers to see this development related discussion. I have actually