New issue 78 by royalibrahim: bluecove-2.1.0 build problem
http://code.google.com/p/bluecove/issues/detail?id=78
What steps will reproduce the problem?
1. try building bluecove-2.1.0 using maven command "mvn -e install -npu"
2.
3.
What is the expected output? What do you see instead?
bluecove-2.1.0 jar file should be created. java.lang.NullPointerException
at
org.codehaus.mojo.natives.plugin.NativeJavahMojo.getJavahClassPath(NativeJavahMojo.java:206)
What BlueCove version are you using (include build number for SNAPSHOT)? On
what operating system and jvm? Is this 64-bit or 32-bit OS and jvm?
BlueCove-2.1.0
Ubuntu Linux 8.04, kernel 2.6.24, 32-bit (i386)
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing)
Please provide any additional information below.
Please use "Attach a file" when uploading stack traces or other big files!
JAVA_HOME=/usr/lib/jvm/java-6-sun
CLASSPATH=.:/usr/lib/jvm/java-6-sun:/usr/lib/jvm/java-6-sun/lib:/usr/lib/jvm/java-6-sun/bin:/usr/local/aptana/plugins/bluecove-gpl-2.1.0.jar:/usr/local/aptana/plugins/bluecove-2.1.0.jar
Attachments:
error.txt 3.6 KB
pom.xml 19.4 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 78 by skarzhevskyy: bluecove-2.1.0 build problem
http://code.google.com/p/bluecove/issues/detail?id=78
just add $JAVA_HOME/bin to the path. It contains javah binary
It's already there. I have added it earlier. Pls see below
echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/lib/jvm/java-6-sun/bin:/usr/lib/jvm/java-6-sun/bin
I am getting this error after adding this only