[
http://jira.codehaus.org/browse/CONTINUUM-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brett Porter closed CONTINUUM-1501.
-----------------------------------
Resolution: Won't Fix
superceded by new Jetty bundle
> run.sh doesn't properly resolve symbolic link
> ---------------------------------------------
>
> Key: CONTINUUM-1501
> URL: http://jira.codehaus.org/browse/CONTINUUM-1501
> Project: Continuum
> Issue Type: Bug
> Components: Environmental
> Affects Versions: 1.1-beta-3
> Environment: Linux
> Reporter: Nicolas Rougé
> Priority: Minor
>
> Continuum 1.1-beta-3 installed in my linux box and configured to start
> automatically as descibed in
> [http://maven.apache.org/continuum/guides/mini/guide-linux-boot.html].
> At startup, I've got the following message :
> {code}
> /etc/rc2.d/S80continuum: line 62: cd: ../init.d/../..: No such file or
> directory
> {code}
> This problem seems very similar to
> [MAVEN-1532|http://jira.codehaus.org/browse/MAVEN-1532], so I tried replacing
> {code}
> if expr "$link" : '.*/.*' > /dev/null; then
> {code}
> with
> {code}
> if expr "$link" : '/.*' > /dev/null; then
> {code}
> in run.sh, and it's working fine.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira