"Willie Vu" <[EMAIL PROTECTED]> wrote on 15/01/2003 01:37:28 PM:
> I'm using CVS HEAD Maven to build CVS HEAD jelly. When I run maven > tags-build in the <jelly> root directory, I got the following error: > > Starting the reactor ... > > BUILD FAILED > ..\..\commonDependencies.ent (The system cannot find the file specified) > Total time: 3 seconds > > It looks like the entity reference in tag's project.xml fails to resolve. > > <!ENTITY commonDeps SYSTEM "file:../../commonDependencies.ent"> > > Any help? Yep. tags-build doesn't work yet :) Because when running the reactor, the 'current directory' is the directory you run the reactor from, not the directory of the project descriptor. Currently, you'll need to build each taglib independently. I think that the fix for this is to set the user.dir system property in the reactor tag as it's processing each project, but I haven't had the time to work out how to do this in Maven yet. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
