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/20 23:21:43 UTC

[jira] Resolved: (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:all-tabpanel ]

Paul Lindner resolved SHINDIG-43.
---------------------------------

    Resolution: Fixed

Added 'core' dependencies for features that had no dependencies.  I noticed that things like flash and views appeared above core, perhaps that's why.

Tested on jdk 1.5 on macos leopard.  Samples appear much better, but samplecontainer still has some problems that are probably not related to this..



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