If this is the problem in the Linux build, then I believe the problem comes from here: https://github.com/apache/incubator-netbeans/pull/732
BUILD FAILED > /home/jenkins/jenkins-slave/workspace/incubator-netbeans- > linux/nbbuild/build.xml:203: > The following error occurred while executing this line: > /home/jenkins/jenkins-slave/workspace/incubator-netbeans- > linux/nbbuild/templates/common.xml:456: > Exception reading blurb from > /home/jenkins/jenkins-slave/workspace/incubator-netbeans- > linux/platform/nbbuild/licenses/CPL-1.0 > > "/platform/nbbuild/licenses/CPL-1.0" does not exist. Maybe, > "/nbbuild/licenses/CPL-1.0" > Could someone fix this? > > Thanks, Gj On Thu, Aug 23, 2018 at 10:26 AM, Geertjan Wielenga < [email protected]> wrote: > Great, thanks for these investigations. I will also take a look -- any > further details welcome. > > Gj > > On Thu, Aug 23, 2018 at 8:56 AM, John McDonnell <[email protected]> > wrote: > >> Morning, >> >> So the windows build is still red, but it seems it goes all the way to the >> RAT step and then fails. >> >> At the moment the windows build runs the following ant targets: 'build', >> 'test-platform', 'rat', while the Linux build runs: 'build', >> 'test-platform', 'rat', 'verify-libs-and-licenses', 'build-nbms', >> 'generate-uc-catalog' 'build-source-zips'. >> >> From what I can see on a quick look on the Linux build it fails on the >> 'verify-libs-and-licenses' step, so I think if we have rat running on >> Linux correctly, we don't need it on the windows build. >> >> As a result, I have removed rat from the windows build with a view to >> bringing the windows builds back to complete successfully. This will be >> from build 520 if I'm right.. >> >> Regards >> >> John >> >> On Thu, 23 Aug 2018 at 01:55, Junichi Yamamoto <[email protected]> >> wrote: >> >> > Hi, >> > >> > The cause is the following: >> > >> > BUILD FAILED >> > >> > /home/jenkins/jenkins-slave/workspace/incubator-netbeans-lin >> ux/nbbuild/build.xml:203: >> > The following error occurred while executing this line: >> > >> > /home/jenkins/jenkins-slave/workspace/incubator-netbeans-lin >> ux/nbbuild/templates/common.xml:456: >> > Exception reading blurb from >> > >> > /home/jenkins/jenkins-slave/workspace/incubator-netbeans-lin >> ux/platform/nbbuild/licenses/CPL-1.0 >> > >> > "/platform/nbbuild/licenses/CPL-1.0" does not exist. Maybe, >> > "/nbbuild/licenses/CPL-1.0" >> > Could someone fix this? >> > >> > Thanks, >> > Junichi >> > On Thu, Aug 23, 2018 at 4:22 AM Geertjan Wielenga >> > <[email protected]> wrote: >> > > >> > > Hi all, >> > > >> > > The builds have been failing for some time: >> > > >> > > https://builds.apache.org/job/incubator-netbeans-windows/ >> > > >> > > https://builds.apache.org/job/incubator-netbeans-linux/ >> > > >> > > I think before merging more prs, we need to figure out what the reason >> > for >> > > the build failures is. >> > > >> > > I'm trying to figure it out, if anyone else can take a look too, that >> > would >> > > help. >> > > >> > > Thanks, >> > > >> > > Gj >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [email protected] >> > For additional commands, e-mail: [email protected] >> > >> > For further information about the NetBeans mailing lists, visit: >> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists >> > >> > >> > >> > >> > >
