Re: [newbie] Why doesn’t my fileset get deleted?

2008-07-25 Thread Dominique Devienne
On Fri, Jul 25, 2008 at 9:12 AM, Hendrik Maryns <[EMAIL PROTECTED]> wrote: > but I'd be happy if people could point me to other ways to to this. Not easy to setup the first time indeed. I used lots of custom tasks when I did that in a previous life, but it'd be too long to explain it all, sorry.

[newbie] Why doesn’t my fileset get delete d?

2008-07-25 Thread Hendrik Maryns
Hi, I am struggling to set up my JNI project with Ant. I already have makefiles for the C part and for now, I resort to using but I’d be happy if people could point me to other ways to to this. make invokes gcc, sets some platform-dependent

Re: Error returned using task

2008-07-25 Thread Krzysieq
Don't apologize, I was just joking a bit. Bash is a command-interpreting program (shell). It can interpret an arbitrary number of commands, which obviously includes one. What You wrote before suggested that You want to pipe the ouput of the cvs command to grep. This can only be done if You use a pr

Re: Error returned using task

2008-07-25 Thread ray . harper
First, let me apologize for the lengthy code. I was trying to put in as much information as possible. I'm actually trying to run this on a UNIX server. I'm new to the UNIX environment, so correct me if I am wrong, but if I use the bash command, will I not have to create and execute some sort

Re: Error returned using task

2008-07-25 Thread Krzysieq
The code pieces You pasted are quite lenghty, and most of my experience comes from unix boxes, but I guess there might be a similarity. > This has no right to do whatever it is You want it to - at least on linux it wouldn't. There's an explanation on the ant website some

Error returned using task

2008-07-25 Thread ray . harper
Hi, I am having an issue trying to execute the cvs command in an Ant script using the built in task element. In using this, I didn't know how to place the status information into a property. So, I decided to use the task element. Below is the code I am executing:

Re: How to read an XML file and extract values for the attributes using ANT script

2008-07-25 Thread Steven Guitar
FYI. You could read the file into a property and use regular expressions. Since it's XML the patterns would not be too difficult Sent from my iPhone On Jul 25, 2008, at 4:36 AM, Alpesh Vesuwala <[EMAIL PROTECTED]> wrote: Hello Friends, I have an XML file to read from it and extract valu

Re: statsvn task for ant

2008-07-25 Thread N D
yes...i did not get any link to CSS that i can use in -css option of the task, On 7/25/08, Jim Priest <[EMAIL PROTECTED]> wrote: > > Have you seen: > http://www.statsvn.org/ > > Jim > > On Fri, Jul 25, 2008 at 3:47 AM, N D <[EMAIL PROTECTED]> wrote: > > Hi all > > > > I want to use the statsvn tas

Re: statsvn task for ant

2008-07-25 Thread Jim Priest
Have you seen: http://www.statsvn.org/ Jim On Fri, Jul 25, 2008 at 3:47 AM, N D <[EMAIL PROTECTED]> wrote: > Hi all > > I want to use the statsvn task for ant, to generate statistics for the newly > CVS-SVN migrated repository > so i want to replace the statcvs task with the statsvn task. > Does

Re: How to read an XML file and extract values for the attributes using ANT script

2008-07-25 Thread Brian Agnew
XMLTask can do this. http://www.oopsconsultancy.com/software/xmltask/ will copy the values into the properties prop1/prop2 Brian On Fri, July 25, 2008 10:36, Alpesh Vesuwala wrote: > > Hello Friends, > > I have an XML file to read from it and extract values of some attributes. > These ext

RE: How to read an XML file and extract values for the attributes using ANT script

2008-07-25 Thread Rebhan, Gilbert
-Original Message- From: Alpesh Vesuwala [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2008 11:37 AM To: user@ant.apache.org Subject: How to read an XML file and extract values for the attributes using ANT script /* I have an XML file to read from it and extract values of some attr

How to read an XML file and extract values for the attributes using ANT script

2008-07-25 Thread Alpesh Vesuwala
Hello Friends, I have an XML file to read from it and extract values of some attributes. These extracted values can further processed by the ANT script. The Sample XML File is: abc xyz I want to extract 'abc' and 'xyz' from this sample code. Please help me out, how can I do t

statsvn task for ant

2008-07-25 Thread N D
Hi all I want to use the statsvn task for ant, to generate statistics for the newly CVS-SVN migrated repository so i want to replace the statcvs task with the statsvn task. Does any one have a link to the CSS that i can mention in the -css option. the stylesheet that i am using right now is: http

Re: sshexec (running remote commands with sudo) forced psuedo-tty allocation

2008-07-25 Thread Krzysieq
Forgot to close the double quote at the end of arg line... 2008/7/25 Krzysieq <[EMAIL PROTECTED]> > Not sure, but maybe this will help You: > > > http://www.nabble.com/sshexec-%28running-remote-commands-with-sudo%29-forced-psuedo-tty-allocation-tp18592216p18641500.html >> Sent from the Ant - Use

Re: sshexec (running remote commands with sudo) forced psuedo-tty allocation

2008-07-25 Thread Krzysieq
Not sure, but maybe this will help You: http://www.nabble.com/sshexec-%28running-remote-commands-with-sudo%29-forced-psuedo-tty-allocation-tp18592216p18641500.html > Sent from the Ant - Users mailing list archive at Nabble.com. > > > ---