You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by "andrea papotti (JIRA)" <ji...@apache.org> on 2005/09/27 12:50:49 UTC

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

$turbine.app.name unresolved in setup.properties
------------------------------------------------

         Key: TRB-6
         URL: http://issues.apache.org/jira/browse/TRB-6
     Project: Turbine
        Type: Bug
  Components: M.E.T.A.  
 Environment: windows xp sp2 - italian (could be not important)
    Reporter: andrea papotti
    Priority: Minor


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 contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


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

Posted by "Henning Schmiedehausen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/TRB-6?page=all ]

Henning Schmiedehausen reassigned TRB-6:
----------------------------------------

    Assign To: Henning Schmiedehausen

> $turbine.app.name unresolved in setup.properties
> ------------------------------------------------
>
>          Key: TRB-6
>          URL: http://issues.apache.org/jira/browse/TRB-6
>      Project: Turbine
>         Type: Bug
>   Components: M.E.T.A.
>  Environment: windows xp sp2 - italian (could be not important)
>     Reporter: andrea papotti
>     Assignee: Henning Schmiedehausen
>     Priority: Minor

>
> 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 contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


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

Posted by "Henning Schmiedehausen (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/TRB-6?page=comments#action_12330574 ] 

Henning Schmiedehausen commented on TRB-6:
------------------------------------------

The problem are the ${turbine.app.name} variables in your setup file. We currently don't evaluate these and I don't know of a simple way to do so. Easiest workaround is to replace these with the name of your app. Then the skeleton works fine. 

I will think a bit about this but don't expect a fix to show up in 1.3. Sorry.

> $turbine.app.name unresolved in setup.properties
> ------------------------------------------------
>
>          Key: TRB-6
>          URL: http://issues.apache.org/jira/browse/TRB-6
>      Project: Turbine
>         Type: Bug
>   Components: M.E.T.A.
>  Environment: windows xp sp2 - italian (could be not important)
>     Reporter: andrea papotti
>     Assignee: Henning Schmiedehausen
>     Priority: Minor

>
> 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 contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org


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

Posted by "Henning Schmiedehausen (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/TRB-6?page=all ]

Henning Schmiedehausen updated TRB-6:
-------------------------------------

    Fix Version: M.E.T.A. 1.4

> $turbine.app.name unresolved in setup.properties
> ------------------------------------------------
>
>          Key: TRB-6
>          URL: http://issues.apache.org/jira/browse/TRB-6
>      Project: Turbine
>         Type: Bug
>   Components: M.E.T.A.
>  Environment: windows xp sp2 - italian (could be not important)
>     Reporter: andrea papotti
>     Assignee: Henning Schmiedehausen
>     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 contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org