Re: t5 - snapshot inside project

2007-03-11 Thread Davor Hrg
no prob. when you have time : I'm curious of configurations working without @Contribute Hrg Davor On 3/11/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: Just bad timing, I'm in the middle of a sweeping change and haven't updated tapestry-hibernate yet to reflect the changes. Sorry! On 3/

Re: t5 - snapshot inside project

2007-03-11 Thread Howard Lewis Ship
Just bad timing, I'm in the middle of a sweeping change and haven't updated tapestry-hibernate yet to reflect the changes. Sorry! On 3/11/07, Davor Hrg <[EMAIL PROTECTED]> wrote: I simply removed the lines with those two annd hilo test app seems to work just fine... maybe some insight on how

Re: t5 - snapshot inside project

2007-03-11 Thread Davor Hrg
I simply removed the lines with those two annd hilo test app seems to work just fine... maybe some insight on how will these configurations work without @Contribute annotations? Davor Hrg On 3/11/07, Davor Hrg <[EMAIL PROTECTED]> wrote: I did many thins meanwhile, reinstalled java removed a

Re: t5 - snapshot inside project

2007-03-11 Thread Davor Hrg
I did many thins meanwhile, reinstalled java removed all versions, and installed jdk1.5 (maven was bitching about tools.jar:1.5.0) then I celaned target folders, updated to new versions I mvn install ed all subprojects one by one and it passed.. tapestry-hibernate failed @Id, and @Contribute wer

Re: t5 - snapshot inside project

2007-03-10 Thread Howard Lewis Ship
So ... you got some test failures. There may be a few lurking bugs related to either locale (a smattering of tests assume a en_US locale) or line terminators (the code started on Windows and is mostly developed on Mac). Obviously, I'm building this stuff every day, as is the CI server (which is

Re: t5 - snapshot inside project

2007-03-09 Thread Davor Hrg
sory, I sent it as an attachment earieler, E:\_work\java\lib_src\tapestry5\tapestry-project>mvn -e install + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Tapestry 5 Project [INFO] Tapestry Test Utilities [INFO] Tapestry Inversion o

Re: t5 - snapshot inside project

2007-03-09 Thread Howard Lewis Ship
It doesn't cost you anything to paste a transcript into an e-mail message, and it just might buy you a solution. On 3/9/07, Davor Hrg <[EMAIL PROTECTED]> wrote: sorry, but my expirience with maven is limited, I suppose the problem is probably with the testing plugin what can I do to resolve

Re: t5 - snapshot inside project

2007-03-09 Thread Davor Hrg
sorry, but my expirience with maven is limited, I suppose the problem is probably with the testing plugin what can I do to resolve this ? "suiteXmlFiles is configured, but there is no TestNG dependency" I picked the source from repo, people are working with the code on daily basis. There ha

Re: t5 - snapshot inside project

2007-03-09 Thread Pablo Ruggia
Mmm, i think the problem is exactly the opposite. All projects have testing enabled because they inherit it from it's parent (tapestry-project). The original problem was that tapestry-component-report inherited an xml location and doesn't have it. On 3/9/07, Davor Hrg <[EMAIL PROTECTED]> wrote:

Re: t5 - snapshot inside project

2007-03-09 Thread Davor Hrg
here is what it outputs with testng added to tapestry-component-report, tapestry-core, tapestry-project adding testng dependency may be cause of the last error if it counts no tests present as fail On 3/9/07, Davor Hrg <[EMAIL PROTECTED]> wrote: when I add testng dependancy to all failng sub

Re: t5 - snapshot inside project

2007-03-09 Thread Davor Hrg
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

Re: t5 - snapshot inside project

2007-03-09 Thread Davor Hrg
i tried it with: maven 2.0.4 nad 2.0.5 the same rror happens when running the mnv install from tapestry-project :( Davor Hrg On 3/9/07, Pablo Ruggia <[EMAIL PROTECTED]> wrote: suiteXmlFiles is declared in the parent pom (tapestry-project/pom.xml), so this error is reasonable because tapestry

Re: t5 - snapshot inside project

2007-03-09 Thread Davor Hrg
when I add testng dependancy to all failng subprojects manualy mvn install fails fails stating that some tests failed, but I see no test errors Davor Hrg On 3/9/07, Davor Hrg <[EMAIL PROTECTED]> wrote: i tried it with: maven 2.0.4 nad 2.0.5 the same rror happens when running the mnv install f

Re: t5 - snapshot inside project

2007-03-09 Thread Pablo Ruggia
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 <[EM

Re: t5 - snapshot inside project

2007-03-09 Thread Pablo Ruggia
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 t

t5 - snapshot inside project

2007-03-09 Thread Davor Hrg
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