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/01/31 18:01:05 UTC

[jira] Created: (QPID-332) QPID java source distribution depends on gentools

QPID java source distribution depends on gentools
-------------------------------------------------

                 Key: QPID-332
                 URL: https://issues.apache.org/jira/browse/QPID-332
             Project: Qpid
          Issue Type: Bug
          Components: Maven build system
            Reporter: Jonathan Anstey
            Priority: Minor


Building the QPID java source distribution (qpid-1.0-incubating-M2-SNAPSHOT-java-src.zip) fails because it depends on gentools which is not included.

In the java sub directory I ran:
> mvn clean
> mvn install

This is the output:
compile_generator:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error executing ant tasks

Embedded error: The following error occurred while executing this line:
/opt/qpid/qpid-1.0-M2-IONA-SNAPSHOT-src/common/protocol-version.xml:51: Basedir /opt/qpid/gentools does not exist


Proposed fix would be to include the gentools and specs directory in the source distribution. The directory structure would change from:

qpid-1.0-incubating-M2-SNAPSHOT-java-src.zip
  |-broker
  |-client
  |-cluster
  |-common
   ...
  |-systests
  |-tasks

To:

qpid-1.0-incubating-M2-SNAPSHOT-java-src.zip
  |-java
  |    |-broker
  |    |-client
  |    |-cluster
  |    |-common
  |     ...
  |    |-systests
  |    |-tasks
  |
  |-gentools
  |-specs

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-332) QPID java source distribution depends on gentools

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

Jonathan Anstey updated QPID-332:
---------------------------------

    Attachment: qpid-332.patch

Patch to fix the issue.

> QPID java source distribution depends on gentools
> -------------------------------------------------
>
>                 Key: QPID-332
>                 URL: https://issues.apache.org/jira/browse/QPID-332
>             Project: Qpid
>          Issue Type: Bug
>          Components: Maven build system
>            Reporter: Jonathan Anstey
>            Priority: Minor
>         Attachments: qpid-332.patch
>
>
> Building the QPID java source distribution (qpid-1.0-incubating-M2-SNAPSHOT-java-src.zip) fails because it depends on gentools which is not included.
> In the java sub directory I ran:
> > mvn clean
> > mvn install
> This is the output:
> compile_generator:
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error executing ant tasks
> Embedded error: The following error occurred while executing this line:
> /opt/qpid/qpid-1.0-M2-IONA-SNAPSHOT-src/common/protocol-version.xml:51: Basedir /opt/qpid/gentools does not exist
> Proposed fix would be to include the gentools and specs directory in the source distribution. The directory structure would change from:
> qpid-1.0-incubating-M2-SNAPSHOT-java-src.zip
>   |-broker
>   |-client
>   |-cluster
>   |-common
>    ...
>   |-systests
>   |-tasks
> To:
> qpid-1.0-incubating-M2-SNAPSHOT-java-src.zip
>   |-java
>   |    |-broker
>   |    |-client
>   |    |-cluster
>   |    |-common
>   |     ...
>   |    |-systests
>   |    |-tasks
>   |
>   |-gentools
>   |-specs

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-332) QPID java source distribution depends on gentools

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

Jonathan Anstey resolved QPID-332.
----------------------------------

    Resolution: Fixed

The patch for this was committed a while ago... I forgot to resolve it.

> QPID java source distribution depends on gentools
> -------------------------------------------------
>
>                 Key: QPID-332
>                 URL: https://issues.apache.org/jira/browse/QPID-332
>             Project: Qpid
>          Issue Type: Bug
>          Components: Maven build system
>            Reporter: Jonathan Anstey
>            Priority: Minor
>         Attachments: qpid-332.patch
>
>
> Building the QPID java source distribution (qpid-1.0-incubating-M2-SNAPSHOT-java-src.zip) fails because it depends on gentools which is not included.
> In the java sub directory I ran:
> > mvn clean
> > mvn install
> This is the output:
> compile_generator:
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error executing ant tasks
> Embedded error: The following error occurred while executing this line:
> /opt/qpid/qpid-1.0-M2-IONA-SNAPSHOT-src/common/protocol-version.xml:51: Basedir /opt/qpid/gentools does not exist
> Proposed fix would be to include the gentools and specs directory in the source distribution. The directory structure would change from:
> qpid-1.0-incubating-M2-SNAPSHOT-java-src.zip
>   |-broker
>   |-client
>   |-cluster
>   |-common
>    ...
>   |-systests
>   |-tasks
> To:
> qpid-1.0-incubating-M2-SNAPSHOT-java-src.zip
>   |-java
>   |    |-broker
>   |    |-client
>   |    |-cluster
>   |    |-common
>   |     ...
>   |    |-systests
>   |    |-tasks
>   |
>   |-gentools
>   |-specs

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.