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
When running mvn j2cl:watch from the command line, if there were other bound goals in the pom, they might not run if j2cl:watch doesn't ensure that all generated sources are always available. Side effect from this could include missing generated sources, or source directories not added to the maven project model.
To fix this, j2cl:watch should insist that the compile phase completes before it starts.
The text was updated successfully, but these errors were encountered:
When running
mvn j2cl:watch
from the command line, if there were other bound goals in the pom, they might not run if j2cl:watch doesn't ensure that all generated sources are always available. Side effect from this could include missing generated sources, or source directories not added to the maven project model.To fix this, j2cl:watch should insist that the compile phase completes before it starts.
The text was updated successfully, but these errors were encountered: