You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2008/02/21 00:19:44 UTC

[jira] Commented: (SHINDIG-43) jre1.5 (works on jre1.6) does not include dependent features

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

Paul Lindner commented on SHINDIG-43:
-------------------------------------

Kevin, can you contact me directly?

This problem affects Mac OS X Java 1.6, so my development is seriously blocked without it, as I'm sure others will be.

It may not solve the problem in the correct way, but it does serve to work around the problem.

How about instead of treating core 'special' we just make sure that it's the only feature without a parent?  Accomplishes the same goal, right?

Also, can you explain why the core.io feature has a dependency on "core"

Feel free to IM me at pmlindner@gmail.com (GTalk) or drop by #shindig on irc.freenode.net



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