Thanks for the suggestion. I will try it out.
>
> try to define different project in Eclipse (just sample) and import it
> to main project path, If I remember well we can defin exlusion/
> inclusion pattern that way between projects (i.e without export
> jar.s),
>
> regards,
> Peter
>
> On Feb 6, 4:20 pm, Asif Rajwani <
asif_rajw...@yahoo.com> wrote:
>
>
>
> > Is there anyway to tell the source tag to pickup the selected set of
> > files, instead of picking up everything in the package and subpacakge.
>
> > <source path="dataaccess/VO*"/> or <source path="dataaccess/abc.java/
>
> > We have business modules in different packages with well define
> > interfaces. Input to all the methods in the interface is POJO and
> > output is also POJO. We would like to use these POJO on client side as
> > well. These POJO resides in the same package as the business logic. if
> > we try to set the source path in *.gwt.xml to business module package
> > it fails, as there are classes there which could not be converted.
>
> > Putting all these classes in different package really would not make
> > sense in our case. If this capability is not available, is there any
> > plan to add it. Is there any easy workaround in the mean time.- Hide quoted text -