Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.3.6
-
None
-
None
Description
Examples for 1.3.6 do not work because it appears that we have lost some .class files. Looks like we have a lot of javadocs now instead of class files in the ode-tools.jar file.
Downloads $ unzip -t apache-ode-war-1.3.5/lib/ode-tools.jar | grep class | wc -l
15
Downloads $ unzip -t apache-ode-war-1.3.6/lib/ode-tools.jar | grep class | wc -l
2
Downloads $ unzip -t apache-ode-war-1.3.5/lib/ode-tools.jar | grep html | wc -l
0
Downloads $ unzip -t apache-ode-war-1.3.6/lib/ode-tools.jar | grep html | wc -l
40
Attachments
Issue Links
- duplicates
-
ODE-1008 WAR and JBI distros package source jars instead binary ODE jars in lib folder
- Resolved