Friday, 6 September 2013

OSB deployment error while deploying from ant script

If you are following any blog for deploying oepe project by compiling when you move workspace directories to another location you would generally face the following issue.


Cannot find the OSB Configuration in the specified directory your OSB Configuration name

Though the project does exists in the current directory

This can be solved by specifing the property absolute


workspace.dir= .  to workspace.dir="mention your complete path"

If you would like to use relative path you can use the following way it specifies the path of the ant script file

workspace.dir="${user.dir}"


No comments:

Post a Comment