Thank u but now i have a new error :(
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure E:\Diplomarbeit\trunk\bpel-test\src\main\java\org\apache\ode\test\BPELTestAb stra ct.java:[125,41] package org.springframework.mock.jndi does not exist -----Ursprüngliche Nachricht----- Von: Lukas Theussl [mailto:[email protected]] Gesendet: Donnerstag, 16. September 2010 11:14 An: Maven Users List Betreff: Re: AW: Building ODE with Maven Tina Schliemann wrote: > Hi > > It is a normal minus sign. That comes from copying out of the console. > > Thats the command I use > > mvn install Dmaven.test.skip=true Then your console uses the wrong minus sign :) Compare: mvn install Dmaven.test.skip=true (yours) mvn install -Dmaven.test.skip=true (mine) -Lukas > > -----Ursprüngliche Nachricht----- > Von: Lukas Theussl [mailto:[email protected]] > Gesendet: Donnerstag, 16. September 2010 11:08 > An: Maven Users List > Betreff: Re: Building ODE with Maven > > > > Tina Schliemann wrote: >> Hi, >> >> I try to build the apache ode with maven. >> >> >> >> With that command mvn install Dmaven.test.skip=true I get that error >> >> >> >> [ERROR] BUILD FAILURE >> >> [INFO] >> ------------------------------------------------------------------------ >> >> [INFO] Invalid task -ûDmaven.test.skip=true': you must specify a valid >> lifecycle > > You are using an invalid character for the cl option -D, it should be a > normal minus sign. > > HTH, > -Lukas > > >> >> phase, or a goal in the format plugin:goal or >> pluginGroupId:pluginArtifactId:pl >> >> uginVersion:goal >> >> >> >> The building of the elipse files with that command mvn eclipse:eclipse > works >> fine >> >> >> >> Can u pls help me? >> >> >> >> Thanks >> >> > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
