You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Jonathan Anstey (JIRA)" <qp...@incubator.apache.org> on 2007/02/12 17:47:05 UTC

[jira] Created: (QPID-365) retrotranslator functionality should be disabled by default

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


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.


[jira] Updated: (QPID-365) retrotranslator functionality should be disabled by default

Posted by "Jonathan Anstey (JIRA)" <qp...@incubator.apache.org>.
     [ 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.


[jira] Updated: (QPID-365) retrotranslator functionality should be disabled by default

Posted by "Rupert Smith (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rupert Smith updated QPID-365:
------------------------------

    Attachment: Qpid-365-alternative.diff

Adds dummy values to avoid breaking build.

> 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-alternative.diff, 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.


[jira] Resolved: (QPID-365) retrotranslator functionality should be disabled by default

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie resolved QPID-365.
---------------------------------

    Resolution: Fixed

revision 506542

> 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-alternative.diff, 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.