[jira] Commented: (MASSEMBLY-62) Ability to share DependencySets, FileSets, FileItems

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-62?page=comments#action_56678 ] 

Brett Porter commented on MASSEMBLY-62:
---

doesn't it make sense to do this as a single parentDescriptor instead of 
subassembly descriptors?

how do you intend to specify the files? relative to the project? How would this 
work for things built into the plugin?

 Ability to share DependencySets, FileSets, FileItems
 

  Key: MASSEMBLY-62
  URL: http://jira.codehaus.org/browse/MASSEMBLY-62
  Project: Maven 2.x Assembly Plugin
 Type: New Feature

 Versions: 2.0
  Environment: xp, linux
 Reporter: Dan Tran



 My assembly project can produce multiple assemblies thru mutliple 
 descriptors.  I need ability to have multiple descriptor to share common
 elements

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


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



[jira] Commented: (MASSEMBLY-62) Ability to share DependencySets, FileSets, FileItems

2006-01-23 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-62?page=comments#action_56682 ] 

Dan Tran commented on MASSEMBLY-62:
---

Entry into each subassembly is a filename relative to ${basedir}.  User can 
specify fullpath.

The DependencySets, FileSets, and FileItems if each subassembly will be 
appended to the main one, the Assembly itself.

Parsing and processing of subassemblies should not be any different from the 
main one.


To go into details, the Assembly will have 3 sections

 Assembly

  // Header  
   id
   formats
   includeBaseDirectory
   includeSiteDirectory
  
  // Body
   List of DependencySet
   List of FileItems
   List of FileSets

 List of  SubAssemblyDescriptor
   SubAssemblyDescriptorFileName
   List of DependencySet - This 
subassembly will be appended to the main Body when we loadup the Assembly
   List of FileItems
   List of FileSets
  

In this case, I can have a bunch of fixed sub assemblies that main assembly can 
pick and ad its own in the body.
This is the same concept of installanywhere where they call Components ( vs 
subassembly) 


Sorry I am not sure how to visualize the single parentDescriptor concept, Are 
you suggesting inheritent set?


  
  



 Ability to share DependencySets, FileSets, FileItems
 

  Key: MASSEMBLY-62
  URL: http://jira.codehaus.org/browse/MASSEMBLY-62
  Project: Maven 2.x Assembly Plugin
 Type: New Feature

 Versions: 2.0
  Environment: xp, linux
 Reporter: Dan Tran



 My assembly project can produce multiple assemblies thru mutliple 
 descriptors.  I need ability to have multiple descriptor to share common
 elements

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


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



[jira] Commented: (MASSEMBLY-62) Ability to share DependencySets, FileSets, FileItems

2006-01-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-62?page=comments#action_56700 ] 

Brett Porter commented on MASSEMBLY-62:
---

yes, I was suggesting inheritence instead of what you are saying is essentially 
include /. This more closely matches how the rest of Maven behaves, but 
either sound fine to me. I don't think full paths should ever be used, however.

 Ability to share DependencySets, FileSets, FileItems
 

  Key: MASSEMBLY-62
  URL: http://jira.codehaus.org/browse/MASSEMBLY-62
  Project: Maven 2.x Assembly Plugin
 Type: New Feature

 Versions: 2.0
  Environment: xp, linux
 Reporter: Dan Tran



 My assembly project can produce multiple assemblies thru mutliple 
 descriptors.  I need ability to have multiple descriptor to share common
 elements

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


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



[jira] Commented: (MASSEMBLY-62) Ability to share DependencySets, FileSets, FileItems

2006-01-23 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-62?page=comments#action_56705 ] 

Dan Tran commented on MASSEMBLY-62:
---

Ok, use include and subassembly's descriptor should be relative to ${basedir}

 Ability to share DependencySets, FileSets, FileItems
 

  Key: MASSEMBLY-62
  URL: http://jira.codehaus.org/browse/MASSEMBLY-62
  Project: Maven 2.x Assembly Plugin
 Type: New Feature

 Versions: 2.0
  Environment: xp, linux
 Reporter: Dan Tran



 My assembly project can produce multiple assemblies thru mutliple 
 descriptors.  I need ability to have multiple descriptor to share common
 elements

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


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



[jira] Commented: (MASSEMBLY-62) Ability to share DependencySets, FileSets, FileItems

2006-01-20 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-62?page=comments#action_56531 ] 

Dan Tran commented on MASSEMBLY-62:
---

Here is my proposal:

  -  Add a list of subassembly descriptor files to The current Assembly
  -  The subassembly consists of a list of DependencySets, list of FileSets, 
and List of FileItems
  -  The Assembly reader will add the contents of all subassemblies 
(DependencySets, FileSets, and FileItems)  into the main Assembly

The rest will be handled by Assembly processing.

Sound OK?

 Ability to share DependencySets, FileSets, FileItems
 

  Key: MASSEMBLY-62
  URL: http://jira.codehaus.org/browse/MASSEMBLY-62
  Project: Maven 2.x Assembly Plugin
 Type: New Feature

 Versions: 2.0
  Environment: xp, linux
 Reporter: Dan Tran



 My assembly project can produce multiple assemblies thru mutliple 
 descriptors.  I need ability to have multiple descriptor to share common
 elements

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


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