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

appc does not work in a multithreaded Ant task

3 views
Skip to first unread message

Jose Rios

unread,
Jul 29, 2004, 1:39:24 PM7/29/04
to
I am using WL8.1 SP3. For months I have being using ejbc to generate my EJBs using Ant which spawns multiple threads, each with a different bean, to speed up the build process.
Now I tried appc which is supposed to replace ejbc and it runs ok with 1 thread. When running more than 1 thread they all try to write/read to my temp directory and you know the kind of problems with this unprotected access to the same resource.
So my question is for BEA: how the hell appc is using my temp directory in the first place? Each Ant task is given a working directory, why are they in another place?
Maybe I am missing an argument but I don't see anything related to a working directory in the online documentation.
thanks in advance.

Jose Rios

unread,
Jul 29, 2004, 1:56:36 PM7/29/04
to
0 new messages