I think on a recent thread here someone asserted that you can use a
path like <source path="../../a/b/c"/>.  I hadn't though that
possible, but if it does work, it should be discouraged because of non-
portability.  (Who's to say that stuff outside the structure of your
module will be in the same relative location at all times?)  I think
Dobes has the right answer (above).  Either move it into your module,
or make it part of some other module that you inherit.

Walden

On Oct 31, 2:03 am, "Richard Corsale" <[EMAIL PROTECTED]>
wrote:
> Ive tried to do the same thing, it wont work though. I think it has someting
> to do with the serialization engine's analysis pd the package for .client at
> compile Time... but yeah not having to copy files with like.. Constants in
> them to the client and server would be nice :)
>
>
>
> On Thu, Oct 30, 2008 at 9:50 PM, AB <[EMAIL PROTECTED]> wrote:
>
> > I have a module and tried to include a .java file that is on the gwt
> > compile cp but not in the module (ie, not under
> > com.mycompany.mymodule.client). I reference the class in my module.
> > The compiler cannot find the .java file. Is the only way to include it
> > by building another module and including that module?  I am trying to
> > create a bunch of shared utilities classes.  Any help is
> > appreciated.- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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