[seam-issues] [JBoss JIRA] (JBSEAM-5033) seam-gen purge target is for old JBoss AS
Marek Novotny (JIRA)
jira-events at lists.jboss.org
Tue Sep 11 08:01:35 EDT 2012
[ https://issues.jboss.org/browse/JBSEAM-5033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marek Novotny updated JBSEAM-5033:
----------------------------------
Summary: seam-gen purge target is for old JBoss AS (was: seam-gen generates build.xml file where purge target is for old JBoss AS )
> seam-gen 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: Tools
> Affects Versions: 2.3.0.CR1
> Reporter: Immo Benjes
> Assignee: Marek Novotny
> Priority: Minor
> Labels: seam-gen
> Fix For: 2.3.0.Final
>
>
> 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