Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Component Kit Tutorial Build Failure

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 

0683p000009M9p2.png

 

 

 

 

 

I am using Talend Component Kit 1.1.19

 

Can anyone tell me why the build fails and how to fix it?

 

 

Labels (3)
1 Reply
Anonymous
Not applicable
Author

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;