History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: ELMO-62
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: James Leigh
Reporter: James Leigh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Elmo

Concept Jars Created on Windows Are invalid

Created: 15/Sep/08 05:08 PM   Updated: 15/Sep/08 05:12 PM
Component/s: Code Generator
Affects Version/s: 1.2
Fix Version/s: 1.3


 Description   
The constructor of JarEntry is called with a platform dependant path
expression which may use other separator chars than forward slashes '/'
(see Windows for example).

This finally results in an invalid jar file which leads to
ClassNotFoundExceptions at runtime.

 All   Comments   Change History      Sort Order:
Comment by James Leigh [15/Sep/08 05:12 PM]
Apply proposed fixed from Ken Wenzel to convert all jar path separators to '/'" in revision 7855.