Re: Java Mvn Compile error

2018-08-18 Thread victtim
Any update on this issue? -- Sent from: http://apache-avro.679487.n3.nabble.com/Avro-Developers-f679485.html

Re: Java Mvn Compile error

2016-07-25 Thread Theodore Ravindranath
There is no 'resources' folder on my hard disk inside *C:\Users\Theodore\git\avro\lang\java\maven-plugin\src\main* . Even on avro github mirror, there is only a 'java' folder inside *avro\lang\java\maven-plugin\src\main* There is no 'resources' folder there. Am I missing something? On Mon, Jul 2

Re: Java Mvn Compile error

2016-07-25 Thread Ryan Blue
Could it be that the path separator is different? On Mon, Jul 25, 2016 at 8:25 AM, Sean Busbey wrote: > it's odd that maven is pointing at a JRE and not a JDK, but that > doesn't appear to be the error. > > I'll need to find a windows box I can try to reproduce this on. > > On Fri, Jul 22, 2016

Re: Java Mvn Compile error

2016-07-25 Thread Sean Busbey
it's odd that maven is pointing at a JRE and not a JDK, but that doesn't appear to be the error. I'll need to find a windows box I can try to reproduce this on. On Fri, Jul 22, 2016 at 12:18 PM, Theodore Ravindranath wrote: > Here is the output of mvn -version ... > > Apache Maven 3.3.9 (bb52d85

Re: Java Mvn Compile error

2016-07-22 Thread Theodore Ravindranath
Here is the output of mvn -version ... Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T22:11:47+05:30) Maven home: F:\PNR\apache-maven-3.3.9 Java version: 1.7.0_65, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_65\jre Default locale: en_US, platform

Re: Java Mvn Compile error

2016-07-22 Thread Sean Busbey
What's the output of "mvn --version" On Thu, Jul 21, 2016 at 10:55 PM, Theodore Ravindranath wrote: > Hi All, > > I cloned avro source from git, and went through the getting started > instructions here: > https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute > I'm hoping to work on t

Java Mvn Compile error

2016-07-21 Thread Theodore Ravindranath
Hi All, I cloned avro source from git, and went through the getting started instructions here: https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute I'm hoping to work on this: https://helpwanted.apache.org/task.html?7016995edb84589a099db564394845047da3e1c8 The maven compile failed.