[jira] [Commented] (S4-53) Install S4 failure
[
https://issues.apache.org/jira/browse/S4-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13762997#comment-13762997
]
Matthieu Morel commented on S4-53:
--
It's still open because we don't test with that environment. But you provide a
workaround and tested it works.
Thanks!
> Install S4 failure
> --
>
> Key: S4-53
> URL: https://issues.apache.org/jira/browse/S4-53
> Project: Apache S4
> Issue Type: Bug
>Affects Versions: 0.5.0
> Environment: cygwin on windows 7,32bit
>Reporter: bohr.qiu
>Priority: Blocker
> Original Estimate: 0.1h
> Remaining Estimate: 0.1h
>
> I test s4-piper follow
> https://cwiki.apache.org/confluence/display/S4/S4+piper+walkthrough ,
> and I build the startup scripts "./gradlew s4-tools:installApp" in cygwin,it
> throw an exception when task ":s4-tools:startScripts" been executed as
> follows:
> org.gradle.api.UncheckedIOException: Could not normalize path for file
> "D:\opensource\incubator-s4\subprojects\s4-tools\$APP_HOME\lib\*".
> It replace task "startScripts" in
> incubator-s4/subprojects/s4-tools/s4-tools.gradle with "classpath =
> files('$APP_HOME/lib/')" ,it works.
--
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
[jira] [Commented] (S4-53) Install S4 failure
[
https://issues.apache.org/jira/browse/S4-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13762972#comment-13762972
]
Oleg Tikhonov commented on S4-53:
-
Verion 0.6.0. Windows 7, x64 & x32. Built by cygwin. It depends on '\' & '/'.
Cygwin cannot replace windows file.separator to Linux file.separator.
For cygwin users should be changed manually.
Seems to be working. Why this issue is still open & marked as Bloker?
> Install S4 failure
> --
>
> Key: S4-53
> URL: https://issues.apache.org/jira/browse/S4-53
> Project: Apache S4
> Issue Type: Bug
>Affects Versions: 0.5.0
> Environment: cygwin on windows 7,32bit
>Reporter: bohr.qiu
>Priority: Blocker
> Original Estimate: 0.1h
> Remaining Estimate: 0.1h
>
> I test s4-piper follow
> https://cwiki.apache.org/confluence/display/S4/S4+piper+walkthrough ,
> and I build the startup scripts "./gradlew s4-tools:installApp" in cygwin,it
> throw an exception when task ":s4-tools:startScripts" been executed as
> follows:
> org.gradle.api.UncheckedIOException: Could not normalize path for file
> "D:\opensource\incubator-s4\subprojects\s4-tools\$APP_HOME\lib\*".
> It replace task "startScripts" in
> incubator-s4/subprojects/s4-tools/s4-tools.gradle with "classpath =
> files('$APP_HOME/lib/')" ,it works.
--
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
[jira] [Commented] (S4-53) Install S4 failure
[
https://issues.apache.org/jira/browse/S4-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291695#comment-13291695
]
Matthieu Morel commented on S4-53:
--
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.
> Install S4 failure
> --
>
> Key: S4-53
> URL: https://issues.apache.org/jira/browse/S4-53
> Project: Apache S4
> Issue Type: Bug
>Affects Versions: 0.5
> Environment: cygwin on windows 7,32bit
>Reporter: qiu zhan bo
>Priority: Blocker
> Fix For: 0.5
>
> Original Estimate: 0.1h
> Remaining Estimate: 0.1h
>
> I test s4-piper follow
> https://cwiki.apache.org/confluence/display/S4/S4+piper+walkthrough ,
> and I build the startup scripts "./gradlew s4-tools:installApp" in cygwin,it
> throw an exception when task ":s4-tools:startScripts" been executed as
> follows:
> org.gradle.api.UncheckedIOException: Could not normalize path for file
> "D:\opensource\incubator-s4\subprojects\s4-tools\$APP_HOME\lib\*".
> It replace task "startScripts" in
> incubator-s4/subprojects/s4-tools/s4-tools.gradle with "classpath =
> files('$APP_HOME/lib/')" ,it works.
--
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
[jira] [Commented] (S4-53) Install S4 failure
[
https://issues.apache.org/jira/browse/S4-53?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287545#comment-13287545
]
Matthieu Morel commented on S4-53:
--
Thanks for pointing this out! (we hadn't tested under cygwin yet)
I'll check if modifying the classpath as you point also works on mac/linux and
update that if it works.
> Install S4 failure
> --
>
> Key: S4-53
> URL: https://issues.apache.org/jira/browse/S4-53
> Project: Apache S4
> Issue Type: Bug
>Affects Versions: 0.5
> Environment: cygwin on windows 7,32bit
>Reporter: qiu zhan bo
>Priority: Blocker
> Fix For: 0.5
>
> Original Estimate: 0.1h
> Remaining Estimate: 0.1h
>
> I test s4-piper follow
> https://cwiki.apache.org/confluence/display/S4/S4+piper+walkthrough ,
> and I build the startup scripts "./gradlew s4-tools:installApp" in cygwin,it
> throw an exception when task ":s4-tools:startScripts" been executed as
> follows:
> org.gradle.api.UncheckedIOException: Could not normalize path for file
> "D:\opensource\incubator-s4\subprojects\s4-tools\$APP_HOME\lib\*".
> It replace task "startScripts" in
> incubator-s4/subprojects/s4-tools/s4-tools.gradle with "classpath =
> files('$APP_HOME/lib/')" ,it works.
--
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
