[
https://issues.apache.org/jira/browse/QPID-365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Anstey updated QPID-365:
---------------------------------
Attachment: qpid-365.patch
Patch to fix the issue.
> retrotranslator functionality should be disabled by default
> -----------------------------------------------------------
>
> Key: QPID-365
> URL: https://issues.apache.org/jira/browse/QPID-365
> Project: Qpid
> Issue Type: Bug
> Components: Maven build system
> Reporter: Jonathan Anstey
> Attachments: qpid-365.patch
>
>
> When trying to compile qpid/java/common, I get the following error:
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Null element in <verifyClasspath>
> This is because maven is trying to find the following references which are
> supposed to be defined in the local settings.xml file:
> <verifyClasspath>
> <element>${retrotranslator.1.4-rt-path}</element>
> <element>${retrotranslator.1.4-jce-path}</element>
> <element>${retrotranslator.1.4-jsse-path}</element>
> </verifyClasspath>
> I'm submitting a patch that makes the retrotranslator stuff disabled by
> default and can be enabled by passing in a profile argument to the build. For
> example, assuming the local settings.xml is set up correctly, you could run:
> > mvn -Pretrotranslator
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.