RE: Writing system command as Task

2004-11-17 Thread Rajesh
Hai Erskine Thank you for a very good way. I didn’t thought of this :) Regards, Rajmahendra R. Hegde GK Bharani Software Pvt. Ltd. There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so

AW: copy

2004-11-17 Thread Jan . Materne
Use the nested without the trailing *, so Ant knows that that is a directory and uses the whole tree under that. Jan > -Ursprüngliche Nachricht- > Von: Dave Bartmess [mailto:[EMAIL PROTECTED] > Gesendet am: Donnerstag, 18. November 2004 02:07 > An: Ant Users List > Betreff: Re: copy >

AW: The data type doesn't support the nested "jspselecto r" element.

2004-11-17 Thread Jan . Materne
I dont know what you are checking. If you only check the names a would be easier. Jan > -Ursprüngliche Nachricht- > Von: Peter Reilly [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 17. November 2004 17:18 > An: Ant Users List > Betreff: Re: The data type doesn't support the nest

Re: copy

2004-11-17 Thread Dave Bartmess
You should be able to use the include nested element to do this like: On Wed, 2004-11-17 at 19:09 +0100, Franz-Josef Herpers wrote: > Hi *, > > Is it possible with ant to copy or move files/dir from a directory which > name I don't know exactly. Something like: > >

Is there a way to echo tasks as they are executed ?

2004-11-17 Thread Rich Wagner
Hi Folks, I am currently faced with needing to understand a number of Ant buildfiles (which call each other) which are new to me. It'd be very helpful if I could somehow invoke Ant so that (in addition to doing its normal build execution of tasks) right before each task is executed, the task it

copy

2004-11-17 Thread Franz-Josef Herpers
Hi *, Is it possible with ant to copy or move files/dir from a directory which name I don't know exactly. Something like: instead of I'm not able to find a solution. As you probably will see, I want to avoid the reference to a version numbe

Re: The data type doesn't support the nested "jspselector" element.

2004-11-17 Thread Peter Reilly
You need to use pre ant1.6 custom selectors: http://ant.apache.org/manual/CoreTypes/selectors.html#customselect Peter Sriram Narayan wrote: I'm using Ant 1.5.2 (have to) and trying to select a list of directories (relative to a base dir) that contain JSP files. Is there a OS independent way of d

cvschangelog with time param

2004-11-17 Thread Steve Santiago
I have searched the archives and have seen reference to this but I have not seen if this has been addressed already. I would like to use the cvschangelog passing in a time information along with the start and end params. For instance, if I want to generate a report for all files committed start="1

RE: Wild card values with exec task

2004-11-17 Thread Dominique Devienne
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > You probably want to use . It's like + fileset handling > > merged into one. --DD > > My last use of is a long time ago, but I think is used for > invoking an external application for _each_ file in a fileset, not for the > whole stuff.

The data type doesn't support the nested "jspselector" element.

2004-11-17 Thread Sriram Narayan
I'm using Ant 1.5.2 (have to) and trying to select a list of directories (relative to a base dir) that contain JSP files. Is there a OS independent way of doing this? Anyway, I tried writing a custom JSPselector that implements FileSelector and then included it in my build like this:

RE: Writing system command as Task

2004-11-17 Thread Erskine, Chris
So, Rajesh, a good starting point would be to look at the code for the exec task and use it to call your application. Chris Erskine EDS Consulting Services F5-EDS-001 2424 Garden of the Gods Rd Colorado Springs, CO 80919 Phone: 719-535-6064 > -Original Message- > From: Rajesh [mailt

AW: Writing system command as Task

2004-11-17 Thread Jan . Materne
Jan > -Ursprüngliche Nachricht- > Von: Rajesh [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 17. November 2004 14:20 > An: 'Ant Users List' > Betreff: RE: Writing system command as Task > > Yes Jan > > But i want it from my user defind task > > > > Ins

RE: Writing system command as Task

2004-11-17 Thread Rajesh
Yes Jan But i want it from my user defind task Inside this class what will i write only using java class Runtime execute Or there is a better way Regards, Rajmahendra R. Hegde GK Bharani Software Pvt. Ltd. There are two ways of constructing a software design. One way is to make it so

AW: Writing system command as Task

2004-11-17 Thread Jan . Materne
Jan > -Ursprüngliche Nachricht- > Von: Rajesh [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 17. November 2004 14:04 > An: [EMAIL PROTECTED] > Betreff: Writing system command as Task > > Hai all > > i have a requirement of writing a windows command as a task, > say mysql dump > c

Writing system command as Task

2004-11-17 Thread Rajesh
Hai all i have a requirement of writing a windows command as a task, say mysql dump command. is there a good way of doing it or i will go with Runtime execute command ? please guide me. Regards, Rajmahendra R. Hegde GK Bharani Software Pvt. Ltd. There are two ways of constructing a soft

Re: Filters: sort and uniq

2004-11-17 Thread Stefan Bodewig
On Tue, 16 Nov 2004, Ivan Ivanov <[EMAIL PROTECTED]> wrote: > --- Jochen Wiedmann <[EMAIL PROTECTED]> > wrote: >> In other words: My question still applies. > > Of course, it does. But an Ant commiter should respond > to it. Don't think so. Jochen asked whether there'd be any interest at all.