[ 
http://issues.apache.org/jira/browse/DERBY-1362?page=comments#action_12414244 ] 

Rick Hillegas commented on DERBY-1362:
--------------------------------------

I believe the problem is that I built the snapshot on a system with an osgi.jar 
visible in trunk/tools/java. This causes the jar file building target to invoke 
a different subtarget. If osgi.jar is not present, then derby.jar is built by 
the derbyjarwithoutosgi target, which includes a Class-Path header in the 
manifest. However, if osgi.jar is present, then derby.jar is built by the 
derbyjarwithosgi target, which does not include a Class-Path header and instead 
includes a DynamicImport-Package header.

Is this deliberate or is this an error?

> Class-Path manifest entry for derby.jar is missing from the 10.2.0.2 snapshot
> -----------------------------------------------------------------------------
>
>          Key: DERBY-1362
>          URL: http://issues.apache.org/jira/browse/DERBY-1362
>      Project: Derby
>         Type: Bug

>     Versions: 10.2.0.0
>     Reporter: Daniel John Debrunner
>     Priority: Critical

>
> The class path manifest entry should include all the supported locales. It is 
> missing from the snapshot.
> I see this entry when I build the jar files myself.
> Class-Path: derbyLocale_de_DE.jar derbyLocale_es.jar derbyLocale_fr.ja
>  r derbyLocale_it.jar derbyLocale_ja_JP.jar derbyLocale_ko_KR.jar derb
>  yLocale_pt_BR.jar derbyLocale_zh_CN.jar derbyLocale_zh_TW.jar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to