Liferay Services Builder - Remove old services

Kevin Neibarger, modified 6 Years ago. Regular Member Posts: 105 Join Date: 2/2/18 Recent Posts

I just wondering with the Liferay Services Builder in Liferay 6.2 if there was a way to remove old unused services without having to go through and delete all of the classes for the related entity in the services.xml? I have removed an entity from my services.xml and did an ANT build-service, but even though the entity is gone from the services.xml the build-service ANT task doesn't do any cleanup. Something like this would be a great new feature. 

As of now, I can just create a new workspace since the new service classes aren't controlled in our SVN Repo (we can build services after checkout). Although it would be cool to have an ANT task to do a clean up of unused Service Classes.