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]
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]>
-
FILE_UTILS.rename(tmpFile, destFile);
+if (preserveLastModified) {
+log("preserved lastModified", Project.MSG_DEBUG);
+FILE_UTILS.setFileLastModified(destFile, lastModified);
+}
tmpFile = nu
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 <[
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