Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0.final
-
None
-
Win 2k, German (has space chars in user's home dir path)
Description
After a resolve, the path to the javadoc archive is not set properly, when the path contains spaces.
In this case, the path to the Ivy cache contains spaces, which are replaced by '%20' in the archive path field
on the propery page of the jar.
C:\Dokumente%20und%20Einstellungen\m.weber\.ivy2\cache\org.junit\junit\javadocs\junit-4.5.zip
should be
C:\Dokumente und Einstellungen\...
If I manually replaced the %20, javadoc location is valid and can be opened.