[daisy] [JIRA] Updated: (DSY-453) Service install & uninstall
scripts fail on Windows XP Pro
Andreas Deininger (JIRA)
issues at cocoondev.org
Wed Apr 18 14:47:20 CDT 2007
[ http://issues.cocoondev.org//browse/DSY-453?page=all ]
Andreas Deininger updated DSY-453:
----------------------------------
Attachment: wrapper_WINNT.patch
The following patch addresses that problem.
Ideally, this issue were addressed by the wrapper software, since all scripts used are simply taken from the wrapper download without alteration (at least regarding the code in question). Tanuki wrapper has a bug tracking system too, I will create an issue there.
> Service install & uninstall scripts fail on Windows XP Pro
> ----------------------------------------------------------
>
> Key: DSY-453
> URL: http://issues.cocoondev.org//browse/DSY-453
> Project: Daisy
> Type: Bug
> Versions: 2.0.1
> Environment: Windows XP Pro version 2002 SP2
> As far as I know it is a standard install, but the machine is not managed by me, so cannot be certain.
> Reporter: Ross Gardler
> Priority: Minor
> Attachments: wrapper_WINNT.patch
>
> The install-daisy-repository-server-service.bat script and the corresponding uninstall script checks for an NT version of windows with the following line:
> if "%OS%"=="Windows_NT" goto nt
> but on my work machine:
> C:\daisydata\service>echo %OS%
> WINNT
> So the script fails, changing to check for WINNT works, but I don't know of any knock on effects for other possible values of %OS%
> The same problem is present in the wiki service install/uninstall scripts
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the daisy
mailing list