Re: Selection of dependencies

2003-12-13 Thread Jean-Baptiste Onofré
Hi, i think this path is a great idea. Juste a few remark, you must use JDK 1.4 or jakarta-oro for old JDK release (such as JDK 1.1, JDK 1.2 or JDK 1.3). Good job guy :) -- Jean-Baptiste Onofré (Nanthrax) Membre fondateur de phpFR.org http://www.phpfr.org [EMAIL PROTECTED] Membre fondateur du L

RE: Selection of dependencies

2003-12-13 Thread Alban Peignier
Hi, The needed modifications to support regular expressions in the target dependencies were simple. So this is a first patch for the ANT_16_BRANCH which adds this feature. For more details : http://wiki.tryphon.org/JavaWiki/AntStarDependencies All the comments are welcome ;o) -- Alban - [EMAIL

RE: Selection of dependencies

2003-12-11 Thread Alban Peignier
I agree with you :) I thought about an simple alphabetical order. Ok, I will take time to create an experimental patch and test the principle on some of my projects. -- Alban - [EMAIL PROTECTED] http://www.tryphon.org/~alban -

RE: Selection of dependencies

2003-12-11 Thread Dominique Devienne
I've thought of this myself... It would indeed be possible, although target ordering is usually important, and it's not clear what the ordering should be when using a regex? Order in the build file? Alphabetical order? The one requirement is that the dependencies of a target are statically describ