Is there a way to add environment (android,windows and IOS) using ant with the help of any jar Files.
Like we create .wlapp,.war and .adpater files with the help of worklight-ant-builder.jar
I can do this via mfp CLI but i need to do it with out MFP CLI installed in my system just with the help of any jar files or ant ant files.
The ant tasks are meant only for building the project artifacts or deploying the project artifacts. They are not meant for development-time.
For development, there is either Studio or CLI.