You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
The project builds and creates a usable war. The test task fails because the compiler cant find src/main/gen ie ingnores the src+=.. entry in gwt .Also i can access the source code in other projects only if i enable sourcecode export in the jar task (the standard build works without it )
Is there a way to specify the sources for tests ? Shouldnt the plugin work with standard gradle sourcesets ?
The text was updated successfully, but these errors were encountered:
Hi
I have problems testing my project.
Im using the following configuration:
The project builds and creates a usable war. The test task fails because the compiler cant find src/main/gen ie ingnores the src+=.. entry in gwt .Also i can access the source code in other projects only if i enable sourcecode export in the jar task (the standard build works without it )
Is there a way to specify the sources for tests ? Shouldnt the plugin work with standard gradle sourcesets ?
The text was updated successfully, but these errors were encountered: