ProjectHelper : parsing from InputStream

2007-12-27 Thread Benjamin de Dardel
; ); 1: Should I copy and rewrite ProjectHelperImpl for my personal use ? Or is there another way (because I don't like to fork OpenSource code) ? I notice that ProjectHelper2 class have an InputStream source which is commented !!! 2: Do you need my contribution for refactoring helpers to accept multiple sources ? Best regards, Benjamin de Dardel

Re: ProjectHelper : parsing from InputStream

2008-01-14 Thread Benjamin de Dardel
Hi all, Matt Benson a écrit : One concept that I had discussed with someone here (Kev? Alexey?) was some kind of resource that would deliver a tempfile for another resource. This might work in simple situations. I didn't expect that my question would re-open this discussion. I think that it

[ANT4HG] new project

2009-04-15 Thread Benjamin de Dardel
Hi all, I'm glad to announce a new project : ant4hg which is an ant task for hg (mercurial), a distributed version control system. Informations are available here : http://ant4hg.free.fr All contributions are welcome. Best regards, Benjamin de D

discussion about conditional structures

2009-06-22 Thread Benjamin de Dardel
Hi all, I suppose that there have been a lot of discussion about conditional structures, but I would like to open another one. For now, I notice two solutions : >> solution 1 : ant approach, using if and unless parameters. // // // Disadvantages : - not as simple as it should be - p

Re: discussion about conditional structures

2009-06-23 Thread Benjamin de Dardel
_ Jeffrey E. (Jeff) Care _ca...@us.ibm.com_ <mailto:ca...@us.ibm.com> IBM WebSphere Application Server WAS Release Engineering WebSphere Mosiac WebSphere Brandmark Benjamin de Dardel wrote on 06/22/2009 05:54:32 PM: > [image removed] > > discussion about condit

Adding ANT4HG to the External Tools and Tasks

2009-07-08 Thread Benjamin de Dardel
Hi all, I'm working on ant4hg, which aims to implement mercurial functionnalities in ant tasks. Could you please add this projet to the External Tools and Tasks (section Source Control Systems). Best regards, Benjamin de Dardel These are tasks that allow users to access Merc

Re: debug when using ant-unit

2009-07-10 Thread Benjamin de Dardel
Here are 2 files from ant4hg project. I use : to set log level and to cacth them. 2009/7/10 Martijn Kruithof > Hello > > I am trying to test the adaptet get task using antunit, but I keep getting > failures i cannot explain > I do run the testcase in a simple build file without using antunit a

catching stream within ExecTask

2009-11-11 Thread Benjamin de Dardel
Hi all, I'm working on a project : ant4hg which aims to surround hg executable using ExecTask. I have a problem with : 'hg clone ssh://bdedar...@ant4hg.hg.sourceforge.net/hgroot/ant4hg/ant4hg' because it uses a third party tool : ssh.exe. It's OK for (without third party tool) : http://an

attribute name with dash

2010-09-06 Thread Benjamin de Dardel
efine attribute name with dash ? Regards, Benjamin de Dardel

Re: attribute name with dash

2010-09-08 Thread Benjamin de Dardel
Wonderful, thank you for your responses. They resolve my current problem ... and also an old one for ant4hg project, where the main task class contains many many attributes ! 2010/9/7 > >> Is it possible to define attribute name with dash ? > > > >Not with Ant's built-in reflection logic. Any a

antlib.xml : defining taskdefs with attributes

2010-10-17 Thread Benjamin de Dardel
Hi, I would like to instanciate a same task in different contexts. Is there a way to define taskdef attributes ? For example, something like that : # antlib.xml # build.xml Regards, Benjamin de Dardel - To

Re: AW: antlib.xml : defining taskdefs with attributes

2010-10-17 Thread Benjamin de Dardel
Yes, I can create subclasses and configure attributes there. Thanks, Benjamin Le 17/10/2010 17:15, Jan Matèrne a écrit : I would think this is more a configuration of the task - and therefore an attribute of the task itself. Jan -Ursprüngliche Nachricht- Von: Benjamin de Dardel

Re: antlib.xml : defining taskdefs with attributes

2010-10-17 Thread Benjamin de Dardel
ooking for? Jeffrey E. (Jeff) Care _ca...@us.ibm.com_ <mailto:ca...@us.ibm.com> IBM WebSphere Application Server WAS Release Engineering WebSphere Mosiac WebSphere Brandmark Benjamin de Dardel wrote on 10/17/2010 09:55:58 AM: > [image removed] > > antlib.xml

xslt task programmaticaly

2010-12-12 Thread Benjamin de Dardel
(this.getTaskName());/ /xslt.setIn(jdomFile);/ /xslt.setStyle(stylesheet.getAbsolutePath());/ xslt. ??? Regards, Benjamin de Dardel

Re: [ANT4DOCBOOK] V0.2.0

2011-03-30 Thread Benjamin DE DARDEL
Thank you, and sorry for the mistake. (it is fixed) Benjamin 2011/3/30 Stefan Bodewig > On 2011-03-27, Benjamin de Dardel wrote: > > > Could you please add this projet to the External Tools and Tasks ? > > Done. > > Your link looked a little

adding dynamic element

2011-11-05 Thread Benjamin de Dardel
Hi all, I would like to add a dynamic element and instanciate it dynamically using 'instanceof' attribute. Something like that : I fail in using method : public Object createDynamicElement(String name), because I have to return the instance of my element before parsing its attribut

Re: Running Ant with a remote buildfile

2011-11-08 Thread Benjamin DE DARDEL
Nice idea, is it possible to refer to a remote package with you solution, someting like that : http://www.myproject.org/my-ant-subproject.jar "> Regards, Benjamin 2011/11/8 Per Cederberg > Thought it would be neat to setup or compile projects with a remot