[seam-issues] [JBoss JIRA] (JBSEAM-5033) seam-gen generates build.xml file where purge target is for old JBoss AS

Immo Benjes (JIRA) jira-events at lists.jboss.org
Thu Sep 6 02:58:32 EDT 2012


Immo Benjes created JBSEAM-5033:
-----------------------------------

             Summary: seam-gen generates build.xml file where purge target is for old JBoss AS 
                 Key: JBSEAM-5033
                 URL: https://issues.jboss.org/browse/JBSEAM-5033
             Project: Seam 2
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.3.0.CR1
            Reporter: Immo Benjes
            Priority: Minor


The purge target in the build.xml file generated by seam-gen wasn't updated for JBoss AS7. It still uses old path.
{code} 
<target name="purge" depends="undeploy" description="Clean out JBoss AS temporary deployment files">
        <delete dir="${jboss.home}/server/default/tmp/deploy"/>
        <mkdir dir="${jboss.home}/server/default/tmp/deploy/"/>
        <delete dir="${jboss.home}/server/default/tmp/sessions"/>
        <mkdir dir="${jboss.home}/server/default/tmp/sessions"/>
        <delete dir="${jboss.home}/server/default/work/jboss.web/localhost/${project.name}"/>
</target>
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list