[jira] Updated: (MDEP-47) Ability to have an includes/excludes feature on the dependency:unpack goal.

2007-07-18 Thread Damian Bradicich (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Damian Bradicich updated MDEP-47:
-

Attachment: MDEP-47-maven-dependency-plugin-5.patch

Here is the (hopefully) last patch, includes changes based upon review, along 
with documentation updates

> Ability to have an includes/excludes feature on the dependency:unpack goal.
> ---
>
> Key: MDEP-47
> URL: http://jira.codehaus.org/browse/MDEP-47
> Project: Maven 2.x Dependency Plugin
>  Issue Type: New Feature
>  Components: unpack
>Reporter: Paul Shemansky
>Assignee: Brian Fox
>Priority: Minor
> Fix For: 2.0-alpha-5
>
> Attachments: MDED-47-maven-dependency-plugin-2.patch, 
> MDED-47-maven-dependency-plugin-3.patch, 
> MDEP-47-maven-dependency-plugin-4.patch, 
> MDEP-47-maven-dependency-plugin-5.patch, 
> MDEP-47-maven-dependency-plugin.patch, test.zip
>
>
> Perhaps there is another solution that I'm overlooking, and if so... I 
> apologize, but in the dependency-maven-plugin's dependency:unpack goal, it 
> would be quite convenient to have an option to have an includes/excludes 
> capability which did pattern matched unpack resolutions.  I.E.  :
> 
> 
> *.class
> 
> 
> *.html
> 

-- 
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




[jira] Updated: (MDEP-47) Ability to have an includes/excludes feature on the dependency:unpack goal.

2007-07-18 Thread Damian Bradicich (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Damian Bradicich updated MDEP-47:
-

Attachment: MDEP-47-maven-dependency-plugin-4.patch

Now the markers are set properly, allowing the same artifact to be unpacked 
multiple times, using different include/exclude parameters

> Ability to have an includes/excludes feature on the dependency:unpack goal.
> ---
>
> Key: MDEP-47
> URL: http://jira.codehaus.org/browse/MDEP-47
> Project: Maven 2.x Dependency Plugin
>  Issue Type: New Feature
>  Components: unpack
>Reporter: Paul Shemansky
>Assignee: Brian Fox
>Priority: Minor
> Fix For: 2.0-alpha-5
>
> Attachments: MDED-47-maven-dependency-plugin-2.patch, 
> MDED-47-maven-dependency-plugin-3.patch, 
> MDEP-47-maven-dependency-plugin-4.patch, 
> MDEP-47-maven-dependency-plugin.patch, test.zip
>
>
> Perhaps there is another solution that I'm overlooking, and if so... I 
> apologize, but in the dependency-maven-plugin's dependency:unpack goal, it 
> would be quite convenient to have an option to have an includes/excludes 
> capability which did pattern matched unpack resolutions.  I.E.  :
> 
> 
> *.class
> 
> 
> *.html
> 

-- 
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




[jira] Updated: (MDEP-47) Ability to have an includes/excludes feature on the dependency:unpack goal.

2007-07-18 Thread Damian Bradicich (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Damian Bradicich updated MDEP-47:
-

Attachment: MDED-47-maven-dependency-plugin-3.patch

Here is another patch that allows includes/excludes on each artifactitem, which 
will then override the global include/excludes in the unpack mojo configuration

> Ability to have an includes/excludes feature on the dependency:unpack goal.
> ---
>
> Key: MDEP-47
> URL: http://jira.codehaus.org/browse/MDEP-47
> Project: Maven 2.x Dependency Plugin
>  Issue Type: New Feature
>  Components: unpack
>Reporter: Paul Shemansky
>Assignee: Brian Fox
>Priority: Minor
> Fix For: 2.0-alpha-5
>
> Attachments: MDED-47-maven-dependency-plugin-2.patch, 
> MDED-47-maven-dependency-plugin-3.patch, 
> MDEP-47-maven-dependency-plugin.patch, test.zip
>
>
> Perhaps there is another solution that I'm overlooking, and if so... I 
> apologize, but in the dependency-maven-plugin's dependency:unpack goal, it 
> would be quite convenient to have an option to have an includes/excludes 
> capability which did pattern matched unpack resolutions.  I.E.  :
> 
> 
> *.class
> 
> 
> *.html
> 

-- 
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




[jira] Updated: (MDEP-47) Ability to have an includes/excludes feature on the dependency:unpack goal.

2007-07-18 Thread Damian Bradicich (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Damian Bradicich updated MDEP-47:
-

Attachment: MDED-47-maven-dependency-plugin-2.patch

Here is round 2 with the requested changes

> Ability to have an includes/excludes feature on the dependency:unpack goal.
> ---
>
> Key: MDEP-47
> URL: http://jira.codehaus.org/browse/MDEP-47
> Project: Maven 2.x Dependency Plugin
>  Issue Type: New Feature
>  Components: unpack
>Reporter: Paul Shemansky
>Assignee: Brian Fox
>Priority: Minor
> Fix For: 2.0-alpha-5
>
> Attachments: MDED-47-maven-dependency-plugin-2.patch, 
> MDEP-47-maven-dependency-plugin.patch, test.zip
>
>
> Perhaps there is another solution that I'm overlooking, and if so... I 
> apologize, but in the dependency-maven-plugin's dependency:unpack goal, it 
> would be quite convenient to have an option to have an includes/excludes 
> capability which did pattern matched unpack resolutions.  I.E.  :
> 
> 
> *.class
> 
> 
> *.html
> 

-- 
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




[jira] Updated: (MDEP-47) Ability to have an includes/excludes feature on the dependency:unpack goal.

2007-07-16 Thread Damian Bradicich (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Damian Bradicich updated MDEP-47:
-

Attachment: test.zip

Here is the test.zip file i use for testing the include/exclude functionallity

> Ability to have an includes/excludes feature on the dependency:unpack goal.
> ---
>
> Key: MDEP-47
> URL: http://jira.codehaus.org/browse/MDEP-47
> Project: Maven 2.x Dependency Plugin
>  Issue Type: New Feature
>  Components: unpack
>Reporter: Paul Shemansky
>Assignee: Brian Fox
>Priority: Minor
> Fix For: 2.0-alpha-5
>
> Attachments: MDEP-47-maven-dependency-plugin.patch, test.zip
>
>
> Perhaps there is another solution that I'm overlooking, and if so... I 
> apologize, but in the dependency-maven-plugin's dependency:unpack goal, it 
> would be quite convenient to have an option to have an includes/excludes 
> capability which did pattern matched unpack resolutions.  I.E.  :
> 
> 
> *.class
> 
> 
> *.html
> 

-- 
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




[jira] Updated: (MDEP-47) Ability to have an includes/excludes feature on the dependency:unpack goal.

2007-07-11 Thread Damian Bradicich (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Damian Bradicich updated MDEP-47:
-

Attachment: MDEP-47-maven-dependency-plugin.patch

Well here is a patch to allow for including/excluding, I am not, however, able 
to test w/ an actual project as the plexus-archiver 1.0-alpha-9-SNAPSHOT is 
giving me the following problem.  Unit tests work fine, however

java.lang.NullPointerException
at 
org.codehaus.plexus.archiver.manager.DefaultArchiverManager.getUnArchiver(DefaultArchiverManager.java:76)
at 
org.codehaus.plexus.archiver.manager.DefaultArchiverManager.getUnArchiver(DefaultArchiverManager.java:114)
at 
org.apache.maven.plugin.dependency.AbstractDependencyMojo.unpack(AbstractDependencyMojo.java:234)
at 
org.apache.maven.plugin.dependency.fromConfiguration.UnpackMojo.unpackArtifact(UnpackMojo.java:107)
at 
org.apache.maven.plugin.dependency.fromConfiguration.UnpackMojo.execute(UnpackMojo.java:78)
at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

And any previous version of plexus-archiver dont include the 
Unarchiver.setFileSelectors() method

> Ability to have an includes/excludes feature on the dependency:unpack goal.
> ---
>
> Key: MDEP-47
> URL: http://jira.codehaus.org/browse/MDEP-47
> Project: Maven 2.x Dependency Plugin
>  Issue Type: New Feature
>  Components: unpack
>Reporter: Paul Shemansky
>Assignee: Brian Fox
>Priority: Minor
> Fix For: 2.0-alpha-5
>
> Attachments: MDEP-47-maven-dependency-plugin.patch
>
>
> Perhaps there is another solution that I'm overlooking, and if so... I 
> apologize, but in the dependency-maven-plugin's dependency:unpack goal, it 
> would be quite convenient to have an option to have an includes/excludes 
> capability which did pattern matched unpack resolutions.  I.E.  :
> 
> 
> *.class
> 
> 
> *.html
> 

-- 
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




[jira] Updated: (MDEP-47) Ability to have an includes/excludes feature on the dependency:unpack goal.

2007-03-24 Thread Brian Fox (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Fox updated MDEP-47:
--

Fix Version/s: (was: 2.0-alpha-4)
   2.0-alpha-5

> Ability to have an includes/excludes feature on the dependency:unpack goal.
> ---
>
> Key: MDEP-47
> URL: http://jira.codehaus.org/browse/MDEP-47
> Project: Maven 2.x Dependency Plugin
>  Issue Type: New Feature
>  Components: unpack
>Reporter: Paul Shemansky
> Assigned To: Brian Fox
>Priority: Minor
> Fix For: 2.0-alpha-5
>
>
> Perhaps there is another solution that I'm overlooking, and if so... I 
> apologize, but in the dependency-maven-plugin's dependency:unpack goal, it 
> would be quite convenient to have an option to have an includes/excludes 
> capability which did pattern matched unpack resolutions.  I.E.  :
> 
> 
> *.class
> 
> 
> *.html
> 

-- 
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




[jira] Updated: (MDEP-47) Ability to have an includes/excludes feature on the dependency:unpack goal.

2007-03-20 Thread Brian Fox (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Fox updated MDEP-47:
--

Component/s: unpack

> Ability to have an includes/excludes feature on the dependency:unpack goal.
> ---
>
> Key: MDEP-47
> URL: http://jira.codehaus.org/browse/MDEP-47
> Project: Maven 2.x Dependency Plugin
>  Issue Type: New Feature
>  Components: unpack
>Reporter: Paul Shemansky
> Assigned To: Brian Fox
>Priority: Minor
> Fix For: 2.0-alpha-4
>
>
> Perhaps there is another solution that I'm overlooking, and if so... I 
> apologize, but in the dependency-maven-plugin's dependency:unpack goal, it 
> would be quite convenient to have an option to have an includes/excludes 
> capability which did pattern matched unpack resolutions.  I.E.  :
> 
> 
> *.class
> 
> 
> *.html
> 

-- 
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




[jira] Updated: (MDEP-47) Ability to have an includes/excludes feature on the dependency:unpack goal.

2007-03-17 Thread Brian Fox (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Fox updated MDEP-47:
--

Fix Version/s: (was: 2.0-alpha-3)
   2.0-alpha-4

> Ability to have an includes/excludes feature on the dependency:unpack goal.
> ---
>
> Key: MDEP-47
> URL: http://jira.codehaus.org/browse/MDEP-47
> Project: Maven 2.x Dependency Plugin
>  Issue Type: New Feature
>Reporter: Paul Shemansky
> Assigned To: Brian Fox
>Priority: Minor
> Fix For: 2.0-alpha-4
>
>
> Perhaps there is another solution that I'm overlooking, and if so... I 
> apologize, but in the dependency-maven-plugin's dependency:unpack goal, it 
> would be quite convenient to have an option to have an includes/excludes 
> capability which did pattern matched unpack resolutions.  I.E.  :
> 
> 
> *.class
> 
> 
> *.html
> 

-- 
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




[jira] Updated: (MDEP-47) Ability to have an includes/excludes feature on the dependency:unpack goal.

2007-02-22 Thread Brian Fox (JIRA)

 [ 
http://jira.codehaus.org/browse/MDEP-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Fox updated MDEP-47:
--

Fix Version/s: (was: 2.0-alpha-2)
   2.0-alpha-3

this feature requires an update to plexus-archiver-1.0-alpha-8. This brings 
with it other plexus changes that the current build-helper-plugin doesn't 
support, thus breaking most unit tests.

> Ability to have an includes/excludes feature on the dependency:unpack goal.
> ---
>
> Key: MDEP-47
> URL: http://jira.codehaus.org/browse/MDEP-47
> Project: Maven 2.x Dependency Plugin
>  Issue Type: New Feature
>Reporter: Paul Shemansky
> Assigned To: Brian Fox
>Priority: Minor
> Fix For: 2.0-alpha-3
>
>
> Perhaps there is another solution that I'm overlooking, and if so... I 
> apologize, but in the dependency-maven-plugin's dependency:unpack goal, it 
> would be quite convenient to have an option to have an includes/excludes 
> capability which did pattern matched unpack resolutions.  I.E.  :
> 
> 
> *.class
> 
> 
> *.html
> 

-- 
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




[jira] Updated: (MDEP-47) Ability to have an includes/excludes feature on the dependency:unpack goal.

2007-01-09 Thread Brian Fox (JIRA)
 [ http://jira.codehaus.org/browse/MDEP-47?page=all ]

Brian Fox updated MDEP-47:
--

Fix Version/s: 2.0-alpha-2

> Ability to have an includes/excludes feature on the dependency:unpack goal.
> ---
>
> Key: MDEP-47
> URL: http://jira.codehaus.org/browse/MDEP-47
> Project: Maven 2.x Dependency Plugin
>  Issue Type: New Feature
>Reporter: Paul Shemansky
> Assigned To: Brian Fox
>Priority: Minor
> Fix For: 2.0-alpha-2
>
>
> Perhaps there is another solution that I'm overlooking, and if so... I 
> apologize, but in the dependency-maven-plugin's dependency:unpack goal, it 
> would be quite convenient to have an option to have an includes/excludes 
> capability which did pattern matched unpack resolutions.  I.E.  :
> 
> 
> *.class
> 
> 
> *.html
> 

-- 
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