Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERXRouteController: compile errors with javac1.7 #275

Conversation

btriller
Copy link
Contributor

From Eclipse Problems view:
The field ERXRouteController._options is not visible ERXRouteController.java /ERRest/Sources/er/rest/routes line 1807 Java Problem
The field ERXRouteController._routeKeys is not visible ERXRouteController.java /ERRest/Sources/er/rest/routes line 1805 Java Problem
The field ERXRouteController._objects is not visible ERXRouteController.java /ERRest/Sources/er/rest/routes line 1806 Java Problem
The field ERXRouteController._editingContext is not visible ERXRouteController.java /ERRest/Sources/er/rest/routes line 1804 Java Problem
The field ERXRouteController._route is not visible ERXRouteController.java /ERRest/Sources/er/rest/routes line 1803 Java Problem

Messages with ant on command line similar. Explanations to this javac6 bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6711619
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7022052

The field ERXRouteController._options is not visible ERXRouteController.java /ERRest/Sources/er/rest/routes line 1807 Java Problem
The field ERXRouteController._routeKeys is not visible ERXRouteController.java /ERRest/Sources/er/rest/routes line 1805 Java Problem
The field ERXRouteController._objects is not visible ERXRouteController.java /ERRest/Sources/er/rest/routes line 1806 Java Problem
The field ERXRouteController._editingContext is not visible ERXRouteController.java /ERRest/Sources/er/rest/routes line 1804 Java Problem
The field ERXRouteController._route is not visible ERXRouteController.java /ERRest/Sources/er/rest/routes line 1803 Java Problem

Messages with ant on command line similar. Explanations to this javac6 bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6711619
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7022052
pascalrobert pushed a commit that referenced this pull request Sep 5, 2012
ERXRouteController: compile errors with javac1.7
@pascalrobert pascalrobert merged commit b15ec7a into wocommunity:integration Sep 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants