Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=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 Versions: 1.0-rc1 Assignee: Reporter: Raket Man Created: Tue, 4 May 2004 6:43 AM Updated: Tue, 4 May 2004 6:43 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]