Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to complete the "Creating your first component" tutorial for the Talend Component Kit.
https://talend.github.io/component-runtime/main/1.1.1/tutorial-create-my-first-component.html
But when trying to run the command
mvnw clean install
I get a Build Failure
I am using Talend Component Kit 1.1.19
Can anyone tell me why the build fails and how to fix it?
If you append the following line to your package-info.java it will fix the build error.
import org.talend.sdk.component.api.component.Icon;