[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
by Victor Rubezhny (JIRA)
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
17 years, 4 months
[JBoss JIRA] Created: (JBIDE-2709) Checking out projects using Subclipse voids certain Eclipse files
by Chris Simons (JIRA)
Checking out projects using Subclipse voids certain Eclipse files
-----------------------------------------------------------------
Key: JBIDE-2709
URL: https://jira.jboss.org/jira/browse/JBIDE-2709
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 2.1.2
Environment: JBoss Tools 2.1.2.GA; Eclipse 3.3.4; Windows XP SP2
Reporter: Chris Simons
Priority: Minor
When checking out a project from SVN for the first timeusing Subclipse, I have to "fix" the following files:
/workspace/project/.project
/workspace/project/.settings/jboss....wst.xml
Reason: Even if these two files are checked-into the project/branch, these will be "hard-coded" for the previous project. Therefore, I have to go into the two files above and replace project names. Also, the JSF Capabilities are removed from .project. What I normally do w/ this file is copy/paste from a good .project into the new .project file.
Before I do any of this, I notice a few things about this newly checked out project:
1) Right-click, Properties...
a) "Java Compiler" is not available.
b) Seam settings is set to null even though the file should show that it is Seam 2.0
After I set Seam settings properly, custom Seam components do not get recognized until I restart the project and fix the above two files.
I hope this makes some sense. I can attach .project and .xml files if you'd like.
Thanks.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 4 months