Jose Rios
unread,Jul 29, 2004, 1:39:24 PM7/29/04You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.