even you can zip the swf you'll still have to deal with .fla and .flv

 

you might want to consider a custom mojo which overrides 
getSerializingDependency e.g.

 

    public NodeVisitor getSerializingDependency( Writer writer )
    {
        if (  ("swf".equals( outputType ))  || ("fla".equals( outputType ) ) || 
("flv".equals(outputType)))
        {
            return new GraphmlDependencyNodeVisitor( writer );
        }
...

     }

 

BTW: your NodeVisitor can extend 
org.apache.maven.plugin.dependency.treeSerializers.AbstractSerializingVisitor

 

hth
Martin Gainty 
______________________________________________ 
Jogi és Bizalmassági kinyilatkoztatás/Verzicht und 
Vertraulichkeitanmerkung/Note de déni et de confidentialité


 
Ez az üzenet bizalmas.  Ha nem ön az akinek szánva volt, akkor kérjük, hogy 
jelentse azt nekünk vissza. Semmiféle továbbítása vagy másolatának készítése 
nem megengedett.  Ez az üzenet csak ismeret cserét szolgál és semmiféle jogi 
alkalmazhatósága sincs.  Mivel az electronikus üzenetek könnyen 
megváltoztathatóak, ezért minket semmi felelöség nem terhelhet ezen üzenet 
tartalma miatt.

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.



 

> From: jn...@nds.com
> To: users@maven.apache.org
> Date: Fri, 14 May 2010 17:32:07 +0100
> Subject: RE: No such archiver: 'swf'.
> 
> I do pretty much the same but specify the group and artifact of the swf (not 
> classifier or type) and it works, so that may give you a workaround requiring 
> no coding.
> 
> /James
> -----Original Message-----
> From: Jörg Schaible [mailto:joerg.schai...@gmx.de]
> Sent: 14 May 2010 16:15
> To: users@maven.apache.org
> Subject: Re: No such archiver: 'swf'.
> 
> Brian Fox wrote:
> 
> > Take a look at the patch for this issue:
> > http://jira.codehaus.org/browse/MDEP-183
> >
> > You would need to do something along the same lines, possibly
> > introducing your own archiver impl, but this shows how you map the
> > extension to the impl.
> 
> Shouldn't the flex mojo already declare in its own component.xml this
> unarchiver and all that is necessary for the dependency-plugin is an
> <extensions>true</extensions> configuration?
> 
> - Jörg
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 
> 
> 
> **************************************************************************************
> This message is confidential and intended only for the addressee. If you have 
> received this message in error, please immediately notify the 
> postmas...@nds.com and delete it from your system as well as any copies. The 
> content of e-mails as well as traffic data may be monitored by NDS for 
> employment and security purposes. To protect the environment please do not 
> print this e-mail unless necessary.
> 
> NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 
> 4EX, United Kingdom. A company registered in England and Wales. Registered 
> no. 3080780. VAT no. GB 603 8808 40-00
> **************************************************************************************
                                          
_________________________________________________________________
Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1

Reply via email to