pbruining
pbruining
> I needed exactly the same. CardDAV service from our system, but read only. So i implemented the Sabre\DAV\Auth\Backend\AbstractBasic for authentication from our system, Sabre\DAVACL\PrincipalBackend\AbstractBackend for virtual principals (it's from...
I have the same problem. I suspect the create-resources copies the resources without preserve permissions. Therefor the imagemin cannot execute the binary because *nix systems require the +x permission in...
I managed to get it working, it is a executable permission problem! The executable files do not have execute rights. Workaround: copy the sources with antrun and disable the create-resources...
You could create two ant targets one for windows and one for *nix systems. With antrun you kan read the environment and execute the current tasks for *nix systems and...
Handy, could you paste your pom.xml snippet when you have it running. We have developers that run in Windows (they are almost extinct) over here :) But they would really...
Super! When you are done we wil remove the complete workaround!