[ http://jira.codehaus.org/browse/MNG-408?page=all ]
     
Brett Porter closed MNG-408:
----------------------------

    Fix Version: 2.0-alpha-3
     Resolution: Fixed

is a filelist sufficient? 

If you want a fileset, can you recommend how these are usually constructed? 

I've implemented it like so:

        fileSet.setDir( localRepository.getLocation() );
// for each dependency
        fileSet.createInclude().setName( filename );

ie, not flattened. If you'd prefer a filelist or something different, please 
reopen.

> Can we have a filesetid attribute, to create a fileset for the downloaded 
> files?
> --------------------------------------------------------------------------------
>
>          Key: MNG-408
>          URL: http://jira.codehaus.org/browse/MNG-408
>      Project: m2
>         Type: New Feature
>   Components: maven-artifact-ant
>  Environment: ant1.7alpha
>     Reporter: Steve Loughran
>      Fix For: 2.0-alpha-3

>
>
> The artifact tasks create path, which feeds in to things like <javac> and 
> <java>. But not into <copy>, <zip>, etc, etc. If the task could take a 
> fileset ID and create a fileset on demand, that would simplify integration 
> with the rest of the ant system.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to