Masatake Iwasaki created BIGTOP-4494:
----------------------------------------
Summary: Fix compilation error of TestPing.groovy of test-artifacts
Key: BIGTOP-4494
URL: https://issues.apache.org/jira/browse/BIGTOP-4494
Project: Bigtop
Issue Type: Bug
Components: tests
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
found on [building release
artifacts|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=27849974#Howtorelease-6.BuildandDeployArtifacts]
of Bigtop 3.5.0.
{noformat}
$ mvn deploy -Prelease -f bigtop-tests/test-artifacts/pom.xml
...
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/iwasakims/srcs/bigtop-3.5/bigtop-tests/test-artifacts/solr/src/main/groovy/org/apache/bigtop/itest/solr/smoke/TestPing.groovy:[1,1]
1. ERROR in
/home/iwasakims/srcs/bigtop-3.5/bigtop-tests/test-artifacts/solr/src/main/groovy/org/apache/bigtop/itest/solr/smoke/TestPing.groovy
(at line \
1)
/*
^
The type org.apache.http.client.HttpClient cannot be resolved. It is indirectly
referenced from required .class files
[ERROR]
/home/iwasakims/srcs/bigtop-3.5/bigtop-tests/test-artifacts/solr/src/main/groovy/org/apache/bigtop/itest/solr/smoke/TestPing.groovy:[1,1]
2. ERROR in
/home/iwasakims/srcs/bigtop-3.5/bigtop-tests/test-artifacts/solr/src/main/groovy/org/apache/bigtop/itest/solr/smoke/TestPing.groovy
(at line \
1)
/*
^
The type org.apache.http.client.methods.HttpRequestBase cannot be resolved. It
is indirectly referenced from required .class files
[ERROR] Found 2 errors and 0 warnings.
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)