It's also possible that the directory /tmp/lzswf9 exists (from some previous runs), and is not owned or writable by the new user you created. Try either: $ chmod o+w -R /tmp/lzswf9 $ rm -rf /tmp/lzswf9
On Oct 4, 2011, at 12:33 PM, [email protected] wrote: > Does the new user you created have write access to /tmp? The compiler will > place the temp files in the /tmp/lzswf9 directory. > > > On Tue, Oct 4, 2011 at 9:59 AM, Rami Ojares wrote: > >> I ran that piece of ant fragment >> it also reported that my temp folder /tmp >> The user can make directories there. >> >> - rami >> > -- Don Anderson Java/C/C++, Berkeley DB, systems consultant voice: 617-306-2057 email: [email protected] www: http://www.ddanderson.com blog: http://libdb.wordpress.com
