XML collection configs, JAR not part of main assembly
Description
./assemble.pl -p dir
The resulting assembly in target/opennms-20.0.0-SNAPSHOT lacks any XML collector configuration files in its etc directory and lacks the org.opennms.protocols.xml JAR in its lib directory.
I'm guessing this has been overlooked because the RPM and Debian packages still pull up those files from protocols/xml/ as they did when the XML collector was packaged separately.
Environment
Any build done from source
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Jeff Gehlbach April 6, 2017 at 10:28 AM
Easy workaround, resolving.
Jeff Gehlbach April 6, 2017 at 10:27 AM
Didn't know about -p fulldir. I changed the Installation:Source article on the project wiki to use fulldir rather than dir.
Alejandro Galue April 5, 2017 at 2:11 PM
I typically use -p fulldir instead of -p dir, and this is what I got on latest develop...
To be honest I'm not sure what's expected with -p dir, but at least there is a way to get everything.
./assemble.pl -p dir
The resulting assembly in
target/opennms-20.0.0-SNAPSHOT
lacks any XML collector configuration files in itsetc
directory and lacks theorg.opennms.protocols.xml
JAR in itslib
directory.I'm guessing this has been overlooked because the RPM and Debian packages still pull up those files from
protocols/xml/
as they did when the XML collector was packaged separately.