You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Taher Alkhateeb (JIRA)" <ji...@apache.org> on 2015/06/08 13:46:00 UTC

[jira] [Comment Edited] (OFBIZ-6458) Upgrade OFBiz to Java JDK 8

    [ https://issues.apache.org/jira/browse/OFBIZ-6458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14577061#comment-14577061 ] 

Taher Alkhateeb edited comment on OFBIZ-6458 at 6/8/15 11:45 AM:
-----------------------------------------------------------------

Hi Jacques,

The EJC runs automatically whenever you fire-up eclipse. It is the continuous compiler that catches errors in your code and helps with auto complete and everything else in an eclipse Java project. So if you do not fix the error everything will run fine but you will have an annoying error registered in OFBiz whenever you edit it with eclipse

BTW I think EJC is actually more accurate than javac in this specific instance because it follows a stricter syntax and I think that the design structure of eclipse is different from Intellij IDEA in that it utilizes the builtin compiler instead of the JDK compiler but I did not do enough research to validate this or ascertain the details.


was (Author: taher):
Hi Jacques,

The ECJ runs automatically whenever you fire-up eclipse. It is the continuous compiler that catches errors in your code and helps with auto complete and everything else in an eclipse Java project. So if you do not fix the error everything will run fine but you will have an annoying error registered in OFBiz whenever you edit it with eclipse

BTW I think ECJ is actually more accurate than javac in this specific instance because it follows a stricter syntax and I think that the design structure of eclipse is different from Intellij IDEA in that it utilizes the builtin compiler instead of the JDK compiler but I did not do enough research to validate this or ascertain the details.

> Upgrade OFBiz to Java JDK 8
> ---------------------------
>
>                 Key: OFBIZ-6458
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6458
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: Upcoming Branch
>            Reporter: Taher Alkhateeb
>            Assignee: Jacques Le Roux
>            Priority: Critical
>              Labels: java, jdk, jdk8, upgrade
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-6458-01-fix-test-errors.patch, OFBIZ-6458-02-fix-eclipse-compiler.patch, OFBIZ-6458-03-update-to-jdk8.patch, OFBIZ-6458-04-update-README.patch
>
>
> The following will be tracked through this JIRA:
> - upgrade the framework to JDK 8 and fix any errors
> - make sure that ./ant clean-all load-demo run-tests will run after the upgrade
> - upgrade the infrastructure and demo server to accommodate the new change



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)