Re: javac task problem in Java 6

2008-11-05 Thread Jesse Glick
Jess Holle wrote: We've seen this before where A depends on B which /internally/ depends upon C and then suddenly one has to have C around to compile A. Although this is not forbidden by the JLS (as far as I know), it does seem undesirable. If you know of particular examples which can be expre

[ANNOUNCE] Apache Ivy 2.0.0-rc2 released

2008-11-05 Thread Maarten Coene
Nov 4, 2008 - The Apache Ivy project is pleased to announce the release of Ivy 2.0.0-rc2, the second release candidate for Ivy 2.0.0. Ivy is a tool for managing (recording, tracking, resolving and reporting) project dependencies, characterized by flexibility, configurability, and tight integration

Re: EasyAnt / vs

2008-11-05 Thread Dominique Devienne
On Wed, Nov 5, 2008 at 9:59 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > IIUC EasyAnt solits the two use-cases found for into two > logical tasks. > > * you never want to override a target, you just want to reuse them: That's an to me. Rename into , and I'm +1, even with the forced prefix (

EasyAnt / vs

2008-11-05 Thread Stefan Bodewig
Hi, Jean-Louis or Xavier may correct me if I'm wrong. IIUC EasyAnt solits the two use-cases found for into two logical tasks. * you never want to override a target, you just want to reuse them: * you may want to override some/most targets: Technically is what is today. ed targets that

Re: javac task problem in Java 6

2008-11-05 Thread Stefan Bodewig
On Wed, 5 Nov 2008, Sergey Bondarenko <[EMAIL PROTECTED]> wrote: > Hi Stefan! > > I followed your advice and set sourcepath to "". > > Compilation by javac works properly in JDK 5 and 6: > javac -sourcepath "" -classpath b.jar A.java > > Compilation by ant task works properly in JDK 5, but does

Re: EasyAnt project

2008-11-05 Thread Jean-Louis BOUDART
UP Is there some news about our patch or about ProjectHelper class / Target class refactoring? Jean Louis 2008/10/29 Stefan Bodewig <[EMAIL PROTECTED]> > On Wed, 29 Oct 2008, Matt Benson <[EMAIL PROTECTED]> wrote: > > --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > >> On Wed, 29 Oct 2008, Ma

Re: javac task problem in Java 6

2008-11-05 Thread Sergey Bondarenko
Hi Stefan! I followed your advice and set sourcepath to "". Compilation by javac works properly in JDK 5 and 6: javac -sourcepath "" -classpath b.jar A.java Compilation by ant task works properly in JDK 5, but does not work in JDK 6:

Re: problem updating the ivy website

2008-11-05 Thread Xavier Hanin
On Wed, Nov 5, 2008 at 12:32 AM, Maarten Coene <[EMAIL PROTECTED]>wrote: > I've committed the Ivy 2.0.0-rc2 website in svn: > https://svn.apache.org/repos/asf/ant/ivy/site/target/ > When I want to update it in /www/ant.apache.org/ivy I get the following > error: > > [EMAIL PROTECTED] /www/ant.apac