This is a crazy problem and I'm tearing my hair out over it...
My POM is building an applet.jar and placing it in a resource folder, then packaging the entire project into a war [including the folder with the applet.jar (and 2 other jars)].
The application will deploy (on jboss) but fails to run. The java console reports "can not find required MainApplet.class" [which is in the applet.jar].
If I manually copy the applet.jar into the war and deploy it the application functions normally. The applet.jar is an archive in the output folder but is not an archive in the war(7-zip reports).
Somehow the maven war packaging is corrupting this freshly built jar (and only this one jar).
Does anyone have any ideas why this is happening?!
I'd like to help you but there is an important administrative matter you need to deal with first. I'm sure you received some private messages about it.
Peter's not kidding. I've been ignoring your question for days because you're violating one of the very few rules that we're absolutely insistent about at the Ranch.
Customer surveys are for companies who didn't pay proper attention to begin with.
Brian Babbage
Greenhorn
Joined: Aug 24, 2011
Posts: 8
posted
0
note to self. when searching for "corrupt jar files" remember that a jar file is also a binary file. Maven has this covered but it's under corrupt binary file corruption...