Hi all, When using antcall in an ANT-based mojo the build fails with
[ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------- --- [INFO] Failed to execute: Executing Ant script: /my/plugin/path/mymojo.build.xml [my-target]: Failed to execute. my/project/path/build.xml (The system cannot find the file s pecified) (of course in my project dir. there is no build.xml) ANT's documentation (http://ant.apache.org/manual/CoreTasks/antcall.html) says that antcall invokes targets in the same build file, namely in mymojo.build.xml -- so why it tries to find build.xml in project's directory? Thanks for any hint, Adrian. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
