RE: WELCOME to user@ant.apache.org

2006-03-27 Thread ilango
Hi Bill I am sorry about including those automatic. I profusely apologize. My problem is the following: I am trying to create a War file and an EAR file. I have these Portlet classes in the right places. I would like to be able to compile these classes, and finally create the WAR and EAR. Obviou

AW: Removing only the Children of a folder

2006-03-27 Thread Jan.Materne
> > defaultexcludes="false"> > > > > > > > > > > and an additional and all should be fine :-) Jan - To unsubscribe, e-ma

RE: WELCOME to user@ant.apache.org

2006-03-27 Thread bill/wilandra
Well you have successfully subscribed to the mailing list. Now if you could just tell us what your problem is without including all the automatic mails we might be able to help. As a further aid try running ant with the -verbose option. Then read the output and see if you can see what is happening

newbie: facing a problem with build file

2006-03-27 Thread ilango
Hi I am a newbie to Ant. I recently wrote this build file to compile a Portlet application. The problem is, it simply does not compile any of the java files in my web folders. I am sure that all the paths are right. Could somebody help me out by pointing out what could be wrong thanks ilango

Re: WELCOME to user@ant.apache.org

2006-03-27 Thread ilango
Hi I am a newbie to Ant. I recently wrote this build file to compile a Portlet application. The problem is, it simply does not compile any of the java files in my web folders. I am sure that all the paths are right. Could somebody help me out by pointing out what could be wrong thanks ilango

Removing only the Children of a folder

2006-03-27 Thread Fletcher, Michael \(Calgary\)
Hello I am trying to remove almost all of the files in a folder except for the "Logs" folder and the folder itself. Unfortunately if the folder doesn't contain any Logs then the whole folder is removed. This is a snippet of my build.xml. -- CUT

Re: How to process multiple files using exec

2006-03-27 Thread murthy gandikota
Many thanks, Jeff. Jeffrey E Care <[EMAIL PROTECTED]> wrote: use apply, not exec Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS Pyxis Lead Releas

Re: How to process multiple files using exec

2006-03-27 Thread Jeffrey E Care
use apply, not exec Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS Pyxis Lead Release Engineer murthy gandikota <[EMAIL PROTECTED]> wrote on 03/

How to process multiple files using exec

2006-03-27 Thread murthy gandikota
Hi I have a tar xvf task to run on all the files in a directory. Here is my ant script: How can I extend it to all the files found under ${a}/help? TIA Murthy - Yahoo! Messenger with Voice. PC-t

Remove the Children of a Folder

2006-03-27 Thread Fletcher, Michael \(Calgary\)
Hello I am trying to remove almost all of the files in a folder except for the "Logs" folder and the folder itself. Unfortunately if the folder doesn't contain a Logs folderthen the whole folder is removed. This is a snippet of my build.xml. -- CUT

Re: how to return a String object in custom Ant

2006-03-27 Thread Thod Nguyen
Got it... Thanks everyone ... --- "Ivan \"Rambius\" Ivanov" <[EMAIL PROTECTED]> wrote: > Hello, > > --- Thod Nguyen <[EMAIL PROTECTED]> wrote: > > > I'm writing a custom Ant and i would like to > return > > a > > String object in the void execute() method, what > is > > the best way to do this

Re: how to return a String object in custom Ant

2006-03-27 Thread Ivan \"Rambius\" Ivanov
Hello, --- Thod Nguyen <[EMAIL PROTECTED]> wrote: > I'm writing a custom Ant and i would like to return > a > String object in the void execute() method, what is > the best way to do this? I suppose you mean to return it to the build process from your custom Ant task. In this case, you may use

Re: how to return a String object in custom Ant

2006-03-27 Thread Jeffrey E Care
execute returns void; i think what you want to do is set a property Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere Application Server Development WAS Pyxis Lead Release Engineer T

how to return a String object in custom Ant

2006-03-27 Thread Thod Nguyen
I'm writing a custom Ant and i would like to return a String object in the void execute() method, what is the best way to do this? Thanks much T.N. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.

AW: Set up a path based on conditions?

2006-03-27 Thread Jan.Materne
>I need to create a path containing elements which Basically a >i) don't exist yet When it doesnt exist - why including that? You could specify it inside the fileset and it must exist when using the fileset. >and ii) vary according to what properties are set. Selectors ... Jan