antform

Getting directory listing from SVN for use in ANT dropdown

为君一笑 提交于 2020-01-28 10:01:28
问题 I've done some Googling on this but I can't seem to find anything along the lines of what I'm needing. I'm using ANTForms for the GUI on our deployment. Developers can choose the build from the dynamically populated dropdown , hit ok and away it goes. The way the dropdown is dynamically populated at the moment is by ANT making an HTTP webservice call to our ColdFusion server giving it a list of needed SVN directories. CF then uses a bit of underlining Java to call SVNKit and return a query

Getting directory listing from SVN for use in ANT dropdown

早过忘川 提交于 2019-11-29 11:39:24
I've done some Googling on this but I can't seem to find anything along the lines of what I'm needing. I'm using ANTForms for the GUI on our deployment. Developers can choose the build from the dynamically populated dropdown , hit ok and away it goes. The way the dropdown is dynamically populated at the moment is by ANT making an HTTP webservice call to our ColdFusion server giving it a list of needed SVN directories. CF then uses a bit of underlining Java to call SVNKit and return a query result for CF to process. It converts this to a comma-separated list, outputs it for ANT and it then