Forum: Pogamut Netbeans IDE Plugin

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.1.1:exec

Hi all,
I have followed the instruction to setting up the configuration, but when I tried to run the 00-empty-bot project, but this error appear


ERRORFailed to execute goal org.codehaus.mojo:exec-maven-plugin:1.1.1:exec (default-cli) on project mavenproject4: Result of cmd.exe /X /C ""C:\Program Files\Java\jdk1.7.0_04\bin\java.exe" -classpath C:\Users\admin1.FTIS\Documents\NetBeansProjects\mavenproject4\target\classes;C:\Users\admin1.FTIS\.m2\repository\cz\cuni\amis\pogamut\pogamut-ut2004\3.2.0-SNAPSHOT\pogamut-ut2004-3.2.0-SNAPSHOT.jar;C:\Users\admin1.FTIS\.m2\repository\org\apache\ant\ant-trax\1.8.0\ant-trax-1.8.0.jar;C:\Users\admin1.FTIS\.m2\repository\net\sourceforge\saxon\saxon\9.1.0.8\saxon-9.1.0.8.jar;C:\Users\admin1.FTIS\.m2\repository\cz\cuni\amis\xmllist\1.0.0-SNAPSHOT\xmllist-1.0.0-SNAPSHOT.jar;C:\Users\admin1.FTIS\.m2\repository\com\thoughtworks\xstream\xstream\1.3.1\xstream-1.3.1.jar;C:\Users\admin1.FTIS\.m2\repository\xpp3\xpp3_min\1.1.4c\xpp3_min-1.1.4c.jar;C:\Users\admin1.FTIS\.m2\repository\cz\cuni\amis\pogamut\pogamut-unreal\3.2.0-SNAPSHOT\pogamut-unreal-3.2.0-SNAPSHOT.jar;C:\Users\admin1.FTIS\.m2\repository\cz\cuni\amis\pogamut\pogamut-base\3.2.0-SNAPSHOT\pogamut-base-3.2.0-SNAPSHOT.jar;C:\Users\admin1.FTIS\.m2\repository\com\google\inject\guice\2.0\guice-2.0.jar;C:\Users\admin1.FTIS\.m2\repository\aopalliance\aopalliance\1.0\aopalliance-1.0.jar;C:\Users\admin1.FTIS\.m2\repository\com\google\inject\extensions\guice-multibindings\2.0\guice-multibindings-2.0.jar;C:\Users\admin1.FTIS\.m2\repository\com\google\inject\extensions\guice-assisted-inject\2.0\guice-assisted-inject-2.0.jar;C:\Users\admin1.FTIS\.m2\repository\cz\cuni\amis\amis-utils\3.2.0-SNAPSHOT\amis-utils-3.2.0-SNAPSHOT.jar;C:\Users\admin1.FTIS\.m2\repository\cz\cuni\amis\javageom\1.0.0-SNAPSHOT\javageom-1.0.0-SNAPSHOT.jar;C:\Users\admin1.FTIS\.m2\repository\javax\vecmath\vecmath\1.5.1\vecmath-1.5.1.jar;C:\Users\admin1.FTIS\.m2\repository\cz\cuni\amis\introspection\1.0.0-SNAPSHOT\introspection-1.0.0-SNAPSHOT.jar;C:\Users\admin1.FTIS\.m2\repository\org\jython\jython\1.2007\jython-1.2007.jar;C:\Users\admin1.FTIS\.m2\repository\com\sun\script\jython-engine\1.0\jython-engine-1.0.jar;C:\Users\admin1.FTIS\.m2\repository\cz\cuni\amis\afsm\1.0.0-SNAPSHOT\afsm-1.0.0-SNAPSHOT.jar com.mycompany.mavenproject3.ResponsiveBot" execution is: '1'. -> Help 1
ERROR
ERRORTo see the full stack trace of the errors, re-run Maven with the -e switch.
ERRORRe-run Maven using the -X switch to enable full debug logging.
ERROR
ERRORFor more information about the errors and possible solutions, please read the following articles:
ERRORHelp 1 http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Can anyone help me with this error?

Thanks.

Best,
Billy
Hi!

First of all, you're using OLD version of Pogamut, is it intentional?

I recommend you to checkout latest sources.

Current SNAPSHOT version (as of today): 3.3.2-SNAPSHOT
Latest realease version (as of today): 3.3.1

There are also archetypes available at our catalogs at Diana servers.

Another hint, check pom.xml and "bot.main.class" property, is it
correctly filled?

Cheers!
Jakub