Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to find custom component?

I have created customer component following this guide using Intellij plugin:

https://talend.github.io/component-runtime/main/1.0.5/index.html

 

However, after pull & merge I cannot find my custom component anymore. I also cannot find it under file -> edit project properties -> customer component pane. I also cannot find it under plugins folder. Can someone please help?

 

Labels (2)
2 Replies
florentlb
Contributor III
Contributor III

Hi @alex0988,

 

Are you referring to this guide: https://talend.github.io/component-runtime/main/1.0.5/tutorial-create-my-first-component.html ?

 

I'm not sure I get what you did with the pull & merge, can you give more details?

 

Florent

Anonymous
Not applicable
Author

Hi @alex0988,

 

With the kit you can build a "car" (Component ARchive) and then you can execute java -jar yourcomponent.car which will enable you to install it into a studio.

Coming Studio version will have a more friendly UI for that.

 

Romain