Re: [opennms-devel] Building from Source on FreeBSD 10 and OpenJDK8

2015-06-15 Thread Ronny Trommer
Hi Paul, to make it easier for you I’ve back ported the patch by cherry-picking my changes to a branch based on the next release candidate 16.0.1. You can use the following command # retrieve the new branch git fetch git checkout -b jira/NMS-7600-16.0 origin/jira/NMS-7600-16.0 You can run a "

Re: [opennms-devel] Building from Source on FreeBSD 10 and OpenJDK8

2015-06-15 Thread Paul Pathiakis
Sure. Being an svn person, would the git command be a simple: git fetch ? P. On 06/15/2015 09:43, Ronny Trommer wrote: Hi Paul, is it possible for you to make the changes in the two files to ensure it fixes your problem? https://github.com/OpenNMS/opennms/pull/285/files - in opennms

Re: [opennms-devel] Building from Source on FreeBSD 10 and OpenJDK8

2015-06-15 Thread Ronny Trommer
Hi Paul, is it possible for you to make the changes in the two files to ensure it fixes your problem? https://github.com/OpenNMS/opennms/pull/285/files - in opennms-doc/pom.xml you have to add the rub-complete dependency - in opennms source r

Re: [opennms-devel] Building from Source on FreeBSD 10 and OpenJDK8

2015-06-14 Thread Paul Pathiakis
Ok, Let me know when it's all rolled into 1.16 stable and I'll re-run. So, I'll run with this for right now. Just commenting out that problem and working with it from there. I've finally got the ear of the OpenJDK people at Oracle. :-) They're tracking/following the core. However, I want

Re: [opennms-devel] Building from Source on FreeBSD 10 and OpenJDK8

2015-06-14 Thread Paul Pathiakis
Ronny, Commenting out those lines worked: [INFO] --- maven-install-plugin:2.4:install (default-install) @ opennms-full-assembly --- [INFO] Installing /usr/local/opennms-16.0.0-1/opennms-full-assembly/pom.xml to /root/.m2/repository/org/opennms/opennms-full-assembly/16.0.0/opennms-full-assembl

Re: [opennms-devel] Building from Source on FreeBSD 10 and OpenJDK8

2015-06-13 Thread Ronny Trommer
We made some progress with the great help from the asciidoctor maintainer and documented our progress here. We had to bump a few versions and had also to add a dependency for the docs against JRuby 9000. You can see the diff here: https://github.com/OpenNMS/opennms/compare/develop...indigo423:NM

Re: [opennms-devel] Building from Source on FreeBSD 10 and OpenJDK8

2015-06-13 Thread Ronny Trommer
This topic appeared already, Jesse pointed me to an existing issue: http://issues.opennms.org/browse/NMS-7600 > On Jun 13, 2015, at 8:30 PM, Paul Pathiakis > wrote: > > Hi, > > I just thought I'd ask if this is a well-known bug or if there's a way > to turn off the documentation build so I ca

Re: [opennms-devel] Building from Source on FreeBSD 10 and OpenJDK8

2015-06-13 Thread Ronny Trommer
You can only try to identify the problem by just running mvn clean package in the opennms-doc directory. It will generate the HTML and PDF output and can help to isolate the error. In the meantime I’ve opened an issue for your problem to track it: http://issues.opennms.org/browse/NMS-7741 -rt

Re: [opennms-devel] Building from Source on FreeBSD 10 and OpenJDK8

2015-06-13 Thread Ronny Trommer
Hi can you verify if this is a problem of the PDF part of the module by comment in the PDF execution section from Line 89 including 108. https://github.com/OpenNMS/opennms/blob/release-16.0.0/opennms-doc/pom.xml#L89 https://github.com/OpenNMS/opennms/blob/release-16.0.0/opennms-doc/pom.xml#L108