On Jun 7, 11:32 pm, Patrick Tucker <[email protected]> wrote:
> I'm trying to inherit 1 class file that is in a particular package.
> The problem is the package has other classes that inherit from java
> classes that GWT has not emulated.  Because of this I can not use
> something like "<source path="blah/blah" />" in my GWT module.  The
> class iself can be emulated byt GWT as I have pulled it out just to
> test.
>
> The goal is to not move the class file into another package because it
> is being used by other applications using the same class file.
> Basically I am trying to avoid maintaining 2 version of the same exact
> code.
>
> I stumbled across these 
> writeups:http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjec...http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjec...
>
> Which say you can do pattern based filtering on a source element, but
> I can't seem to get it to work.
>
> Has anyone been able to do this?

I haven't checked it myself but this should work:
<source path="foo" includes="Bar.java" />

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to