[
https://issues.jboss.org/browse/SEAMSOCIAL-16?page=com.atlassian.jira.plu...
]
Jozef Hartinger reopened SEAMSOCIAL-16:
---------------------------------------
Antoine,
I verified your changes. All looks good except for the name of the containing folder which
should be "examples". I'll state that explicitly in the module guide.
I probably confused you with "folder name: {example}" which I used as a variable
that matches the folder name of a particular example, not the containing folder. The
folder structure should then be "examples/web-client". Sorry for confusion.
Follow Seam 3 example naming scheme
-----------------------------------
Key: SEAMSOCIAL-16
URL:
https://issues.jboss.org/browse/SEAMSOCIAL-16
Project: Seam Social
Issue Type: Task
Affects Versions: 3.0.0.Alpha1
Reporter: Jozef Hartinger
Assignee: Antoine Sabot-Durand
Priority: Minor
Please, follow these naming constraints for the sample application to be consistent with
other Seam 3 demos.
{noformat}
folder name: {example}
artifact id: seam-{module}-example-{example}
context path: {module}-{example}
package: org.jboss.seam.{module}.examples.{example}
{noformat}
* use dashes as delimiters
* if the example name uses dashes ( - ), these are removed in the package name
The only violation I can see is the package name (example instead of examples).
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira