--- [EMAIL PROTECTED] wrote:
> It turns out there was a OS bundled version of ant.
> I removed it and my
> diagnostics test is correct now. My error is
> sourcejammer related now I
> believe.
>
> this is the output from the diagnostics now and the
> attempted ant task.
If you are now at least
of the DISPLAY variable.
Total time: 1 second
[EMAIL PROTECTED] sourcejammer]$
[EMAIL PROTECTED]
11/03/2004 02:51 PM
Please respond to
"Ant Users List" <[EMAIL PROTECTED]>
To
"Ant Users List" <[EMAIL PROTECTED]>
cc
Subject
Re: method not found when running ant
List" <[EMAIL PROTECTED]>
To
Ant Users List <[EMAIL PROTECTED]>
cc
Subject
Re: method not found when running ant
--- [EMAIL PROTECTED] wrote:
> The only way I was able to get ant to stop
> complaining about those missing
> classes was to place the fully qualifi
--- [EMAIL PROTECTED] wrote:
> The only way I was able to get ant to stop
> complaining about those missing
> classes was to place the fully qualified name
> (including the jar file
> name) in the $CLASSPATH.
Then there is something abnormal going on, especially
given that the CLASSPATH you show
/lib/soap.jar
Matt Benson <[EMAIL PROTECTED]>
11/03/2004 01:05 PM
Please respond to
"Ant Users List" <[EMAIL PROTECTED]>
To
Ant Users List <[EMAIL PROTECTED]>
cc
Subject
Re: method not found when running ant
--- [EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED]
--- [EMAIL PROTECTED] wrote:
> [EMAIL PROTECTED] sourcejammer]$ echo $JAVA_HOME
> /java/bin
Here is one problem. If you want Ant to pick up
/java/bin/java as its Java executable, JAVA_HOME is
/java.
> [EMAIL PROTECTED] sourcejammer]$ echo $ANT_HOME
> /usr/local/ant
Not sure why this didn't show
found
Total time: 0 seconds
[EMAIL PROTECTED] sourcejammer]$
Matt Benson <[EMAIL PROTECTED]>
11/03/2004 12:19 PM
Please respond to
"Ant Users List" <[EMAIL PROTECTED]>
To
Ant Users List <[EMAIL PROTECTED]>
cc
Subject
Re: method not found when running ant
--
--- [EMAIL PROTECTED] wrote:
> I am attempting to run ant. When it fails,I get a
> message that says:
> "method
> java.util.prefs.Preferences.userNodeForPackage was
> not found". I
> see that this method is part of a class which is
> part of the standard
> j2sdk. I have my CLASSPATH set accord
I am attempting to run ant. When it fails,I get a message that says:
"method java.util.prefs.Preferences.userNodeForPackage was not found". I
see that this method is part of a class which is part of the standard
j2sdk. I have my CLASSPATH set accordingly with :/java (java
directory). Is the