You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Oliver Deakin (JIRA)" <ji...@apache.org> on 2010/03/19 16:51:27 UTC

[jira] Resolved: (HARMONY-6477) Problems building jdktools modules in Eclipse

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

Oliver Deakin resolved HARMONY-6477.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 6.0M2

I have applied the jdktools patch at repo revision r925287 apart from one small part. I didn't apply the character changes in the variable and method names of Test02.java, because that change did not appear valid to me. Looking at the hex, it appears that the unusual characters in those names have been converted from single 8bit chars to double octet characters (UTF-8?). This doesn't look right to me and the original characters are valid Java identifiers, so I have not committed those name changes.

Please check and verify the other changes applied as expected, and if you wish to discuss the character changes I omitted from the commit please feel free to reopen this JIRA.

> Problems building jdktools modules in Eclipse
> ---------------------------------------------
>
>                 Key: HARMONY-6477
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6477
>             Project: Harmony
>          Issue Type: Improvement
>          Components: build - test - ci
>            Reporter: Catherine Hope
>            Assignee: Oliver Deakin
>             Fix For: 6.0M2, 5.0M14
>
>         Attachments: 6477-classlib.patch, 6477-jdktools.patch
>
>
> The plugin dependencies require updating to build the 2 of the jdktools modules in Eclipse.  There is also a compilation error in the jdktools module.
> jdktools
> - Missing dependencies from classlib jars
>    - java.applet, java.awt, java.awt.event, java.beans, java.text, java.util.zip, javax.accessibility, javax.sound.sampled, javax.swing, javax.swing.border, javax.swing.text, javax.swing.text.html, javax.swing.text.html.parser
>    - Also sound.jar needs to export javax.sound.sampled
> - Missing dependencies from downloaded external jars in the build
>    - ecj-3.5.1.jar, jdi.jar, bcel-5.2.jar
> - Missing dependencies from jars that aren't in the build
>    - ant-launcher.jar, ant-nodeps.jar, ant.jar
> - Compilation errors
>    - org.apache.harmony.tests.tools.javah.Test02 imports an invalid package name (Test.* instead of org.apache.harmony.tests.tools.javah.Test.*) and a variable name and method name have been corrupted. 
> jretools
> - Missing dependences from classlib jars
>     - java.awt, java.awt.event, java.beans, javax.accessibility, javax.swing, javax.swing.event, javax.swing.text, org.apache.harmony.unpack200

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