does chroot command exist in ant script language?
No. chroot is a low-level unix system command. But Java can be "sandboxed" using security policies: http://java.sun.com/j2se/1.4.2/docs/guide/security/PolicyFiles.html Also, Jan pointed you to <permissions>, a nested element of <java>, which could perhaps be used to revoke write-access to some parts of the filesystem. In any event, it's probably non trivial to setup... --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
