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 2004/04/24 02:33:03 UTC

[jira] Created: (MNG-8) Enhance ognl parsing

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MNG-8

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MNG-8
    Summary: Enhance ognl parsing
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2

   Assignee: 
   Reporter: Trygve Laugst?l

    Created: Fri, 23 Apr 2004 8:32 PM
    Updated: Fri, 23 Apr 2004 8:32 PM

Description:
Given a parameter declaration like this

<parameter>
  <name>outputDirectory</name>
  <expression>#maven.build.dest + "/apidocs"</expression>
</parameter>

I would expect the outputDirectory variable to be set to:

  "target/apidocs"

but instead it becomes:
  "maven.build.dest + "/apidocs""



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