[
https://jira.jboss.org/jira/browse/JBSEAM-2338?page=com.atlassian.jira.pl...
]
Dan Allen commented on JBSEAM-2338:
-----------------------------------
I forgot to mention that now you can
override everything using -D flags also. You can override:
- the location of seam-gen using -Dseam-gen.dir
- the location of the seam-gen properties using -Dseam-gen.properties
- the location of just the templates using -Dtemplates.dir
allow seam-gen to manage multiple projects
------------------------------------------
Key: JBSEAM-2338
URL:
https://jira.jboss.org/jira/browse/JBSEAM-2338
Project: Seam
Issue Type: Feature Request
Components: Tools
Affects Versions: 2.0.0.GA
Reporter: Dan Allen
Assignee: Dan Allen
Fix For: 2.1.0.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:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira