Headless build in Visualizer 9

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

In a Visualizer 8 project there was a build.xml to build the application from command line using ant. But a project made with Visualizer 9 doesn't have this script.

Is Headless build still supported in Visualizer 9 ?

How can I build application from command line in this version ?

Hi,

Please refer to the below documentation, which might help you.

https://docs.kony.com/konylibrary/visualizer/visualizer_user_guide/Default.htm#CommandLine.htm

Regards

That article mentioned that to build the application you need to run an ant script in a build.xml file. This is what I said in the question. With V8 a project has the build.xml file but with V9 it doesn't.

But I found this article for Continuous Integration that says there is a build script to run in node. I try this and it's working fine.

https://docs.kony.com/konylibrary/visualizer/visualizer_user_guide/Default.htm#CI_BUILD_Kony_Visualizer.htm

Thank you

Thank you for sharing your solution! 😀