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

Steve Rowe commented on LUCENE-6882:
------------------------------------

[~mgainty], sounds like this issue should be resolved as Not A Problem?

{quote}
BTW:maven pom.xml works like a charm for recompiling,packaging and running and 
reporting on testcases...
Let me know if you would like a copy
{quote}

Once again (copy/pasting my reply to you on the dev mailing list from 10 days 
ago):

{quote}
Do you know about the Maven build that already is included with the project?  
If not, start here: 
<https://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/README.maven?view=markup>
{quote}

> java.lang.NoClassDefFoundError: 
> org/apache/lucene/codecs/lucene54/Lucene54Codec
> -------------------------------------------------------------------------------
>
>                 Key: LUCENE-6882
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6882
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: -tools
>    Affects Versions: 5.3
>         Environment: maven 3.2.5
> JDK 1.8
>            Reporter: Martin Gainty
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> -------------------------------------------------------------------------------
> Test set: org.apache.lucene.analysis.ar.TestArabicAnalyzer
> -------------------------------------------------------------------------------
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.159 sec <<< 
> FAILURE! - in org.apache.lucene.analysis.ar.TestArabicAnalyzer
> org.apache.lucene.analysis.ar.TestArabicAnalyzer  Time elapsed: 0.156 sec  
> <<< ERROR!
> java.lang.NoClassDefFoundError: 
> org/apache/lucene/codecs/lucene54/Lucene54Codec
>       at 
> org.apache.lucene.util.LuceneTestCase.<clinit>(LuceneTestCase.java:606)
>       at java.lang.Class.forName0(Native Method)
>       at java.lang.Class.forName(Unknown Source)
>       at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:581)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.lucene.codecs.lucene54.Lucene54Codec
>       at java.net.URLClassLoader.findClass(Unknown Source)
>       at java.lang.ClassLoader.loadClass(Unknown Source)
>       at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
>       at java.lang.ClassLoader.loadClass(Unknown Source)
>       at 
> org.apache.lucene.util.LuceneTestCase.<clinit>(LuceneTestCase.java:606)
>       at java.lang.Class.forName0(Native Method)
>       at java.lang.Class.forName(Unknown Source)
>       at 
> com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:581)



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to