History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CARGO-233
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Vincent Massol
Reporter: Vincent Massol
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Cargo

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

Created: 26/Dec/05 03:13 PM   Updated: 30/Mar/06 04:25 AM
Component/s: Ant
Affects Version/s: 0.6
Fix Version/s: 0.7

Time Tracking:
Not Specified


 Description  « Hide
Replace

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

with

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



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Vincent Massol - 26/Dec/05 03:13 PM
And add a custom "class" attribute to <deployable> for user-created custom deployable types.

Vincent Massol - 26/Dec/05 03:55 PM
Implemented.