You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "François Duchatelet (JIRA)" <ji...@codehaus.org> on 2008/12/23 10:49:19 UTC

[jira] Created: (MECLIPSE-516) Properties are not expanded for the path to mvn-eclipse-cache.properties

Properties are not expanded for the path to mvn-eclipse-cache.properties
------------------------------------------------------------------------

                 Key: MECLIPSE-516
                 URL: http://jira.codehaus.org/browse/MECLIPSE-516
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Bug
    Affects Versions: 2.5.1
         Environment: maven 2.0.9
windows vista
            Reporter: François Duchatelet
            Priority: Minor


In my project, the parent pom defines the output directory through a variable.

<properties>
    <directory>target</directory>
</properties>

<build>
    <directory>${directory}</directory>
    <outputDirectory>${directory}/classes</outputDirectory>
    <testOutputDirectory>${directory}/test-classes</testOutputDirectory>
...

When I run mvn eclipse:eclipse, the mvn-eclipse-cache.properties file is written inside a directory called ${directory} inside the project folder.

Cheers

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Issue Comment Edited: (MECLIPSE-516) Properties are not expanded for the path to mvn-eclipse-cache.properties

Posted by "François Duchatelet (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MECLIPSE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159132#action_159132 ] 

François Duchatelet edited comment on MECLIPSE-516 at 12/24/08 2:25 AM:
------------------------------------------------------------------------

Matthijs closed his issue as 'Not a Bug'.


      was (Author: gozilla):
    Matthijs closed his issue as 'Not a Bug'.

I do not agree, so I reopened mine.
  
> Properties are not expanded for the path to mvn-eclipse-cache.properties
> ------------------------------------------------------------------------
>
>                 Key: MECLIPSE-516
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-516
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5.1
>         Environment: maven 2.0.9
> windows vista
>            Reporter: François Duchatelet
>            Priority: Minor
>
> In my project, the parent pom defines the output directory through a variable.
> <properties>
>     <directory>target</directory>
> </properties>
> <build>
>     <directory>${directory}</directory>
>     <outputDirectory>${directory}/classes</outputDirectory>
>     <testOutputDirectory>${directory}/test-classes</testOutputDirectory>
> ...
> When I run mvn eclipse:eclipse, the mvn-eclipse-cache.properties file is written inside a directory called ${directory} inside the project folder.
> Cheers

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Reopened: (MECLIPSE-516) Properties are not expanded for the path to mvn-eclipse-cache.properties

Posted by "François Duchatelet (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Duchatelet reopened MECLIPSE-516:
------------------------------------------


Matthijs closed his issue as 'Not a Bug'.

I do not agree, so I reopened mine.

> Properties are not expanded for the path to mvn-eclipse-cache.properties
> ------------------------------------------------------------------------
>
>                 Key: MECLIPSE-516
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-516
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5.1
>         Environment: maven 2.0.9
> windows vista
>            Reporter: François Duchatelet
>            Priority: Minor
>
> In my project, the parent pom defines the output directory through a variable.
> <properties>
>     <directory>target</directory>
> </properties>
> <build>
>     <directory>${directory}</directory>
>     <outputDirectory>${directory}/classes</outputDirectory>
>     <testOutputDirectory>${directory}/test-classes</testOutputDirectory>
> ...
> When I run mvn eclipse:eclipse, the mvn-eclipse-cache.properties file is written inside a directory called ${directory} inside the project folder.
> Cheers

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Closed: (MECLIPSE-516) Properties are not expanded for the path to mvn-eclipse-cache.properties

Posted by "François Duchatelet (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MECLIPSE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Duchatelet closed MECLIPSE-516.
----------------------------------------

    Resolution: Duplicate

> Properties are not expanded for the path to mvn-eclipse-cache.properties
> ------------------------------------------------------------------------
>
>                 Key: MECLIPSE-516
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-516
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>    Affects Versions: 2.5.1
>         Environment: maven 2.0.9
> windows vista
>            Reporter: François Duchatelet
>            Priority: Minor
>
> In my project, the parent pom defines the output directory through a variable.
> <properties>
>     <directory>target</directory>
> </properties>
> <build>
>     <directory>${directory}</directory>
>     <outputDirectory>${directory}/classes</outputDirectory>
>     <testOutputDirectory>${directory}/test-classes</testOutputDirectory>
> ...
> When I run mvn eclipse:eclipse, the mvn-eclipse-cache.properties file is written inside a directory called ${directory} inside the project folder.
> Cheers

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira