You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Peter Schuller (JIRA)" <ji...@apache.org> on 2011/02/15 15:47:58 UTC

[jira] Created: (CASSANDRA-2164) debian build dep on ant-optional is missing

debian build dep on ant-optional is missing
-------------------------------------------

                 Key: CASSANDRA-2164
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2164
             Project: Cassandra
          Issue Type: Bug
    Affects Versions: 0.7.1
            Reporter: Peter Schuller
            Priority: Minor


Without the ant-optional package installed in Debian, builds fail (on lenny) with:

    Could not create type regexpmapper due to No supported regular expression matcher found: java.lang.ClassNotFoundException: org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher

The attached patch makes it build. Tested on lenny and squeeze.


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2164) debian build dep on ant-optional is missing

Posted by "paul cannon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052686#comment-13052686 ] 

paul cannon commented on CASSANDRA-2164:
----------------------------------------

+1 again, but this time With Authority!  The extra dependency is both necessary and satisfiable on all debian/ubuntu releases since 2008 (Lenny/Hardy or later), and it's doubtful that Cassandra builds, runs correctly, and is properly supportable on older releases anyway.

> debian build dep on ant-optional is missing
> -------------------------------------------
>
>                 Key: CASSANDRA-2164
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2164
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Peter Schuller
>            Assignee: Peter Schuller
>            Priority: Minor
>             Fix For: 0.7.7, 0.8.2
>
>         Attachments: 2164.txt
>
>
> Without the ant-optional package installed in Debian, builds fail (on lenny) with:
>     Could not create type regexpmapper due to No supported regular expression matcher found: java.lang.ClassNotFoundException: org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher
> The attached patch makes it build. Tested on lenny and squeeze.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-2164) debian build dep on ant-optional is missing

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2164:
--------------------------------------

             Reviewer: thepaul  (was: urandom)
    Affects Version/s:     (was: 0.7.1)
                       0.7.0
        Fix Version/s: 0.7.7

> debian build dep on ant-optional is missing
> -------------------------------------------
>
>                 Key: CASSANDRA-2164
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2164
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Peter Schuller
>            Assignee: Peter Schuller
>            Priority: Minor
>             Fix For: 0.7.7
>
>         Attachments: 2164.txt
>
>
> Without the ant-optional package installed in Debian, builds fail (on lenny) with:
>     Could not create type regexpmapper due to No supported regular expression matcher found: java.lang.ClassNotFoundException: org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher
> The attached patch makes it build. Tested on lenny and squeeze.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CASSANDRA-2164) debian build dep on ant-optional is missing

Posted by "Peter Schuller (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994815#comment-12994815 ] 

Peter Schuller commented on CASSANDRA-2164:
-------------------------------------------

(Ok, I hope the patch got uploaded alright. Not yet used to the new JIRA. I attached it separately as a file, as the 'submit patch' action didn't seem to offer an actual file upload facility.)

> debian build dep on ant-optional is missing
> -------------------------------------------
>
>                 Key: CASSANDRA-2164
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2164
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.1
>            Reporter: Peter Schuller
>            Assignee: Peter Schuller
>            Priority: Minor
>         Attachments: 2164.txt
>
>
> Without the ant-optional package installed in Debian, builds fail (on lenny) with:
>     Could not create type regexpmapper due to No supported regular expression matcher found: java.lang.ClassNotFoundException: org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher
> The attached patch makes it build. Tested on lenny and squeeze.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2164) debian build dep on ant-optional is missing

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053105#comment-13053105 ] 

Hudson commented on CASSANDRA-2164:
-----------------------------------

Integrated in Cassandra-0.7 #507 (See [https://builds.apache.org/job/Cassandra-0.7/507/])
    add ant-optional debian Build-Depends
patch by Peter Schuller; reviewed by Paul Cannon for CASSANDRA-2164

jbellis : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1138102
Files : 
* /cassandra/branches/cassandra-0.7/debian/control


> debian build dep on ant-optional is missing
> -------------------------------------------
>
>                 Key: CASSANDRA-2164
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2164
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Peter Schuller
>            Assignee: Peter Schuller
>            Priority: Minor
>             Fix For: 0.7.7, 0.8.2
>
>         Attachments: 2164.txt
>
>
> Without the ant-optional package installed in Debian, builds fail (on lenny) with:
>     Could not create type regexpmapper due to No supported regular expression matcher found: java.lang.ClassNotFoundException: org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher
> The attached patch makes it build. Tested on lenny and squeeze.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-2164) debian build dep on ant-optional is missing

Posted by "paul cannon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052670#comment-13052670 ] 

paul cannon commented on CASSANDRA-2164:
----------------------------------------

+1 this from me, fwiw

> debian build dep on ant-optional is missing
> -------------------------------------------
>
>                 Key: CASSANDRA-2164
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2164
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.1
>            Reporter: Peter Schuller
>            Assignee: Peter Schuller
>            Priority: Minor
>         Attachments: 2164.txt
>
>
> Without the ant-optional package installed in Debian, builds fail (on lenny) with:
>     Could not create type regexpmapper due to No supported regular expression matcher found: java.lang.ClassNotFoundException: org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher
> The attached patch makes it build. Tested on lenny and squeeze.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CASSANDRA-2164) debian build dep on ant-optional is missing

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-2164:
--------------------------------------

    Reviewer: urandom

> debian build dep on ant-optional is missing
> -------------------------------------------
>
>                 Key: CASSANDRA-2164
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2164
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.7.1
>            Reporter: Peter Schuller
>            Assignee: Peter Schuller
>            Priority: Minor
>         Attachments: 2164.txt
>
>
> Without the ant-optional package installed in Debian, builds fail (on lenny) with:
>     Could not create type regexpmapper due to No supported regular expression matcher found: java.lang.ClassNotFoundException: org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher
> The attached patch makes it build. Tested on lenny and squeeze.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira