You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Dave Marion (JIRA)" <ji...@apache.org> on 2016/05/09 18:37:12 UTC

[jira] [Commented] (ACCUMULO-2118) Generate classloader test jars

    [ https://issues.apache.org/jira/browse/ACCUMULO-2118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15276790#comment-15276790 ] 

Dave Marion commented on ACCUMULO-2118:
---------------------------------------

Created new template file and build script for the HelloWorld jars. Wired up execution in start/pom.xml. Jars can be built with `mvn compile -PbuildJars`

Tested with:
cd start
mvn compile -PbuildJars
mvn clean install
cd ..
mvn clean verify -Dit.test=org/apache/accumulo/test/functional/ClassLoaderIT.java -pl test
mvn clean verify -Dit.test=org/apache/accumulo/test/functional/ScannerContextIT.java -pl test


> Generate classloader test jars
> ------------------------------
>
>                 Key: ACCUMULO-2118
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2118
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: Christopher Tubbs
>            Priority: Blocker
>             Fix For: 1.8.0
>
>
> The test jars we use to test the classloader can be built automatically from source... probably by using the maven-invoker-plugin (easiest?), or additional invocations of the maven-compiler-plugin/maven-jar-plugin.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)