You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't like the import com.sun.istack.internal.NotNull; in CampBX.java.
I think it has to do with Java 6 compiler level, which I think we want to keep.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project xchange-campbx: Compilation failure: Compilation failure:
[ERROR] bootstrap class path not set in conjunction with -source 1.6
[ERROR] /Users/timmolter/workspaces/workspace_xeiam_oss/xchange-parent/xchange-campbx/src/main/java/com/xeiam/xchange/campbx/CampBX.java:[32,30] error: package com.sun.istack.internal does not exist
[ERROR] /Users/timmolter/workspaces/workspace_xeiam_oss/xchange-parent/xchange-campbx/src/main/java/com/xeiam/xchange/campbx/CampBX.java:[115,44] error: cannot find symbol
[ERROR] symbol: class NotNull
[ERROR] location: interface CampBX
[ERROR] /Users/timmolter/workspaces/workspace_xeiam_oss/xchange-parent/xchange-campbx/src/main/java/com/xeiam/xchange/campbx/CampBX.java:[115,85] error: cannot find symbol
...
The text was updated successfully, but these errors were encountered:
These annotations are currently not strictly necessary: they currently only serve as documentation (ie. they are meant for the human reader and are not read by Java reflection). But they might be read by reflection in the future.
It doesn't like the import com.sun.istack.internal.NotNull; in CampBX.java.
I think it has to do with Java 6 compiler level, which I think we want to keep.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project xchange-campbx: Compilation failure: Compilation failure:
[ERROR] bootstrap class path not set in conjunction with -source 1.6
[ERROR] /Users/timmolter/workspaces/workspace_xeiam_oss/xchange-parent/xchange-campbx/src/main/java/com/xeiam/xchange/campbx/CampBX.java:[32,30] error: package com.sun.istack.internal does not exist
[ERROR] /Users/timmolter/workspaces/workspace_xeiam_oss/xchange-parent/xchange-campbx/src/main/java/com/xeiam/xchange/campbx/CampBX.java:[115,44] error: cannot find symbol
[ERROR] symbol: class NotNull
[ERROR] location: interface CampBX
[ERROR] /Users/timmolter/workspaces/workspace_xeiam_oss/xchange-parent/xchange-campbx/src/main/java/com/xeiam/xchange/campbx/CampBX.java:[115,85] error: cannot find symbol
...
The text was updated successfully, but these errors were encountered: