Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
MTro
Contributor
Contributor

The developer mode doesn't work

Hi all,

I upgraded Talend studio to 7.3. In order to create a custom component, I downloaded the talend module for Intellij ide and created a sample component (a simple logger, it works).

To enable the dev mode in talend studio I added the following property in config.ini file:

component.environment = dev

To deploy the component to the studio I run :

mvn talend-component:deploy-in-studio -Dtalend.component.studioHome=<talend studio path> -Dtalend.component.enforceDeployment=true

It works the first time but is not able to update the component. To do that I need to close talend studio, delete the component jar and rerun the command. It takes a lot of time.

The new button for dev mode appeared in the main tab in talend studio has no effect.

What can I do?

Thanks

Labels (3)
1 Reply
undx
Creator
Creator

Hi @Michele Trombacca​ ,

If the artifact has the same version as the previous installed and is not in -SNAPSHOT version, the installer won't install the new artifact. Either bump your version or put it in snapshot state.

As the artifact wasn't installed, the dev button has no effect.

Best regards.