You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/01/02 03:05:26 UTC

cvs commit: jakarta-turbine-maven/src/test/touchstone-build/src/test/org/apache/maven/touchstone - New directory

jvanzyl     2003/01/01 18:05:26

  jakarta-turbine-maven/src/test/touchstone-build/src/test/org/apache/maven/touchstone - New directory

Re: Where did the gump related goals go?

Posted by Sam Ruby <ru...@apache.org>.
dion@multitask.com.au wrote:
> 
> Can you show/email me the output of 
> maven -X gump

Sure!

> [rubys@rubix jakarta-commons-sandbox]$ maven -X gump
>  __  __
> |  \/  |__ Jakarta _ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-8
> 
> 
> java.lang.NullPointerException
>         at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:491)
>         at org.apache.maven.MavenSession.attainGoals(MavenSession.java:320)
>         at org.apache.maven.cli.App.doMain(App.java:521)
>         at org.apache.maven.cli.App.main(App.java:1072)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:324)
>         at com.werken.forehead.Forehead.run(Forehead.java:543)
>         at com.werken.forehead.Forehead.main(Forehead.java:573)
> Total time:  1 seconds

- Sam Ruby




Re: Where did the gump related goals go?

Posted by Sam Ruby <ru...@apache.org>.
dion@multitask.com.au wrote:
> news <ne...@main.gmane.org> wrote on 03/01/2003 12:39:01 AM:
> 
> 
>>dion@multitask.com.au wrote:
>>
>>>>Goal "gump" does not exist in this project.
>>>
>>>Could be a bug in maven b7.
>>>
>>>I recently fixed this bug in CVS. I can send you the plugin to drop in 
>>
> the 
> 
>>>$MAVEN_HOME/plugins directory if you like.
>>>
>>>I think I only genned the gump descriptor that's in cvs a couple of 
>>
> days 
> 
>>>ago.
>>
>>The actual problem appears to be that the version of the genned 
>>build.xml doesn't match the version of the genned gump descriptor.
> 
> 
> I'll regen and recommit.
> 
> 
>>I checked out the latest maven from cvs.  I set maven.home and 
>>maven.repo.local in my build.properties.  I then executed ant -f 
>>build-bootstrap.xml.  This appeared to be successful, until I try to 
>>look for a gump related goal to build for commons-sandbox graph2.
>>
>>Suggestions?
> 
> 
> Can you show/email me the output of 
> maven -X gump
> 
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://www.freeroller.net/page/dion/Weblog
> Work:      http://www.multitask.com.au





Re: Where did the gump related goals go?

Posted by di...@multitask.com.au.
news <ne...@main.gmane.org> wrote on 03/01/2003 12:39:01 AM:

> dion@multitask.com.au wrote:
> > 
> >>Goal "gump" does not exist in this project.
> > 
> > Could be a bug in maven b7.
> > 
> > I recently fixed this bug in CVS. I can send you the plugin to drop in 
the 
> > $MAVEN_HOME/plugins directory if you like.
> > 
> > I think I only genned the gump descriptor that's in cvs a couple of 
days 
> > ago.
> 
> The actual problem appears to be that the version of the genned 
> build.xml doesn't match the version of the genned gump descriptor.

I'll regen and recommit.

> 
> I checked out the latest maven from cvs.  I set maven.home and 
> maven.repo.local in my build.properties.  I then executed ant -f 
> build-bootstrap.xml.  This appeared to be successful, until I try to 
> look for a gump related goal to build for commons-sandbox graph2.
> 
> Suggestions?

Can you show/email me the output of 
maven -X gump

--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


Re: Where did the gump related goals go?

Posted by Sam Ruby <ru...@apache.org>.
dion@multitask.com.au wrote:
> 
>>Goal "gump" does not exist in this project.
> 
> Could be a bug in maven b7.
> 
> I recently fixed this bug in CVS. I can send you the plugin to drop in the 
> $MAVEN_HOME/plugins directory if you like.
> 
> I think I only genned the gump descriptor that's in cvs a couple of days 
> ago.

The actual problem appears to be that the version of the genned 
build.xml doesn't match the version of the genned gump descriptor.

I checked out the latest maven from cvs.  I set maven.home and 
maven.repo.local in my build.properties.  I then executed ant -f 
build-bootstrap.xml.  This appeared to be successful, until I try to 
look for a gump related goal to build for commons-sandbox graph2.

Suggestions?

- Sam Ruby




Re: Where did the gump related goals go?

Posted by di...@multitask.com.au.
news <ne...@main.gmane.org> wrote on 02/01/2003 04:23:51 PM:

> Not too long ago, I was able to download maven beta 6, bootstrap it, and 

> generate build.xml and gump.xml files using the result.  I just tried to 

> repeat this with maven beta 7 and now I get
> 
> Goal "gump" does not exist in this project.
> 
> The project I was trying to regenerate a build.xml for is 
> commons-sandbox/graph2
> 
> If somebody can point me in the right direction, I would appreciate 
it...
Could be a bug in maven b7.

I recently fixed this bug in CVS. I can send you the plugin to drop in the 
$MAVEN_HOME/plugins directory if you like.

I think I only genned the gump descriptor that's in cvs a couple of days 
ago.
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au




Where did the gump related goals go?

Posted by Sam Ruby <ru...@apache.org>.
Not too long ago, I was able to download maven beta 6, bootstrap it, and 
generate build.xml and gump.xml files using the result.  I just tried to 
repeat this with maven beta 7 and now I get

Goal "gump" does not exist in this project.

The project I was trying to regenerate a build.xml for is 
commons-sandbox/graph2

If somebody can point me in the right direction, I would appreciate it...

- Sam Ruby