Results 1 to 6 of 6

Thread: RC1 jars not properly importing into artifactory repository

  1. #1
    Join Date
    Jan 2010
    Posts
    124

    Default RC1 jars not properly importing into artifactory repository

    We have a local artifactory repository.
    When i import the RC1 jars into this tool the target path is incorrect.

    For ever jar, there is an extra spring-integration-xxxx in the directory path.
    Is this a problem with the jar itself?
    I didn't have any problem with 1.0.4 release.
    --sri

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

    Default

    Can you explain what you mean by "in the directory path"?

    The JAR files included in RC1 are:
    spring-integration-core-2.0.0.RC1.jar
    spring-integration-event-2.0.0.RC1.jar
    spring-integration-feed-2.0.0.RC1.jar
    spring-integration-file-2.0.0.RC1.jar
    spring-integration-ftp-2.0.0.RC1.jar
    spring-integration-groovy-2.0.0.RC1.jar
    spring-integration-http-2.0.0.RC1.jar
    spring-integration-httpinvoker-2.0.0.RC1.jar
    spring-integration-ip-2.0.0.RC1.jar
    spring-integration-jdbc-2.0.0.RC1.jar
    spring-integration-jms-2.0.0.RC1.jar
    spring-integration-jmx-2.0.0.RC1.jar
    spring-integration-mail-2.0.0.RC1.jar
    spring-integration-rmi-2.0.0.RC1.jar
    spring-integration-security-2.0.0.RC1.jar
    spring-integration-sftp-2.0.0.RC1.jar
    spring-integration-stream-2.0.0.RC1.jar
    spring-integration-test-2.0.0.RC1.jar
    spring-integration-twitter-2.0.0.RC1.jar
    spring-integration-ws-2.0.0.RC1.jar
    spring-integration-xml-2.0.0.RC1.jar
    spring-integration-xmpp-2.0.0.RC1.jar

  3. #3
    Join Date
    Jan 2010
    Posts
    124

    Default

    For our development, we directly don't use any external repositories in pom files. So we maintain our own local repository and then point our pom files to use that. We use artifactory repository for all spring and other third party jars.
    When i downloaded RC1 and then imported these jars into our repository using their GUI tool, the target path looks like the following

    ........\spring-integration-core\spring-integration-core\2.0.0.RC1\spring-integration-core-2.0.0.RC1.jar
    Is this an issue with the jar or the artifactory tool that we use for our repository?
    The same tool works for all other spring jars and also with 1.0.4 SI release.

    --sri


    Quote Originally Posted by Mark Fisher View Post
    Can you explain what you mean by "in the directory path"?

    The JAR files included in RC1 are:
    spring-integration-core-2.0.0.RC1.jar
    spring-integration-event-2.0.0.RC1.jar
    spring-integration-feed-2.0.0.RC1.jar
    spring-integration-file-2.0.0.RC1.jar
    spring-integration-ftp-2.0.0.RC1.jar
    spring-integration-groovy-2.0.0.RC1.jar
    spring-integration-http-2.0.0.RC1.jar
    spring-integration-httpinvoker-2.0.0.RC1.jar
    spring-integration-ip-2.0.0.RC1.jar
    spring-integration-jdbc-2.0.0.RC1.jar
    spring-integration-jms-2.0.0.RC1.jar
    spring-integration-jmx-2.0.0.RC1.jar
    spring-integration-mail-2.0.0.RC1.jar
    spring-integration-rmi-2.0.0.RC1.jar
    spring-integration-security-2.0.0.RC1.jar
    spring-integration-sftp-2.0.0.RC1.jar
    spring-integration-stream-2.0.0.RC1.jar
    spring-integration-test-2.0.0.RC1.jar
    spring-integration-twitter-2.0.0.RC1.jar
    spring-integration-ws-2.0.0.RC1.jar
    spring-integration-xml-2.0.0.RC1.jar
    spring-integration-xmpp-2.0.0.RC1.jar

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

    Default

    I don't see how anything about our JARs could be causing that. Are you sure everything is configured correctly?

  5. #5
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    I will question Artifactory here as well as I just tried to clean my repo and do fresh download and my path as you can see is correct:
    org/springframework/integration/spring-integration-core/2.0.0.RC1
    This path was determined by Maven through the POM configuration so Artifactory must do the same.

  6. #6
    Join Date
    Jan 2010
    Posts
    124

    Default

    Let me lookup the artifactory again on monday and respond back to this thread.
    Thanks for your quick responses.
    --sri
    Quote Originally Posted by oleg.zhurakousky View Post
    I will question Artifactory here as well as I just tried to clean my repo and do fresh download and my path as you can see is correct:
    org/springframework/integration/spring-integration-core/2.0.0.RC1
    This path was determined by Maven through the POM configuration so Artifactory must do the same.

Posting Permissions

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