how do you call maven (commandline options)

2008/9/12 <[EMAIL PROTECTED]>

> Thanks, now I am only stuck here:
>
>
> Downloading:
> http://repo1.maven.org/maven2/org/openqa/selenium/server/selenium-s
> erver-coreless/1.0-beta-1/selenium-server-coreless-1.0-beta-1.pom<http://repo1.maven.org/maven2/org/openqa/selenium/server/selenium-server-coreless/1.0-beta-1/selenium-server-coreless-1.0-beta-1.pom>
> [INFO] [compiler:compile]
> [INFO] Compiling 17 source files to
> H:\java\t5\tutorials\tapestry5-training-shar
> ed\target\classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
>
> H:\java\t5\tutorials\tapestry5-training-shared\src\main\java\net\atos\mm\formati
> on\tapestry\data\UserManager.java:[108,66] cannot find symbol
> symbol  : class AlreadyExistsException
> location: package net.atos.mm.formation.tapestry.data
>
>
> H:\java\t5\tutorials\tapestry5-training-shared\src\main\java\net\atos\mm\formati
> on\tapestry\data\UserManager.java:[91,25] cannot find symbol
> symbol  : class AlreadyExistsException
> location: class net.atos.mm.formation.tapestry.data.UserManager
>
>
> H:\java\t5\tutorials\tapestry5-training-shared\src\main\java\net\atos\mm\formati
> on\tapestry\data\UserManager.java:[116,42] cannot find symbol
> symbol  : class AlreadyExistsException
> location: class net.atos.mm.formation.tapestry.data.UserManager
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 6 seconds
> [INFO] Finished at: Fri Sep 12 14:07:00 CEST 2008
> [INFO] Final Memory: 6M/15M
> [INFO]
> ------------------------------------------------------------------------
>
> -------- Original-Nachricht --------
> > Datum: Fri, 12 Sep 2008 11:12:43 +0100
> > Von: Hugo Palma <[EMAIL PROTECTED]>
> > An: Tapestry users <users@tapestry.apache.org>
> > Betreff: Re: http://tapestry.apache.org/tapestry5/tutorial1/
>
> > Add this to your pom:
> >
> >  <repositories>
> >         <!-- Tapestry Snapshots -->
> >         <repository>
> >             <id>tapestry-snapshots</id>
> >
> > <url>http://tapestry.formos.com/maven-snapshot-repository/</url>
> >         </repository>
> > </repositories>
> >
> > [EMAIL PROTECTED] wrote:
> > > Which servers do I need to add so that maven runs through?
> > >
> > > Missing:
> > > ----------
> > > 1) org.apache.tapestry:tapestry-upload:jar:5.0.15-SNAPSHOT
> > >
> > >   Try downloading the file manually from the project website.
> > >
> > >   Then, install it using the command:
> > >       mvn install:install-file -DgroupId=org.apache.tapestry
> > -DartifactId=tapest
> > > ry-upload \
> > >           -Dversion=5.0.15-SNAPSHOT -Dpackaging=jar
> -Dfile=/path/to/file
> > >
> > >   Path to dependency:
> > >         1) net.atos.mm.formation:tapestry:war:1.0.0
> > >         2) org.apache.tapestry:tapestry-upload:jar:5.0.15-SNAPSHOT
> > >
> > > 2) org.apache.tapestry:tapestry-ioc:jar:5.0.15-SNAPSHOT
> > >
> > >   Try downloading the file manually from the project website.
> > >
> > >   Then, install it using the command:
> > >       mvn install:install-file -DgroupId=org.apache.tapestry
> > -DartifactId=tapest
> > > ry-ioc \
> > >           -Dversion=5.0.15-SNAPSHOT -Dpackaging=jar
> -Dfile=/path/to/file
> > >
> > >   Path to dependency:
> > >         1) net.atos.mm.formation:tapestry:war:1.0.0
> > >         2) org.apache.tapestry:tapestry-ioc:jar:5.0.15-SNAPSHOT
> > >
> > > 3) org.apache.tapestry:tapestry-core:jar:5.0.15-SNAPSHOT
> > >
> > >   Try downloading the file manually from the project website.
> > >
> > >   Then, install it using the command:
> > >       mvn install:install-file -DgroupId=org.apache.tapestry
> > -DartifactId=tapest
> > > ry-core \
> > >           -Dversion=5.0.15-SNAPSHOT -Dpackaging=jar
> -Dfile=/path/to/file
> > >
> > >   Path to dependency:
> > >         1) net.atos.mm.formation:tapestry:war:1.0.0
> > >         2) org.apache.tapestry:tapestry-core:jar:5.0.15-SNAPSHOT
> > >
> > > ----------
> > > 3 required artifacts are missing.
> > >
> > > Thanks!
> > >
> > > Tobias
> > >
> > > ---------------------------------------------------------------------
> > > 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]
>
>


-- 
with regards
Sven Homburg
http://www.chenillekit.org
http://tapestry5-components.googlecode.com

Reply via email to