How do you manage project area via ant in rsa?
Accepted answer
You will have to create your own ANT tasks. There are no built in ant tasks that I would be aware of.
These descriptions are for the build toolkit. Maybe they help.
https://ryehle.wordpress.com/2011/12/21/adding-a-custom-ant-task-to-your-build-toolkit/
https://ryehle.wordpress.com/2012/05/01/sample-custom-ant-task/
Here some related API: https://rsjazz.wordpress.com/2013/09/18/deploying-templates-and-creating-projects-using-the-plain-java-clients-library/
These descriptions are for the build toolkit. Maybe they help.
https://ryehle.wordpress.com/2011/12/21/adding-a-custom-ant-task-to-your-build-toolkit/
https://ryehle.wordpress.com/2012/05/01/sample-custom-ant-task/
Here some related API: https://rsjazz.wordpress.com/2013/09/18/deploying-templates-and-creating-projects-using-the-plain-java-clients-library/