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}
[EMAIL PROTECTED] /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.