Cargo

Replace <war> and <ear> config element by a generic <deployable> one in the Cargo Ant task

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 0.6
  • Fix Version/s: 0.7
  • Component/s: Ant
  • Labels:
    None
  • Number of attachments :
    0

Description

Replace

<cargo...
<configuration ...>
<war context="cutom" warfile="some/war"/>
...

with

<cargo...
<configuration...>
<deployable type="war" file="some/war">
<property name="context" value="custom"/>
</deployable>
...

Activity

Hide
Vincent Massol added a comment -

And add a custom "class" attribute to <deployable> for user-created custom deployable types.

Show
Vincent Massol added a comment - And add a custom "class" attribute to <deployable> for user-created custom deployable types.
Hide
Vincent Massol added a comment -

Implemented.

Show
Vincent Massol added a comment - Implemented.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: