You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by Rajanarayanan T <rn...@gmail.com> on 2014/10/03 08:12:23 UTC

Latest pull from the trunk is not compiling

Please help….

Till two days ago the whole code base was compiling. Today I pulled the latest and when I try to compile, it is giving compilation error. Please let me know what to do. 

Rajanarayanans-MacBook-Pro:cassandra RajT$ echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home

Rajanarayanans-MacBook-Pro:cassandra RajT$ pwd
/Users/RajT/Documents/cassandra
Rajanarayanans-MacBook-Pro:cassandra RajT$ ant
Buildfile: /Users/RajT/Documents/cassandra/build.xml

init:

maven-ant-tasks-localrepo:

maven-ant-tasks-download:

maven-ant-tasks-init:

maven-declare-dependencies:

maven-ant-tasks-retrieve-build:

init-dependencies:
     [echo] Loading dependency paths from file: /Users/RajT/Documents/cassandra/build/build-dependencies.xml
    [unzip] Expanding: /Users/RajT/Documents/cassandra/build/lib/jars/org.jacoco.agent-0.7.1.201405082137.jar into /Users/RajT/Documents/cassandra/build/lib/jars

check-gen-cql3-grammar:

gen-cql3-grammar:

build-project:
     [echo] apache-cassandra: /Users/RajT/Documents/cassandra/build.xml

createVersionPropFile:
[propertyfile] Updating property file: /Users/RajT/Documents/cassandra/src/resources/org/apache/cassandra/config/version.properties
     [copy] Copying 1 file to /Users/RajT/Documents/cassandra/build/classes/main

BUILD FAILED
/Users/RajT/Documents/cassandra/build.xml:707: Warning: Could not find file /Users/RajT/Documents/cassandra/build/classes/main/META-INF/hotspot_compiler to copy.

Total time: 1 second


Thanks
-Raj

Re: Latest pull from the trunk is not compiling

Posted by Rajanarayanan T <rn...@gmail.com>.
RESOLVED….

Did a clean and then issued the ant command and now it went through fine. 

Thanks
-Raj

On 03-Oct-2014, at 7:12 am, Rajanarayanan T <rn...@gmail.com> wrote:

> Please help….
> 
> Till two days ago the whole code base was compiling. Today I pulled the latest and when I try to compile, it is giving compilation error. Please let me know what to do. 
> 
> Rajanarayanans-MacBook-Pro:cassandra RajT$ echo $JAVA_HOME
> /Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk/Contents/Home
> 
> Rajanarayanans-MacBook-Pro:cassandra RajT$ pwd
> /Users/RajT/Documents/cassandra
> Rajanarayanans-MacBook-Pro:cassandra RajT$ ant
> Buildfile: /Users/RajT/Documents/cassandra/build.xml
> 
> init:
> 
> maven-ant-tasks-localrepo:
> 
> maven-ant-tasks-download:
> 
> maven-ant-tasks-init:
> 
> maven-declare-dependencies:
> 
> maven-ant-tasks-retrieve-build:
> 
> init-dependencies:
>      [echo] Loading dependency paths from file: /Users/RajT/Documents/cassandra/build/build-dependencies.xml
>     [unzip] Expanding: /Users/RajT/Documents/cassandra/build/lib/jars/org.jacoco.agent-0.7.1.201405082137.jar into /Users/RajT/Documents/cassandra/build/lib/jars
> 
> check-gen-cql3-grammar:
> 
> gen-cql3-grammar:
> 
> build-project:
>      [echo] apache-cassandra: /Users/RajT/Documents/cassandra/build.xml
> 
> createVersionPropFile:
> [propertyfile] Updating property file: /Users/RajT/Documents/cassandra/src/resources/org/apache/cassandra/config/version.properties
>      [copy] Copying 1 file to /Users/RajT/Documents/cassandra/build/classes/main
> 
> BUILD FAILED
> /Users/RajT/Documents/cassandra/build.xml:707: Warning: Could not find file /Users/RajT/Documents/cassandra/build/classes/main/META-INF/hotspot_compiler to copy.
> 
> Total time: 1 second
> 
> 
> Thanks
> -Raj