This error was because the classes had not yet been compiled. To run the
individual goals, mvn compile needs to be called before mvn
jdo-exectck:enhance.
-- Michelle
On 6/17/2011 11:23 AM, Andy Jefferson wrote:
> If I do
> cd api; mvn clean install
> cd exectck; mvn clean install
> cd tck; mvn clean jdo-exectck:installSchema
> then it installs the schema
>
> If i then do
> mvn jdo-exectck:enhance
> then I get
> [INFO] [jdo-exectck:enhance {execution: default-cli}]
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Parameter 'directory' is not a directory
> [INFO]
>
|