You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Tammo van Lessen (JIRA)" <ji...@apache.org> on 2013/12/10 19:50:07 UTC

[jira] [Resolved] (ODE-1011) ode-tools.jar contains no class files

     [ https://issues.apache.org/jira/browse/ODE-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen resolved ODE-1011.
-----------------------------------

    Resolution: Duplicate

Thanks for reporting it. This is a known issue with the build and will be fixed with the next release.

> 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)