[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-535) Seam model objects bring generated in wrong directory

gregorypierce (JIRA) jira-events at jboss.com
Tue Nov 28 16:44:55 EST 2006


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


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

        



More information about the seam-issues mailing list