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

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

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
             Fix For: 5.0M14


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.


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847637#action_12847637 ] 

Hudson commented on HARMONY-6477:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #712 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/712/])
    Commit r925287 "Apply partial jdktools patch for 
(Problems building jdktools modules in Eclipse)." removed the Class-Path
entries from this MANIFEST.  This broke the
org.apache.harmony.tests.tools.javac.MainTest test so I'm putting them back.


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


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

Posted by "Catherine Hope (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847996#action_12847996 ] 

Catherine Hope commented on HARMONY-6477:
-----------------------------------------

Marcos - I had to still add the jdi.jar in common_resources/depends/jars/eclipse-JDT-3.5.1 to the build classpath - this jar doesn't currently get built into the hdk so I didn't add it as a dependency

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


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

Posted by "Marcos Paulino Roriz Junior (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847954#action_12847954 ] 

Marcos Paulino Roriz Junior commented on HARMONY-6477:
------------------------------------------------------

I'm still having problems with com.sun.jdi.VirtualMachineManager :/

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


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

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847554#action_12847554 ] 

Mark Hindess commented on HARMONY-6477:
---------------------------------------

Commit r925287 broke the build.  I fixed it in r925403.


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


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

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847999#action_12847999 ] 

Oliver Deakin commented on HARMONY-6477:
----------------------------------------

I see that now, missed the different failure in among all the other build alerts. Yes, I took the depends dir from another federated build, not to work around the broken bcel (which obviously I wouldn't have committed if so) but to work around the broken zlib dependency - unfortunately that caused the build to pass for me. Cheers for fixing the property name. 

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


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

Posted by "Catherine Hope (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868711#action_12868711 ] 

Catherine Hope commented on HARMONY-6477:
-----------------------------------------

It's not completely fixed for me - I'm still getting an Eclipse "Plug-in Problem" that No available bundle exports the bcel packages, and I can't work out why.  However, I'm happy to defer this defect until the next release, as jdktools now builds for me without any problems in Eclipse, even with the plug-in error.

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


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

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868419#action_12868419 ] 

Oliver Deakin commented on HARMONY-6477:
----------------------------------------

This issue was reopened by you with the comment "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.", so I assume we're waiting for an update to confirm this issue is fixed?

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


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

Posted by "Catherine Hope (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Catherine Hope updated HARMONY-6477:
------------------------------------

    Attachment: 6477.patch

I'd like to close this JIRA as I think the original problem has been solved.  I've attached a final patch that fixes the names in the eclipse project files (currently they're all "tools" which prevents more than one being opened at a time), and also added the eclipse project files to the jpda directory.

> 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.0M3, 5.0M15
>
>         Attachments: 6477-classlib.patch, 6477-jdktools.patch, 6477.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.


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847348#action_12847348 ] 

Hudson commented on HARMONY-6477:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #709 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/709/])
    Apply classlib patch for  (Problems building jdktools modules in Eclipse).


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


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

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Hindess updated HARMONY-6477:
----------------------------------

    Fix Version/s: 6.0M3
                   5.0M15
                       (was: 5.0M14)
                       (was: 6.0M2)

Thanks Catherine.



> 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.0M3, 5.0M15
>
>         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.


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847576#action_12847576 ] 

Hudson commented on HARMONY-6477:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #711 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/711/])
    Commit r925287 "Apply partial jdktools patch for 
(Problems building jdktools modules in Eclipse)." uses a variable
bcel.jar.url which is not defined.  This caused a build break.  This
commit fixes this.

It also added a depends check so I've added a corresponding fetch.


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


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

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848001#action_12848001 ] 

Oliver Deakin commented on HARMONY-6477:
----------------------------------------

I've just done another test run and I can see the reason why they appeared to pass successfully - the test target prints "BUILD SUCCESSFUL" after running the jdktools tests whatever the outcome! Not sure what is causing that to happen - when I get some time to look at it I'll see if I can fix it.

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


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

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847332#action_12847332 ] 

Oliver Deakin commented on HARMONY-6477:
----------------------------------------

Classlib patch applied at r925192.

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


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

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867688#action_12867688 ] 

Mark Hindess commented on HARMONY-6477:
---------------------------------------

What is the current status of this defect?  It is currently marked to be fixed for both the 5.0M14 and 6.0M2 releases and is thus blocking the release.

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


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

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison updated HARMONY-6477:
---------------------------------

    Fix Version/s:     (was: 5.0M15)
                       (was: 6.0M3)

> 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
>         Attachments: 6477-classlib.patch, 6477-jdktools.patch, 6477.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.


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

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847998#action_12847998 ] 

Mark Hindess commented on HARMONY-6477:
---------------------------------------

Oliver, the log for the hudson build failure is at:

  http://hudson.zones.apache.org/hudson/view/Harmony/job/Harmony-1.5-head-linux-x86_64/710/console

It shows:

  Missing dependency.  The file from:

    ${bcel.jar.url}

  should be downloaded (extracted) to:

    /home/hudson/hudson-slave/workspace/Harmony-1.5-head-linux-x86_64/harmony/common_resources/depends/jars/bcel-5.2/bcel-5.2.jar

  Run "ant fetch-depends" to automatically fetch dependencies.
  Note: Some of Harmony's dependencies are licensed under terms other
  than the Apache License v2.

So the first problem is that the "bcel.jar.url" variable is used but not defined.  The second problem is that this failed build did actually run "fetch-depends" so there must be a fetch for bcel missing.

I'm guessing you must have copied this dependency manually to get the build to work?


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


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

Posted by "Catherine Hope (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Catherine Hope updated HARMONY-6477:
------------------------------------

    Attachment: 6477-classlib.patch
                6477-jdktools.patch

Patch is a partial fix to the build problems on Eclipse

Contains:
- fix to compilation problem - uncorrupted text copied from the original contribution from HARMONY-1217
- fix to all missing classlib dependencies
- a manifest added to the bcel jar, which is the only one of the missing jars that is currently copied into the hdk
- export added to manifest of sound module

To make the jdktools module build in Eclipse I still have to point the build classpath manually at ecj-3.5.1.jar and jdi.jar (from common_resources/depends/jars) and ant-launcher.jar, ant-nodeps.jar and ant.jar (from my Eclipse ant install)

> 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
>             Fix For: 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.


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

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847993#action_12847993 ] 

Oliver Deakin commented on HARMONY-6477:
----------------------------------------

The patch built ok and the jdktools tests passed for me successfully on Windows x86 before I committed them. What were the failures you saw Mark?

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


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

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Oliver Deakin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oliver Deakin reassigned HARMONY-6477:
--------------------------------------

    Assignee: Oliver Deakin

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