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

[jira] Reopened: (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 ]

Mark Hindess reopened HARMONY-6477:
-----------------------------------


These changes also break the org.apache.harmony.tests.tools.javac.MainTest test for me too.  I've fixed this in r925447 but I'm re-opening this JIRA as I don't think it is ready to be closed as I'd like Catherine to review my changes/reverting.



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