I want to supply a lot of source files to gwtc that are scattered
throughout my existing projects.

The .gwt.xml file's <source path= is happy to take arguments for paths
below itself but balks if I try relative paths into my sources. I have
also tried symbolic links, which partially solve the issue however I
have sources in one project in the package org.foo and sources in a
completely different directory for the package org.foo.bar, which
would mean having to maintain symbolic links in org/foo to some_path/
bar in order to run gwtc, and then have to delete them to build the
java. And there are a lot of them ...

Are there any simple ways to deal with this issue other than say write
a script or ant targets to assemble the sources by linking and or
copying them into one place underneath .gwt.xml file?

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