-
Notifications
You must be signed in to change notification settings - Fork 4
java 1.8 needed and wrong package for FZNLayout #6
Comments
Hi, I'm not sure I got your needs. CP |
Hi! CP:
Well, I just need to be able to compile choco-parsers! My remark is that the code as it is shared on GitHub does not compile. Here is how to reproduce the problem: That is because the code uses Java 1.8 features (as I said in my initial report) but the pom.xml file that you distribute declares Java 1.7. You may want to change 1.7 to 1.8 for source and target in the pom.xml of the project, otherwise all of your users would have to make this change manually. $ sed -i -e s/1.7/1.8/ pom.xml Besides of that, even with the above correction, the code that is distributed does not compile as it is. $ mvn clean compile You may want to put the right package path for FZNLayout, otherwise all of your users would have to make this fix manually. $ mvn clean compile Best regards.Thierry. ----- Original Message -----
|
Ok, I didn't understand that you gave us a patch. Sorry for the misunderstanding and thank you for your help, I'll fix it right now. CP |
In order to compile the project, I needed to change the version of the Java flavor in pom.xml from 1.7 to 1.8:
The text was updated successfully, but these errors were encountered: