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

Compile fails with "package sun.dc.pr does not exist" #572

Closed
mans0954 opened this issue Oct 24, 2016 · 0 comments
Closed

Compile fails with "package sun.dc.pr does not exist" #572

mans0954 opened this issue Oct 24, 2016 · 0 comments

Comments

@mans0954
Copy link
Contributor

Running mvn compile (or mvn clean package) on master fails with

[INFO] Reactor Summary:
[INFO] 
[INFO] protege-parent ..................................... SUCCESS [  0.237 s]
[INFO] protege-launcher ................................... SUCCESS [  5.547 s]
[INFO] protege-common ..................................... SUCCESS [  2.225 s]
[INFO] protege-editor-core ................................ SUCCESS [  5.437 s]
[INFO] protege-editor-owl ................................. FAILURE [  3.823 s]
[INFO] protege-desktop .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.790 s
[INFO] Finished at: 2016-10-24T19:40:23+01:00
[INFO] Final Memory: 41M/635M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project protege-editor-owl: Compilation failure
[ERROR] /home/mans0954/java/protege/protege-editor-owl/src/main/java/org/protege/editor/owl/ui/action/DeleteClassAction.java:[11,17] package sun.dc.pr does not exist
mans0954 added a commit to mans0954/protege that referenced this issue Oct 24, 2016
Reference to missing package  sun.dc.pr is unnecessary and prevents compile.

Fixes protegeproject#572.
bdionne pushed a commit to bdionne/protege that referenced this issue Oct 31, 2016
Reference to missing package  sun.dc.pr is unnecessary and prevents compile.

Fixes protegeproject#572.
@phillord phillord mentioned this issue Jan 25, 2017
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

No branches or pull requests

1 participant