[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2006) Improve handling of dependencies in examples

Pete Muir (JIRA) jira-events at lists.jboss.org
Sat Sep 29 19:00:40 EDT 2007


Improve handling of dependencies in examples
--------------------------------------------

                 Key: JBSEAM-2006
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2006
             Project: JBoss Seam
          Issue Type: Task
    Affects Versions: 2.0.0.CR1
            Reporter: Pete Muir
         Assigned To: Pete Muir
            Priority: Critical
             Fix For: 2.0.1.GA


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list