Hey Justin
Here is the Dockerfile and build commands I used to test the release with
which gave me a successful build for the Apache HTrace (incubating)
4.2.0-rc0 release candidate

-Jake


[INFO] Apache HTrace ..................................... SUCCESS
[2:49.326s]
[INFO] htrace-c .......................................... SUCCESS
[1:33.896s]
[INFO] htrace-core4 ...................................... SUCCESS [50.952s]
[INFO] htrace-webapp ..................................... SUCCESS [11.002s]
[INFO] htrace-zipkin ..................................... SUCCESS
[1:08.770s]
[INFO] htrace-hbase ...................................... SUCCESS [55.294s]
[INFO] htrace-flume ...................................... SUCCESS [11.131s]
[INFO] htrace-htraced .................................... SUCCESS
[1:00.812s]
[INFO] ------------------------------------------------------------
------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------
------------
[INFO] Total time: 8:44.923s



curl -sSL https://dist.apache.org/repos/dist/dev/incubator/htrace/
htrace-4.2.0RC0/htrace-4.2.0-incubating-src.tar.gz | tar -xvf --strip 1 -C .
curl -sSL https://gist.githubusercontent.com/jfarrell/
97d4cd974821ab5fc6cb43ea75c6fd47/raw/ab61c02c420433aaa141f79786beb7
bbe6734e4b/Apache%2520HTrace%2520Dockerfile -o Dockerfile
docker build -t htrace-dev .
docker run -it --rm -v $(pwd):/src --workdir=/src htrace-dev mvn install
-DskipTests assembly:single -Pdist -Drat.skip







On Fri, Sep 30, 2016 at 10:40 PM, Justin Mclean <jus...@classsoftware.com>
wrote:

> Hi,
>
> +0 binding as I had issues compiling (see below). Happy to change to +1 if
> I can compile everything else is good.
>
> I checked:
> - incubating in name
> - signature and hashes good
> - DISCLAIMER exists
> - LICENSE is missing MIT licensed normalise.css bundled in several
> bootstrap files. e.g. [2]. Please fix for net release.
> - NOTICE good
> - All Apache files have ASF header
> - No unexpended binary files
> - Can’t compile
>
> You may want to remove the copyright line from this ASF header [1]
>
> The compile seem to get stuck in an infinite loop at this point:
> [INFO] Replacing original artifact with shaded artifact.
> [INFO] Replacing /Users/justinmclean/Downloads/
> ApacheHtrace/htrace-4.2.0-incubating/htrace-hbase/target/
> htrace-hbase-4.2.0-incubating.jar with /Users/justinmclean/Downloads/
> ApacheHtrace/htrace-4.2.0-incubating/htrace-hbase/target/
> htrace-hbase-4.2.0-incubating-shaded.jar
> [INFO] Dependency-reduced POM written at: /Users/justinmclean/Downloads/
> ApacheHtrace/htrace-4.2.0-incubating/htrace-hbase/dependency
> -reduced-pom.xml
> [INFO] Dependency-reduced POM written at: /Users/justinmclean/Downloads/
> ApacheHtrace/htrace-4.2.0-incubating/htrace-hbase/dependency
> -reduced-pom.xml
> [INFO] Dependency-reduced POM written at: /Users/justinmclean/Downloads/
> ApacheHtrace/htrace-4.2.0-incubating/htrace-hbase/dependency
> -reduced-pom.xml
> [INFO] Dependency-reduced POM written at: /Users/justinmclean/Downloads/
> ApacheHtrace/htrace-4.2.0-incubating/htrace-hbase/dependency
> -reduced-pom.xml
> …
>
> Issue may be related to this bug? [3] However changing the pom to use
> shade 2.4.1 didn’t fix the issue.
>
> Thanks,
> Justin
>
> 1. ./bin/gen_thrift.sh
> 2. ./htrace-htraced/go/web/lib/bootstrap-3.3.1/css/bootstrap.css
> 3. https://issues.apache.org/jira/browse/MSHADE-148
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>

Reply via email to