QuickStart tutorial does not work
---------------------------------

                 Key: IVY-668
                 URL: https://issues.apache.org/jira/browse/IVY-668
             Project: Ivy
          Issue Type: Bug
    Affects Versions: 2.0.0-alpha-2
         Environment: Ubuntu Linux 7.04
            Reporter: Peter Arrenbrecht


I downloaded

  http://ant.apache.org/ivy/history/trunk/samples/build.xml

to a blank folder and ran "ant" as indicated in

  http://ant.apache.org/ivy/history/trunk/tutorial.html

However, the result was:

{noformat}
Buildfile: build.xml

download-ivy:
    [mkdir] Created dir: /home/peo/temp/ivytest/ivy
     [echo] installing ivy...
      [get] Getting: 
http://people.apache.org/~xavier/ivy/2.0.0-alpha-2-incubating/ivy.jar
      [get] To: /home/peo/temp/ivytest/ivy/ivy.jar

install-ivy:

generate-src:
    [mkdir] Created dir: /home/peo/temp/ivytest/src/example

go:
     [echo] using ivy to resolve commons-lang 2.1...
[ivy:cachepath] :: Ivy 2.0.0-alpha2-incubating - 20070712142751 :: 
http://incubator.apache.org/ivy/ ::
[ivy:cachepath] No ivy:settings found for the default reference 'ivy.instance'. 
 A default instance will be used
[ivy:cachepath] no settings file found, using default...
[ivy:cachepath] :: loading settings :: url = 
jar:file:/home/peo/temp/ivytest/ivy/ivy.jar!/org/apache/ivy/core/settings/ivysettings.xml
[ivy:cachepath] :: resolving dependencies :: [ commons-lang | 
commons-lang-caller | working ]
[ivy:cachepath]         confs: [default, master, compile, provided, runtime, 
test, system]
[ivy:cachepath]         found [ commons-lang | commons-lang | 2.1 ] in public
[ivy:cachepath] :: resolution report ::
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   1   |   0   |   0   |   0   ||   0   |   0   |
        |      master      |   1   |   0   |   0   |   0   ||   0   |   0   |
        |      compile     |   1   |   0   |   0   |   0   ||   0   |   0   |
        |     provided     |   1   |   0   |   0   |   0   ||   0   |   0   |
        |      runtime     |   1   |   0   |   0   |   0   ||   0   |   0   |
        |       test       |   1   |   0   |   0   |   0   ||   0   |   0   |
        |      system      |   1   |   0   |   0   |   0   ||   0   |   0   |
        ---------------------------------------------------------------------
[ivy:cachepath] 
[ivy:cachepath] :: problems summary ::
[ivy:cachepath] :::: WARNINGS
[ivy:cachepath]                 ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:cachepath]                 ::          UNRESOLVED DEPENDENCIES         ::
[ivy:cachepath]                 ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:cachepath]                 :: [ commons-lang | commons-lang | 2.1 ]: 
configuration not public in [ commons-lang | commons-lang | 2.1 ]: test. It was 
required from [ commons-lang | commons-lang-caller | working ] test
[ivy:cachepath]                 ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:cachepath] 
[ivy:cachepath] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
/home/peo/temp/ivytest/build.xml:85: impossible to resolve dependencies: 
resolve failed - see output for details
{noformat}

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

Reply via email to