Re: Clearing a property

2005-03-08 Thread Yuji Yamano
freezes it >> for the rest of the build; they are most definately not variable. -- Yuji Yamano <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems Ant + CVS + Cygwin

2005-03-03 Thread Yuji Yamano
believe ssh-agent helps you. % ssh-agent /bin/tcsh [You can use your favorite shell instead of tcsh] % ssh-add Need passphrase for /Users/yyamano/.ssh/identity Enter passphrase for [EMAIL PROTECTED] [Enter your ssh passphrase] % ant update -- Yuji Yamano <[EMAIL PROTECTED]> -

Re: fixing crlf without changing timestamp

2005-03-03 Thread Yuji Yamano
FILE_UTILS.rename(tmpFile, destFile); +if (preserveLastModified) { +log("preserved lastModified", Project.MSG_DEBUG); +FILE_UTILS.setFileLastModified(destFile, lastModified); +} tmpFile = nu

Re: javac task

2005-03-01 Thread Yuji Yamano
Shigemoto FUJIKURA <[EMAIL PROTECTED]> writes: > on the other hand, javac executed by exec task loads correct Zzz > class from jar file. It seems to be a class path issue. Could you try to unset CLASSPATH environment variable and run the javac task? -- Yuji Yamano <[

Re: How to get the return value from the

2004-10-12 Thread Yuji Yamano
On Mon, 11 Oct 2004 13:50:50 -0500, Jacob Kjome <[EMAIL PROTECTED]> wrote: > Or use a rather than . There are very few reasons to still > be using anymore now that exists. Just out of curiosity, could you tell me the reasons? I can't find them. -- Yuji Yamano <[EMAIL P