Buildship - Gradle > Refresh Gradle Project speed
The screen shots are from Buildship 3.0.0. I upgraded to 3.1.0 this morning but that did not speed things up. The messages are the same with an additional “Building parameterized...
View ArticleBuildship - Gradle > Refresh Gradle Project speed
I’m wondering if it’s Buildship or the build itself. Can you please execute the cleanEclipse eclipse tasks from the command line and see if it’s any faster? If possible, is it possible to create a...
View ArticleBuildship - Gradle > Refresh Gradle Project speed
donat: cleanEclipse eclipse --scan Running that now. Will share results when it’s finished.
View ArticleBuildship - Gradle > Refresh Gradle Project speed
It’s done. 2 issues: It runs in a little over 1 minute from the command line versus the now 16 minutes in Eclipse. After answering yes to TOS, I didn’t get any output with “Publishing build scan”… or...
View ArticleFAILURE: Build failed with an exception. Without message
This command is being run as part of Ionic / cordova: /home/cas/Dev/zipdev/split-frontend/platforms/android/gradlew cdvBuildDebug -b /home/cas/Dev/zipdev/split-frontend/platforms/android/build.gradle...
View ArticleThe mrJar Plugin v0.0.13 has been released — Modular MRJAR Files Made Easy
Graou74: * What went wrong: A problem occurred configuring root project ‘ZZTest’. Hey thanks for the feedback @Graou74! Apologies for the delayed reply. I was pretty engrossed in something else and...
View ArticleThe mrJar Plugin v0.0.15 has been released — JPMS Modules Made Easy
I’ve had to start a new thread because after thirty days, you can’t edit thread titles In this release What I call the Eclipse Modulifier feature Bug Fixes Fixed a repository lookup failure The plugin...
View ArticleThe mrJar Plugin v0.0.13 has been released — Modular MRJAR Files Made Easy
lingocoder: Apologies for the delayed reply No problem , you have already given me a satisfactory solution and even if it would be very rude on my part to demand anything. lingocoder: So sorry. That...
View ArticleBuildship - Gradle > Refresh Gradle Project speed
It’s hard to debug without knowing the code, and not having build scans certainly makes it harder to investigate. You mentioned you inherited this project. What Gradle version do you use? If it’s an...
View ArticleBuildship - do not generate .settings/org.eclipse.jdt.core.prefs
I don’t think it’s possible. Buildship doesn’t modify the JDT preferences file directly. Instead, it uses the JDT APIs to set up Java projects. The values appearing in the...
View ArticleThe mrJar Plugin v0.0.13 has been released — Modular MRJAR Files Made Easy
Thanks again @Graou74. Graou74: … compileJava { doFirst { options.compilerArgs = [ '--module-path', classpath.asPath, ] classpath = files() } } ... Just a heads up, @Graou74. You don’t need to do...
View ArticleThe mrJar Plugin v0.0.13 has been released — Modular MRJAR Files Made Easy
lingocoder: If you could share a lightweight facsimile of your project A super skim version that reproduces the problem : ExternalParamLite.zip (90.2 KB) I deleted the build directory which takes up...
View ArticlePrivate Information in Gradle with Kotlin DSL
Hi there! I’m working on a porting of a big library from Java to Kotlin and use gradle to create a mpp project. Gradle traduce Kotlin to JS and JVM and give the chance to pubblish the module JS to...
View ArticleMulti-project build: Create fileset with project and its dependencies
We have got a web application with a common backend and an old UI and a new UI. Currently, it is possible to deploy either into a Tomcat, and the WEB-INF/lib directory contains the jar files required...
View ArticleSave/restore info about JVM runtime to use in repository
You can persist run configurations to a file in your repository. Screenshot 2019-10-08 at 14.19.12.jpg2604×1668 541 KB You can commit the proper run configuration to your version control. This way you...
View ArticleSource Dependencies: Problems reading data from Binary store
Could you provide information on how you have managed to get SSH to work with private repository for source dependencies? It would be very helpful.
View ArticleLimitations of Gradle source dependencies
Do you have an update how we can get SSH to work with private repository for source dependencies?
View ArticleBuildship - Gradle > Refresh Gradle Project speed
I’m using Gradle 5.6.2 and Buildship 3.1.2. Is there any debugging we can turn on in Buildship?
View ArticleBuildship - do not generate .settings/org.eclipse.jdt.core.prefs
It’s interesting that it’s not in the JDT API’s…somehow the Eclipse UI is pulling off this feat simply by unchecking this project setting: And when I create a new project in Eclipse, this setting is...
View Article