Hi All I am trying to setup environment to try to contribute some code but having problems with passing tests. I can do build without test by
git clone https://git-wip-us.apache.org/repos/asf/phoenix.git git checkout 4.0 mvn clean mvn package -DskipTests but when I run it with test mvn package it got stuck on Running org.apache.phoenix.util.ScanUtilTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.phoenix.util.ScanUtilTest Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 or Running org.apache.phoenix.util.SequenceUtilTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.phoenix.util.SequenceUtilTest Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 when I try to build it from intelliJ I am getting .....\phoenix\phoenix-core\src\main\java\org\apache\phoenix\parse\SQLParser.java Error:(42, 19) java: cannot find symbol symbol: class PhoenixSQLParser location: class org.apache.phoenix.parse.SQLParser I am running mvn -version Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T12:29:23-05:00) Maven home: C:\Program Files\Apache Software Foundation\apache-maven-3.2.5 Java version: 1.8.0_25, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_25\jre Default locale: en_CA, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos" Does anyone actually have it working under windows box? Is anything special need to be done ? I would really appreciate if some one can help me pass that so I can get moving with this :) Thank you SB
