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/06/06 03:32:05 UTC

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

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Sat, 5 Jun 2004 9:30 PM

cool - thanks for letting us know
---------------------------------------------------------------------
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: Closed
   Priority: Major
 Resolution: WON'T FIX

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
   Versions:
             1.0-rc1

   Assignee: 
   Reporter: Raket Man

    Created: Tue, 4 May 2004 6:43 AM
    Updated: Sat, 5 Jun 2004 9:30 PM
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