Re: GSOC - community bonding period tasks...

2013-06-04 Thread DImuthu Upeksha
Hi Dan, I managed to clone ISIS git repository and successfully pass RO TCK tests. I looked into the code but still I have several questions about RO TCK. 1 .Basically I wasn't able to get an idea about what TCK is 2 This far I only have only worked with ISIS quickstart archetype [1] and I couldn'

Re: Error at building ISIS code

2013-06-04 Thread Dan Haywood
It's always a locale thing when it comes to dates. Especially our applib dates! One of these days I should start a thread suggesting that we deprecate them, and standardize just on JDK dates and the Joda dates. One of these days. As Jeroen says, you can edit that pom locally. But don't get sid

Re: Error at building ISIS code

2013-06-04 Thread Jeroen van der Wal
You could but it requires you to change the pom: http://stackoverflow.com/questions/772735/skipping-tests-in-some-modules-in-maven It would be even better if you try to see why this test fails by debugging it in Eclipse since this test passes on other machines (among mine) which suggests it's a lo

Re: Error at building ISIS code

2013-06-04 Thread DImuthu Upeksha
Thank you Jeroen. If I do so it skips all tests in each module. Isn't it? Can I specify a particular module's test cases to skip and build others normally? On Tue, Jun 4, 2013 at 12:15 AM, Jeroen van der Wal wrote: > I think the tests don't pass your date format setting. Anyway, you can run > mvn

Re: Error at building ISIS code

2013-06-04 Thread Jeroen van der Wal
I think the tests don't pass your date format setting. Anyway, you can run mvn clean install -DskipTests to simply skip the tests. On Tue, Jun 4, 2013 at 8:49 AM, DImuthu Upeksha wrote: > Hi Dan, > Thank you. Omitting -o flag resolved that issue. But now I get another > issue complaining that >