Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-977

error message is not clear when specifying an invalid value for checksums

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0.0-beta-2
    • 2.1.0-RC1
    • None
    • None

    Description

      When setting the property ivy.checksums in a property file, each publish operation failed with the following error:

      publish:package:
      [echo] >>> Publishing main package to local repository
      [ivy:publish] :: publishing :: com.bene_system#common2-message
      [ivy:publish] publish aborted: deleted R:\ext950_r_costa_INCEPTION_int_dn\devtools\oobs\var\my_local_repo\com.bene_system\common2-message\20081125153702.part

      BUILD FAILED
      R:\ext950_r_costa_INCEPTION_int_dn\devtools\oobs\oobs-java.xml:786: The following error occurred while executing this line:
      R:\ext950_r_costa_INCEPTION_int_dn\devtools\oobs\oobs-java.xml:787: impossible to publish artifacts for com.bene_system#common2-message;working@PO060001737: java.io.IOException: The filename, directory name, or volume label syntax is incorrect

      Total time: 3 seconds

      My ivysettings-file looked as follow:
      <ivysettings>
      <properties file="${ivy.settings.dir}/var/default.properties"/>
      ....
      </ivysettings>

      In the property file default.properties ivy.checksums was defined as follows:
      ivy.checksums = ""

      Even when setting ivy.checksums="md5, sha1" or any other value, the build still failed.

      I then tried to set the property directly in the ivysettings file:
      <ivysettings>
      <properties file="${ivy.settings.dir}/var/default.properties"/>
      <property name="ivy.checksums" value="" />

      And that worked fine.
      So there is a workaround, but it took me a very long time to find out the root cause of this failure. So I propose that at least this is documented somewhere.

      Attachments

        1. ant_stdout.txt
          21 kB
          Marc De Boeck

        Activity

          People

            maartenc Maarten Coene
            mdeboeck Marc De Boeck
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: