DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39025>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39025
Summary: Critical Error
Product: Ant
Version: unspecified
Platform: All
OS/Version: Windows XP
Status: NEW
Severity: critical
Priority: P5
Component: AntUnit
AssignedTo: dev@ant.apache.org
ReportedBy: stars.jkl@mail.ee
Hello,
I have encountered with the following problem:
I am using the last version of Ant (1.6.5) and having a problem with running it.
After ant.bat excution i get an exception:
java.lang.InstantiationException: org.apache.tools.ant.Main
at java.lang.Class.newInstance0(Class.java:293)
at java.lang.Class.newInstance(Class.java:261)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:245)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
My classpath variable value:
CLASSPATH=C:\j2sdk1.4.2_10\lib;C:\Ant\lib;
C:\bea\weblogic81\server\lib\weblogic.jar
Path=C:\j2sdk1.4.2_10\bin;C:\Ant\bin;C:\WINDOWS\system32;
C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\bea\jdk142_08\bin;
I suppose the problem is in C:\bea\weblogic81\server\lib\weblogic.jar because
if this line take out of the classpath then ant working without problems.(
i have tried also to put this string to the beginning of classpath but still
without any positive effect)
But i still can not get the logic why ant behaive like that or what should
i do to use my C:\bea\weblogic81\server\lib\weblogic.jar line in classpath and
still running c:\ant\ant.bat
I will really appricate if you could get me a little hint or explain the nature
of this problem.
With Regards
stars.jkl@mail.ee
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|