Okay, an example of the seemingly random error is as follows:

 
J:\datamodels\organization\src\com\dsgocean\model\org\visitors\UserGroupVisi
tor.java:52: cannot resolve symbol
 symbol  : class   
 location: class com.dsgocean.model.org.visitors.UserGroupVisitor
     protected void validate( StorableObject targetObject,
StorableObject.BaseStorage targetStorage )
               ^
 
J:\datamodels\organization\src\com\dsgocean\model\org\visitors\UserGroupVisi
tor.java:85: missing return value
             return;
             ^
 2 errors



The UserGroupVisitor compiles just fine, and this sort of error moves about
randomly.
And Yes, I know the "return;" is odd, but not illegal since the method it's
in has void return type.
 

What the heck is happening here?

John Volkar



-----Original Message-----
From: John Volkar [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 10, 2002 11:10 AM
To: Ant Users List
Subject: javac task and fork?


I'm getting (seemingly) random compile errors that tell me to contact the
compiler vendor! (Sorry I do not have exact text of message on hand right
now.)

I'm using the <parallel> task to gang compile up to 9 separate projects, I'm
wondering if the random compiler errors are due to all 9 of them running in
the same process and stomping on one another?  

Anybody have a clue? Should I specify fork=yes? to force all 9 of them into
separate processes?

John Volkar

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to