Re: Linked source folder in Eclipse project and GWT

2008-12-15 Thread pracks
ur query is nt clear,there should be one src folder in eclipse,u can make it
by copying the content of the linkedaa-src

On Mon, Dec 15, 2008 at 4:10 PM, bbones  wrote:

>
> In my case I have 2 source folder in project one of them (src) real,
> another one linked - src_common. How  will look like?
> >
>


-- 
REGARDS,
PRAKASH C.SHARMA

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



Re: Linked source folder in Eclipse project and GWT

2008-12-15 Thread bbones

Ok, solution

1. MyModule-compile.cmd - add full path reference like %~dp0\src;d:
\java\workspace\AnotherPrj\src to launch string

2. MyModule.launch or Run Configuration -  Source - Defult - Add
workspace folder - AnotherPrj\src

Tnx for help any way

On Dec 11, 7:09 pm, bbones  wrote:
> Is it possible to use shared source folder linked Eclipse standard way
> with GWT tools?
>
> There is no problem in design time, compiler see all files in
> classpath. But in Host mode I've got an error
>
> [ERROR] Line 28: No source code is available for type
> plantspring.gwt.intf.MainMenuService; did you forget to inherit a
> required module?
>
> I want to share RPC interface files with different Eclipse project.
>
> What is a right way for that?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Linked source folder in Eclipse project and GWT

2008-12-15 Thread bbones

In my case I have 2 source folder in project one of them (src) real,
another one linked - src_common. How  will look like?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Linked source folder in Eclipse project and GWT

2008-12-12 Thread Eric Ayers

All the source code you'd like the GWT compiler to see must be
referenced in a GWT module.

So you might need to explicitly add in a '' tag in one of
your .gwt.xml files

http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=DevGuideModuleXml

On Dec 11, 12:09 pm, bbones  wrote:
> Is it possible to use shared source folder linked Eclipse standard way
> with GWT tools?
>
> There is no problem in design time, compiler see all files in
> classpath. But in Host mode I've got an error
>
> [ERROR] Line 28: No source code is available for type
> plantspring.gwt.intf.MainMenuService; did you forget to inherit a
> required module?
>
> I want to share RPC interface files with different Eclipse project.
>
> What is a right way for that?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Linked source folder in Eclipse project and GWT

2008-12-12 Thread mikedshaf...@gmail.com

We did something like this on one of our GWT projects.  Unfortunately,
I'm not in the office right now and don't remember exactly what we
did.  But when I return (next week), I'll look at and post here.  It
seems like we had to do some work on both the gwt.xml and the hosted
mode tomcat web.xml.  It did create a synchronization issue between
making Eclipse happy and keeping hosted mode happy.  And if I
remember, we had do some work in ant to get our deployables to be
correct as well.  So I'll take a look at it and post here..

Later,

Shaffer

On Dec 11, 10:09 am, bbones  wrote:
> Is it possible to use shared source folder linked Eclipse standard way
> with GWT tools?
>
> There is no problem in design time, compiler see all files in
> classpath. But in Host mode I've got an error
>
> [ERROR] Line 28: No source code is available for type
> plantspring.gwt.intf.MainMenuService; did you forget to inherit a
> required module?
>
> I want to share RPC interface files with different Eclipse project.
>
> What is a right way for that?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Linked source folder in Eclipse project and GWT

2008-12-11 Thread bbones

Is it possible to use shared source folder linked Eclipse standard way
with GWT tools?

There is no problem in design time, compiler see all files in
classpath. But in Host mode I've got an error

[ERROR] Line 28: No source code is available for type
plantspring.gwt.intf.MainMenuService; did you forget to inherit a
required module?

I want to share RPC interface files with different Eclipse project.

What is a right way for that?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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
-~--~~~~--~~--~--~---