[ 
https://jira.codehaus.org/browse/MDEP-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318560#comment-318560
 ] 

Olivier Lamy commented on MDEP-301:
-----------------------------------

The patch cause build failure.
{code}
testEnvironment(org.apache.maven.plugin.dependency.TestBuildClasspathMojo)  
Time elapsed: 0.075 sec  <<< FAILURE!
junit.framework.AssertionFailedError
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.assertTrue(Assert.java:20)
        at junit.framework.Assert.assertNotNull(Assert.java:217)
        at junit.framework.Assert.assertNotNull(Assert.java:210)
        at 
org.apache.maven.plugin.dependency.TestBuildClasspathMojo.testEnvironment(TestBuildClasspathMojo.java:89)
{code}
                
> Allow build-classpath to output to property
> -------------------------------------------
>
>                 Key: MDEP-301
>                 URL: https://jira.codehaus.org/browse/MDEP-301
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Improvement
>          Components: build-classpath
>    Affects Versions: 2.1
>            Reporter: Bjorn Beskow
>         Attachments: build-path-to-property.patch, mdep-301.diff
>
>
> I frequently have the need to set the bootClasspath for the compiler plugin, 
> and would like to do it from project dependencies. Hence I would like to be 
> able to get the output of build-classpath to a property instead of a file.
> Attached is a patch which adds an "outputProperty" property, and assigns the 
> classpath value to it if specified.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to