[
https://issues.apache.org/jira/browse/S4-55?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthieu Morel resolved S4-55.
------------------------------
Resolution: Later
Building with cygwin is not currently supported
> 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