Hi, John, your suggestion worked fine for one project, but, what to do when
you have many subproject and have to run "multiproject:artifact". It didn't
work. I tryed to run "jar:install" as a postgoal of "jar:jar", but it didn't
work too. In fact, I faced a loop.
Regards,
Roberto de Castro
Assunto: Re: UnattainableGoalException: Unable to obtain goal
and file a bug in JIRA to improve the error reporting :) We should be
able to handle this gracefully.
On Mon, 28 Jun 2004 19:03:55 -0400, John Casey <[EMAIL PROTECTED]>
wrote:
>
> On Mon, 2004-06-28 at 17:00, Roberto Castro wrote:
>
> <snip/>
>
> > <?xml version="1.0" encoding="iso-8859-1"?>
> > <project xmlns:j="jelly:core" xmlns:d="deploy">
> > <attainGoal name="jar:install"/>
> > </project>
> >
>
> try this:
>
> <?xml version="1.0" encoding="iso-8859-1"?>
> <project xmlns:j="jelly:core" xmlns:d="deploy" default="myGoal">
> <goal name="myGoal">
> <attainGoal name="jar:install"/>
> </goal>
> </project>
>
> You need to wrap the <attainGoal/> tag in a <goal/> tag...use the
> default attribute of the project tag to indicate which is the default
> goal to attain (as in the command line "maven").
>
> HTH,
> -john
>
> --
> John Casey
> [EMAIL PROTECTED]
> CommonJava Open Components Project
> http://www.commonjava.org
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]