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/05/26 15:15:15 UTC

[jira] Updated: (MAVEN-1261) Wildcard expansion for resources in project.xml does not work on Darwin/MacOS X

The following issue has been updated:

    Updater: Brett Porter (mailto:brett@codehaus.org)
       Date: Wed, 26 May 2004 9:14 AM
    Comment:
I'm sure we have other users doing this, so it may be a problem on your end. Can you provide a full project.xml file that exhibits the problem?
    Changes:
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MAVEN-1261?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1261

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1261
    Summary: Wildcard expansion for resources in project.xml does not work on Darwin/MacOS X
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Fix Fors:
             1.1
   Versions:
             1.0-rc1

   Assignee: 
   Reporter: Raket Man

    Created: Tue, 4 May 2004 6:43 AM
    Updated: Wed, 26 May 2004 9:14 AM
Environment: Darwin 7.3.0, Java 1.4.2_03

Description:
Using wildcards in resource descriptions does not work. 
Example:
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
</unitTest>  
<resources>
      <resource>
        <directory>src/java</directory>
        <includes>
          <include>**/*.properties</include>
        </includes>
      </resource>
    </resources>

This DOES work for the UnitTests, but not for the resources...
Under Linux (2.4.21) using Java 1.4.2_04 this works fine.

My guess is it has something to do with the way the wildcards are concatenated at the end of the directory?


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