Anthony Johnson created ODE-1011:
------------------------------------
Summary: ode-tools.jar contains no class files
Key: ODE-1011
URL: https://issues.apache.org/jira/browse/ODE-1011
Project: ODE
Issue Type: Bug
Components: Examples
Affects Versions: 1.3.6
Reporter: Anthony Johnson
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
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)