You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/12/01 16:14:56 UTC

[jira] Deleted: (MAVEN-1003) Some properties fail to resolve in goals

Message:

  The following issue has been deleted from JIRA.

---------------------------------------------------------------------

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1003
    Summary: Some properties fail to resolve in goals
       Type: Bug

     Status: Unassigned
   Priority: Critical

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven

   Assignee: 
   Reporter: Lo?c Minier

    Created: Wed, 5 Nov 2003 7:56 AM
    Updated: Mon, 10 Nov 2003 10:15 AM
Environment: Windows; Maven Torque Plugin 3.2; Torque 3.1

Description:
Scenario: I have a project.properties defining properties like "project" and "databasename". When I run a goal name in plugin.jelly, for example "torque:init", and echo the value of the properties, I see "project" is not resolved correctly while "databaseName" is.

I could not decide wether this was a torque/maven/ant/apache-commons bug, please refile as necessary.

A log of "maven -X torque:init" is attached. The echo lines are generated by a couple of echo elements immediatly after the goal element for "torque:init" in Maven Torque Plugin's plugin.jelly. My project's name is "mtv-om" and the databaseName is "mtv".

Consequences: unusability of a lot of variables within plugin.jelly, bad generation of classes ($basePrefixObjectXYZ.java is generated instead of BaseObjectXYZ.java, the report is named "report.org.apache.commons.grant.GrantProject@61a907.om.generation" instead of "report.mtv-om.om.generation".



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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