This is an odd one, it's bitten me twice now. When a task attempts to
create a jar file I get an error "file could not be opened" if the file
doesn't exists already. If I copy the file from somewhere it works fine and
overwrites it. There are no directory restrictions I'm aware of. This is a
Win2k system. Any ideas would be appreciated.
I've seen this once from <ejbjar>, and once from <jar>. Output from
<ejbjar> is below.
--jason
[ejbjar] Calling weblogic.ejbc for
C:\dev\temp\build\taxauthorityEJB-generic.jar
[ejbc] Forking java -classpath
C:\weblogic\lib\weblogic510sp8.jar;C:\weblogic\lib\weblogicaux.jar;C:\weblog
ic\classes;C:\dev\v50\deploy\jars\other\jaxp.jar;C:\dev\v50\deploy\jars\othe
r\jdbc4ora8i.jar;C:\dev\v50\deploy\jars\other\parser.jar;C:\dev\v50\deploy\j
ars\other\wlsjdbc4sql7.jar;C:\dev\temp\build weblogic.ejbc -nowarn -compiler
jikesC:\dev\temp\build\taxauthorityEJB-generic.jar
C:\dev\temp\build\taxauthorityEJB.jar
[ejbc] ERROR: ejb-jar file: C:\dev\temp\build\taxauthorityEJB.jar could
not be opened.
[ejbc] Java Result: 1
[ejbjar] deleting generic jar
C:\dev\temp\build\taxauthorityEJB-generic.jar