suiteXmlFiles is declared in the parent pom (tapestry-project/pom.xml), so this error is reasonable because tapestry-component-report doesn't have a testng.xml file. The rare thing is that it works in my machine. What version of maven are you using and in wich platform ?
On 3/9/07, Davor Hrg <[EMAIL PROTECTED]> wrote:
thnx, I tried building it but build fails: E:\_work\java\lib_src\tapestry5\tapestry-component-report>mvn install [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building Tapestry Component Parameters Report [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [plugin:descriptor] [INFO] Using 2 extractors. [INFO] Applying extractor for language: java [INFO] Extractor for language: java found 1 mojo descriptors. [INFO] Applying extractor for language: bsh [INFO] Extractor for language: bsh found 0 mojo descriptors. [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [compiler:compile] [INFO] Nothing to compile - all classes are up to date [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] Resource directory does not exist: E:\_work\java\lib_src\tapestry5\tapestry-component-report\src\test\resources [INFO] [compiler:testCompile] [INFO] No sources to compile [INFO] [surefire:test] [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] suiteXmlFiles is configured, but there is no TestNG dependency [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3 seconds [INFO] Finished at: Fri Mar 09 16:33:41 CET 2007 [INFO] Final Memory: 8M/14M [INFO] ------------------------------------------------------------------------ On 3/9/07, Pablo Ruggia <[EMAIL PROTECTED]> wrote: > > You have to get the source from svn. Create a directory and chekout every > single module (not all at the same time) > Then get into the tapestry-project directory and type "mvn install" (you > have to intall maven first). > This will create all .jar now with version 5.0.3-SNAPHOT. Make your > project > use this version and you will be using the latest code from svn. > > On 3/9/07, Davor Hrg <[EMAIL PROTECTED]> wrote: > > > > hi, > > I have a small project I'd like to use to test t5, > > the project is being written in php, but I'd like to develop it in > paralel > > in t5, > > not that I'm aiming to replace the php version (there is a chance... ) > > > > I'd just like to use the t5 and supply some feedback, report bug ... > etc, > > also compare in a real project time and effort needed to do different > > stuff. > > > > Anyhow, the real question is: > > I'd like to use snapshot versions to be up2date with development of the > > framework. > > do I: > > 1. get source from repository, > > 2. setup my pom somehow to get latest snapshots > > > > ? > > > > Davor Hrg > > >