can we have multiple directories in source path for module inheritance?

3 views
Skip to first unread message

Smith

unread,
Jan 5, 2009, 7:46:57 PM1/5/09
to Google Web Toolkit
I have a module that inherits another module. The inherited module
has
<module>
<source path="mydir" />
</module>

placed in a directory called sample. It works for all sources inside
mydir . Can I specify multiple source paths? I need source from mydir
as well as current directory (sample) which contains the module.gwt
file. Is it possible to do this?

thanks,

Smith

unread,
Jan 5, 2009, 7:51:52 PM1/5/09
to Google Web Toolkit
My specific question was if I can give "." to the current directory or
do they all have to be under subdirectories to be specified in <source
path="mydir" /> ? Can I give
<source path="mydir" />
<source path="." />

blissteria

unread,
Jan 6, 2009, 12:02:25 AM1/6/09
to Google Web Toolkit
Hi,

Here is an allowed example:
<source path="mydir" />
<source path="" /> <!-- no dot between the brackets -->

but the first line is not useful as the second line will include mydir
unless you specify any include and exclude rules but this is another
topic.

blissteria

unread,
Jan 6, 2009, 12:09:57 AM1/6/09
to Google Web Toolkit
*brackets => quotes !
Reply all
Reply to author
Forward
0 new messages