[ 
https://jira.terracotta.org/jira//browse/CDV-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Juris Galang resolved CDV-586.
------------------------------

        Fix Version/s: 2.6-stable0
    Fixed In Revision:  rev 7736, 7745, 7752 (trunk); rev 7754, 7755, 7756 
(2.6)  (was: rev 7548)
           Resolution: Fixed

Reverting back to not using or converting paths to 8dot3 format. Windows 
facility for effecting this isn't very reliable - it may work on a certain 
machine, but wont on another with the same OS config. 

I've added an extra line however to remove the quotes from the incoming paths, 
and re-add it ourselves, which seems to be causing the issue the prompted this 
changeset.
The line was (and similar other lines):

   set JAVA_HOME="%JAVA_HOME:"=%"

Also, we now strip quotes before calling catalina scripts. This is because the 
catalina scripts does some Windows longpath hacking itself, and it does not 
expect the incoming paths to be properly quoted.

See: rev 7736, 7745, 7752 (trunk); rev 7754, 7755, 7756 (2.6)


> Windows scripts broken for some paths
> -------------------------------------
>
>                 Key: CDV-586
>                 URL: https://jira.terracotta.org/jira//browse/CDV-586
>             Project: Community Development
>          Issue Type: Bug
>          Components: Kit & Installation
>    Affects Versions: 2.5.0
>            Reporter: Gary Keim
>            Assignee: Juris Galang
>            Priority: 0 Showstopper
>             Fix For: trunk-nightly, 2.6-stable0
>
>
> This issue came from http://forums.terracotta.org/forums/posts/list/731.page
> The Windows scripts convert directory paths to 8.3 form to avoid trouble with 
> spaces.  The command that does the conversion doesn't work with a path like 
> C:\Program Files\Java\jdk1.6.0, but does with C:\Program 
> Files\Java\jdk1.6.0_04.
> I guess we have to go back to the old way of quoting the given paths, from 
> 2.4.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.terracotta.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
tc-dev mailing list
[email protected]
http://lists.terracotta.org/mailman/listinfo/tc-dev

Reply via email to