You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by "Thomas Vandahl (Resolved) (JIRA)" <ji...@apache.org> on 2011/11/10 01:49:51 UTC

[jira] [Resolved] (TRB-6) $turbine.app.name unresolved in setup.properties

     [ https://issues.apache.org/jira/browse/TRB-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Vandahl resolved TRB-6.
------------------------------

    Resolution: Won't Fix
      Assignee: Thomas Vandahl  (was: Henning Schmiedehausen)

AFAICS, this problem can be worked around. We are planning to close down the META project.
                
> $turbine.app.name unresolved in setup.properties
> ------------------------------------------------
>
>                 Key: TRB-6
>                 URL: https://issues.apache.org/jira/browse/TRB-6
>             Project: Turbine
>          Issue Type: Bug
>          Components: M.E.T.A.
>         Environment: windows xp sp2 - italian (could be not important)
>            Reporter: andrea papotti
>            Assignee: Thomas Vandahl
>            Priority: Minor
>             Fix For: M.E.T.A. 1.4
>
>
> given the fallowing setup.properties file
> > maven turbine:setup
> creates
> Imodium\tomcat\WEB-INF\src\it\adigitali\${turbine\app\name} directory instead of 
> Imodium\tomcat\WEB-INF\src\it\adigitali\Imodium directory.
> > maven -Dturbine.app.name=Imodium turbine:setup
> does the same.
> Manually replacing occurences in file with 'Imodium' fix the behaviuor of the script.
> ----- setup.properties -----
> turbine.app.name = Imodium
> turbine.plugin.mode=inplace
> turbine.plugin.inplace.dir=tomcat
> torque.database=mysql
> torque.database.driver=com.mysql.jdbc.Driver
> torque.database.user=root
> torque.database.password=server
> torque.database.buildUrl=jdbc:mysql://localhost/${turbine.app.name}
> torque.database.createUrl=jdbc:mysql://localhost/mysql
> turbine.app.setup.demo=true
> turbine.app.package=it.adigitali.${turbine.app.name}
> turbine.app.om.package=it.adigitali.${turbine.app.name}.om
> turbine.app.om.security.package=it.adigitali.${turbine.app.name}.om

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira