Results 1 to 3 of 3

Thread: Bundlor via Ivy

  1. #1
    Join Date
    Aug 2008
    Location
    London
    Posts
    40

    Default Bundlor via Ivy

    Hi

    I'm trying to initialise bundlor as per this page, but it looks like ivy is not pulling all bundlor dependencies. I am getting this error afterwards:

    Code:
    download.bundlor.ivy:
    [ivy:cachepath] :: resolving dependencies :: com.springsource.bundlor#com.springsource.bundlor.ant-caller;working
    [ivy:cachepath]         confs: [runtime]
    [ivy:cachepath]         found com.springsource.bundlor#com.springsource.bundlor.ant;1.0.0.RC1 in com.springsource.repository.bundles.milestone
    [ivy:cachepath]         found com.springsource.util#com.springsource.util.osgi;2.0.0.RC1 in com.springsource.repository.bundles.milestone
    [ivy:cachepath]         found com.springsource.util#com.springsource.util.common;2.0.0.RC1 in com.springsource.repository.bundles.milestone
    [ivy:cachepath]         found com.springsource.util#com.springsource.util.parser.manifest;2.0.0.RC1 in com.springsource.repository.bundles.milestone
    [ivy:cachepath] :: resolution report :: resolve 2734ms :: artifacts dl 30ms
            ---------------------------------------------------------------------
            |                  |            modules            ||   artifacts   |
            |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
            ---------------------------------------------------------------------
            |      runtime     |   4   |   0   |   0   |   0   ||   8   |   0   |
            ---------------------------------------------------------------------
    
    init.bundlor:
    
    BUILD FAILED
    c:\Temp\build.xml:72: The following error occurred while executing this line:
    jar:file:/C:/Documents%20and%20Settings/KoXo/.ivy2/cache/com.springsource.bundlor/com.springsource.bundlor.ant/jars/com.springsource.bundlor.ant-1.0.0.RC1.jar!/com/springsource/bundlor/ant/antlib.xml:3: taskdef A class needed by class com.springsource.bundlor.ant.Bundlor cannot be found: com/springsource/bundlor/support/classpath/ClassPathFactory
    Any ideas how to fix it? Thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Southampton, UK
    Posts
    117

    Default

    Yup, that's a bug in the docs (thanks for catching it before 1.0.0.RELEASE). The 'conf=' value should be changed from 'runtime' to 'ant'. I'll update the docs now.
    Ben Hale
    tc Server Team Core Developer
    http://www.springsource.com/products/tcserver

  3. #3
    Join Date
    Aug 2008
    Location
    London
    Posts
    40

    Default

    Ben, any idea how can I exclude sources from being downloaded in ant configuration? Normally, sources are part of separate sources configuration.
    Last edited by koxo; Feb 1st, 2010 at 04:25 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •