You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2011/08/12 22:59:27 UTC

[jira] [Created] (TAP5-1608) tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath

tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath
---------------------------------------------------------------------------------------------------

                 Key: TAP5-1608
                 URL: https://issues.apache.org/jira/browse/TAP5-1608
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-ioc
    Affects Versions: 5.3
            Reporter: Howard M. Lewis Ship


compile - Classpath for compiling the sources.
\--- org.apache.tapestry:tapestry-core:5.3-alpha-11 [default]
     +--- org.antlr:antlr-runtime:3.3 [compile,master,runtime]
     |    \--- org.antlr:stringtemplate:3.2.1 [compile,master,runtime]
     |         \--- antlr:antlr:2.7.7 [compile,master,runtime]
     +--- org.apache.tapestry:tapestry-json:5.3-alpha-11 [compile,master,runtime]
     +--- org.apache.tapestry:tapestry-ioc:5.3-alpha-11 [compile,master,runtime]
     |    +--- org.apache.tapestry:plastic:5.3-alpha-11 [compile,master,runtime]
     |    +--- org.apache.tapestry:tapestry-func:5.3-alpha-11 [compile,master,runtime]
     |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
     |    +--- org.slf4j:slf4j-log4j12:1.6.1 [compile,master,runtime]
     |    |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
     |    |    \--- log4j:log4j:1.2.16 [compile,master,runtime]
     |    +--- org.apache.tapestry:tapestry5-annotations:5.3-alpha-11 [compile,master,runtime]
     |    +--- javax.inject:javax.inject:1 [compile,master,runtime]
     |    +--- javassist:javassist:3.12.1.GA [compile,master,runtime]
     |    +--- org.testng:testng:5.14.9 [compile,master,runtime]
     |    |    +--- junit:junit:3.8.1 [compile,master,runtime]
     |    |    +--- org.beanshell:bsh:2.0b4 [compile,master,runtime]
     |    |    +--- com.google.inject:guice:2.0 [compile,master,runtime]
     |    |    |    \--- aopalliance:aopalliance:1.0 [compile,master,runtime]
     |    |    +--- com.beust:jcommander:1.12 [compile,master,runtime]
     |    |    \--- org.yaml:snakeyaml:1.6 [compile,master,runtime]
     |    \--- log4j:log4j:1.2.16 [compile,master]
     \--- commons-codec:commons-codec:1.3 [compile,master,runtime]


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TAP5-1608) tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1608:
---------------------------------------

    Summary: tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath  (was: tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath)

> tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1608
>                 URL: https://issues.apache.org/jira/browse/TAP5-1608
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: gradle
>
> compile - Classpath for compiling the sources.
> \--- org.apache.tapestry:tapestry-core:5.3-alpha-11 [default]
>      +--- org.antlr:antlr-runtime:3.3 [compile,master,runtime]
>      |    \--- org.antlr:stringtemplate:3.2.1 [compile,master,runtime]
>      |         \--- antlr:antlr:2.7.7 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-json:5.3-alpha-11 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-ioc:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:plastic:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry-func:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-log4j12:1.6.1 [compile,master,runtime]
>      |    |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    |    \--- log4j:log4j:1.2.16 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry5-annotations:5.3-alpha-11 [compile,master,runtime]
>      |    +--- javax.inject:javax.inject:1 [compile,master,runtime]
>      |    +--- javassist:javassist:3.12.1.GA [compile,master,runtime]
>      |    +--- org.testng:testng:5.14.9 [compile,master,runtime]
>      |    |    +--- junit:junit:3.8.1 [compile,master,runtime]
>      |    |    +--- org.beanshell:bsh:2.0b4 [compile,master,runtime]
>      |    |    +--- com.google.inject:guice:2.0 [compile,master,runtime]
>      |    |    |    \--- aopalliance:aopalliance:1.0 [compile,master,runtime]
>      |    |    +--- com.beust:jcommander:1.12 [compile,master,runtime]
>      |    |    \--- org.yaml:snakeyaml:1.6 [compile,master,runtime]
>      |    \--- log4j:log4j:1.2.16 [compile,master]
>      \--- commons-codec:commons-codec:1.3 [compile,master,runtime]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TAP5-1608) tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1608:
---------------------------------------

    Summary: tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath  (was: tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath)

> tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1608
>                 URL: https://issues.apache.org/jira/browse/TAP5-1608
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: gradle
>
> compile - Classpath for compiling the sources.
> \--- org.apache.tapestry:tapestry-core:5.3-alpha-11 [default]
>      +--- org.antlr:antlr-runtime:3.3 [compile,master,runtime]
>      |    \--- org.antlr:stringtemplate:3.2.1 [compile,master,runtime]
>      |         \--- antlr:antlr:2.7.7 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-json:5.3-alpha-11 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-ioc:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:plastic:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry-func:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-log4j12:1.6.1 [compile,master,runtime]
>      |    |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    |    \--- log4j:log4j:1.2.16 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry5-annotations:5.3-alpha-11 [compile,master,runtime]
>      |    +--- javax.inject:javax.inject:1 [compile,master,runtime]
>      |    +--- javassist:javassist:3.12.1.GA [compile,master,runtime]
>      |    +--- org.testng:testng:5.14.9 [compile,master,runtime]
>      |    |    +--- junit:junit:3.8.1 [compile,master,runtime]
>      |    |    +--- org.beanshell:bsh:2.0b4 [compile,master,runtime]
>      |    |    +--- com.google.inject:guice:2.0 [compile,master,runtime]
>      |    |    |    \--- aopalliance:aopalliance:1.0 [compile,master,runtime]
>      |    |    +--- com.beust:jcommander:1.12 [compile,master,runtime]
>      |    |    \--- org.yaml:snakeyaml:1.6 [compile,master,runtime]
>      |    \--- log4j:log4j:1.2.16 [compile,master]
>      \--- commons-codec:commons-codec:1.3 [compile,master,runtime]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1608) tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1608:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1608
>                 URL: https://issues.apache.org/jira/browse/TAP5-1608
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: gradle
>
> compile - Classpath for compiling the sources.
> \--- org.apache.tapestry:tapestry-core:5.3-alpha-11 [default]
>      +--- org.antlr:antlr-runtime:3.3 [compile,master,runtime]
>      |    \--- org.antlr:stringtemplate:3.2.1 [compile,master,runtime]
>      |         \--- antlr:antlr:2.7.7 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-json:5.3-alpha-11 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-ioc:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:plastic:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry-func:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-log4j12:1.6.1 [compile,master,runtime]
>      |    |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    |    \--- log4j:log4j:1.2.16 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry5-annotations:5.3-alpha-11 [compile,master,runtime]
>      |    +--- javax.inject:javax.inject:1 [compile,master,runtime]
>      |    +--- javassist:javassist:3.12.1.GA [compile,master,runtime]
>      |    +--- org.testng:testng:5.14.9 [compile,master,runtime]
>      |    |    +--- junit:junit:3.8.1 [compile,master,runtime]
>      |    |    +--- org.beanshell:bsh:2.0b4 [compile,master,runtime]
>      |    |    +--- com.google.inject:guice:2.0 [compile,master,runtime]
>      |    |    |    \--- aopalliance:aopalliance:1.0 [compile,master,runtime]
>      |    |    +--- com.beust:jcommander:1.12 [compile,master,runtime]
>      |    |    \--- org.yaml:snakeyaml:1.6 [compile,master,runtime]
>      |    \--- log4j:log4j:1.2.16 [compile,master]
>      \--- commons-codec:commons-codec:1.3 [compile,master,runtime]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1608) tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084470#comment-13084470 ] 

Hudson commented on TAP5-1608:
------------------------------

Integrated in tapestry-trunk-freestyle #477 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/477/])
    TAP5-1608: tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1157291
Files : 
* /tapestry/tapestry5/trunk/tapestry-ioc/build.gradle


> tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1608
>                 URL: https://issues.apache.org/jira/browse/TAP5-1608
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: gradle
>             Fix For: 5.3
>
>
> compile - Classpath for compiling the sources.
> \--- org.apache.tapestry:tapestry-core:5.3-alpha-11 [default]
>      +--- org.antlr:antlr-runtime:3.3 [compile,master,runtime]
>      |    \--- org.antlr:stringtemplate:3.2.1 [compile,master,runtime]
>      |         \--- antlr:antlr:2.7.7 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-json:5.3-alpha-11 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-ioc:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:plastic:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry-func:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-log4j12:1.6.1 [compile,master,runtime]
>      |    |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    |    \--- log4j:log4j:1.2.16 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry5-annotations:5.3-alpha-11 [compile,master,runtime]
>      |    +--- javax.inject:javax.inject:1 [compile,master,runtime]
>      |    +--- javassist:javassist:3.12.1.GA [compile,master,runtime]
>      |    +--- org.testng:testng:5.14.9 [compile,master,runtime]
>      |    |    +--- junit:junit:3.8.1 [compile,master,runtime]
>      |    |    +--- org.beanshell:bsh:2.0b4 [compile,master,runtime]
>      |    |    +--- com.google.inject:guice:2.0 [compile,master,runtime]
>      |    |    |    \--- aopalliance:aopalliance:1.0 [compile,master,runtime]
>      |    |    +--- com.beust:jcommander:1.12 [compile,master,runtime]
>      |    |    \--- org.yaml:snakeyaml:1.6 [compile,master,runtime]
>      |    \--- log4j:log4j:1.2.16 [compile,master]
>      \--- commons-codec:commons-codec:1.3 [compile,master,runtime]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1608) tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084470#comment-13084470 ] 

Hudson commented on TAP5-1608:
------------------------------

Integrated in tapestry-trunk-freestyle #477 (See [https://builds.apache.org/job/tapestry-trunk-freestyle/477/])
    TAP5-1608: tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath

hlship : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1157291
Files : 
* /tapestry/tapestry5/trunk/tapestry-ioc/build.gradle


> tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1608
>                 URL: https://issues.apache.org/jira/browse/TAP5-1608
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: gradle
>             Fix For: 5.3
>
>
> compile - Classpath for compiling the sources.
> \--- org.apache.tapestry:tapestry-core:5.3-alpha-11 [default]
>      +--- org.antlr:antlr-runtime:3.3 [compile,master,runtime]
>      |    \--- org.antlr:stringtemplate:3.2.1 [compile,master,runtime]
>      |         \--- antlr:antlr:2.7.7 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-json:5.3-alpha-11 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-ioc:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:plastic:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry-func:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-log4j12:1.6.1 [compile,master,runtime]
>      |    |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    |    \--- log4j:log4j:1.2.16 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry5-annotations:5.3-alpha-11 [compile,master,runtime]
>      |    +--- javax.inject:javax.inject:1 [compile,master,runtime]
>      |    +--- javassist:javassist:3.12.1.GA [compile,master,runtime]
>      |    +--- org.testng:testng:5.14.9 [compile,master,runtime]
>      |    |    +--- junit:junit:3.8.1 [compile,master,runtime]
>      |    |    +--- org.beanshell:bsh:2.0b4 [compile,master,runtime]
>      |    |    +--- com.google.inject:guice:2.0 [compile,master,runtime]
>      |    |    |    \--- aopalliance:aopalliance:1.0 [compile,master,runtime]
>      |    |    +--- com.beust:jcommander:1.12 [compile,master,runtime]
>      |    |    \--- org.yaml:snakeyaml:1.6 [compile,master,runtime]
>      |    \--- log4j:log4j:1.2.16 [compile,master]
>      \--- commons-codec:commons-codec:1.3 [compile,master,runtime]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TAP5-1608) tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship reassigned TAP5-1608:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1608
>                 URL: https://issues.apache.org/jira/browse/TAP5-1608
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: gradle
>
> compile - Classpath for compiling the sources.
> \--- org.apache.tapestry:tapestry-core:5.3-alpha-11 [default]
>      +--- org.antlr:antlr-runtime:3.3 [compile,master,runtime]
>      |    \--- org.antlr:stringtemplate:3.2.1 [compile,master,runtime]
>      |         \--- antlr:antlr:2.7.7 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-json:5.3-alpha-11 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-ioc:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:plastic:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry-func:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-log4j12:1.6.1 [compile,master,runtime]
>      |    |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    |    \--- log4j:log4j:1.2.16 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry5-annotations:5.3-alpha-11 [compile,master,runtime]
>      |    +--- javax.inject:javax.inject:1 [compile,master,runtime]
>      |    +--- javassist:javassist:3.12.1.GA [compile,master,runtime]
>      |    +--- org.testng:testng:5.14.9 [compile,master,runtime]
>      |    |    +--- junit:junit:3.8.1 [compile,master,runtime]
>      |    |    +--- org.beanshell:bsh:2.0b4 [compile,master,runtime]
>      |    |    +--- com.google.inject:guice:2.0 [compile,master,runtime]
>      |    |    |    \--- aopalliance:aopalliance:1.0 [compile,master,runtime]
>      |    |    +--- com.beust:jcommander:1.12 [compile,master,runtime]
>      |    |    \--- org.yaml:snakeyaml:1.6 [compile,master,runtime]
>      |    \--- log4j:log4j:1.2.16 [compile,master]
>      \--- commons-codec:commons-codec:1.3 [compile,master,runtime]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1608) tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084374#comment-13084374 ] 

Howard M. Lewis Ship commented on TAP5-1608:
--------------------------------------------

Workaround:


configurations {    
    all*.exclude group: "org.testng"
}


> tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1608
>                 URL: https://issues.apache.org/jira/browse/TAP5-1608
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>              Labels: gradle
>
> compile - Classpath for compiling the sources.
> \--- org.apache.tapestry:tapestry-core:5.3-alpha-11 [default]
>      +--- org.antlr:antlr-runtime:3.3 [compile,master,runtime]
>      |    \--- org.antlr:stringtemplate:3.2.1 [compile,master,runtime]
>      |         \--- antlr:antlr:2.7.7 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-json:5.3-alpha-11 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-ioc:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:plastic:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry-func:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-log4j12:1.6.1 [compile,master,runtime]
>      |    |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    |    \--- log4j:log4j:1.2.16 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry5-annotations:5.3-alpha-11 [compile,master,runtime]
>      |    +--- javax.inject:javax.inject:1 [compile,master,runtime]
>      |    +--- javassist:javassist:3.12.1.GA [compile,master,runtime]
>      |    +--- org.testng:testng:5.14.9 [compile,master,runtime]
>      |    |    +--- junit:junit:3.8.1 [compile,master,runtime]
>      |    |    +--- org.beanshell:bsh:2.0b4 [compile,master,runtime]
>      |    |    +--- com.google.inject:guice:2.0 [compile,master,runtime]
>      |    |    |    \--- aopalliance:aopalliance:1.0 [compile,master,runtime]
>      |    |    +--- com.beust:jcommander:1.12 [compile,master,runtime]
>      |    |    \--- org.yaml:snakeyaml:1.6 [compile,master,runtime]
>      |    \--- log4j:log4j:1.2.16 [compile,master]
>      \--- commons-codec:commons-codec:1.3 [compile,master,runtime]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1608) tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1608.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3

> tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1608
>                 URL: https://issues.apache.org/jira/browse/TAP5-1608
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: gradle
>             Fix For: 5.3
>
>
> compile - Classpath for compiling the sources.
> \--- org.apache.tapestry:tapestry-core:5.3-alpha-11 [default]
>      +--- org.antlr:antlr-runtime:3.3 [compile,master,runtime]
>      |    \--- org.antlr:stringtemplate:3.2.1 [compile,master,runtime]
>      |         \--- antlr:antlr:2.7.7 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-json:5.3-alpha-11 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-ioc:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:plastic:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry-func:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-log4j12:1.6.1 [compile,master,runtime]
>      |    |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    |    \--- log4j:log4j:1.2.16 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry5-annotations:5.3-alpha-11 [compile,master,runtime]
>      |    +--- javax.inject:javax.inject:1 [compile,master,runtime]
>      |    +--- javassist:javassist:3.12.1.GA [compile,master,runtime]
>      |    +--- org.testng:testng:5.14.9 [compile,master,runtime]
>      |    |    +--- junit:junit:3.8.1 [compile,master,runtime]
>      |    |    +--- org.beanshell:bsh:2.0b4 [compile,master,runtime]
>      |    |    +--- com.google.inject:guice:2.0 [compile,master,runtime]
>      |    |    |    \--- aopalliance:aopalliance:1.0 [compile,master,runtime]
>      |    |    +--- com.beust:jcommander:1.12 [compile,master,runtime]
>      |    |    \--- org.yaml:snakeyaml:1.6 [compile,master,runtime]
>      |    \--- log4j:log4j:1.2.16 [compile,master]
>      \--- commons-codec:commons-codec:1.3 [compile,master,runtime]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TAP5-1608) tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-1608.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3

> tapestry-ioc establishes dependency on TestNG that brings much unwanted stuff into runtime classpath
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1608
>                 URL: https://issues.apache.org/jira/browse/TAP5-1608
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>              Labels: gradle
>             Fix For: 5.3
>
>
> compile - Classpath for compiling the sources.
> \--- org.apache.tapestry:tapestry-core:5.3-alpha-11 [default]
>      +--- org.antlr:antlr-runtime:3.3 [compile,master,runtime]
>      |    \--- org.antlr:stringtemplate:3.2.1 [compile,master,runtime]
>      |         \--- antlr:antlr:2.7.7 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-json:5.3-alpha-11 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-ioc:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:plastic:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry-func:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-log4j12:1.6.1 [compile,master,runtime]
>      |    |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    |    \--- log4j:log4j:1.2.16 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry5-annotations:5.3-alpha-11 [compile,master,runtime]
>      |    +--- javax.inject:javax.inject:1 [compile,master,runtime]
>      |    +--- javassist:javassist:3.12.1.GA [compile,master,runtime]
>      |    +--- org.testng:testng:5.14.9 [compile,master,runtime]
>      |    |    +--- junit:junit:3.8.1 [compile,master,runtime]
>      |    |    +--- org.beanshell:bsh:2.0b4 [compile,master,runtime]
>      |    |    +--- com.google.inject:guice:2.0 [compile,master,runtime]
>      |    |    |    \--- aopalliance:aopalliance:1.0 [compile,master,runtime]
>      |    |    +--- com.beust:jcommander:1.12 [compile,master,runtime]
>      |    |    \--- org.yaml:snakeyaml:1.6 [compile,master,runtime]
>      |    \--- log4j:log4j:1.2.16 [compile,master]
>      \--- commons-codec:commons-codec:1.3 [compile,master,runtime]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TAP5-1608) tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13084374#comment-13084374 ] 

Howard M. Lewis Ship commented on TAP5-1608:
--------------------------------------------

Workaround:


configurations {    
    all*.exclude group: "org.testng"
}


> tapestry-ioc establishes dependency on testng that brings much unwanted stuff into runtimeclasspath
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1608
>                 URL: https://issues.apache.org/jira/browse/TAP5-1608
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-ioc
>    Affects Versions: 5.3
>            Reporter: Howard M. Lewis Ship
>              Labels: gradle
>
> compile - Classpath for compiling the sources.
> \--- org.apache.tapestry:tapestry-core:5.3-alpha-11 [default]
>      +--- org.antlr:antlr-runtime:3.3 [compile,master,runtime]
>      |    \--- org.antlr:stringtemplate:3.2.1 [compile,master,runtime]
>      |         \--- antlr:antlr:2.7.7 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-json:5.3-alpha-11 [compile,master,runtime]
>      +--- org.apache.tapestry:tapestry-ioc:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:plastic:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry-func:5.3-alpha-11 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    +--- org.slf4j:slf4j-log4j12:1.6.1 [compile,master,runtime]
>      |    |    +--- org.slf4j:slf4j-api:1.6.1 [compile,master,runtime]
>      |    |    \--- log4j:log4j:1.2.16 [compile,master,runtime]
>      |    +--- org.apache.tapestry:tapestry5-annotations:5.3-alpha-11 [compile,master,runtime]
>      |    +--- javax.inject:javax.inject:1 [compile,master,runtime]
>      |    +--- javassist:javassist:3.12.1.GA [compile,master,runtime]
>      |    +--- org.testng:testng:5.14.9 [compile,master,runtime]
>      |    |    +--- junit:junit:3.8.1 [compile,master,runtime]
>      |    |    +--- org.beanshell:bsh:2.0b4 [compile,master,runtime]
>      |    |    +--- com.google.inject:guice:2.0 [compile,master,runtime]
>      |    |    |    \--- aopalliance:aopalliance:1.0 [compile,master,runtime]
>      |    |    +--- com.beust:jcommander:1.12 [compile,master,runtime]
>      |    |    \--- org.yaml:snakeyaml:1.6 [compile,master,runtime]
>      |    \--- log4j:log4j:1.2.16 [compile,master]
>      \--- commons-codec:commons-codec:1.3 [compile,master,runtime]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira