0

So I'm started using Apache Ofbiz (13) and I came across their beginners tutorial here. Within the tutorial they mention a command:

ant create-component

Which is used to create a component in hot-deploy, so my question is what is the command to delete a component which you have created?

I've tried:

ant remove-component <component_name>

and,

ant delete-component <component_name>

I can't find any documentation in regards to it.

Script47
  • 14,230
  • 4
  • 45
  • 66

1 Answers1

1

There is no corresponding Ant target to remove a component. Just delete the component folder and the entry in the hot-deply ofbiz-component.xml.

If you start with OFBiz, I recommend to use trunk or the 16.11 release. Release 13 is not supported and maintained anymore.

Michael Brohl
  • 782
  • 5
  • 21