Closed GoogleCodeExporter closed 9 years ago
A quick fix for most linux users is
sed --in-place -e 's/ApiKeyServiceDecorator/APIKeyServiceDecorator/' $(PUBLIC)/Src/GoogleApis.Tools.CodeGen/GoogleApis.Tools.CodeGen.csproj
sed --in-place -e '/SyncProjectFiles.exe/d' $(PUBLIC)/Src/GoogleApis/GoogleApis.csproj
rename s/Oauthbase/OAuthBase/ $(PUBLIC)/Src/GoogleApis/Apis/Oauthbase.cs
rename s/Oauthutil/OAuthUtil/ $(PUBLIC)/Src/GoogleApis/Apis/Oauthutil.cs
Original comment by ai...@google.com
on 29 Aug 2012 at 9:28
Fixed in 7d54264f7000
SyncProjectFiles.exe is still being run, but linux builds can work around that
by just building the required parts
xbuild Src/GoogleApis/GoogleApis.csproj
xbuild Src/GoogleApis.Tools.CodeGen/GoogleApis.Tools.CodeGen.csproj
xbuild
GoogleApis.Tools.ServiceGenerator/GoogleApis.Tools.ServiceGenerator.csproj
xbuild
Src/GoogleApis.Authentication.OAuth2/GoogleApis.Authentication.OAuth2.csproj
and copying all the generated DLLs into the the ServiceGenerator bin dir.
Original comment by ai...@google.com
on 9 Nov 2012 at 3:42
Original issue reported on code.google.com by
ai...@google.com
on 29 Aug 2012 at 9:26