while adding file to the jar created by deployer tool in weblogic5.1, I am getting this error....
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ File root of D:/Temperature is not a prefix for file d:/Temperature/TemperatureHome.class ]
only one file gets added in the jar file, thereafter it gives above message in the consol panel. It seems to related with related path. Please help?
-
problem creating jar file using deployer tool (1 messages)
- Posted by: ajay gaur
- Posted on: May 16 2001 08:02 EDT
Threaded Messages (1)
- problem creating jar file using deployer tool by Raghuram Ethirajan on May 16 2001 11:58 EDT
-
problem creating jar file using deployer tool[ Go to top ]
- Posted by: Raghuram Ethirajan
- Posted on: May 16 2001 11:58 EDT
- in response to ajay gaur
Try to create JAR file from command line using the following command:
jar -cvf filename.jar META-INF/*.xml com/ajay/*.class
where filename.jar is the name of the jar file and com/ajay/ is the directory where your class files are located and META-INF/ is the directory where you xml files are located.
Regards,
Raghu