You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Zakharov (JIRA)" <ji...@apache.org> on 2007/07/11 16:55:08 UTC

[jira] Commented: (HARMONY-3449) [classlib][swing] Synth parser is not implemented

    [ https://issues.apache.org/jira/browse/HARMONY-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12511775 ] 

Alexei Zakharov commented on HARMONY-3449:
------------------------------------------

Dmitry, I'm unable to build swing module after you patch is applied:

     [echo] Compiling SWING classes
    [javac] Compiling 13 source files to /home/ayzakhar/projects/harmony/working_classlib/build/classes
    [javac] Since fork is false, ignoring memoryMaximumSize setting
    [javac] ----------
    [javac] 1. ERROR in /home/ayzakhar/projects/harmony/working_classlib/modules/swing/src/main/java/common/javax/swing/plaf/synth/ColorPainter.java (at line 23)
    [javac]     import javax.swing.plaf.synth2.ColorType;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.swing.plaf.synth2 cannot be resolved
    [javac] ----------
    [javac] 2. ERROR in /home/ayzakhar/projects/harmony/working_classlib/modules/swing/src/main/java/common/javax/swing/plaf/synth/ColorPainter.java (at line 24)
    [javac]     import javax.swing.plaf.synth2.SynthContext;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.swing.plaf.synth2 cannot be resolved
    [javac] ----------
    [javac] 3. ERROR in /home/ayzakhar/projects/harmony/working_classlib/modules/swing/src/main/java/common/javax/swing/plaf/synth/ColorPainter.java (at line 25)
    [javac]     import javax.swing.plaf.synth2.SynthPainter;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.swing.plaf.synth2 cannot be resolved
    [javac] ----------
    [javac] 4. ERROR in /home/ayzakhar/projects/harmony/working_classlib/modules/swing/src/main/java/common/javax/swing/plaf/synth/ColorPainter.java (at line 26)
    [javac]     import javax.swing.plaf.synth2.SynthStyle;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.swing.plaf.synth2 cannot be resolved
    [javac] ----------
    [javac] ----------
    [javac] 5. ERROR in /home/ayzakhar/projects/harmony/working_classlib/modules/swing/src/main/java/common/javax/swing/plaf/synth/DefaultStyleFactory.java (at line 24)
    [javac]     import javax.swing.plaf.synth2.Region;
    [javac]            ^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.swing.plaf.synth2 cannot be resolved
    [javac] ----------
    [javac] 6. ERROR in /home/ayzakhar/projects/harmony/working_classlib/modules/swing/src/main/java/common/javax/swing/plaf/synth/DefaultStyleFactory.java (at line 25)
...
<snip>
...
    [javac] ----------
    [javac] 21 problems (21 errors)

BUILD FAILED
/home/ayzakhar/projects/harmony/working_classlib/build.xml:172: The following error occurred while executing this line:
/home/ayzakhar/projects/harmony/working_classlib/make/build-test.xml:56: The following error occurred while executing this line:
/home/ayzakhar/projects/harmony/working_classlib/make/properties.xml:447: The following error occurred while executing this line:
/home/ayzakhar/projects/harmony/working_classlib/modules/swing/build.xml:101: Compile failed; see the compiler error output for details.

> [classlib][swing] Synth parser is not implemented
> -------------------------------------------------
>
>                 Key: HARMONY-3449
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3449
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: Classlib
>            Reporter: Dmitry Irlyanov
>            Assignee: Alexei Zakharov
>         Attachments: H3449-ParserAndEnvironment.patch, H3449-publicClasses.patch
>
>
> The general functionality in Synth is creating "pluggable look" from data provided by xml file.
> Synth parser and a  group of supporting classes creates internal types of data for UIs

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