[ 
https://issues.apache.org/jira/browse/S4-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13762958#comment-13762958
 ] 

Oleg Tikhonov commented on S4-55:
---------------------------------

Version 0.6.0. Cloned repository on Windows 7 x64 & x32. Built using cygwin. If 
a path contains Linux file.separator it works. Cygwin cannot replace '\' to '/'.
Seems to be working. 

I'm curious, why this issue is marked as Blocker? 

Can it be close?
                
> s4-piper can‘t be executed success on cygwin
> --------------------------------------------
>
>                 Key: S4-55
>                 URL: https://issues.apache.org/jira/browse/S4-55
>             Project: Apache S4
>          Issue Type: Bug
>    Affects Versions: 0.5.0
>         Environment: cygwin on win7,32bit
>            Reporter: bohr.qiu
>            Priority: Blocker
>             Fix For: 0.6
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> there is something wrong with script 
> incubator-s4\subprojects\s4-tools\build\install\s4-tools\bin\s4-tools run on 
> cygwin,I have modify the script :
> 1.at line 68 script must be "CLASSPATH=$APP_HOME/lib" not  
> "CLASSPATH=$APP_HOME/lib/lib"
> 2.after line 161,I add script 
> if $cygwin; then
>     TMP=''
>       for jar in `ls $CLASSPATH/*.jar` 
>       do 
>               TMP="$TMP;$jar"
>       done
>       CLASSPATH=$TMP
> fi
> for parsing CLASSPATH

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to