ivy:install

2013-09-02 Thread Jonathan_Oulds
Hello there, I asked this question on ivy-u...@ant.apache.org but without much response, so I thought I'd give dev@ant.apache.org a try: Is there a way to make ivy:install install transitive dependencies that are defined within a priv

Re: API of IvyDE

2013-09-02 Thread Nicolas Lalevée
I introduced that method in that last big refactoring the API, since you indicated that it would be helpful to you :) Nicolas Le 2 sept. 2013 à 17:12, Greg Amerson a écrit : > Ah! I can't believe I didn't notice that before. Thanks for the note, I've > deleted IvyUtil.java from our plugin now

Re: API of IvyDE

2013-09-02 Thread Greg Amerson
Ah! I can't believe I didn't notice that before. Thanks for the note, I've deleted IvyUtil.java from our plugin now. G On Sat, Aug 31, 2013 at 2:47 AM, Nicolas Lalevée wrote: > > Le 29 août 2013 à 11:00, Greg Amerson a > écrit : > > > Hello Nicolas, > > > > We just released a new version of

Re: Java version of Ivy/IvyDE

2013-09-02 Thread Nicolas Lalevée
Le 2 sept. 2013 à 11:40, Andre-John Mas a écrit : > I would vote for supporting Java 6 and then indicating on the website which > ant + ivy/ivyDE version combination is needed to support pre-JDK 1.6 > environments, especially given the argument about Ant requiring more recent > JDK version.

Re: Java version of Ivy/IvyDE

2013-09-02 Thread Nicolas Lalevée
Le 2 sept. 2013 à 15:40, Jan Matèrne (jhm) a écrit : >> I would vote for supporting Java 6 and then indicating on the website >> which ant + ivy/ivyDE version combination is needed to support pre-JDK >> 1.6 environments, especially given the argument about Ant requiring >> more recent JDK versio

Re: AW: Java version of Ivy/IvyDE

2013-09-02 Thread Maarten Coene
For Ivy we should stick to the same minimal JDK version as Ant. (JDK 1.5) For IvyDE we could upgrade to the mimimal JDK version required for Eclipse. (JDK 1.6) So:  [ ] we should continue to support Java 1.4 [X] we should make Ivy require Java 5 [X] we should make IvyDE require Java 6 Maart

AW: Java version of Ivy/IvyDE

2013-09-02 Thread jhm
> I would vote for supporting Java 6 and then indicating on the website > which ant + ivy/ivyDE version combination is needed to support pre-JDK > 1.6 environments, especially given the argument about Ant requiring > more recent JDK version. +1 Like [1] for Ant. > > As discussed with the Java re

Re: Java version of Ivy/IvyDE

2013-09-02 Thread Andre-John Mas
I would vote for supporting Java 6 and then indicating on the website which ant + ivy/ivyDE version combination is needed to support pre-JDK 1.6 environments, especially given the argument about Ant requiring more recent JDK version. JDK 1.6 has been out long enough that it should probably be c

Java version of Ivy/IvyDE

2013-09-02 Thread Nicolas Lalevée
Ivy and IvyDE are still supporting Java 1.4. Java 1.4 is starting to be very old. And I am missing generics (I need them so much that I do some generic-commenting [1]). So I suggest to require at least Java 5. As discussed with the Java requirement of Ant, Java 5 is deprecated too, and I for i