
|
If you were logged in you would be able to see more operations.
|
|
Elmo
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
|
|
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.
|
|
Apply proposed fixed from Ken Wenzel to convert all jar path separators to '/'" in revision 7855.
|
|