The following issue has been updated:
Updater: Stephen McConnell (mailto:[EMAIL PROTECTED])
Date: Thu, 6 May 2004 6:39 PM
Changes:
Component changed to Composition
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.apache.org/jira/browse/RUNTIME-3?page=history
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/RUNTIME-3
Here is an overview of the issue:
---------------------------------------------------------------------
Key: RUNTIME-3
Summary: Improve the handling of filesets in Merlin's classpath directive
Type: Improvement
Status: Closed
Priority: Minor
Resolution: FIXED
Project: Merlin Runtime Platform
Components:
Composition
Fix Fors:
3.3
Versions:
3.2
Assignee: Timothy Bennett
Reporter: Timothy Bennett
Created: Sat, 10 Apr 2004 12:24 AM
Updated: Thu, 6 May 2004 6:39 PM
Description:
Basically in a <classloader><classpath> we can declare
<fileset dir="wherever">
<include name="abc.jar"/>
<include name="xyz.jar">
</include>
</fileset>
There is no current wilcard support - e.g:
<fileset dir="lib"/>
Should include all files in the directory.
<fileset dir="lib">
<include name="*.jar"/>
</fileset>
should be possible and even better is:
<fileset dir="lib">
<include name="abc*.jar"/>
<exclude name="xyz.jar/>
</fileset>
Also, we should attempt to implement as much of the Ant-like fileset patterns like:
<fileset dir="lib">
<include name="**/*.jar">
</fileset>
which would include all jars in the lib dir and all its subdirectories?
These are some of the main use cases, and the ones that will be addressed first, but
are by no means an exhaustive set of use cases.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/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]