Results 1 to 7 of 7

Thread: Problems Building

  1. #1
    Join Date
    May 2006
    Posts
    10

    Default Problems Building

    Is anybody else experiencing problems building? I tried running the precommit target in build-spring-integration/build.xml (with nothing in my ivy cache) and end up getting an ivy error resolving com.springsource.org.eclipse.jdt.core.compiler.bat ch.jar. I have tried this both at the trunk and the M4 tag.

    I have also tried the jar target in the integration project - same result.

    CS

    Code:
    [ivy:cachepath] downloading s3://repository.springsource.com/ivy/bundles/external/org.eclipse.jdt/com.springsource.org.eclipse.jdt.core.compiler.batch/3.3.0/com.springsource.org.eclipse.jdt.core.compiler.batch-3.3.0.jar ...
    [ivy:cachepath] 	bundle-external-repository: downloading s3://repository.springsource.com/ivy/bundles/external/org.eclipse.jdt/com.springsource.org.eclipse.jdt.core.compiler.batch/3.3.0/com.springsource.org.eclipse.jdt.core.compiler.batch-3.3.0.jar
    [ivy:cachepath]  (1534kB)
    [ivy:cachepath] WARN: 	[FAILED     ] org.eclipse.jdt#com.springsource.org.eclipse.jdt.core.compiler.batch;3.3.0!com.springsource.org.eclipse.jdt.core.compiler.batch.jar: D:\Java\workspaces\Sandbox\spring-integration-1.0.0.M4\org.springframework.integration\..\ivy-cache\repository\org.eclipse.jdt\com.springsource.org.eclipse.jdt.core.compiler.batch\3.3.0\com.springsource.org.eclipse.jdt.core.compiler.batch-3.3.0.jar.part (The filename, directory name, or volume label syntax is incorrect) (2266ms)
    [ivy:cachepath] 		tried s3://repository.springsource.com/ivy/bundles/external/org.eclipse.jdt/com.springsource.org.eclipse.jdt.core.compiler.batch/3.3.0/com.springsource.org.eclipse.jdt.core.compiler.batch-sources-3.3.0.jar
    [ivy:cachepath] downloading s3://repository.springsource.com/ivy/bundles/external/org.eclipse.jdt/com.springsource.org.eclipse.jdt.core.compiler.batch/3.3.0/com.springsource.org.eclipse.jdt.core.compiler.batch-sources-3.3.0.jar ...
    [ivy:cachepath] 	bundle-external-repository: downloading s3://repository.springsource.com/ivy/bundles/external/org.eclipse.jdt/com.springsource.org.eclipse.jdt.core.compiler.batch/3.3.0/com.springsource.org.eclipse.jdt.core.compiler.batch-sources-3.3.0.jar
    [ivy:cachepath]  (1201kB)
    [ivy:cachepath] WARN: 	[FAILED     ] org.eclipse.jdt#com.springsource.org.eclipse.jdt.core.compiler.batch;3.3.0!com.springsource.org.eclipse.jdt.core.compiler.batch-sources.jar(src): D:\Java\workspaces\Sandbox\spring-integration-1.0.0.M4\org.springframework.integration\..\ivy-cache\repository\org.eclipse.jdt\com.springsource.org.eclipse.jdt.core.compiler.batch\3.3.0\com.springsource.org.eclipse.jdt.core.compiler.batch-sources-3.3.0.jar.part (The filename, directory name, or volume label syntax is incorrect) (281ms)
    [ivy:cachepath] WARN: 	[FAILED     ] org.eclipse.jdt#com.springsource.org.eclipse.jdt.core.compiler.batch;3.3.0!com.springsource.org.eclipse.jdt.core.compiler.batch.jar: D:\Java\workspaces\Sandbox\spring-integration-1.0.0.M4\org.springframework.integration\..\ivy-cache\repository\org.eclipse.jdt\com.springsource.org.eclipse.jdt.core.compiler.batch\3.3.0\com.springsource.org.eclipse.jdt.core.compiler.batch-3.3.0.jar.part (The filename, directory name, or volume label syntax is incorrect) (2266ms)
    [ivy:cachepath] WARN: ==== bundle-external-repository: tried
    [ivy:cachepath] WARN:   s3://repository.springsource.com/ivy/bundles/external/org.eclipse.jdt/com.springsource.org.eclipse.jdt.core.compiler.batch/3.3.0/com.springsource.org.eclipse.jdt.core.compiler.batch-3.3.0.jar
    [ivy:cachepath] WARN: 	[FAILED     ] org.eclipse.jdt#com.springsource.org.eclipse.jdt.core.compiler.batch;3.3.0!com.springsource.org.eclipse.jdt.core.compiler.batch-sources.jar(src): D:\Java\workspaces\Sandbox\spring-integration-1.0.0.M4\org.springframework.integration\..\ivy-cache\repository\org.eclipse.jdt\com.springsource.org.eclipse.jdt.core.compiler.batch\3.3.0\com.springsource.org.eclipse.jdt.core.compiler.batch-sources-3.3.0.jar.part (The filename, directory name, or volume label syntax is incorrect) (281ms)
    [ivy:cachepath] WARN: ==== bundle-external-repository: tried
    [ivy:cachepath] WARN:   s3://repository.springsource.com/ivy/bundles/external/org.eclipse.jdt/com.springsource.org.eclipse.jdt.core.compiler.batch/3.3.0/com.springsource.org.eclipse.jdt.core.compiler.batch-sources-3.3.0.jar
    [ivy:cachepath] :: resolution report :: resolve 109ms :: artifacts dl 2704ms
    [ivy:cachepath] WARN: 	::::::::::::::::::::::::::::::::::::::::::::::
    [ivy:cachepath] WARN: 	::              FAILED DOWNLOADS            ::
    [ivy:cachepath] WARN: 	:: ^ see resolution messages for details  ^ ::
    [ivy:cachepath] WARN: 	::::::::::::::::::::::::::::::::::::::::::::::
    [ivy:cachepath] WARN: 	:: org.eclipse.jdt#com.springsource.org.eclipse.jdt.core.compiler.batch;3.3.0!com.springsource.org.eclipse.jdt.core.compiler.batch.jar
    [ivy:cachepath] WARN: 	:: org.eclipse.jdt#com.springsource.org.eclipse.jdt.core.compiler.batch;3.3.0!com.springsource.org.eclipse.jdt.core.compiler.batch-sources.jar(src)
    [ivy:cachepath] WARN: 	::::::::::::::::::::::::::::::::::::::::::::::
    [ivy:cachepath] 	report for org.eclipse.jdt#com.springsource.org.eclipse.jdt.core.compiler.batch-caller;working runtime produced in D:\Java\workspaces\Sandbox\spring-integration-1.0.0.M4\org.springframework.integration\..\ivy-cache\resolution\ecj.classpath-runtime.xml
    [ivy:cachepath] 	resolve done (109ms resolve - 2704ms download)

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

    Default

    Do you know off hand if you're working behind a proxy of some kind? Also, can you see if you can ping repository.springsource.com?
    Ben Hale
    tc Server Team Core Developer
    http://www.springsource.com/products/tcserver

  3. #3
    Join Date
    May 2006
    Posts
    10

    Default

    I'm not at the machine now. But it is not not behind a firewall and other things were downloaded before the failure.

    CS

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

    Default

    Actually, the problem doesn't appear to be the download, but rather writing them out to your local cache. What filesystem are you on, FAT32 or NTFS?
    Ben Hale
    tc Server Team Core Developer
    http://www.springsource.com/products/tcserver

  5. #5
    Join Date
    May 2006
    Posts
    10

    Default

    NTFS; XP Pro, Service Pack 3; Plenty of space on the drive.

    I overrode the build properties for ivy.cache.dir and integration.repo.dir and was able to build. This did two things. One it shortened the directory path for things and two it removed the ../ from the default values. Not sure if either was the cause, but I am able to build now.

    CS

  6. #6
    Join Date
    Jun 2008
    Posts
    15

    Default

    yes,the problem doesn't appear to be the download

  7. #7
    Join Date
    Oct 2007
    Location
    Toronto, ON
    Posts
    90

    Default

    Quote Originally Posted by cswing View Post
    NTFS; XP Pro, Service Pack 3; Plenty of space on the drive.

    I overrode the build properties for ivy.cache.dir and integration.repo.dir and was able to build. This did two things. One it shortened the directory path for things and two it removed the ../ from the default values. Not sure if either was the cause, but I am able to build now.

    CS
    The shortened path is the answer. Windows allows for only 260 characters a file path name, so any attempt to write a file whose path is longer than that will yield the error which claims that 'The filename, directory name, or volume label syntax is incorrect)', but for example one of the offending files has 263 characters.
    Marius Bogoevici,
    Spring Integration Committer

Posting Permissions

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