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

Key: JBSEAM-2006
Type: Task Task
Status: Open Open
Priority: Critical Critical
Assignee: Pete Muir
Reporter: Pete Muir
Votes: 3
Watchers: 3
Operations

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

Improve handling of dependencies in examples

Created: 29/Sep/07 06:59 PM   Updated: 18/Dec/07 02:29 PM
Component/s: Build
Affects Version/s: 2.0.0.CR1
Fix Version/s: The future

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Related
 
This issue is related to:
JBSEAM-2371 Integration testing Seam components w... Critical Open


 Description  « Hide
Currently dependencies are just handled as before, with all dependencies copied into lib/

I propose to replace lib/ with a local maven repository (just a simple directory structure). This will only be used if present (not present in CVS, created using dependency:copy-dependencies when running dist target). The fileset's used to declare example libraries and inclusion into deployed archives will be altered to use maven ant tasks to pull in these filesets from repositories (using the local repo if present).

This requires some extensions to existing ant tasks.

A similar scheme can be used for seam-gen

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order:
Pete Muir [14/Nov/07 01:37 PM]
Slipping, need Tools support first.