[ 
https://issues.apache.org/jira/browse/SHINDIG-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570890#action_12570890
 ] 

Kevin Brown commented on SHINDIG-43:
------------------------------------

This doesn't solve the issue because there are more things that are "core" than 
the "core" feature; you'd have to add dependencies on every other core feature 
(both in the features/ directory, and the more complicated ones that are 
implemented in java).

core.io depends on core to ensure that the dependency graph is resolved 
correctly. It was moved out of the main "core" directory because it needs 
custom configuration independent of the rest of core. 

> jre1.5 (works on jre1.6) does not include dependent features
> ------------------------------------------------------------
>
>                 Key: SHINDIG-43
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-43
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadgets Server - Java
>         Environment: jdk1.5.0
>            Reporter: Bruno Bowden
>            Assignee: John Hjelmstad
>            Priority: Blocker
>         Attachments: SHINDIG-43.patch
>
>
> The ifpc feature depends on core, which inludes several js libraries such as 
> json.js.
> When making this request it should return both ifpc.js and json.js in the 
> same file:
>     http://localhost:8080/gadgets/js/ifpc.js
> On jdk1.6.0 this works correctly. However on jdk.1.5.0 it fails, only 
> returning ifpc.js and none of the transitive dependencies. This will cause 
> most gadgets to break as the core libraries will not be available.
> FAILS: jdk1.5.0
> WORKS: jdk1.6.0

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to