[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-2541) Seam-gen generated build.properties file should also go into the created project's build.properties file

Pete Muir (JIRA) jira-events at lists.jboss.org
Sun Jan 27 12:52:21 EST 2008


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

Pete Muir closed JBSEAM-2541.
-----------------------------

    Resolution: Duplicate Issue

Really a dupe of JBSEAM-2338 - store properties in created project.

> Seam-gen generated build.properties file should also go into the created project's build.properties file
> --------------------------------------------------------------------------------------------------------
>
>                 Key: JBSEAM-2541
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2541
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: Tools
>         Environment: Generating Seam projects with Seam-gen
>            Reporter: Mark Schmatz
>            Priority: Minor
>
> Each Seam project has the build.properties file underneath the root folder consisting of the following line of code:
> jboss.home = /your/path/to/jboss-as
> This is not that much data. In particular not when you take a look at the Seam-gen generated build.properties file carrying something like this:
> #Generated by seam setup
> #Sun Jan 27 16:20:01 CET 2008
> hibernate.connection.password=xyz
> workspace.home=/home/schmatz/my/projects/business/citypics
> model.package=org.tztz.citypics.model
> driver.jar=/opt/jdbc-root/postgresql-8.2-505.jdbc3.jar
> action.package=org.tztz.citypics.action
> test.package=org.tztz.citypics.test
> database.type=postgres
> richfaces.skin=blueSky
> hibernate.default_catalog.null=
> hibernate.default_schema.null=
> database.drop=y
> project.name=citypics
> hibernate.connection.username=citypics
> hibernate.connection.driver_class=org.postgresql.Driver
> hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider
> project.type=ear
> icefaces.home=
> database.exists=n
> jboss.home=/your/path/to/jboss-as
> hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
> hibernate.connection.url=jdbc\:postgresql\:citypics
> Well, this complete Seam-gen generated data should also go into the project's build.properties file in order that you can restore all relevant information after you've changed them because of another Seam project requiring the seam setup with other inputs.
> Additionally, this would increase coherence because the build properties are bundled with the respective project.

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