Re: NIO 2.0 == Ant 2.0? was Re: Java NIO support

2012-02-18 Thread Gilles Scokart
g when possible. That's what I miss with existing build system : I want to go as quickly as possible to a desired build state (from a current state). Gilles Scokart On 17 February 2012 20:07, Bruce Atherton wrote: > It doesn't require a rewrite, but a rewrite could simplify integ

Re: [RESULT][VOTE] Release AntUnit 1.2 - second attempt

2011-08-20 Thread Gilles Scokart
Thanks a lot to have pushed this release. Gilles Scokart On 16 August 2011 09:24, Stefan Bodewig wrote: > With +1s by Conor, Peter, Maarten and myself the vote has passed. > > I'll copy over the tarballs and give the mirrors some time to catch up > before updating the site an

Re: Status of AntUnit trunk?

2011-08-10 Thread Gilles Scokart
t is easy) or could be marked somehow as experimental in case others found it interresting. Gilles Scokart On 21 July 2011 03:56, Stefan Bodewig wrote: > Hi, > > the last AntUnit release has been made almost three years ago.  In the > meantime we've accumulated a few changes, on

Re: [VOTE] release of ant 1.8.2

2010-12-19 Thread Gilles Scokart
? > > Yes [X] > > No [] > > Regards, > > Antoine > +1, Gilles Scokart - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

Re: [VOTE] Remove commercial tasks from Ant

2010-06-21 Thread Gilles Scokart
On 19 June 2010 20:38, Bruce Atherton wrote: > > 1. Should the following commercial tasks be dropped from being distributed > with the Ant release? > > [  ]  Continuous/Synergy tasks:  CCMCheckin, CCMCheckout, CCMCheckinTask, > CCMReconfigure, CCMCreateTask > [  ]  Clearcase tasks: CCCheckin, CCCh

Fwd: svn commit: r953130 - in /ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor: DefaultExtendsDescriptor.java ExtendsDescriptor.java

2010-06-09 Thread Gilles Scokart
For the record. Gilles Scokart -- Forwarded message -- From: Jean-Louis Boudart Date: 10 June 2010 08:32 Subject: Re: svn commit: r953130 - in /ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor: DefaultExtendsDescriptor.java ExtendsDescriptor.java To: Gilles

Re: svn commit: r953130 - in /ant/ivy/core/trunk/src/java/org/apache/ivy/core/module/descriptor: DefaultExtendsDescriptor.java ExtendsDescriptor.java

2010-06-09 Thread Gilles Scokart
https://issues.apache.org/jira/browse/IVY-742 Gilles Scokart On 9 June 2010 21:41, wrote: > > Author: gscokart > Date: Wed Jun  9 19:41:47 2010 > New Revision: 953130 > > URL: http://svn.apache.org/viewvc?rev=953130&view=rev > Log: > add missing headers.  The f

Re: [GUMP@vmgump]: Project test-ant (in module ant) failed

2010-06-08 Thread Gilles Scokart
I don't have the time to gig further, but the error is : [au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/taskdefs/xslt-test.xml [au:antunit] Tests run: 17, Failures: 1, Errors: 0, Time elapsed: 0.753 sec Gilles Scokart On 8 June 2010 20:23, Gump Integration

Re: [VOTE-RESULTS] use nexus for maven upload of ant release

2010-05-27 Thread Gilles Scokart
maven distribution directly (and knowing how maven is eager with indirect dependencies, the list can be very huge). Thanks to have handled this distribution. Gilles Scokart

[DISCUSS] Ant source tree reorganization (Was Re: [DISCUSS] Ant source tree reorganization)

2010-05-24 Thread Gilles Scokart
Jesse didn't closed the vote yet, but there is quiet a lot of 50/50 on the first question. Maybe an intermediary solution would be to have 2 source directories. One for all core classes and tasks, and a second one regrouping all optional tasks. Gilles Scokart On 24 May 2010 12:08,

JAI and NetRexx in fetch.xml (Was: Ant source structure and ant*.jar build products)

2010-05-19 Thread Gilles Scokart
ld be the end user or the ASF. Gilles Scokart On 17 May 2010 22:49, Bruce Atherton wrote: > On 16/05/2010 9:35 PM, Stefan Bodewig wrote: > >> If you wanted to merge ant.jar with ant-nodeps.jar (which would be fine >> with me) we should probably move all tasks included f

Re: [VOTE] Ant source tree reorganization

2010-05-19 Thread Gilles Scokart
-party tool such as > Perforce), and remove the "Core" vs. "Optional" distinction in the manual. > > > (Could prepare these changes on a branch if people would rather look at the > result before voting.) > > Gilles Scokart

Re: Core ant project in Eclipse

2010-05-16 Thread Gilles Scokart
e ant dependencies configured. Gilles Scokart On 16 May 2010 00:46, James Chy wrote: > All, > > I have had a hard time finding information on running ant locally in > Eclipse > so I can use the debugger to debug core ant code. > > Do the developers on the project typically u

Re: [VOTE] use nexus for maven upload of ant release

2010-05-14 Thread Gilles Scokart
+1 for all. Gilles Scokart On 13 May 2010 22:19, Antoine Levy-Lambert wrote: > Hi, > > Brian Fox on the repository list has advised me to upload the ant artefacts > to the maven repository using nexus. [1] > > I have entered a sub-task of INFRA-1996 "Track projects

Re: task that allows augmentation of previously declared references

2010-03-26 Thread Gilles Scokart
nside the target, the ant tasks follow an imperative style). And in a declarative language, it is much more unusual to overwrite/modify the declaration. Immutability has great value in declarative language. Gilles Scokart On 25 March 2010 23:58, Bruce Atherton wrote: > I agree. I see

Re: task that allows augmentation of previously declared references

2010-03-03 Thread Gilles Scokart
cture that should be used carrefully. Gilles Scokart On 3 March 2010 05:52, Stefan Bodewig wrote: > On 2010-03-02, Matt Benson wrote: > > > Okay, let's reason this out... since tasks and types are Java objects > > can we assume that a Java property "final" is

Re: task that allows augmentation of previously declared references

2010-02-25 Thread Gilles Scokart
On 25 February 2010 17:53, Dominique Devienne wrote: > On Thu, Feb 25, 2010 at 10:00 AM, Gilles Scokart > wrote: > > Did you have any example to demonstrates the benefits of such task ? > > The benefits with conjunction with could be important, in > that you can &qu

Re: task that allows augmentation of previously declared references

2010-02-25 Thread Gilles Scokart
definition to know what it is about, and you will have to search in all other targets in all build files included if there is no augmentation of the datatype. Did you have any example to demonstrates the benefits of such task ? Gilles Scokart On 25 February 2010 05:39, Matt Benson wrote: >

Re: [VOTE] release ant 1.8.0RC1

2010-01-11 Thread Gilles Scokart
> Vote > > [+1] release this build as ant 1.8.0RC1 > [ ] do not release this build > > Gilles Scokart

Re: Naming of target-group

2009-12-19 Thread Gilles Scokart
) anything else > I like target-group. But still I would take the risk to turn this thread into a brainstorming : What about extension-point ? Gilles Scokart

Re: deep-if/deep-unless

2009-12-19 Thread Gilles Scokart
2009/12/16 Dominique Devienne > >ant deploy /block:war > > Sounds very cool ! I often tried to implement such things into my ant script, but I never found the right ideom to do that. But this gave me an idea I might give a try : ... ...

Re: Ivy Indexer

2009-11-15 Thread Gilles Scokart
too dynamic (with the help of some external configuration). I'm just waiting someone to show interrest in order to remotivate me to continue... Gilles Scokart

Re: Ivy Indexer

2009-11-13 Thread Gilles Scokart
Seems nice. But I'm not sure I understand what it will be used for. What would be the user interface to read the index ? Gilles Scokart 2009/11/11 Jon Schneider > I've been thinking about IVYDE-134 (Quick Search feature for dependencies > in > repositories) and related

Re: For every usage of Ant class api, different class loader

2009-11-07 Thread Gilles Scokart
An other aproach is to specify a loader id when declaring the tasks in the parent project (and make sure your inherit this id in the subclass). Gilles Scokart 2009/11/5 Stefan Bodewig > On 2009-11-05, Raja Nagendra Kumar wrote: > > > When we are using Ant.java/class api Is it

Re: [VOTE] New committer - Jon Schneider

2009-11-02 Thread Gilles Scokart
+1 Welcome! Gilles Scokart 2009/11/2 Matt Benson > Please vote whether to admit Jon Schneider as an Ant committer for his > contributions to Ivy and IvyDE. Voting is open for one week. Remember that > although only PMC votes are binding, anyone may give his opinion. > >

Re: svn commit: r831776 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/plugins/parser/m2/ test/java/org/apache/ivy/core/resolve/ test/repositories/m2/org/apache/test-src/ test/repositories/m2/

2009-11-01 Thread Gilles Scokart
What is the performance impact for this change? Gilles Scokart 2009/11/1 > Author: maartenc > Date: Sun Nov 1 22:57:30 2009 > New Revision: 831776 > > URL: http://svn.apache.org/viewvc?rev=831776&view=rev > Log: > IMPROVEMENT: discover 'src' sources

Re: [VOTE] Ivy 2.1.0 Release

2009-10-04 Thread Gilles Scokart
+1 Gilles Scokart 2009/9/30 Nicolas Lalevée > > Le 28 sept. 09 à 01:25, Maarten Coene a écrit : > > Hi all, >> >> I have built Ivy 2.1.0 and I need your vote to get it released. >> >> You can download it from this URL: >> http://people.ap

License on generated pom files(Was: [VOTE] Ivy 2.1.0 Release)

2009-10-01 Thread Gilles Scokart
ot sure what is better. Any idea? [1] http://people.apache.org/~maartenc/m2-staging-repo/org/apache/ivy/ivy/2.1.0/ivy-2.1.0.pom Gilles Scokart 2009/9/30 Nicolas Lalevée > > Le 28 sept. 09 à 01:25, Maarten Coene a écrit : > > Hi all, >> >> I have built Ivy 2.1.0 and I need

Re: Ivy release?

2009-09-07 Thread Gilles Scokart
Same here, OK for a 2.1.0 with r801820 merge, and OK for 2.1.1 without an "external" RC first (having zip on which to vote is a suffisent "release candidate" step). Thanks, Gilles Scokart 2009/9/7 Xavier Hanin > I'm ok for a 2.1.0 release with r801820 merged. >

Re: How about ${fromRefId:some-reference}?

2009-09-05 Thread Gilles Scokart
Altought it is not explicitely documented, the set of predefined properties ant.* give the impression that ant. is a reserved prefix. Maybe ${ant.ref:} would reduce the risk collisions Gilles Scokart 2009/9/4 Stefan Bodewig > Hi, > > we have a PropertyEvaluator for ${toStrin

Re: svn commit: r810793 - /ant/core/trunk/src/main/org/apache/tools/ant/filters/util/ChainReaderHelper.java

2009-09-03 Thread Gilles Scokart
What is the benefits of having the parameters final ? Gilles Scokart 2009/9/3 > Author: bodewig > Date: Thu Sep 3 07:26:20 2009 > New Revision: 810793 > > URL: http://svn.apache.org/viewvc?rev=810793&view=rev > Log: > whitespace and make method paarameters final

Re: AW: Peformance Task usage from custom task

2009-09-03 Thread Gilles Scokart
Note that if your intention is to profile your own task, you can also use any profiler you want. An ant build is a java application like an other. Gilles Scokart 2009/9/3 > You could also subclass that listener and overwrite the > [task|target][Starts|Finished] by calling the build[

Re: [GUMP@vmgump]: Project test-ant (in module ant) failed

2009-08-30 Thread Gilles Scokart
The tests are failing in hostinfo tests because www.apache.org has been redirected to the european server. I guess that's temporary. Gilles Scokart 2009/8/29 Gump Integration Build > To whom it may engage... > > This is an automated request, but not an unsolicited o

Re: svn commit: r808018 - in /ant/core/trunk: ./ docs/manual/CoreTypes/ src/main/org/apache/tools/ant/ src/main/org/apache/tools/ant/filters/ src/tests/antunit/filters/ src/tests/antunit/filters/exp

2009-08-26 Thread Gilles Scokart
The French translation of unique is ... "unique". Gilles Scokart 2009/8/26 Matt Benson > Do we want to stick to English spellings ("unique") or are we okay with > "uniq"--presumably correct in French? > > -Matt > > --- On Wed, 8/26

Re: Any Unfinished Experiments in trunk?

2009-08-24 Thread Gilles Scokart
There is one from an older release. The coreLoader : https://issues.apache.org/bugzilla/show_bug.cgi?id=40522 Gilles Scokart 2009/8/24 Stefan Bodewig > Hi, > > apart from the two things I'm aware of that I'll bring up separately: > >* things to support Easy

Re: [VOTE] Ivy 2.1.0-rc2 Release

2009-07-10 Thread Gilles Scokart
Sorry, I didn't had time to validate it, and I will have no computer neither email during the next 3 weeks. I'm not able to vote for it for the moment. Gilles Scokart 2009/7/5 Maarten Coene > > Hi all, > > I have built Ivy 2.1.0-rc2. > > You can downl

Re: svn commit: r789095 - in /ant/ivy/core/trunk: ./ doc/ivyfile/ src/java/org/apache/ivy/core/module/descriptor/ test/java/org/apache/ivy/core/resolve/ test/repositories/2/mod5.1/ test/repositories

2009-07-06 Thread Gilles Scokart
I preffer much more this example than the ones with colors. I guess that this make sense only inside configuration expressions using intersection. Am I right? Gilles Scokart 2009/7/1 Xavier Hanin > Here's a real world example: > > > > > > > > It&#

Re: svn commit: r789095 - in /ant/ivy/core/trunk: ./ doc/ivyfile/ src/java/org/apache/ivy/core/module/descriptor/ test/java/org/apache/ivy/core/resolve/ test/repositories/2/mod5.1/ test/repositories

2009-06-29 Thread Gilles Scokart
Do you have a concrete use case for this feature? Based on the the example, I didn't catch it directly. Maybe a real example combining 2 real axes (other than 'color') would help. Gilles Scokart 2009/6/28 > Author: xavier > Date: Sun Jun 28 13:02:10 2009 > New

Re: Ivy release schedule

2009-06-10 Thread Gilles Scokart
+1 Gilles Scokart 2009/6/9 Maarten Coene > > Ivy 2.1.0-RC1 has been out for some (too long?) time now. (didn't had much > time last couple of months, but it's getting better now :-)) > > Let's decide our next steps... > > Because the RC1 is so old, I would

Re: Releasing IvyDE ?

2009-06-08 Thread Gilles Scokart
0 [4] : I wasn't able to reproduce it > > > > So I think it is a good time to release a 2.0 final. > > > > WDYT ? > > I think IvyDE is stable enough, and it will make people more confident in > using it with an official release. So it's a strong +1 for me. > Xavier > > +1. An official release will definitively help for adoption. Gilles Scokart

antlib namespace and uri usage

2009-04-22 Thread Gilles Scokart
y). Or are was it the intention to let the user of an antlib freely choose its uri? I doubt. But if it is, how can I reference my own tasks into the antlib.xml file ? Gilles Scokart

Why 2 key files ?

2009-04-07 Thread Gilles Scokart
We have 2 KEYS files : - https://svn.apache.org/repos/asf/ant/core/trunk/KEYS - https://svn.apache.org/repos/asf/ant/antlibs/common/trunk/KEYS Why ? Gilles Scokart

Re: [VOTE] Ivy 2.1.0-rc1 Release

2009-03-27 Thread Gilles Scokart
+1, I tested it in our heavy continous build, and it didn't triggered any regression. Thanks to push this out. Gilles Scokart 2009/3/25 Xavier Hanin > +1 > Great work Maarten ! > > Xavier > > On Thu, Mar 19, 2009 at 10:51 PM, Maarten Coene >wrote: > >

Re: New Ivy release

2009-03-18 Thread Gilles Scokart
Gilles Scokart 2009/3/17 Maarten Coene > > Hi all, > > it's time to make a new Ivy release. > I volunteer to be release manager, but we should discuss the following > first: Cool, thanks, > > > - what will be the new Ivy version: 2.0.1 or 2.1.0 > - what

Re: changing Ivy retrieve behaviour

2009-03-09 Thread Gilles Scokart
I think failing the build is indeed the best aproach. But I fear some build that might be broken. Isn't it? I'm also wondering if it is not possible to have warning in the retrieve task when some kind of patterns are used. Gilles Scokart 2009/3/9 Maarten Coene > > Hi, >

Re: Anybody planning to attend ApacheCon in Amsterdam late March?

2009-03-01 Thread Gilles Scokart
I will be there, but only Wednesday and Thurday. Gilles Scokart 2009/2/17 Steve Loughran > Stefan Bodewig wrote: > >> On 2009-02-05, Jimmy Zhao wrote: >> >> Personally, I think my talk is more like a workshop or tutorial, it might >>> not so technical, but

Re: svn commit: r743906 - in /ant/antlibs/antunit/trunk: ./ src/etc/testcases/antunit/ src/main/org/apache/ant/antunit/ src/main/org/apache/ant/antunit/junit3/ src/main/org/apache/ant/antunit/junit4

2009-02-14 Thread Gilles Scokart
Check-in done. The problem was the http, and not https. Gilles Scokart 2009/2/14 Gilles Scokart : > There is one change missing.that I couldn't commit in the common script. > > Here is what I have : > > ~/projects/open_source/antunit/common $ svn ci -m "Ad

Re: svn commit: r743906 - in /ant/antlibs/antunit/trunk: ./ src/etc/testcases/antunit/ src/main/org/apache/ant/antunit/ src/main/org/apache/ant/antunit/junit3/ src/main/org/apache/ant/antunit/junit4

2009-02-14 Thread Gilles Scokart
t;${src.junit}" destdir="${build.testclasses}" debug="${javac.debug}" - source="${javac.-source}" - target="${javac.-target}" + source="${javac.test-source}" + target="${javac.test-target}" >

Re: Documentation Clarification

2009-02-10 Thread Gilles Scokart
2009/2/10 Steve Appling : > I am working on a patch with some minor edits (mostly typos and > grammatical errors) to the documentation, but have a question about the > meaning of one line that just doesn't make sense for me. > > The "How does it work" page > (http://ant.apache.org/ivy/history/lates

Re: buildlist/subant in parallel

2009-01-28 Thread Gilles Scokart
lel-subant would be a good first step. Gilles Scokart 2009/1/27 Alex Iliev : > I was thinking that the combination of ivy:buildlist and subant is a > perfect candidate for parallelization: the dependency graph tells us > exactly which Ivy modules can be built in parallel. I&#

Re: Integration of antunit in junit

2009-01-27 Thread Gilles Scokart
ht be plain old 1.4 classes. Also, probably one unit test will require 1.5 annotation. If that's the case, I will make it conditional also. Gilles Scokart 2009/1/28 Stefan Bodewig : > On 2009-01-27, Gilles Scokart wrote: > >> I finished a first step. I have refactored An

Re: Integration of antunit in junit

2009-01-27 Thread Gilles Scokart
entire antunit library to java 1.5? Or would you preffer to only compile a junit4 package with java 1.5 ? I'm +1 to migrate antunit completely to 1.5 (I know, again the same discussion...). Gilles Scokart 2009/1/19 Kevin Jackson : >>> I already some code prepared to support this.

Re: [VOTE] Ivy 2.0.0 Release (2nd attempt)

2009-01-27 Thread Gilles Scokart
I know, I come really too late. I wanted to test it at least once, and I didn't found the time to do it earlier. Anyway, for the records, you have my +1. Thanks a lot Maarten to have pushed this release out. Gilles Scokart 2009/1/20 rednix : > > > > Maarten Coene wrote: >

Integration of antunit in junit

2009-01-14 Thread Gilles Scokart
know if I'm the only one to find it useful, and if that doesn't contradict with the current antunit philosophy. (if you prefer first see what it looks like, I can also check-in the code in a sandbox) Gilles Scokart - T

Re: svn commit: r727546 - /ant/ivy/core/branches/2.0.0/build-release.xml

2008-12-18 Thread Gilles Scokart
Shouldn't this be done on the trunk ? Gilles Scokart 2008/12/17 : > Author: maartenc > Date: Wed Dec 17 14:23:26 2008 > New Revision: 727546 > > URL: http://svn.apache.org/viewvc?rev=727546&view=rev > Log: > A bit less logging when signing the files > >

Re: Problem with Ant website

2008-12-07 Thread Gilles Scokart
ressed. If you are not the intended > recipient, you are not authorized to read, print, retain, copy, disseminate, > distribute, or use this message or any part thereof. If you receive this > message in error, please notify the sender immediately and delete all copies > of this me

FishEye view of pache Ant repository

2008-12-01 Thread Gilles Scokart
I was not aware of it. Maybe others here might not be neither. http://fisheye6.atlassian.com/browse/ant -- Gilles Scokart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CoreLoader not used for antlib & typedef [Re: Launching unit test of antunit]

2008-11-26 Thread Gilles Scokart
2008/11/26 Stefan Bodewig <[EMAIL PROTECTED]>: > On 2008-11-26, Gilles Scokart <[EMAIL PROTECTED]> wrote: > >> I still have move-test.xml failing. I tried on windows XP and on >> cygwin, with a JDK 1.6 and with 1.5. The antunit test is always >> faili

Re: CoreLoader not used for antlib & typedef [Re: Launching unit test of antunit]

2008-11-26 Thread Gilles Scokart
failing, being ignored or being delayed). Maybe I have the same problem again... Gilles 2008/11/20 Gilles Scokart <[EMAIL PROTECTED]>: > 2008/11/20 Stefan Bodewig <[EMAIL PROTECTED]>: >> On 2008-11-19, Gilles Scokart <[EMAIL PROTECTED]> wrote: >> >>> I w

Re: target-group committed

2008-11-26 Thread Gilles Scokart
target-group allow you to have a kind of "generic target", >> that's >> why in EasyAnt we want to have separated help for generic targets >> (target-group) and specific target (normal target). >> >> In addition, as we use target-group to have more "gene

Re: Yet an other view for target-group

2008-11-24 Thread Gilles Scokart
2008/11/24 Stefan Bodewig <[EMAIL PROTECTED]>: > On 2008-11-21, Gilles Scokart <[EMAIL PROTECTED]> wrote: > >> The concept of target-group seems confusing for the moment. > > At least it confuses me, but I get the feeling that everybody must be > seeing someth

Re: Yet an other view for target-group

2008-11-22 Thread Gilles Scokart
equired,do" pattern. Instead of having a target that expose all its implementation : ... ... ... ... A normal use will see only the target compile, while a more advanced user can use the sub-part of compile. 2008/11/21 Gilles Scokart <[EMAIL PROTECTED]>: > The concept of target-group

Yet an other view for target-group

2008-11-21 Thread Gilles Scokart
were executed inside that target-groups (possible multiple time if the part is part of multiple group). The depends of the part being transfered to the group. I think this view support the high granularity build, with a clear layering without conflicting with the current depends relationships. -- G

Re: EasyAnt phases

2008-11-21 Thread Gilles Scokart
2008/11/21 Stefan Bodewig <[EMAIL PROTECTED]>: > On 2008-11-20, Gilles Scokart <[EMAIL PROTECTED]> wrote: > >> 2008/11/20 Stefan Bodewig <[EMAIL PROTECTED]>: >>> On 2008-11-20, Gilles Scokart <[EMAIL PROTECTED]> wrote: > >>>> - What about

Re: Maybe we should open up "depends" for all targets

2008-11-21 Thread Gilles Scokart
manage to define it), but here my "feeling" about the difference : - There is a difference of granularity. - Between targets, you have a relations of prerequisites. A target depends on things being produced by other target (that the dependee targe

Re: EasyAnt phases

2008-11-20 Thread Gilles Scokart
2008/11/20 Stefan Bodewig <[EMAIL PROTECTED]>: > On 2008-11-20, Gilles Scokart <[EMAIL PROTECTED]> wrote: > >> There is 2 other topics : >> - What about the build events? > > As long as target-groups are not different from targets from the > perspective of

Re: EasyAnt phases

2008-11-20 Thread Gilles Scokart
dynamic-target', 'goal' (who said 'phase'?). Concerning the if/unless, however, I still like the idea. Maybe the targets having a target-group should copy the if/unless of their target-group? (problem comes when there are multiple if/unless...) -- Gilles Scokart

Re: target-group committed

2008-11-20 Thread Gilles Scokart
injection for regular targets too? I'm not sure how useful > it is though, just throwing ideas. > > Xavier > > >> >> Stefan >> >> ---------

Re: CoreLoader not used for antlib & typedef [Re: Launching unit test of antunit]

2008-11-20 Thread Gilles Scokart
2008/11/20 Stefan Bodewig <[EMAIL PROTECTED]>: > On 2008-11-19, Gilles Scokart <[EMAIL PROTECTED]> wrote: > >> I was thus thinking to provide this classpath using the >> project.setCoreLoader. But that didn't worked. >> Indeed, the coreLoader is not used

CoreLoader not used for antlib & typedef [Re: Launching unit test of antunit]

2008-11-19 Thread Gilles Scokart
l have to run the test suite in ant itself (and seeing the time I took to run the test in antunit I have some fears;-) In parallel I wanted to ask feedback for such sensible change for which I can't really mesure all the impact. 2008/11/17 Stefan Bodewig <[EMAIL PROTECTED]>: > On 200

Launching unit test of antunit

2008-11-15 Thread Gilles Scokart
st-classes test (I'm on cygwin) Am I the only one to have this problem? -- Gilles Scokart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: EasyAnt phases

2008-11-14 Thread Gilles Scokart
2008/11/13 Gilles Scokart <[EMAIL PROTECTED]>: > I'm +1 to put the concept in Ant's core, marked as experimental. > > A question that I have is how deep we want to push this concept? > > A first level would be that a phase or a target-group is a "normal"

Re: EasyAnt phases

2008-11-13 Thread Gilles Scokart
t I'll volunteer to help the EasyAnt people to hook the > concept into Ant without patching Ant itself. > > Stefan > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] &g

Re: EasyAnt phases

2008-11-13 Thread Gilles Scokart
f >> different nested files have import statements referring to the same >> file)? > > This is the current behavior of , any file will only be > imported once and subsequent imports are ignored. > > Stefan > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Gilles Scokart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Experimentation around dependency analysis

2008-11-12 Thread Gilles Scokart
008-11-11, Gilles Scokart <[EMAIL PROTECTED]> wrote: > >> My experimentation has now taken the form of a project on source >> forge [1]. > > Looks interesting. > > I'm not questioning your choice of sf.net, but I hopw you know that >

Re: Experimentation around dependency analysis

2008-11-11 Thread Gilles Scokart
ttp://deco-project.sourceforge.net/ 2008/10/13 Gilles Scokart <[EMAIL PROTECTED]>: > I'm currently making some experimentation using ASM library to analyse > jars in order to identify dependencies. > > I would like to end up with a tool (in the form of a taglib) that > allows to manage m

Re: [VOTE] Ivy 2.0.0-rc2 Release

2008-11-04 Thread Gilles Scokart
Maarten Coene, >> Ivy 2.0.0-rc2 release manager >> >> >> >> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PRO

Re: JavaFront update: TagBuilder

2008-10-31 Thread Gilles Scokart
2008/10/31 Stefan Bodewig <[EMAIL PROTECTED]>: > On Fri, 31 Oct 2008, Gilles Scokart <[EMAIL PROTECTED]> wrote: > >> 2008/10/30 Stefan Bodewig <[EMAIL PROTECTED]>: >>>public void hello() { >>>TagBuilder.forProject(p) >>>

Re: [VOTE] Adopt Java 1.4 as a minimum requirement for core/trunk

2008-10-31 Thread Gilles Scokart
if you vote -1 it will stay at 1.3. This is a code > change and thus subject to lazy consensus (i.e. no -1). > > Stefan > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e

Re: JavaFront update: TagBuilder

2008-10-31 Thread Gilles Scokart
rnatives : public void hello() { EchoTask echo = TagBuilder.create(EchoTask.class , p); echo.setMessage("Hello, ${world}!"); echo.execute(); } Or: public void hello() { TagBuilder.execute(new EchoTask() {{ s

Re: svn commit: r705232 [1/2] - in /ant/core/trunk/src/tests/antunit/taskdefs/cvs: ./ repository/ repository/CVSROOT/ repository/CVSROOT/Emptydir/ repository/antmodule1/

2008-10-17 Thread Gilles Scokart
1/foo.txt,v > > Added: > ant/core/trunk/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/.#checkoutlist > URL: > http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/cvs/repository/CVSROOT/.%23checkoutlist?rev=705232&view=auto -- Gilles Scokart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ivy settings classpath always creates new classloader when used with subant

2008-10-17 Thread Gilles Scokart
Loader()); > +loaderCache.put(classpathURLs, classloader); > +} > } > } > return classloader; > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Gilles Scokart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Deploying to a Maven Repo with Ivy

2008-10-16 Thread Gilles Scokart
2008/10/16 Hans Dockter <[EMAIL PROTECTED]>: > > On Oct 16, 2008, at 12:39 PM, Gilles Scokart wrote: > >> Even if you have a single jar, that can work. To continue with you >> example of "hibernate.jar" with a withEHCache and >> withDistributedTransacti

Re: Deploying to a Maven Repo with Ivy

2008-10-16 Thread Gilles Scokart
c conf, it would be better to put those classes into a specific artefact. But using pure pom module, it is not required. 2008/10/16 Hans Dockter <[EMAIL PROTECTED]>: > > On Oct 16, 2008, at 10:14 AM, Hans Dockter wrote: > >> >> On Oct 15, 2008, at 9:50 AM, Gilles

Re: Next step in Ivy 2.0 release process

2008-10-16 Thread Gilles Scokart
hich aren't > fixed yet > - create a 2.0.0 final release based on RC1 > > I'm in favor for a new RC2 containing everything from SVN trunk. What do > others think? +1. Only bug fixing have been commited to the trunk. And I thin

Re: Deploying to a Maven Repo with Ivy

2008-10-15 Thread Gilles Scokart
ect lead > http://www.gradle.org > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Gilles Scokart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Experimentation around dependency analysis

2008-10-13 Thread Gilles Scokart
nto the core of ant neither. So I'm worndering where to place it? We have a sandbox in the ant svn. There is also the apache lab. Or I could start a project on sourceforge, google code or somewhere else. What would you advice?

Re: svn commit: r700296 - in /ant/ivy/core/trunk: CHANGES.txt src/java/org/apache/ivy/ant/IvyAntSettings.java

2008-09-30 Thread Gilles Scokart
ot;.equals(id) && > getProject().getReferences().get(id) == null) { > // register ourselfs as default settings, just in case the id > attribute is not set > getProject().addReference("ivy.instance", this); > autoRegistered = true; > > > -- Gilles Scokart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Ivy 2.0.0-rc1 Release

2008-09-20 Thread Gilles Scokart
; > Regards, > > Xavier, Ivy 2.0.0-rc1 release manager > +1 -- Gilles Scokart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DirectoryScanner performance

2008-09-19 Thread Gilles Scokart
#x27;t bring any regression. Also, we will have to take care if someone manage to have a jvm ported on cygwin. But AFAIK, this is not available. [1] All files/directories for which the canonical path is different from its path are consid

Re: svn commit: r695402 - in /ant/core/trunk/src/main/org/apache/tools/ant: DirectoryScanner.java types/selectors/PathPattern.java types/selectors/SelectorUtils.java

2008-09-16 Thread Gilles Scokart
2008/9/16 Stefan Bodewig <[EMAIL PROTECTED]>: > On Tue, 16 Sep 2008, Gilles Scokart <[EMAIL PROTECTED]> wrote: > >> I'm still thinking that a 'PathPattern' and a 'PathValue' (or >> whatever name you preffer) are two different things that h

Re: DirectoryScanner and Symlinks

2008-09-10 Thread Gilles Scokart
sure what you mean here. > If I take the example, I <-\ / \ | / \ | B C| / \ | / \ | file.txt A--/ and I start with /, with the pattern /**/*.txt, even with a maxLevelsOfSymlinks 1, I will get /B/file.txt /C/A/B/file.txt

Re: DirectoryScanner and Symlinks

2008-09-08 Thread Gilles Scokart
> two "cooperating" symlinks where neither link would point to a parent > of its own. > > Does that sound OK? > > Stefan > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

Re: DirectoryScanner and Symlinks

2008-09-05 Thread Gilles Scokart
2008/9/5 Stefan Bodewig <[EMAIL PROTECTED]>: > On Fri, 5 Sep 2008, Gilles Scokart <[EMAIL PROTECTED]> wrote: > >> 2008/9/5 Stefan Bodewig <[EMAIL PROTECTED]>: >>> On Thu, 4 Sep 2008, Peter Reilly <[EMAIL PROTECTED]> wrote: >>> >>>&

Re: DirectoryScanner and Symlinks

2008-09-05 Thread Gilles Scokart
just add a depth counter, and when it reach a resonably value, launch a procedure that check if this deep path contains a recusion. If it does, we can just fail the build, asking to fix the fileset declaration. If it doesn't, we increase the max depth, and continue That way the

Re: Nant version of Ivy

2008-08-29 Thread Gilles Scokart
t admit I've >> never used them: >> <http://stefan.samaflost.de/blog/en/dotNet/ant_for_nant_and_msbuild.html> >> >> Alternatively you could build the .NET projects from within Ant: >> <http://ant.apache.org/antlibs/dotnet/index.html> >> >&g

Re: Ivy 2.0 RC1 planning

2008-08-28 Thread Gilles Scokart
code as the last RC. What do you think of > this plan? +1. I also think that once the RC-1 is released, we should start the 2.0 branch (or 2.0.0). Keeping the trunk for changes that will be for 2.0.1 (for example possibly the

Re: change default value for alwaysCheckExactRevision

2008-08-28 Thread Gilles Scokart
tually used, slightly degrades performance and sometimes lead > to annoying bugs like invalid URLs (which should be fixed now). So, anyone > against the idea of changing this default value? > > Xavier > > -- > Xavier Hanin - Independent Java Consultant > http://xhab.bl

Re: checkstyle on Ivy code base

2008-08-25 Thread Gilles Scokart
Xavier Hanin - Independent Java Consultant > http://xhab.blogspot.com/ > http://ant.apache.org/ivy/ > http://www.xoocode.org/ > -- Gilles Scokart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn commit: r687358 - /ant/core/trunk/src/main/org/apache/tools/ant/ComponentHelper.java

2008-08-25 Thread Gilles Scokart
to guard the resulting List. Which is quiet anoying. Maybe the returned list should be a copy, and not the life instance. WDYT? [1] See https://issues.apache.org/bugzilla/show_bug.cgi?id=40511 2008/8/20 Gilles Scokart <[EMAIL PROTECTED]>: > I think there might be also a raise conditio

  1   2   >