I might be overlooking something very simple here, but I'm
experimenting with GWT and want to do it in a completely separate
project to my usual Netbeans project.  Within my original project I
have two source paths, one for the main Java code and the other for
data.

I plan to plonk a GWT module file in the root of the data path with a
<source> element, and then in my new GWT project, <inherit> the module
in the old project.  I think somewhere I might need to use the <super-
source> element to reference source outside of my project too?

The problem is (and I know this is probably more of an IDE question
than GWT directly), how do I make my new project reference the
_source_ of the old project?  When I try to do project > properties
and add the source directory directly, Netbeans nags and says that the
source can only be owned by one Netbeans project.  I don't want to do
anything special, I just want to reference it and can't understand why
my new project is not allowed.

I can't reference a jar file because I need the original source, I
don't want to copy over the files because they will quickly get out of
date.

Please help! Your comments will be appreciated.

Cheers,
Rob.

--~--~---------~--~----~------------~-------~--~----~
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