You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "esa2w (JIRA)" <ji...@apache.org> on 2008/01/05 00:54:33 UTC

[jira] Created: (IVY-692) Building from trunk failing

Building from trunk failing
---------------------------

                 Key: IVY-692
                 URL: https://issues.apache.org/jira/browse/IVY-692
             Project: Ivy
          Issue Type: Bug
         Environment: java version "1.5.0_07"
Apache Ant version 1.7.0 compiled on December 13 2006
            Reporter: esa2w


Failure building from trunk as per instructions on http://ant.apache.org/ivy/download.cgi .
Error message:
C:\Dev\workspace\ivy\build.xml:178: impossible to ivy retrieve: java.lang.RuntimeException: problem during retrieve of org.apache.ivy#ivy: java.text.ParseException: failed to parse report: ~\.ivy2\cache\org.apache.ivy-ivy-default.xml: Element type "module" must be followed by either attribute specifications, ">" or "/>".

Apparent cause: extra quotation marks in all module tags in file org.apache.ivy-ivy-default.xml and org.apache.ivy-ivy-test.xml .

Example: (standard input):org.apache.ivy-ivy-default.xml:                <module organisation="jsch" name="jsch"">


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


[jira] Resolved: (IVY-692) Building from trunk failing

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

Xavier Hanin resolved IVY-692.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-2
         Assignee: Xavier Hanin

Oops, my fault, thanks for reporting, it should be fixed now.

> Building from trunk failing
> ---------------------------
>
>                 Key: IVY-692
>                 URL: https://issues.apache.org/jira/browse/IVY-692
>             Project: Ivy
>          Issue Type: Bug
>         Environment: java version "1.5.0_07"
> Apache Ant version 1.7.0 compiled on December 13 2006
>            Reporter: esa2w
>            Assignee: Xavier Hanin
>             Fix For: 2.0.0-beta-2
>
>
> Failure building from trunk as per instructions on http://ant.apache.org/ivy/download.cgi .
> Error message:
> C:\Dev\workspace\ivy\build.xml:178: impossible to ivy retrieve: java.lang.RuntimeException: problem during retrieve of org.apache.ivy#ivy: java.text.ParseException: failed to parse report: ~\.ivy2\cache\org.apache.ivy-ivy-default.xml: Element type "module" must be followed by either attribute specifications, ">" or "/>".
> Apparent cause: extra quotation marks in all module tags in file org.apache.ivy-ivy-default.xml and org.apache.ivy-ivy-test.xml .
> Example: (standard input):org.apache.ivy-ivy-default.xml:                <module organisation="jsch" name="jsch"">

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