-
Notifications
You must be signed in to change notification settings - Fork 4
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
a problem while #1
Comments
I just follow the guidance to start the CLDIFF,. But when run mvn package, it said |
It seems to be something related to GBK encoding, thus I have declared the UTF-8 encoding code in pom.xml. Checkout if it works. |
i think it`s the version of java. The Eclpise reported it |
For this problem, just remove the unused imports in CLDIFF-WEB\src\main\java\edu\fdu\se\web\astdiff\ProjectProperties.java. (Easily done in IDEA by reformatting) import jdk.internal.util.xml.impl.Input;
import java.io.BufferedInputStream;
import java.io.FileInputStream; [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project CLDIFF-WEB: Compilation failure
[ERROR] /D:/codingspace/CLDIFF-WEB/src/main/java/edu/fdu/se/web/astdiff/ProjectProperties.java:[3,34] package jdk.internal.util.xml.impl not exist
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
|
now i can generate the 'CLDIFF-WEB.war' and open the http://localhost:8080/indexoffline.html. However unexpected message is shown when I input the commit id... I wonder the commit id was in local repository or a commit in Github? |
If you open the 'indexoffline.html', start CLDIFF by running CLDIFFServerOffline.java, and on the web page enter the commit id, not URL |
No description provided.
The text was updated successfully, but these errors were encountered: