Matt Bellinger

Results 7 comments of Matt Bellinger

I'm not sure if this is the same issue, but I am using vagrant 1.7.4 and Virtualbox 5.0.6. ``` Bundler, the underlying system Vagrant uses to install plugins, reported an...

I think this is effectively a duplicate of #27. If/when the PR for that issue gets merged in, it should fix this issue as well.

I am also interested in this. So far the best I have come up with is exporting the unique part of the java package compared to other modules, and it...

A clipping of a Gradle 2.14 debug log if it helps, with some things taken our for brevity. > 09:28:30.229 [LIFECYCLE] [class org.gradle.TaskExecutionLogger] :someProject:jar 09:28:30.229 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Starting to execute...

I think this might have to do with the manifest being generated. From a clean state, it seems to run the JarBuilder.build method once while generating the manifest in the...

With further digging I realize that the builder is run to generate the manifest to determine if it is up to date. Getting around this might be tricky.

I've been interested in this for a while, as we are currently in need of creating karaf distributions but have to resort to a separate maven project for that step...