[
https://issues.apache.org/jira/browse/IVY-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651361#action_12651361
]
Marc De Boeck commented on IVY-977:
-----------------------------------
Maarten,
I am afraid I still have the same error message:
[ivy:publish] :: Marc is 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\C2.0\20081127150815.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#C2.0;[EMAIL
PROTECTED]: java.io.IOException: The filename, directory name, or volume label
syntax is incorrect
I had first rebuilt ivy using SVN-revision 721019. I think I got the right
version because the CHANGES.txt file included also this issue. I am also sure I
have used the rebuilt ivy.jar (because I added "Marc is publishing" in the
publish message).
Anyhow, for me this issue is not so important. But if you would consider making
another change, I don't mind retesting it.
Marc
> error message is not clear when specifying an invalid value for checksums
> -------------------------------------------------------------------------
>
> Key: IVY-977
> URL: https://issues.apache.org/jira/browse/IVY-977
> Project: Ivy
> Issue Type: Improvement
> Affects Versions: 2.0.0-beta-2
> Environment: * Windows XP
> * java version "1.5.0_14"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
> Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode, sharing)
> * Apache Ant version 1.7.0 compiled on December 13 2006
> Reporter: Marc De Boeck
> Assignee: Maarten Coene
> Priority: Minor
> Fix For: trunk
>
>
> 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;[EMAIL
> PROTECTED]: 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.