Re: fileset includes and excludes precedence

2005-06-22 Thread Bijo Alex Thomas
be excluded. Regarding include/exclude precedence, exclude has higher precedence than include. So you can consider it as follows, Ant will create a set files based on the include pattern ('**' by default) Then exclude pattern (if any) will be applied on this set. Regards, Bijo ___

Re: exec task failing

2005-06-22 Thread Bijo Alex Thomas
It seems that you are trying to execute the command '/usr/local/bin/php' with the argument 'httpd/htdocs/includes/tests/alltests.php' In that case it should be Attribute 'executable' does not buy any arguments. Regards, Bijo _____ B

Re: Calling a target from within a target and passing arguments...

2005-06-22 Thread Bijo Alex Thomas
Jan is right. Even has less performance overhead compared to as creates and initializes an altogether new project. Regards, Bijo _ Bijo Alex Thomas DSRC, 6, Smith Road, Chennai - 2 Mail: [EMAIL PROTECTED] Website: http://dsrc.com - Original Message

Re: What's wrong with this script?

2005-06-19 Thread Bijo Alex Thomas
Use instead of Regards, Bijo _ Bijo Alex Thomas DSRC, 6, Smith Road, Chennai - 2 Mail: [EMAIL PROTECTED] Website: http://dsrc.com - Original Message - From: "Yaakov Chaikin" <[EMAIL PROTECTED]> To: "Ant User" Sent: Sund

Re: CVS Log Ant Task

2005-06-19 Thread Bijo Alex Thomas
It may be silly, but I dont see a space between '-r' and 'p127065_0'. I mean the command attribute should have been command="log -r p127065_0 -S" and not command="log -rp127065_0 -S" Regards, Bijo _________ Bijo Alex Thomas DSRC,

Re: cvs checkout

2005-06-19 Thread Bijo Alex Thomas
I don't know how relevant it is now, but this is a way Regards, Bijo _____ Bijo Alex Thomas DSRC, 6, Smith Road, Chennai - 2 Mail: [EMAIL PROTECTED] Website: http://dsrc.com - Original Message - From: "Yves Martin" <[EM

Re: Problems with build file

2005-06-19 Thread Bijo Alex Thomas
\filenameDTO.java added as ${build}/foo/bar/filenameDTO.class doesn't exist. After compiling Ant will create class file as ${build}/foo1/bar1/filenameDTO.class For more info, http://ant.apache.org/faq.html#always-recompiles Regards, Bijo _ Bijo Alex Thomas DSRC, 6, Smith