At 16:45 +0200 08-05-2003, Christian Mittendorf wrote:
>That was the problem. I run wotaskd as a special user "wouser" and
>there were some exec and access rights which stopped the app from
>working. After fixing these rights using your tip for catching the
>apps output, it is now working fine. Thanks!
Hi!
Just fyi:
In src/java/org/objectstyle/woproject/ant/WOApplication.java
we have changed
chmod.setPerm("gu+x");
to
chmod.setPerm("a+x");
for building our apps for deployment because we too use a special to
run our WO-apps.
-Kaj :)
This archive was generated by hypermail 2.0.0 : Fri May 09 2003 - 14:40:24 EDT