Hi all,
How can I force Servoy developer to export NG2 resources?
I have rebuild, cleaned and rebuilt the NG2 packages, but when export a .war file and deploy it I get a “No NGClient2 resources exported” message when trying to launch the client.
I notice the command-line equivalent has a -ng2false flag at the end.
I don’t see any checkbox for exporting NG2 anywhere.
How do I get rid of the -ng2false so servoy exports ng2?
Servoy Developer Version: 2024.9.0.4002
I think from 06 (and for sure 09) on TiNG should be default
So i am not even sure if the -ng2 flag really does anything anymore, you shouldn’t be able to NOT export TiNG…
Hi Johan,
It is exporting really quickly as it does not have anything to export!
If I export from the command line replacing the -ng2false flag with -ng2 I get a healthy .war.
I was just wondering whether there is a file of settings somewhere that I can edit to remove the -ng2false?
right i see it now at the command line you still can set to not export ng2 (default is true, but if you give a false we don’t do it)
I removed the it from the generated command line from the war exporter of the developer (so now it doesn’t give that option at all anymore and it is default true)