Tuesday, July 26, 2022

Re: GWT compiler keeps complaining about missing source files


The GwtSpring.gwt.xml reads:
---
<?xml version="1.0" encoding="UTF-8"?>
<module>
    <source path="security.core">
        <include name="GrantedAuthority.java" />
        <include name="CredentialsContainer.java" />
    </source>
    <source path="security.core.userdetails">
        <include name="User.java" />
        <include name="UserDetails.java" />
    </source>
   
    ... further details omitted here ...
</module>


Use slash instead of dots in path="security.core" and path="security.core.userdetails"

-- J.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/366efdee-6851-4842-b6e7-a3602f44275en%40googlegroups.com.

No comments:

Post a Comment