RE: [Nant-users] Error while compiling java file using javac in NAnt script?

2005-07-14 Thread Shelly Midha
Thanks for the response. Issue is resolved now. I tried both the options 1. works well. It doesn't give any error. 2. when using this system hangs for infinite time. I'd to kill the process. Thanks Shelly -Origina

[Nant-users] ncover report customization

2005-07-14 Thread Stephen Lewis
This might be useful to somebody... You can customize an ncover report at run time with these additional nant commands. Just after creating the report, add these (or similar) lines: http://www.w3.org/1999/XSL/Transform"/> http://www.w3.org/1999/XSL/Transform"/> These particu

RE: [Nant-users] Error while compiling java file using javac in NAnt script?

2005-07-14 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Troy Laurin > Sent: donderdag 14 juli 2005 11:59 > To: Shelly Midha > Cc: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] Error while compiling java file > using javac in NAnt script

RE: [Nant-users] using foreach with a fileset

2005-07-14 Thread Craig Ducharme
Stephen, Here's a quick example. Regards, Craig > -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Steph

[Nant-users] using foreach with a fileset

2005-07-14 Thread Stephen Lewis
I'd like to be able to generate a list of files in the form of a file set, and then perform several sets of operations on the file set. I thought I'd start with something simple to verify the files in the file set, like iterate through the list and print the name of each file. According to the he

Re: [Nant-users] Error while compiling java file using javac in NAnt script?

2005-07-14 Thread Troy Laurin
On 7/14/05, Shelly Midha <[EMAIL PROTECTED]> wrote: > > > I'm compiling a set of java files using the following command in NAnt file > > failonerror = "false"> > Shelly, The %CLASSPATH% environment variable is probably not being expanded - this is usually done by the command processor