Thursday, July 18, 2019

Re: Gwt 2.8.2 compilation error

I have some jars added as sources . 15 compilation errors are from the files from these jars however there is actually no error in that jar. 
<compileSourcesArtifacts>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
<compileSourcesArtifact>xxx:jar:sources</compileSourcesArtifact>
</compileSourcesArtifacts>

All errors are like below 

No source code is available for type org.apache.commons.beanutils.PropertyUtils; did you forget to inherit a required module?

These jars are also added as dependency with classifier as sources. So I tried removing compileSourcesArtifacts as its deprecated . However these errors still persist

Thanks
kesavi
On Thursday, 18 July 2019 20:11:57 UTC+10, Frank Hossfeld wrote:
set logLevel=TRACE and fix the 15 compilation errors

--
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/5ab72dfd-f450-4516-8c84-021c49b38596%40googlegroups.com.

No comments:

Post a Comment