Results 1 to 7 of 7

Thread: build spring integration from subversion

  1. #1
    Join Date
    Sep 2007
    Posts
    6

    Default build spring integration from subversion

    I am new to maven and ivy and trying to kick off ant to build from source like this: ant jar test package
    but I got this error from console, can someone please help?

    BUILD FAILED
    C:\OpenSource\SubversionRepo\SpringIntegration\GA\ spring-build\multi-bundle\artifact.xml:45: The following error occurre
    d while executing this line:
    C:\OpenSource\SubversionRepo\SpringIntegration\GA\ spring-build\multi-bundle\common.xml:71: The following error occurred
    while executing this line:
    C:\OpenSource\SubversionRepo\SpringIntegration\GA\ spring-build\common\common.xml:81: impossible to resolve dependencies:

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,853

    Default

    Are you doing this from within the "build-spring-integration" directory after having checked out trunk?

  3. #3
    Join Date
    Sep 2007
    Posts
    6

    Default

    Yes I did this from within the "build-spring-integration" directory after having checked out trunk.

  4. #4
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,853

    Default

    Are you running this within a corporate firewall, or is there anything else unique about the environment?

    Before seeing this error, are there any more detailed messages? Try scrolling through the output to see if there is a particular JAR, etc.

  5. #5
    Join Date
    Sep 2007
    Posts
    6

    Default

    I think you r right, I was running it within corporate file wall. I will try it again at home tonight.
    resolve.compile:
    [ivy:cachepath] Dec 5, 2008 4:26:57 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
    [ivy:cachepath] INFO: I/O exception (java.net.SocketException) caught when processing request: Unconnected sockets not i
    mplemented
    [ivy:cachepath] Dec 5, 2008 4:26:57 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
    [ivy:cachepath] INFO: Retrying request
    [ivy:cachepath] Dec 5, 2008 4:26:57 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
    [ivy:cachepath] INFO: I/O exception (java.net.SocketException) caught when processing request: Unconnected sockets not i
    mplemented
    [ivy:cachepath] s3://repository.springsource.com/ivy/libraries/snapshot/org.springframework/org.springframewor
    k.transaction/2.5.6/ivy-2.5.6.xml
    [ivy:cachepath] ::::::::::::::::::::::::::::::::::::::::::::::
    [ivy:cachepath] :: UNRESOLVED DEPENDENCIES ::
    [ivy:cachepath] ::::::::::::::::::::::::::::::::::::::::::::::
    [ivy:cachepath] :: org.springframework#org.springframework.aop;2.5.6: not found
    [ivy:cachepath] :: org.springframework#org.springframework.context;2. 5.6: not found
    [ivy:cachepath] :: org.springframework#org.springframework.transactio n;2.5.6: not found
    [ivy:cachepath] ::::::::::::::::::::::::::::::::::::::::::::::

  6. #6
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,853

    Default

    Indeed, that is what it looks like. Please post back after trying at home.

    The repository that you would need access to is the SpringSource Enterprise Bundle Repository: http://www.springsource.com/repository/

  7. #7
    Join Date
    Sep 2007
    Posts
    6

    Default

    Tried at home last night, worked! Looks like my company blocked S3 access, thanks, Mark !

Posting Permissions

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