[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2338) allow seam-gen to manage multiple projects
Max Andersen (JIRA)
jira-events at lists.jboss.org
Mon Dec 3 14:36:51 EST 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-2338?page=comments#action_12390334 ]
Max Andersen commented on JBSEAM-2338:
--------------------------------------
shouldn't seam gen not just have a pointer to the "current dir" and otherwise just ask for it?
I never understood why seamgen has project specific info in its build.properties.
> allow seam-gen to manage multiple projects
> ------------------------------------------
>
> Key: JBSEAM-2338
> URL: http://jira.jboss.com/jira/browse/JBSEAM-2338
> Project: JBoss Seam
> Issue Type: Feature Request
> Components: Tools
> Affects Versions: 2.0.0.GA
> Reporter: Dan Allen
> Assigned To: Dan Allen
> Fix For: 2.0.1.GA
>
> Attachments: JBSEAM-2338-v1.txt
>
> Original Estimate: 10 minutes
> Remaining Estimate: 10 minutes
>
> Currently seam-gen only has the ability to manage one project at a time. This limitation is due to the fact that it sources build.properties from the seam-gen directory to read settings about the managed project. I propose that we make the name of the settings file dynamic so that it is possible for seam-gen to select it based on the name of a property supplied to the command line.
> Example:
> ./seam -Dbuild=projecta explode
> ./seam explode
> The first command would source build-projecta.properties. The second command would fall back to the existing behavior and source build.properties.
--
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