[ https://issues.apache.org/jira/browse/S4-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13762986#comment-13762986 ]
Matthieu Morel commented on S4-55: ---------------------------------- I think the reporter marked it as blocker. I don't think it should be considered as a blocker anyway. And I don't think we should really aim at being compatible with cygwin. Did you make any changes to make it work? In that case, you could list those here for the record, otherwise I suggest we simply close as "won't fix". > 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