[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How can I use a local directory for class generation ?

Is it workable to create your view storage directory on your local machine?
This will cause any generated files (.class files) to be stored locally.  We
use this approach with no problems.

VOB stored on network server, View stored locally on NT machine.

Dave
"Pierre Viret" <viretp@xxxxxxx> wrote in message
news:ajd7bh$1sv$1@xxxxxxxxxxxxxxxx
> Hello !
>
> We are working with .java files on a network server (ClearCase VOB). The
> project files (.classpath & .project) are stored on this share, too. The
> problem is that the .class files are generated to this network server,
> too, with very bad performance as a Result.
> I think that it should be possible to work with source files on a network
> server and let eclipse use a local folder for generating the .class files,
> but I didn't find out how to achieve this.
> Did I miss something or is it simply not possible ?
>
> Pierre
>