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

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Tue Nov 13 09:34:44 EST 2007


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: JBoss Tools
          Issue Type: Feature Request
    Affects Versions: 2.0.0.CR1
         Environment: Win2k, Red Hat Developer Studio Build id: 1.0.0.CR1
            Reporter: Victor Rubezhny
            Priority: Minor


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 incorrect package names: "org.domain.my-first-seam-project.session", "org.domain.my-first-seam-project.entity" and "org.domain.my-first-seam-project.test"
ASSERT: "Next >" and "Finish" buttons are disabled, Error message appeared in the title: "Package name for tests is not valid"


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