Compilation problem with maven - package org.apache.solr.core does not exist
----------------------------------------------------------------------------
Key: SOLR-2835
URL: https://issues.apache.org/jira/browse/SOLR-2835
Project: Solr
Issue Type: Bug
Components: Build
Affects Versions: 4.0
Reporter: Ukyo Virgden
maven compilation fails.
Steps to reproduce are;
* svn update
* ant get-maven-poms
* mvn -N -Pbootstrap install
* mvn -DskipTests install
Build works until solrj test compilation Here's the start of the errors.
{code}
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @
solr-solrj ---
[INFO] Compiling 157 source files to
/users/ukyo//lucene-solr/solr/build/solr-solrj/classes/test
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/users/ukyo/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/embedded/MergeIndexesEmbeddedTest.java:[24,27]
package org.apache.solr.core does not exist
[ERROR]
/users/ukyo/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/MergeIndexesExampleTestBase.java:[28,27]
package org.apache.solr.core does not exist
[ERROR]
/users/ukyo/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/MergeIndexesExampleTestBase.java:[29,27]
package org.apache.solr.core does not exist
[ERROR]
/users/ukyo/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/MergeIndexesExampleTestBase.java:[30,27]
package org.apache.solr.util does not exist
[ERROR]
/users/ukyo/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTestBase.java:[21,27]
package org.apache.solr.util does not exist
[ERROR]
/users/ukyo/lucene-solr/solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTestBase.java:[31,50]
cannot find symbol
{code}
All following errors are the same package not found.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]