Hi Regina,
On 9/6/2013 9:03 PM, Regina Henschel wrote:
> when I click on Windows version of SDK in
> https://cwiki.apache.org/confluence/display/OOOUSERS/Development+Snapshot+Builds
> I get an error
> "Forbidden
> You don't have permission to access
> /~jsc/developer-snapshots/snapshot/windows/Apache_OpenOffice-SDK_4.0.1_Win_x86_install_en-US.exe
> on this server."
that usually happens, if the access controls (ACL) are not set to allow
everyone to do everything
with it. :)
If that is the cause for your problem, then you can fix this as an
Administrator on your Windows
machine using the command line tool "cacl" (change access control list).
In your example, and assuming you are running a German version of Windows, you
might want to try the
following command in a command line window:
cacls "
/~jsc/developer-snapshots/snapshot/windows/Apache_OpenOffice-SDK_4.0.1_Win_x86_install_en-US.exe"
/g
jeder:f
Altghough it looks a little bit strange to see "/~jsc/" on a Window machine.
Hope that helps one way or the other,
---rony
P.S.: On a non-German Windows machine you need to change "jeder" to your local
name for "everyone".