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/06 11:03:07 UTC

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

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.


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

Posted by "Maarten Coene (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566381#action_12566381 ] 

Maarten Coene commented on IVY-718:
-----------------------------------

I don't have any problems building Ivy from trunk.
Could you please check again to make sure you don't use any old ivy.jar, for instance by running "ant -diagnostics" and see if there isn't an ivy.jar listed anywhere.

Maarten

> 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.


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

Posted by "Christoffer Soop (JIRA)" <ji...@apache.org>.
     [ 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.