You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Bob Schellink (JIRA)" <ji...@apache.org> on 2010/03/06 07:01:29 UTC

[jira] Created: (CLKE-39) The click.xml editor uses the Page package and classname

The click.xml editor uses the Page package and classname
--------------------------------------------------------

                 Key: CLKE-39
                 URL: https://issues.apache.org/jira/browse/CLKE-39
             Project: Click Eclipse
          Issue Type: Bug
    Affects Versions: 2.1.0.0
            Reporter: Bob Schellink
            Assignee: Naoki Takezoe


When creating a Page through the wizard and checking the "Add mapping to click.xml" the generated click.xml is correct. For example if the default pages packages is "org.test", creating a new Home page will generate the following click.xml:

 <pages package="org.test" autobinding="annotation">
    <page path="home.htm" classname="Home"></page>
  </pages>


The problem comes when using the click.xml editor "Pages" tab and selecting a Page using the "Browse..." button. If a Page is selected in this way the page and package is selected and added to the click.xml:

 <pages package="org.test" autobinding="annotation">
    <page path="home.htm" classname="org.test.Home"></page>
  </pages>

At runtime Click tries to map the file "org.test.org.test.Home" which doesn't exist.


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


[jira] Resolved: (CLKE-39) The click.xml editor uses the Page package and classname

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

Naoki Takezoe resolved CLKE-39.
-------------------------------

    Resolution: Fixed

> The click.xml editor uses the Page package and classname
> --------------------------------------------------------
>
>                 Key: CLKE-39
>                 URL: https://issues.apache.org/jira/browse/CLKE-39
>             Project: Click Eclipse
>          Issue Type: Bug
>    Affects Versions: 2.1.0.0
>            Reporter: Bob Schellink
>            Assignee: Naoki Takezoe
>             Fix For: 2.1.0.1
>
>
> When creating a Page through the wizard and checking the "Add mapping to click.xml" the generated click.xml is correct. For example if the default pages packages is "org.test", creating a new Home page will generate the following click.xml:
>  <pages package="org.test" autobinding="annotation">
>     <page path="home.htm" classname="Home"></page>
>   </pages>
> The problem comes when using the click.xml editor "Pages" tab and selecting a Page using the "Browse..." button. If a Page is selected in this way the page and package is selected and added to the click.xml:
>  <pages package="org.test" autobinding="annotation">
>     <page path="home.htm" classname="org.test.Home"></page>
>   </pages>
> At runtime Click tries to map the file "org.test.org.test.Home" which doesn't exist.

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


[jira] Updated: (CLKE-39) The click.xml editor uses the Page package and classname

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

Naoki Takezoe updated CLKE-39:
------------------------------

    Fix Version/s: 2.1.0.1

> The click.xml editor uses the Page package and classname
> --------------------------------------------------------
>
>                 Key: CLKE-39
>                 URL: https://issues.apache.org/jira/browse/CLKE-39
>             Project: Click Eclipse
>          Issue Type: Bug
>    Affects Versions: 2.1.0.0
>            Reporter: Bob Schellink
>            Assignee: Naoki Takezoe
>             Fix For: 2.1.0.1
>
>
> When creating a Page through the wizard and checking the "Add mapping to click.xml" the generated click.xml is correct. For example if the default pages packages is "org.test", creating a new Home page will generate the following click.xml:
>  <pages package="org.test" autobinding="annotation">
>     <page path="home.htm" classname="Home"></page>
>   </pages>
> The problem comes when using the click.xml editor "Pages" tab and selecting a Page using the "Browse..." button. If a Page is selected in this way the page and package is selected and added to the click.xml:
>  <pages package="org.test" autobinding="annotation">
>     <page path="home.htm" classname="org.test.Home"></page>
>   </pages>
> At runtime Click tries to map the file "org.test.org.test.Home" which doesn't exist.

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


[jira] Closed: (CLKE-39) The click.xml editor uses the Page package and classname

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

Naoki Takezoe closed CLKE-39.
-----------------------------


Released in ClickIDE 2.2.0.0.

> The click.xml editor uses the Page package and classname
> --------------------------------------------------------
>
>                 Key: CLKE-39
>                 URL: https://issues.apache.org/jira/browse/CLKE-39
>             Project: Click Eclipse
>          Issue Type: Bug
>    Affects Versions: 2.1.0.0
>            Reporter: Bob Schellink
>            Assignee: Naoki Takezoe
>             Fix For: 2.2.0.0
>
>
> When creating a Page through the wizard and checking the "Add mapping to click.xml" the generated click.xml is correct. For example if the default pages packages is "org.test", creating a new Home page will generate the following click.xml:
>  <pages package="org.test" autobinding="annotation">
>     <page path="home.htm" classname="Home"></page>
>   </pages>
> The problem comes when using the click.xml editor "Pages" tab and selecting a Page using the "Browse..." button. If a Page is selected in this way the page and package is selected and added to the click.xml:
>  <pages package="org.test" autobinding="annotation">
>     <page path="home.htm" classname="org.test.Home"></page>
>   </pages>
> At runtime Click tries to map the file "org.test.org.test.Home" which doesn't exist.

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