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

2008-11-19 Thread Stefan Bodewig
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 when declaring antlib. Is coreLoader used at all? Anywhere? There are bugzilla issues talking

Re: target-group committed

2008-11-19 Thread Stefan Bodewig
On 2008-11-19, Jean-Louis BOUDART <[EMAIL PROTECTED]> wrote: > I just have two questions : I knew I didn't reproduce all of EasyAnt's patch 8-) >- Does prefix of / make sense on target-group? Or >should we consider target-group as an "abstract target" that is never >prefixed? To m

Re: EasyAnt phases

2008-11-19 Thread Stefan Bodewig
On 2008-11-19, Bruce Atherton <[EMAIL PROTECTED]> wrote: > The only other topic I saw brought up on this thread was whether a > target-group should be allowed to have tasks in it rather than > requiring it to be empty. If we allwed them to e non-empty, we could do away with target-group completel

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

2008-11-19 Thread Gilles Scokart
It took me quiet a lot of time to find the way to build antunit, so I wanted to understand the root cause of the problem (and lost a few hours more ;-) ) The problem actually comes from the fact the the antunit unit test creates projects and execute build using BuildFileTest. However, the created

Re: EasyAnt phases

2008-11-19 Thread Bruce Atherton
I think that summary does the job nicely. The only other topic I saw brought up on this thread was whether a target-group should be allowed to have tasks in it rather than requiring it to be empty. This can also be discussed separately, though, if people feel strongly enough about it. Stefan B

Re: target-group committed

2008-11-19 Thread Jean-Louis BOUDART
Hum little mistake in my explanation : By typing "ant -p" 1) Case of target and target-group mixed project help will display something like :*Available target :* compile --> compile the current projet org.apache.ant#jar.compile-java --> compile java classes on the current project package --> packag

Re: target-group committed

2008-11-19 Thread Jean-Louis BOUDART
> svn revision 718943 contains target-group (without documentation) as a > special kind of target that must always be empty. targets and target-groups have a new attribute target-group that can > be used to add the target(-group) to a named target-group that must > have been defined already[1]. M

Re: Contribute for ANT a new format script with a new ProjectHelper

2008-11-19 Thread 向雅
Thanks Stefan. Current I implemented an ONProjectHelper, and Patch ProjectHelper and ant.Main for the 2 problems. I employe sevice magic way, so now I just run ant like before. If there has a build.xml, run ant with xml style. else if has build.on, run ant with on style. if -f or -s arguments give

target-group committed

2008-11-19 Thread Stefan Bodewig
Hi all, svn revision 718943 contains target-group (without documentation) as a special kind of target that must always be empty. targets and target-groups have a new attribute target-group that can be used to add the target(-group) to a named target-group that must have been defined already[1].

Re: Contribute for ANT a new format script with a new ProjectHelper

2008-11-19 Thread Stefan Bodewig
On 2008-11-18, 向雅 <[EMAIL PROTECTED]> wrote: > Besides this, I have 2 problems: > 1,I want take care of some xml format file, but current ProjectHelper > implementation just do one helper. I hope the newInstance failed so > ant can make use origin ant instead of anton. if new I do it, just > wrapp

Re: svn commit: r718633 - in /ant/core/trunk: WHATSNEW docs/manual/CoreTypes/resources.html src/tests/antunit/taskdefs/war-test.xml

2008-11-19 Thread Stefan Bodewig
On 2008-11-19, <[EMAIL PROTECTED]> wrote: > Are these closed now? I obviously didn't search hard enough for duplicates. 8-) > * https://issues.apache.org/bugzilla/show_bug.cgi?id=19523 > zip/unzip should have the capability to use a mapper > Opened: 2003-05-01 18:01 PST Not fully since the