You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Maarten Coene (JIRA)" <ji...@apache.org> on 2007/12/30 00:09:43 UTC

[jira] Created: (IVY-687) Ant 1.7.0 is required to build Ivy

Ant 1.7.0 is required to build Ivy
----------------------------------

                 Key: IVY-687
                 URL: https://issues.apache.org/jira/browse/IVY-687
             Project: Ivy
          Issue Type: Improvement
    Affects Versions: 2.0.0-beta-1
            Reporter: Maarten Coene


If you want to build Ivy, you'll need Ant 1.7. For instance, if you try it with an older version of Ant, you'll ge the following error.
I think we should try to downgrade this requirement to Ant 1.6.

{code}
...
jar:
    [mkdir] Created dir: C:\Projects\ivy\build\artifact\jars

BUILD FAILED
C:\Projects\ivy\build.xml:294: Class org.apache.tools.ant.filters.LineContains doesn't support the "negate" attribute.
{code}

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


[jira] Commented: (IVY-687) Ant 1.7.0 is required to build Ivy

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554985 ] 

Xavier Hanin commented on IVY-687:
----------------------------------

Agreed, I didn't pay attention to this in my last change to build file, shouldn't be too hard to downgrade the requirement to 1.6.

> Ant 1.7.0 is required to build Ivy
> ----------------------------------
>
>                 Key: IVY-687
>                 URL: https://issues.apache.org/jira/browse/IVY-687
>             Project: Ivy
>          Issue Type: Improvement
>    Affects Versions: 2.0.0-beta-1
>            Reporter: Maarten Coene
>
> If you want to build Ivy, you'll need Ant 1.7. For instance, if you try it with an older version of Ant, you'll ge the following error.
> I think we should try to downgrade this requirement to Ant 1.6.
> {code}
> ...
> jar:
>     [mkdir] Created dir: C:\Projects\ivy\build\artifact\jars
> BUILD FAILED
> C:\Projects\ivy\build.xml:294: Class org.apache.tools.ant.filters.LineContains doesn't support the "negate" attribute.
> {code}

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


[jira] Resolved: (IVY-687) Ant 1.7.0 is required to build Ivy

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

Xavier Hanin resolved IVY-687.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-2

Fixed, used linecontainsregexp instead, with an ugly regular expression for the negation

> Ant 1.7.0 is required to build Ivy
> ----------------------------------
>
>                 Key: IVY-687
>                 URL: https://issues.apache.org/jira/browse/IVY-687
>             Project: Ivy
>          Issue Type: Improvement
>    Affects Versions: 2.0.0-beta-1
>            Reporter: Maarten Coene
>            Assignee: Xavier Hanin
>             Fix For: 2.0.0-beta-2
>
>
> If you want to build Ivy, you'll need Ant 1.7. For instance, if you try it with an older version of Ant, you'll ge the following error.
> I think we should try to downgrade this requirement to Ant 1.6.
> {code}
> ...
> jar:
>     [mkdir] Created dir: C:\Projects\ivy\build\artifact\jars
> BUILD FAILED
> C:\Projects\ivy\build.xml:294: Class org.apache.tools.ant.filters.LineContains doesn't support the "negate" attribute.
> {code}

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


[jira] Assigned: (IVY-687) Ant 1.7.0 is required to build Ivy

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

Xavier Hanin reassigned IVY-687:
--------------------------------

    Assignee: Xavier Hanin

> Ant 1.7.0 is required to build Ivy
> ----------------------------------
>
>                 Key: IVY-687
>                 URL: https://issues.apache.org/jira/browse/IVY-687
>             Project: Ivy
>          Issue Type: Improvement
>    Affects Versions: 2.0.0-beta-1
>            Reporter: Maarten Coene
>            Assignee: Xavier Hanin
>
> If you want to build Ivy, you'll need Ant 1.7. For instance, if you try it with an older version of Ant, you'll ge the following error.
> I think we should try to downgrade this requirement to Ant 1.6.
> {code}
> ...
> jar:
>     [mkdir] Created dir: C:\Projects\ivy\build\artifact\jars
> BUILD FAILED
> C:\Projects\ivy\build.xml:294: Class org.apache.tools.ant.filters.LineContains doesn't support the "negate" attribute.
> {code}

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