[
https://issues.apache.org/jira/browse/S4-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291692#comment-13291692
]
Matthieu Morel commented on S4-55:
----------------------------------
For 0.5, we should focus on running on mac/linux systems that developers can
easily test with. It's probably too early too expect full integration with all
kinds of environments, and gradle seems to be having issues with cygwin.
So I'd postpone this to a later release.
> 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
> Environment: cygwin on win7,32bit
> Reporter: qiu zhan bo
> Priority: Blocker
> Fix For: 0.5
>
> 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:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira