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

upgrade to 8.10 eclipse-cs #658

Closed
romani opened this issue Apr 6, 2018 · 4 comments
Closed

upgrade to 8.10 eclipse-cs #658

romani opened this issue Apr 6, 2018 · 4 comments

Comments

@romani
Copy link
Member

romani commented Apr 6, 2018

eclipse-cs is already 8.8.0 version.

version that is currently used is 8.7.0.
During release we need to update version, base on instructions at https://github.com/sevntu-checkstyle/sevntu.checkstyle/wiki/How-to-release-sevntu.checkstyle

@romani romani added the approved label Apr 6, 2018
@romani
Copy link
Member Author

romani commented Apr 6, 2018

build failure:

$ mvn clean package
.....
[INFO] ------------------------------------------------------------------------
[INFO] Building Checkstyle Core Library Plugin 8.8.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.sf.eclipsecs.checkstyle ---
[INFO] Deleting /home/rivanov/java/github/checkstyle/eclipse-cs/net.sf.eclipsecs.checkstyle/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ net.sf.eclipsecs.checkstyle ---
[INFO] The project's OSGi version is 8.8.0.201804061223
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ net.sf.eclipsecs.checkstyle ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ net.sf.eclipsecs.checkstyle ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ net.sf.eclipsecs.checkstyle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/rivanov/java/github/checkstyle/eclipse-cs/net.sf.eclipsecs.checkstyle/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ net.sf.eclipsecs.checkstyle ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ net.sf.eclipsecs.checkstyle ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/rivanov/java/github/checkstyle/eclipse-cs/net.sf.eclipsecs.checkstyle/src/test/resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ net.sf.eclipsecs.checkstyle ---
[INFO] Executing tasks

main:
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] eclipse-cs Maven Parent ............................ SUCCESS [  0.035 s]
[INFO] eclipse-cs Target Definition ....................... SUCCESS [  0.125 s]
[INFO] eclipse-cs Branding Plugin ......................... SUCCESS [  0.332 s]
[INFO] Checkstyle Core Library Plugin ..................... FAILURE [  0.224 s]
[INFO] eclipse-cs Core Plugin ............................. SKIPPED
[INFO] eclipse-cs Documentation Plugin .................... SKIPPED
[INFO] eclipse-cs UI Plugin ............................... SKIPPED
[INFO] eclipse-cs Sample Plugin ........................... SKIPPED
[INFO] eclipse-cs Feature ................................. SKIPPED
[INFO] eclipse-cs Update Site ............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.962 s
[INFO] Finished at: 2018-04-06T05:24:04-07:00
[INFO] Final Memory: 84M/527M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (default) on project net.sf.eclipsecs.checkstyle: An Ant BuildException has occured: Src must not be a directory. Use nested filesets instead.
[ERROR] around Ant part ...<unzip src="${toString:cssrc}" dest="/home/rivanov/java/github/checkstyle/eclipse-cs/net.sf.eclipsecs.checkstyle/target/checkstyle-src-unpack">... @ 9:146 in /home/rivanov/java/github/checkstyle/eclipse-cs/net.sf.eclipsecs.checkstyle/target/antrun/build-main.xml
[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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :net.sf.eclipsecs.checkstyle

romani added a commit that referenced this issue Apr 6, 2018
@romani
Copy link
Member Author

romani commented Apr 6, 2018

@Bananeweizen,
can you help me with build process of eclipse-cs ?

sadly https://github.com/checkstyle/eclipse-cs/blob/master/.travis.yml is empty. http://checkstyle.org/eclipse-cs/#!/ "Build Youself" result in build failure, see details above.

@Bananeweizen
Copy link
Contributor

just run the Maven build again, I missed one place where the source file naming scheme changed: checkstyle/eclipse-cs@2c7a257

rnveach added a commit to rnveach/sevntu.checkstyle that referenced this issue Jun 9, 2018
@rnveach rnveach changed the title upgrade to 8.8 eclipse-cs upgrade to 8.10 eclipse-cs Jun 9, 2018
romani pushed a commit that referenced this issue Jun 9, 2018
@romani romani added this to the 1.30.0 milestone Jun 9, 2018
@romani
Copy link
Member Author

romani commented Jun 9, 2018

fix is merged.

@romani romani closed this as completed Jun 9, 2018
kariem pushed a commit to kariem/sevntu.checkstyle that referenced this issue Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants