You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Christoffer Soop (JIRA)" <ji...@apache.org> on 2008/02/07 10:27:07 UTC

[jira] Resolved: (IVY-718) Fresh build of trunk fails

     [ https://issues.apache.org/jira/browse/IVY-718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christoffer Soop resolved IVY-718.
----------------------------------

    Resolution: Invalid

Indeed, there was an ivy in the ant lib folder. This is strange since I did check the lib folder of the ant catalogue before and did not find it. Also, I do not remember putting it there nor can I find it in the zipped ant dist file... But it is there and removing the offending ivy jar from the ant lib folder makes everything work as expected. 

Closing this ticket as invalid as this was a user error was on my part. :-(

> Fresh build of trunk fails
> --------------------------
>
>                 Key: IVY-718
>                 URL: https://issues.apache.org/jira/browse/IVY-718
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0-beta-2
>         Environment: Ant 1.7.0
> Cygwin on Windows XP SP2
> java version "1.6.0_03"
>            Reporter: Christoffer Soop
>
> When making a clean build the build fails with the message "*ivy:settings doesn't support the "override" attribute*".
> Steps to reproduce
> 1. Download and make a clean install of Apache Ant 
> 2. Delete the ivy cache (this is just a guess on my part)
> 3. Build using the default target 
> build output:
> {quote}
> csoop@ALEPH /tmp/ivy
> $ ant clean jar | tee buildlog
> Buildfile: build.xml
> clean:
>    [delete] Deleting directory C:\cygwin\tmp\ivy\build\classes
>    [delete] Deleting directory C:\cygwin\tmp\ivy\build\test
>    [delete] Deleting directory C:\cygwin\tmp\ivy\build\artifact
>    [delete] Deleting directory C:\cygwin\tmp\ivy\build\doc\reports\test
>    [delete] Deleting directory C:\cygwin\tmp\ivy\build\doc
>    [delete] Deleting directory C:\cygwin\tmp\ivy\build
> init:
> prepare:
>     [mkdir] Created dir: C:\cygwin\tmp\ivy\build\classes
>     [mkdir] Created dir: C:\cygwin\tmp\ivy\build\classes\core
>     [mkdir] Created dir: C:\cygwin\tmp\ivy\build\classes\bootstrap
>     [mkdir] Created dir: C:\cygwin\tmp\ivy\build\classes\ant
>     [mkdir] Created dir: C:\cygwin\tmp\ivy\build\classes\optional
>     [mkdir] Created dir: C:\cygwin\tmp\ivy\build\test
>     [mkdir] Created dir: C:\cygwin\tmp\ivy\build\artifact
>     [mkdir] Created dir: C:\cygwin\tmp\ivy\build\doc\reports\test
>     [mkdir] Created dir: C:\cygwin\tmp\ivy\build\doc\reports\ivy
> compile-core:
>     [javac] Compiling 275 source files to C:\cygwin\tmp\ivy\build\classes\core
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>      [copy] Copying 19 files to C:\cygwin\tmp\ivy\build\classes\core
>      [copy] Copying 1 file to C:\cygwin\tmp\ivy\build\classes\core\org\apache\iv
> y\core\settings
>      [copy] Copying 1 file to C:\cygwin\tmp\ivy\build\classes\core\org\apache\iv
> y\core\settings
>      [copy] Copying 1 file to C:\cygwin\tmp\ivy\build\classes\core\org\apache\iv
> y\core\settings
>      [copy] Copying 1 file to C:\cygwin\tmp\ivy\build\classes\core\org\apache\iv
> y\core\settings
>      [copy] Copying 1 file to C:\cygwin\tmp\ivy\build\classes\core\org\apache\iv
> y\core\settings
>      [copy] Copying 1 file to C:\cygwin\tmp\ivy\build\classes\core\org\apache\iv
> y\core\settings
> compile-bootstrap:
>     [javac] Compiling 33 source files to C:\cygwin\tmp\ivy\build\classes\bootstr
> ap
>     [javac] Note: Some input files use or override a deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation for details.
>      [copy] Copying 1 file to C:\cygwin\tmp\ivy\build\classes\bootstrap
> init-ivy:
> BUILD FAILED
> C:\cygwin\tmp\ivy\build.xml:50: ivy:settings doesn't support the "override" attr
> ibute
> Total time: 19 seconds
> {quote}

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