On Friday, November 30, 2001, at 08:25  PM, Robert Jenks wrote:

>> If you want to create a separate package, just extend from Foo in the
>> new package.  Though I do not see the reason for doing so.
>>
>> john mcnally
>
> I'm not actually going to extend it in another package, just in another
> directory tree so that my auto-generated Java classes are kept separate 
> from
> my editable classes.

I think that Scarab (http://scarab.tigris.org) stores the
BaseFoo in separate directories from the Foo.  I glanced
through the source and it looks like that his handled
with ant in the build.xml files.  After the object model
is generated there's a filter to copy the Base*.java files
to a different directory.

Probably easier than rewriting the subclasses from scratch
and would probably solve your compiling problems.

-Eric


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

Reply via email to