Hi,
In previous versions there was simple .exe to install both OnlyOffice and the Editor, does one currently exist for the latest version, if so where can I find it? I have download the the CommunityServer-Master but the build scripts fail.
with the following error.
MSBUILD : error MSB1009: Project file does not exist.
Switch: msbuild\build.proj
Your help would be appreciated.
Regards
What is Latest community version for window
Re: What is Latest community version for window
Could you please provide a link to the version you've downloaded?
The compilation script is here: build/msbuild/build.proj
The compilation script is here: build/msbuild/build.proj
Re: What is Latest community version for window
Hi Dean,
I downloaded from
https://github.com/ONLYOFFICE/CommunityServer
I opened up the Build.proj and altered the path string, that got me past the first error message, but then failed everywhere else.
In Build.proj file
Orginal:
<PropertyGroup>
<ASCDir>..\..\</ASCDir>
Tryed to change to:
<PropertyGroup>
<ASCDir>..\..\</C:\cmaster>
Did not like it.
And then tried change the following by placing C:\cmaster (A little more success, but then failed as you would expect in other areas.
<PropertyGroup>
<NuGetCommand Condition=" '$(OS)' == 'Windows_NT'">c:\cmaster.nuget\NuGet.exe</NuGetCommand>
<NuGetCommand Condition=" '$(OS)' != 'Windows_NT' ">mono c:\cmaster.nuget\NuGet.exe</NuGetCommand>
<PackagesConfig>c:\cmaster.nuget\packages.config</PackagesConfig>
<NuGetConfig>c:\cmaster.nuget\NuGet.Config</NuGetConfig>
thanks for your help
I downloaded from
https://github.com/ONLYOFFICE/CommunityServer
I opened up the Build.proj and altered the path string, that got me past the first error message, but then failed everywhere else.
In Build.proj file
Orginal:
<PropertyGroup>
<ASCDir>..\..\</ASCDir>
Tryed to change to:
<PropertyGroup>
<ASCDir>..\..\</C:\cmaster>
Did not like it.
And then tried change the following by placing C:\cmaster (A little more success, but then failed as you would expect in other areas.
<PropertyGroup>
<NuGetCommand Condition=" '$(OS)' == 'Windows_NT'">c:\cmaster.nuget\NuGet.exe</NuGetCommand>
<NuGetCommand Condition=" '$(OS)' != 'Windows_NT' ">mono c:\cmaster.nuget\NuGet.exe</NuGetCommand>
<PackagesConfig>c:\cmaster.nuget\packages.config</PackagesConfig>
<NuGetConfig>c:\cmaster.nuget\NuGet.Config</NuGetConfig>
thanks for your help
Re: What is Latest community version for window
PLease change t6he paths back and specify the way you deploy oNLYOFFICE. We have a special bat-file for deploy:
build\BuildAndDeploy.bat
build\BuildAndDeploy.bat