You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Emmanuel Venisse <ev...@ifrance.com> on 2003/10/01 10:26:48 UTC

Rep:RC1 genapp NPE?!

Genapp plugin has changed since beta9

You must run maven genapp and respond to interactive prompt.
I'm sorry but plugins site wasn't redeployed. I can't do it for the
moment. Perhaps another commiter?

Emmanuel

-----Message d'origine-----
De: "W. Sean Hennessy" <sh...@goldenhourdata.com>
A: "maven-users" <us...@maven.apache.org>
Date: 30/09/03
Objet: RC1 genapp NPE?!

ant -f build-bootstrap.xml just fine from CVS today.
however genapp results using new directory are different than previous
beta 9.
 
steps to recreate using WinXP , j2sdk1.4.1_02, ant-1.5.3.1
 
1. Given ${user.home}/build.properties
[snip]
# ----------------------
# build.properties
# ----------------------
 
prj.doc.dir.nm=1.doc
src.dir.nm=2.java.src
csci.dir.nm=3.CSCI
bin.dir.nm=4.bin
lib.dir.nm=5.lib
tst.dir.nm=6.test
sql.dir.nm=7.1.sql
conf.dir.nm=7.2.conf
web.dir.nm=8.web
xdoc.dir.nm=9.xdoc
dist.dir.nm=dist
build.dir.nm=build
# ----------------------
#maven.repo.local=
maven.junit.fork=true
# controll encoding of generated javadocs
maven.javadoc.additionalparam=-charset UTF-8
maven.src.dir=${basedir}/${src.dir.nm}
maven.conf.dir=${basedir}/${conf.dir.nm}
maven.build.dir=${basedir}/${build.dir.nm}
maven.build.src=${maven.build.dir}/${src.dir.nm}
#EOF
[snip]
 
2. Use Beta 9 to genapp into virgin directory.
C:\RND>mkdir Testbeta9
 
C:\RND>cd Testbeta9
 
C:\RND\Testbeta9>%MAVEN_HOME%\bin\maven -Dpackage=com.ghds.ims -X genapp
 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
 

[DEBUG] Adding reference: maven.dependency.classpath ->
[DEBUG] Adding reference: maven-classpath ->
    [mkdir] Created dir: C:\RND\Testbeta9\2.java.src\com\ghds\ims
     [copy] Copying 1 file to C:\RND\Testbeta9\2.java.src\com\ghds\ims
    [mkdir] Created dir: C:\RND\Testbeta9\6.test\com\ghds\ims
     [copy] Copying 3 files to C:\RND\Testbeta9\6.test\com\ghds\ims
     [copy] Copying 2 files to C:\RND\Testbeta9
     [copy] Copying 1 file to C:\RND\Testbeta9\7.2.conf
BUILD SUCCESSFUL
Total time:  1 seconds
 
C:\RND\Testbeta9>
 
3. Now use RC1 to genapp into virgin directory.

C:\RND>set MAVEN_HOME=C:\Tools\maven-1.0-RC1
 
C:\RND>mkdir TestRC1
 
C:\RND>cd TestRC1
 
C:\RND\TestRC1>%MAVEN_HOME%\bin\maven -Dpackage=com.ghds.ims -X genapp
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
 
java.lang.NullPointerException
        at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
430)
        at
org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
        at org.apache.maven.cli.App.doMain(App.java:543)
        at org.apache.maven.cli.App.main(App.java:1109)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.werken.forehead.Forehead.run(Forehead.java:551)
        at com.werken.forehead.Forehead.main(Forehead.java:581)
Total time: 0 seconds
Finished at: Tue Sep 30 12:41:57 PDT 2003
 
C:\RND\TestRC1>


_____________________________________________________________________
Un mot doux à envoyer? Une sortie ciné à organiser? Faites le en temps
réel avec MSN Messenger! C'est gratuit!   http://ifrance.com/_reloc/m


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Rep:RC1 genapp NPE?!

Posted by di...@multitask.com.au.
I've updated the docs to reflect this. Thanks.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


"W. Sean Hennessy" <sh...@goldenhourdata.com> wrote on 02/10/2003 
02:31:56 AM:

> CAUTION:
> Changing default maven.build.dir value in your 
${user.home}/build.properties
> might allow one some control of individual project directory layouts.
> However this practice will interfere with
> 
> Ant -f build-bootstrap.xml
> 
> This is due to hard coded references to directory names.
> Eg: Build-bootstrap.xml:345   file="${basedir}/target/maven.jar"
>     one would expect file="${maven.build.dir}/maven.jar" 
>   so as not to cause the following..
> [snip]
> 
>      [exec] jar:jar:
>      [exec]     [jar] Building jar: C:\Wrk\CVSROOT\maven\build\maven.jar
>      [exec] BUILD SUCCESSFUL
>      [exec] Total time: 1 minutes 9 seconds
>      [exec] Finished at: Wed Oct 01 08:29:01 PDT 2003
> 
> 
> clean-maven-home:
>    [delete] Deleting directory C:\Tools\maven-1.0-RC1\bin
>     [mkdir] Created dir: C:\Tools\maven-1.0-RC1\bin
>    [delete] Deleting directory C:\Tools\maven-1.0-RC1\lib
>     [mkdir] Created dir: C:\Tools\maven-1.0-RC1\lib
>    [delete] Deleting directory C:\Tools\maven-1.0-RC1\plugins
>     [mkdir] Created dir: C:\Tools\maven-1.0-RC1\plugins
>    [delete] Deleting directory C:\Documents and Settings\shennessy\.
> maven\plugin
> s
> 
> BUILD FAILED
> file:C:/Wrk/CVSROOT/maven/build-bootstrap.xml:348: Warning: Could 
> not find file
> C:\Wrk\CVSROOT\maven\target\maven.jar to copy.
> 
> Total time: 1 minute 55 seconds
> [snip]
> 
> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> Sent: Wednesday, October 01, 2003 2:27 AM
> To: Maven Users List
> Subject: Re: Rep:RC1 genapp NPE?!
> 
> 
> Done.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> "Emmanuel Venisse" <ev...@ifrance.com> wrote on 01/10/2003 06:26:48 
PM:
> 
> > Genapp plugin has changed since beta9
> > 
> > You must run maven genapp and respond to interactive prompt. I'm sorry 

> > but plugins site wasn't redeployed. I can't do it for the moment. 
> > Perhaps another commiter?
> > 
> > Emmanuel
> > 
> > -----Message d'origine-----
> > De: "W. Sean Hennessy" <sh...@goldenhourdata.com>
> > A: "maven-users" <us...@maven.apache.org>
> > Date: 30/09/03
> > Objet: RC1 genapp NPE?!
> > 
> > ant -f build-bootstrap.xml just fine from CVS today.
> > however genapp results using new directory are different than previous 

> > beta 9.
> > 
> > steps to recreate using WinXP , j2sdk1.4.1_02, ant-1.5.3.1
> > 
> > 1. Given ${user.home}/build.properties
> > [snip]
> > # ----------------------
> > # build.properties
> > # ----------------------
> > 
> > prj.doc.dir.nm=1.doc
> > src.dir.nm=2.java.src
> > csci.dir.nm=3.CSCI
> > bin.dir.nm=4.bin
> > lib.dir.nm=5.lib
> > tst.dir.nm=6.test
> > sql.dir.nm=7.1.sql
> > conf.dir.nm=7.2.conf
> > web.dir.nm=8.web
> > xdoc.dir.nm=9.xdoc
> > dist.dir.nm=dist
> > build.dir.nm=build
> > # ----------------------
> > #maven.repo.local=
> > maven.junit.fork=true
> > # controll encoding of generated javadocs 
> > maven.javadoc.additionalparam=-charset UTF-8 
> > maven.src.dir=${basedir}/${src.dir.nm}
> > maven.conf.dir=${basedir}/${conf.dir.nm}
> > maven.build.dir=${basedir}/${build.dir.nm}
> > maven.build.src=${maven.build.dir}/${src.dir.nm}
> > #EOF
> > [snip]
> > 
> > 2. Use Beta 9 to genapp into virgin directory.
> > C:\RND>mkdir Testbeta9
> > 
> > C:\RND>cd Testbeta9
> > 
> > C:\RND\Testbeta9>%MAVEN_HOME%\bin\maven -Dpackage=com.ghds.ims -X 
> > genapp  __  __
> > |  \/  |__ Jakarta _ ___
> > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
> > 
> > 
> > [DEBUG] Adding reference: maven.dependency.classpath -> [DEBUG] Adding 

> > reference: maven-classpath ->
> >     [mkdir] Created dir: C:\RND\Testbeta9\2.java.src\com\ghds\ims
> >      [copy] Copying 1 file to C:\RND\Testbeta9\2.java.src\com\ghds\ims
> >     [mkdir] Created dir: C:\RND\Testbeta9\6.test\com\ghds\ims
> >      [copy] Copying 3 files to C:\RND\Testbeta9\6.test\com\ghds\ims
> >      [copy] Copying 2 files to C:\RND\Testbeta9
> >      [copy] Copying 1 file to C:\RND\Testbeta9\7.2.conf
> > BUILD SUCCESSFUL
> > Total time:  1 seconds
> > 
> > C:\RND\Testbeta9>
> > 
> > 3. Now use RC1 to genapp into virgin directory.
> > 
> > C:\RND>set MAVEN_HOME=C:\Tools\maven-1.0-RC1
> > 
> > C:\RND>mkdir TestRC1
> > 
> > C:\RND>cd TestRC1
> > 
> > C:\RND\TestRC1>%MAVEN_HOME%\bin\maven -Dpackage=com.ghds.ims -X genapp 
 
> > __  __
> > |  \/  |__ _Apache__ ___
> > | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> > 
> > java.lang.NullPointerException
> >         at
> > org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> > 430)
> >         at
> > org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
> >         at org.apache.maven.cli.App.doMain(App.java:543)
> >         at org.apache.maven.cli.App.main(App.java:1109)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at 
> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> > java:39)
> >         at 
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> > sorImpl.java:25)
> >         at java.lang.reflect.Method.invoke(Method.java:324)
> >         at com.werken.forehead.Forehead.run(Forehead.java:551)
> >         at com.werken.forehead.Forehead.main(Forehead.java:581)
> > Total time: 0 seconds
> > Finished at: Tue Sep 30 12:41:57 PDT 2003
> > 
> > C:\RND\TestRC1>
> > 
> > 
> > _____________________________________________________________________
> > Un mot doux à envoyer? Une sortie ciné à organiser? Faites le en temps
> > réel avec MSN Messenger! C'est gratuit!   http://ifrance.com/_reloc/m
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Rep:RC1 genapp NPE?!

Posted by "W. Sean Hennessy" <sh...@goldenhourdata.com>.
CAUTION:
Changing default maven.build.dir value in your ${user.home}/build.properties
might allow one some control of individual project directory layouts.
However this practice will interfere with

Ant -f build-bootstrap.xml

This is due to hard coded references to directory names.
Eg: Build-bootstrap.xml:345   file="${basedir}/target/maven.jar"
    one would expect file="${maven.build.dir}/maven.jar" 
  so as not to cause the following..
[snip]

     [exec] jar:jar:
     [exec]     [jar] Building jar: C:\Wrk\CVSROOT\maven\build\maven.jar
     [exec] BUILD SUCCESSFUL
     [exec] Total time: 1 minutes 9 seconds
     [exec] Finished at: Wed Oct 01 08:29:01 PDT 2003


clean-maven-home:
   [delete] Deleting directory C:\Tools\maven-1.0-RC1\bin
    [mkdir] Created dir: C:\Tools\maven-1.0-RC1\bin
   [delete] Deleting directory C:\Tools\maven-1.0-RC1\lib
    [mkdir] Created dir: C:\Tools\maven-1.0-RC1\lib
   [delete] Deleting directory C:\Tools\maven-1.0-RC1\plugins
    [mkdir] Created dir: C:\Tools\maven-1.0-RC1\plugins
   [delete] Deleting directory C:\Documents and Settings\shennessy\.maven\plugin
s

BUILD FAILED
file:C:/Wrk/CVSROOT/maven/build-bootstrap.xml:348: Warning: Could not find file
C:\Wrk\CVSROOT\maven\target\maven.jar to copy.

Total time: 1 minute 55 seconds
[snip]

-----Original Message-----
From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
Sent: Wednesday, October 01, 2003 2:27 AM
To: Maven Users List
Subject: Re: Rep:RC1 genapp NPE?!


Done.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


"Emmanuel Venisse" <ev...@ifrance.com> wrote on 01/10/2003 06:26:48 PM:

> Genapp plugin has changed since beta9
> 
> You must run maven genapp and respond to interactive prompt. I'm sorry 
> but plugins site wasn't redeployed. I can't do it for the moment. 
> Perhaps another commiter?
> 
> Emmanuel
> 
> -----Message d'origine-----
> De: "W. Sean Hennessy" <sh...@goldenhourdata.com>
> A: "maven-users" <us...@maven.apache.org>
> Date: 30/09/03
> Objet: RC1 genapp NPE?!
> 
> ant -f build-bootstrap.xml just fine from CVS today.
> however genapp results using new directory are different than previous 
> beta 9.
> 
> steps to recreate using WinXP , j2sdk1.4.1_02, ant-1.5.3.1
> 
> 1. Given ${user.home}/build.properties
> [snip]
> # ----------------------
> # build.properties
> # ----------------------
> 
> prj.doc.dir.nm=1.doc
> src.dir.nm=2.java.src
> csci.dir.nm=3.CSCI
> bin.dir.nm=4.bin
> lib.dir.nm=5.lib
> tst.dir.nm=6.test
> sql.dir.nm=7.1.sql
> conf.dir.nm=7.2.conf
> web.dir.nm=8.web
> xdoc.dir.nm=9.xdoc
> dist.dir.nm=dist
> build.dir.nm=build
> # ----------------------
> #maven.repo.local=
> maven.junit.fork=true
> # controll encoding of generated javadocs 
> maven.javadoc.additionalparam=-charset UTF-8 
> maven.src.dir=${basedir}/${src.dir.nm}
> maven.conf.dir=${basedir}/${conf.dir.nm}
> maven.build.dir=${basedir}/${build.dir.nm}
> maven.build.src=${maven.build.dir}/${src.dir.nm}
> #EOF
> [snip]
> 
> 2. Use Beta 9 to genapp into virgin directory.
> C:\RND>mkdir Testbeta9
> 
> C:\RND>cd Testbeta9
> 
> C:\RND\Testbeta9>%MAVEN_HOME%\bin\maven -Dpackage=com.ghds.ims -X 
> genapp  __  __
> |  \/  |__ Jakarta _ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
> 
> 
> [DEBUG] Adding reference: maven.dependency.classpath -> [DEBUG] Adding 
> reference: maven-classpath ->
>     [mkdir] Created dir: C:\RND\Testbeta9\2.java.src\com\ghds\ims
>      [copy] Copying 1 file to C:\RND\Testbeta9\2.java.src\com\ghds\ims
>     [mkdir] Created dir: C:\RND\Testbeta9\6.test\com\ghds\ims
>      [copy] Copying 3 files to C:\RND\Testbeta9\6.test\com\ghds\ims
>      [copy] Copying 2 files to C:\RND\Testbeta9
>      [copy] Copying 1 file to C:\RND\Testbeta9\7.2.conf
> BUILD SUCCESSFUL
> Total time:  1 seconds
> 
> C:\RND\Testbeta9>
> 
> 3. Now use RC1 to genapp into virgin directory.
> 
> C:\RND>set MAVEN_HOME=C:\Tools\maven-1.0-RC1
> 
> C:\RND>mkdir TestRC1
> 
> C:\RND>cd TestRC1
> 
> C:\RND\TestRC1>%MAVEN_HOME%\bin\maven -Dpackage=com.ghds.ims -X genapp  
> __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> 
> java.lang.NullPointerException
>         at
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> 430)
>         at
> org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
>         at org.apache.maven.cli.App.doMain(App.java:543)
>         at org.apache.maven.cli.App.main(App.java:1109)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:324)
>         at com.werken.forehead.Forehead.run(Forehead.java:551)
>         at com.werken.forehead.Forehead.main(Forehead.java:581)
> Total time: 0 seconds
> Finished at: Tue Sep 30 12:41:57 PDT 2003
> 
> C:\RND\TestRC1>
> 
> 
> _____________________________________________________________________
> Un mot doux à envoyer? Une sortie ciné à organiser? Faites le en temps
> réel avec MSN Messenger! C'est gratuit!   http://ifrance.com/_reloc/m
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Rep:RC1 genapp NPE?!

Posted by di...@multitask.com.au.
Done.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


"Emmanuel Venisse" <ev...@ifrance.com> wrote on 01/10/2003 06:26:48 PM:

> Genapp plugin has changed since beta9
> 
> You must run maven genapp and respond to interactive prompt.
> I'm sorry but plugins site wasn't redeployed. I can't do it for the
> moment. Perhaps another commiter?
> 
> Emmanuel
> 
> -----Message d'origine-----
> De: "W. Sean Hennessy" <sh...@goldenhourdata.com>
> A: "maven-users" <us...@maven.apache.org>
> Date: 30/09/03
> Objet: RC1 genapp NPE?!
> 
> ant -f build-bootstrap.xml just fine from CVS today.
> however genapp results using new directory are different than previous
> beta 9.
> 
> steps to recreate using WinXP , j2sdk1.4.1_02, ant-1.5.3.1
> 
> 1. Given ${user.home}/build.properties
> [snip]
> # ----------------------
> # build.properties
> # ----------------------
> 
> prj.doc.dir.nm=1.doc
> src.dir.nm=2.java.src
> csci.dir.nm=3.CSCI
> bin.dir.nm=4.bin
> lib.dir.nm=5.lib
> tst.dir.nm=6.test
> sql.dir.nm=7.1.sql
> conf.dir.nm=7.2.conf
> web.dir.nm=8.web
> xdoc.dir.nm=9.xdoc
> dist.dir.nm=dist
> build.dir.nm=build
> # ----------------------
> #maven.repo.local=
> maven.junit.fork=true
> # controll encoding of generated javadocs
> maven.javadoc.additionalparam=-charset UTF-8
> maven.src.dir=${basedir}/${src.dir.nm}
> maven.conf.dir=${basedir}/${conf.dir.nm}
> maven.build.dir=${basedir}/${build.dir.nm}
> maven.build.src=${maven.build.dir}/${src.dir.nm}
> #EOF
> [snip]
> 
> 2. Use Beta 9 to genapp into virgin directory.
> C:\RND>mkdir Testbeta9
> 
> C:\RND>cd Testbeta9
> 
> C:\RND\Testbeta9>%MAVEN_HOME%\bin\maven -Dpackage=com.ghds.ims -X genapp
>  __  __
> |  \/  |__ Jakarta _ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT
> 
> 
> [DEBUG] Adding reference: maven.dependency.classpath ->
> [DEBUG] Adding reference: maven-classpath ->
>     [mkdir] Created dir: C:\RND\Testbeta9\2.java.src\com\ghds\ims
>      [copy] Copying 1 file to C:\RND\Testbeta9\2.java.src\com\ghds\ims
>     [mkdir] Created dir: C:\RND\Testbeta9\6.test\com\ghds\ims
>      [copy] Copying 3 files to C:\RND\Testbeta9\6.test\com\ghds\ims
>      [copy] Copying 2 files to C:\RND\Testbeta9
>      [copy] Copying 1 file to C:\RND\Testbeta9\7.2.conf
> BUILD SUCCESSFUL
> Total time:  1 seconds
> 
> C:\RND\Testbeta9>
> 
> 3. Now use RC1 to genapp into virgin directory.
> 
> C:\RND>set MAVEN_HOME=C:\Tools\maven-1.0-RC1
> 
> C:\RND>mkdir TestRC1
> 
> C:\RND>cd TestRC1
> 
> C:\RND\TestRC1>%MAVEN_HOME%\bin\maven -Dpackage=com.ghds.ims -X genapp
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc1-SNAPSHOT
> 
> java.lang.NullPointerException
>         at
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> 430)
>         at
> org.apache.maven.MavenSession.attainGoals(MavenSession.java:348)
>         at org.apache.maven.cli.App.doMain(App.java:543)
>         at org.apache.maven.cli.App.main(App.java:1109)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:324)
>         at com.werken.forehead.Forehead.run(Forehead.java:551)
>         at com.werken.forehead.Forehead.main(Forehead.java:581)
> Total time: 0 seconds
> Finished at: Tue Sep 30 12:41:57 PDT 2003
> 
> C:\RND\TestRC1>
> 
> 
> _____________________________________________________________________
> Un mot doux à envoyer? Une sortie ciné à organiser? Faites le en temps
> réel avec MSN Messenger! C'est gratuit!   http://ifrance.com/_reloc/m
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org