Hi devs,

I'd like to modify the <cargo> Ant task so that is truly generic. For that
I'm planning to replace the <war> and <ear> elements with a generic
<deployable> one.

Here's an example:

<deployable type="war" file="/path/to/deployable/file" 
    [class="some/custom/deployable/class"]>
  <property name="context" value="customwarcontext"/>
</deployable>

This allows users to create their own deployable type and still use the
<cargo> Ant task.

I'm currently implementing it. Please shout if you think this should not be
done for some reason! :-)

Thanks
-Vincent


        

        
                
___________________________________________________________________________ 
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs 
exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com

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

Reply via email to