Well, installing JDK 1.4.1-b21 fixed my problem.  It appears
that users must have JDK 1.4.1 to use ant 1.5.1, as it currently
installs.  I guess you need a different set of jar files to run
ant 1.5.1 with JDK1.3.1_04.

Thanks for your help,
Jason

-----Original Message-----
From: Dominique Devienne [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 16, 2002 3:34 PM
To: 'Ant Users List'
Subject: RE: SecurityException: sealing violation


Do you have anything in D:\java\jdk1.3.1_04\jre\lib\ext???

Did you try installing another fresh JDK, like 1.4.1, or 1.4.0_01 to see if
it makes a difference?

--DD

-----Original Message-----
From: Jason Russ [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 16, 2002 1:55 PM
To: 'Ant Users List'
Subject: RE: SecurityException: sealing violation

OK, I've spent several hours on this and even asked 
a friend to look at it.  I'm a little embarrassed and
very baffled.

I am still getting a sealing violation.  Could you
please take a look at the attached.  

A couple notes about this, as I have tried many things.
 - I do not have any values set in my classpath.  
 - there is a build.xml file in the directory where I'm
   executing this command.
 - I am able to run this command on Linux using jdk1.4,
   but not on my windows machine using jdk1.3

Thanks again,
Jason Russ

-------------------------------------------------------

D:\java\jdk1.3.1_04\bin\java.exe 
    -verbose:class 
    -classpath 
      D:\java\jdk1.3.1_04\lib\tools.jar;
      D:\java\jakarta-ant-1.5.1\lib\xml-apis.jar;
      D:\java\jakarta-ant-1.5.1\lib\xercesImpl.jar;
      D:\java\jakarta-ant-1.5.1\lib\optional.jar;
      D:\java\jakarta-ant-1.5.1\lib\ant.jar; 
    -Dant.home=D:\java\jakarta-ant-1.5.1  
    org.apache.tools.ant.Main 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to