Hi Stefan, On Sat, Mar 1, 2014 at 8:19 PM, Stefan Egli <[email protected]> wrote: > That mail clearly left my outbox too early ;) again: > > Hi, > > At the moment sling-trunk build is failing on travis ([0]) rather > consistently with two kinds of problems: > > 1. the jdk7 build fails with: [ERROR] Failed to execute goal > org.apache.sling:maven-launchpad-plugin:2.2.0:prepare-package > (prepare-package) on project org.apache.sling.launchpad.testing-war: Unable > to copy configuration files: Source > '/home/travis/build/apache/sling/launchpad/testing-war/src/main/config' does > not exist -> [Help 1]
I _think_ that since the the travis build runs over git, it does not have an empty 'config' directory. But that's just a guess. > 2. the jdk8 build fails with: java.lang.OutOfMemoryError: PermGen space JDK 8 removed the PermGen, which means that we need a larger heap. As to why the difference between buildbot and travis, perhaps they run on different architectures? Robert > > Any idea why they both run fine on [1] ? Re 2 I guess increasing memory might > be an idea.. > > Cheers, > Stefan > -- > [0] - https://travis-ci.org/apache/sling > [1] - http://ci.apache.org/builders/sling-trunk > > From: Stefan Egli <[email protected]<mailto:[email protected]>> > Date: Saturday, March 1, 2014 7:15 PM > To: "[email protected]<mailto:[email protected]>" > <[email protected]<mailto:[email protected]>> > Subject: [travis-ci] build failures > > Hi, > > At the moment sling-trunk build is failing on travis ([0]) rather > consistently with two kinds of problems: > > * the jdk7 build fails with: > > Cheers, > Stefan > -- > [0] - https://travis-ci.org/apache/sling -- Sent from my (old) computer
