Message:

   The following issue has been closed.

   Resolver: Jason van Zyl
       Date: Fri, 28 May 2004 10:49 PM

It is now possible to have expressions like:

#maven.build.dest/META-INF/maven
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MNG-8

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

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: m2

   Assignee: 
   Reporter: Trygve Laugstol

    Created: Fri, 23 Apr 2004 8:32 PM
    Updated: Fri, 28 May 2004 10:49 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to