Re: javac: invalid target release: 1.7

2012-04-30 Thread Wayne Fay
>> [ERROR] Failure executing javac, but could not parse the error: >> javac: invalid target release: 1.7 >> Usage: javac >> use -help for a list of possible options This error message comes directly from javac and means "Maven tried to call me with -target 1.7 but

Re: javac: invalid target release: 1.7

2012-04-30 Thread Thorsten Heit
oject/source/browse/ > > The error I am getting when running mvn install is: > > > [ERROR] Failure executing javac, but could not parse the error: > javac: invalid target release: 1.7 > Usage: javac > use -help for a list of possible options > > I can't u

javac: invalid target release: 1.7

2012-04-30 Thread Witold E Wolski
en running mvn install is: [ERROR] Failure executing javac, but could not parse the error: javac: invalid target release: 1.7 Usage: javac use -help for a list of possible options I can't upgrade to java 1.7 (if this is the cause of the error). Are there other means to fix this? regard