Turns out Perl doesn’t have any XML parsing modules in its core modules, so I fixed the problem by parsing the RDF files using Ant’s <xmlproperty> task.
> On Nov 21, 2016, at 6:47 PM, Steve Rowe <[email protected]> wrote: > > Hmm, my fault, I’ll see if I can find an alternative XML parsing module that > doesn’t require additional modules to be installed. XML::Simple’s docs > suggest XML::Twig and XML::LibXML. > > -- > Steve > www.lucidworks.com > >> On Nov 21, 2016, at 5:58 PM, Apache Jenkins Server >> <[email protected]> wrote: >> >> Build: https://builds.apache.org/job/Lucene-Artifacts-master/3101/ >> >> No tests ran. >> >> Build Log: >> [...truncated 8074 lines...] >> changes-to-html: >> [mkdir] Created dir: >> /x1/jenkins/jenkins-slave/workspace/Lucene-Artifacts-master/lucene/build/docs/changes >> [exec] Can't locate XML/Simple.pm in @INC (you may need to install the >> XML::Simple module) (@INC contains: /etc/perl /usr/local/lib/perl/5.18.2 >> /usr/local/share/perl/5.18.2 /usr/lib/perl5 /usr/share/perl5 >> /usr/lib/perl/5.18 /usr/share/perl/5.18 /usr/local/lib/site_perl .) at >> /x1/jenkins/jenkins-slave/workspace/Lucene-Artifacts-master/lucene/site/changes/changes2html.pl >> line 26. >> [exec] BEGIN failed--compilation aborted at >> /x1/jenkins/jenkins-slave/workspace/Lucene-Artifacts-master/lucene/site/changes/changes2html.pl >> line 26. >> >> BUILD FAILED >> /x1/jenkins/jenkins-slave/workspace/Lucene-Artifacts-master/lucene/build.xml:482: >> The following error occurred while executing this line: >> /x1/jenkins/jenkins-slave/workspace/Lucene-Artifacts-master/lucene/common-build.xml:2513: >> exec returned: 2 >> >> Total time: 3 minutes 34 seconds >> Build step 'Invoke Ant' marked build as failure >> Archiving artifacts >> Publishing Javadoc >> Email was triggered for: Failure - Any >> Sending email for trigger: Failure - Any >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
