Misleading error message from tar task

2008-07-05 Thread Jeremy Hanna
I was just wondering why the tar task has a kind of misleading error message and how I would fix it or report it to be fixed. Apparently, if the tar task cannot find any files to include in the destination, it just reports that there is nothing to do, that the tar file is up to date. A pr

Re: Using the script tag, wanting to return a value

2008-06-12 Thread Jeremy Hanna
Thanks Gilbert and others. This is exactly what I needed to know - works great. It is, as my 4 year old nephew says, super-awesome. On Jun 12, 2008, at 2:01 AM, Rebhan, Gilbert wrote: Hi, Jeremy -Original Message- From: Jeremy Hanna [mailto:[EMAIL PROTECTED] Sent: Thursday, June

Using the script tag, wanting to return a value

2008-06-11 Thread Jeremy Hanna
I'm using the script tag to run a ruby script and would like to return a value from the script. Is that possible? I see that I can use the setbeans attribute to have access to the build.xml variables from within the ruby script. I can output them and even change those variables within th