VMware Cloud Community
krajamani
Contributor
Contributor

ant command

I want to create a plugin using ant command.
But it is howing the error, unable to found build.xml.

What is the problem? Where will be the build.xml found?
0 Kudos
2 Replies
admin
Immortal
Immortal

ant looks for build.xml by default in the directory that ant is
invoked. I'm not sure what that would be relative to the agent
executable. However, to be sure, you can specify the full path the
build file by using -f option for ant.

Charles


0 Kudos
krajamani
Contributor
Contributor

Thank you,
I copied build.xml to ant location.
Now working fine.
0 Kudos