[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-1303) New Seam Web Project Wizard: make automatic replacement for chars that aren't allowed to be used in package name

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Apr 2 11:16:43 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBIDE-1303?page=all ]

Alexey Kazakov updated JBIDE-1303:
----------------------------------

    Fix Version/s: LATER
                       (was: 2.1)

> New Seam Web Project Wizard: make automatic replacement for chars that aren't allowed to be used in package name
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-1303
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1303
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Seam
>    Affects Versions: 2.0.0.CR1
>         Environment: Win2k, Red Hat Developer Studio Build id: 1.0.0.CR1, 2007-11-12
>            Reporter: Victor Rubezhny
>         Assigned To: Denis Golovin
>            Priority: Minor
>             Fix For: LATER
>
>
> Make automatic replacement for chars that can be used in project name but aren't allowed to be used in package name. For example:  '-' (minus) char is valid to be used in project name but not in package name.
> Test Case:
> ---------------
> EXECUTE: Open New Seam Web Project Wizard due to create a project
> EXECUTE: Type in a project name that contains '-' chars, for example: "my-first-seam-project"
> EXECUTE: Press "Next >" button untill the "Seam Facet" wizard page leaving the other fields with their default values.
> ASSERT: See the package names in "Code Generation" facet are fulfiled with correct package names (all the '-' (minus) chars are replaced with a valid char for a package name, for example  by '_'-char): "org.domain.my_first_seam_project.session", "org.domain.my_first_seam_project.entity" and "org.domain.my_first_seam_project.test"
> ASSERT: "Finish" button is enabled and no error messages appear in the title.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list