Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is it possible to change the working directory for appc

1 view
Skip to first unread message

Bernhard Lenz

unread,
Jul 30, 2003, 6:33:31 PM7/30/03
to
I realized that weblogic.appc creates a working directory /var/tmp/appcgen
when compiling ejbs. What happens if 2 developers run weblogic.appc at the
same time? Will they be using the same temp directory and therefore get in
each others way? I'd rather like to create a temp directory which is unique
for the machine. Our build scripts would be able to create such a directory
but I couldn't find anything in appc to set the temp directory.

Do you have any advice?
Thanks for your help.
Greetings
Bernie


Rod Spearman

unread,
Sep 21, 2004, 3:06:04 PM9/21/04
to
Hi Bernie, did you ever find a way to change this working directory? We're running into permission problems with two developers executing appc at the same time.

Thanks,
-Rod

aturne...@yahoo.com

unread,
Feb 14, 2005, 3:01:07 PM2/14/05
to


You can change this directory by passing in the
'-Djava.io.tmpdir=DIRECTORY_NAME' system property where DIRECTORY_NAME
is the directory that you want the temp files to be created in.

later,
andy

0 new messages