[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1630) use dist directory inside project during build

Gavin King (JIRA) jira-events at lists.jboss.org
Tue Jul 10 01:25:31 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1630?page=all ]

Gavin King closed JBSEAM-1630.
------------------------------

    Resolution: Won't Fix

I prefer it the current way :)

> use dist directory inside project during build
> ----------------------------------------------
>
>                 Key: JBSEAM-1630
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1630
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Core
>    Affects Versions: 2.0.0.BETA1
>            Reporter: Dan Allen
>            Priority: Minor
>   Original Estimate: 1 minute
>  Remaining Estimate: 1 minute
>
> This is a nit picky request, but I have always felt that a build should stay confined, not placing files in parent directories. Currently, when you run the main Seam build, it creates a folder with the ${dist.name} value one directory up from the source folder. I recommend the use of a "dist" directory to hold such artifacts.
> The line that needs to be changed is as follows:
> Old:
> <property name="dist.dir" value="${basedir}/../${dist.name}" />
> New:
> <property name="dist.dir" value="${basedir}/dist/${dist.name}" />

-- 
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