[
http://jira.jboss.com/jira/browse/JBSEAM-535?page=all ]
Gavin King closed JBSEAM-535.
-----------------------------
Fix Version/s: 1.1.0.CR2
Resolution: Done
Assignee: Gavin King
Seam model objects bring generated in wrong directory
-----------------------------------------------------
Key: JBSEAM-535
URL:
http://jira.jboss.com/jira/browse/JBSEAM-535
Project: JBoss Seam
Issue Type: Bug
Components: Tools
Affects Versions: 1.1.0.CR1
Environment: Any
Reporter: gregorypierce
Assigned To: Gavin King
Fix For: 1.1.0.CR2
When creating new entities, they do not go into the model directory, they go into the
action directory.
<property name="entity.file"
value="${project.home}/src/${action.dir}/${entity.name}.java"/>
<property name="home.file"
value="${project.home}/src/${action.dir}/${entity.name}Home.java"/>
<property name="list.file"
value="${project.home}/src/${action.dir}/${entity.name}List.java"/>
<property name="page.file"
value="${project.home}/view/${page.name}.xhtml"/>
<property name="masterPage.file"
value="${project.home}/view/${masterPage.name}.xhtml"/>
action.dir should be replaced with model.dir in the entity-input task. This bug persists
in RC1 as well.
--
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