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 sidetracked;
I'm interested in the RO TCK tests; do they pass for you at the moment?




On 4 June 2013 09:33, Jeroen van der Wal  wrote:

> 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 locale thing.
>
>
> On Tue, Jun 4, 2013 at 9:25 AM, DImuthu Upeksha
> wrote:
>
> > 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 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
> > >>
> > >> -
> > >>  "Results :
> > >>   testTestAll(org.apache.isis.objectstore.sql.HsqlTest): Applib date:
> > >> Test '2010 -3-5', expected 2010-03-05, but got 2010-03-01. Check log
> > >> for more info.
> > >> Tests run: 9, Failures: 1, Errors: 0, Skipped: 0"
> > >>  -
> > >> [INFO] Isis SQL ObjectStore Integration Tests - Common ... FAILURE
> > [6.496s]
> > >> 
> > >>
> > >> What is the issue with these dates? Is changing dates in java file the
> > >> correct thing to pass these test or is there another way?
> > >>
> > >>
> > >> On Mon, Jun 3, 2013 at 10:06 PM, Dan Haywood
> > >>  wrote:
> > >> > Omit the -o flag; I think you need to download some new artifacts
> (not
> > >> yet
> > >> > cached in your ~/.m2/repository dir)
> > >> >
> > >> > Dan.
> > >> >
> > >> > Sorry to be brief, sent from my phone
> > >> >
> > >> > On 4 Jun 2013 05:06, "DImuthu Upeksha" 
> > >> wrote:
> > >> >>
> > >> >> Hi Dan,
> > >> >> I managed to clone ISIS code [0] in to my machine but when I tried
> to
> > >> >> build it using mvn clean install -o it gives the following error.
> Can
> > >> >> you please help me to make this right? I'm following the
> instructions
> > >> >> given in [1]
> > >> >>
> > >> >>
> > >> >> C:\isis\isis>mvn clean install -o
> > >> >> [INFO] Scanning for projects...
> > >> >> [WARNING]
> > >> >> [WARNING] Some problems were encountered while building the
> effective
> > >> >> model for
> > >> >>
> > >> >>
> > >>
> >
> org.apache.isis.example.application:quickstart_wicket_restful_jdo-webapp:war:1.0
> > >> >> .3-SNAPSHOT
> > >> >> [WARNING] 'build.plugins.plugin.version' for
> > >> >> org.apache.maven.plugins:maven-war-
> > >> >> plugin is missing. @ line 92, column 21
> > >> >> [WARNING]
> > >> >> [WARNING] Some problems were encountered while building the
> effective
> > >> >> model for
> > >> >>
> > >> >>
> > >>
> >
> org.apache.isis.example.domainservice:email-domainservice:jar:1.0.0-SNAPSHOT
> > >> >> [WARNING] 'build.plugins.plugin.version' for
> > >> >> org.apache.maven.plugins:maven-comp
> > >> >> iler-plugin is missing. @ line 44, column 21
> > >> >> [WARNING] 'build.plugins.plugin.version' for
> > >> >> org.apache.maven.plugins:maven-ecli
> > >> >> pse-plugin is missing. @ line 39, column 21
> > >> >> [WARNING]
> > >> >> [WARNING] It is highly recommended to fix these problems because
> they
> > >> >> threaten t
> > >> >> he stability of your build.
> > >> >> [WARNING]
> > >> >> [WARNING] For this reason, future Maven versions might no longer
> > support
> > >> >> buildin
> > >> >> g such malformed projects.
> > >> >> [WARNING]
> > >> >> [INFO]
> > >> >>
> > 
> > >> >> [INFO] Reactor Build Order:
> > >> >> [INFO]
> > >> >> [INFO] Apache Isis Core
> > >> >> [INFO] Isis Core Unit Test Support
> > >> >> [INFO] Isis Core AppLib
> > >> >> [INFO] Isis Core MetaModel
> > >> >> [INFO] Isis Core Runtime
> > >> >> [INFO] Isis Core WebServer
> > >> >> [INFO] Isis Core CgLib Bytecode
> > >> >> [INFO] Isis Core Javassist Bytecode
> > >> >> [INFO] Isis Core (In-Memory) ObjectStore
> > >> >> [INFO] Isis Core (In-memory) ProfileStore
> > >> >> [INFO] Isis Core (Bypass) Security
> > >> >> [INFO] Isis Core TCK App
> > >> >> [INFO] Isis Core TCK DOM
> > >> >> [INFO] Isis Core Wrapper Service
> > >> >> [INFO] Isis Core Integration Testing Support
> > >> >> [INFO] Isis Core TCK Fixtures
> > >> >> [INFO] Isis XML ObjectStore
> > >> >> 

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 locale thing.


On Tue, Jun 4, 2013 at 9:25 AM, DImuthu Upeksha
wrote:

> 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 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
> >>
> >> -
> >>  "Results :
> >>   testTestAll(org.apache.isis.objectstore.sql.HsqlTest): Applib date:
> >> Test '2010 -3-5', expected 2010-03-05, but got 2010-03-01. Check log
> >> for more info.
> >> Tests run: 9, Failures: 1, Errors: 0, Skipped: 0"
> >>  -
> >> [INFO] Isis SQL ObjectStore Integration Tests - Common ... FAILURE
> [6.496s]
> >> 
> >>
> >> What is the issue with these dates? Is changing dates in java file the
> >> correct thing to pass these test or is there another way?
> >>
> >>
> >> On Mon, Jun 3, 2013 at 10:06 PM, Dan Haywood
> >>  wrote:
> >> > Omit the -o flag; I think you need to download some new artifacts (not
> >> yet
> >> > cached in your ~/.m2/repository dir)
> >> >
> >> > Dan.
> >> >
> >> > Sorry to be brief, sent from my phone
> >> >
> >> > On 4 Jun 2013 05:06, "DImuthu Upeksha" 
> >> wrote:
> >> >>
> >> >> Hi Dan,
> >> >> I managed to clone ISIS code [0] in to my machine but when I tried to
> >> >> build it using mvn clean install -o it gives the following error. Can
> >> >> you please help me to make this right? I'm following the instructions
> >> >> given in [1]
> >> >>
> >> >>
> >> >> C:\isis\isis>mvn clean install -o
> >> >> [INFO] Scanning for projects...
> >> >> [WARNING]
> >> >> [WARNING] Some problems were encountered while building the effective
> >> >> model for
> >> >>
> >> >>
> >>
> org.apache.isis.example.application:quickstart_wicket_restful_jdo-webapp:war:1.0
> >> >> .3-SNAPSHOT
> >> >> [WARNING] 'build.plugins.plugin.version' for
> >> >> org.apache.maven.plugins:maven-war-
> >> >> plugin is missing. @ line 92, column 21
> >> >> [WARNING]
> >> >> [WARNING] Some problems were encountered while building the effective
> >> >> model for
> >> >>
> >> >>
> >>
> org.apache.isis.example.domainservice:email-domainservice:jar:1.0.0-SNAPSHOT
> >> >> [WARNING] 'build.plugins.plugin.version' for
> >> >> org.apache.maven.plugins:maven-comp
> >> >> iler-plugin is missing. @ line 44, column 21
> >> >> [WARNING] 'build.plugins.plugin.version' for
> >> >> org.apache.maven.plugins:maven-ecli
> >> >> pse-plugin is missing. @ line 39, column 21
> >> >> [WARNING]
> >> >> [WARNING] It is highly recommended to fix these problems because they
> >> >> threaten t
> >> >> he stability of your build.
> >> >> [WARNING]
> >> >> [WARNING] For this reason, future Maven versions might no longer
> support
> >> >> buildin
> >> >> g such malformed projects.
> >> >> [WARNING]
> >> >> [INFO]
> >> >>
> 
> >> >> [INFO] Reactor Build Order:
> >> >> [INFO]
> >> >> [INFO] Apache Isis Core
> >> >> [INFO] Isis Core Unit Test Support
> >> >> [INFO] Isis Core AppLib
> >> >> [INFO] Isis Core MetaModel
> >> >> [INFO] Isis Core Runtime
> >> >> [INFO] Isis Core WebServer
> >> >> [INFO] Isis Core CgLib Bytecode
> >> >> [INFO] Isis Core Javassist Bytecode
> >> >> [INFO] Isis Core (In-Memory) ObjectStore
> >> >> [INFO] Isis Core (In-memory) ProfileStore
> >> >> [INFO] Isis Core (Bypass) Security
> >> >> [INFO] Isis Core TCK App
> >> >> [INFO] Isis Core TCK DOM
> >> >> [INFO] Isis Core Wrapper Service
> >> >> [INFO] Isis Core Integration Testing Support
> >> >> [INFO] Isis Core TCK Fixtures
> >> >> [INFO] Isis XML ObjectStore
> >> >> [INFO] Isis SQL ObjectStore
> >> >> [INFO] Isis SQL ObjectStore Implementation
> >> >> [INFO] Isis SQL ObjectStore Integration Tests - Common
> >> >> [INFO] Isis SQL ObjectStore Integration Tests - Served
> >> >> [INFO] Isis NOSQL ObjectStore
> >> >> [INFO] Isis JDO ObjectStore
> >> >> [INFO] Isis JDO ObjectStore AppLib
> >> >> [INFO] Isis JDO ObjectStore MetaModel Support
> >> >> [INFO] Isis JDO ObjectStore DataNucleus impl
> >> >> [INFO] Isis Groovy ProgModel
> >> >> [INFO] Isis Groovy ProgModel AppLib
> >> >> [INFO] Isis Groovy ProgModel MetaModel
> >> >> [INFO] Isis XML ProfileStore
> >> >> [INFO] Isis File Security
> >> >> [INFO] Isis Shiro Security
> >> >> [INFO] Isis Drag-n-Drop Viewer

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 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
>>
>> -
>>  "Results :
>>   testTestAll(org.apache.isis.objectstore.sql.HsqlTest): Applib date:
>> Test '2010 -3-5', expected 2010-03-05, but got 2010-03-01. Check log
>> for more info.
>> Tests run: 9, Failures: 1, Errors: 0, Skipped: 0"
>>  -
>> [INFO] Isis SQL ObjectStore Integration Tests - Common ... FAILURE [6.496s]
>> 
>>
>> What is the issue with these dates? Is changing dates in java file the
>> correct thing to pass these test or is there another way?
>>
>>
>> On Mon, Jun 3, 2013 at 10:06 PM, Dan Haywood
>>  wrote:
>> > Omit the -o flag; I think you need to download some new artifacts (not
>> yet
>> > cached in your ~/.m2/repository dir)
>> >
>> > Dan.
>> >
>> > Sorry to be brief, sent from my phone
>> >
>> > On 4 Jun 2013 05:06, "DImuthu Upeksha" 
>> wrote:
>> >>
>> >> Hi Dan,
>> >> I managed to clone ISIS code [0] in to my machine but when I tried to
>> >> build it using mvn clean install -o it gives the following error. Can
>> >> you please help me to make this right? I'm following the instructions
>> >> given in [1]
>> >>
>> >>
>> >> C:\isis\isis>mvn clean install -o
>> >> [INFO] Scanning for projects...
>> >> [WARNING]
>> >> [WARNING] Some problems were encountered while building the effective
>> >> model for
>> >>
>> >>
>> org.apache.isis.example.application:quickstart_wicket_restful_jdo-webapp:war:1.0
>> >> .3-SNAPSHOT
>> >> [WARNING] 'build.plugins.plugin.version' for
>> >> org.apache.maven.plugins:maven-war-
>> >> plugin is missing. @ line 92, column 21
>> >> [WARNING]
>> >> [WARNING] Some problems were encountered while building the effective
>> >> model for
>> >>
>> >>
>> org.apache.isis.example.domainservice:email-domainservice:jar:1.0.0-SNAPSHOT
>> >> [WARNING] 'build.plugins.plugin.version' for
>> >> org.apache.maven.plugins:maven-comp
>> >> iler-plugin is missing. @ line 44, column 21
>> >> [WARNING] 'build.plugins.plugin.version' for
>> >> org.apache.maven.plugins:maven-ecli
>> >> pse-plugin is missing. @ line 39, column 21
>> >> [WARNING]
>> >> [WARNING] It is highly recommended to fix these problems because they
>> >> threaten t
>> >> he stability of your build.
>> >> [WARNING]
>> >> [WARNING] For this reason, future Maven versions might no longer support
>> >> buildin
>> >> g such malformed projects.
>> >> [WARNING]
>> >> [INFO]
>> >> 
>> >> [INFO] Reactor Build Order:
>> >> [INFO]
>> >> [INFO] Apache Isis Core
>> >> [INFO] Isis Core Unit Test Support
>> >> [INFO] Isis Core AppLib
>> >> [INFO] Isis Core MetaModel
>> >> [INFO] Isis Core Runtime
>> >> [INFO] Isis Core WebServer
>> >> [INFO] Isis Core CgLib Bytecode
>> >> [INFO] Isis Core Javassist Bytecode
>> >> [INFO] Isis Core (In-Memory) ObjectStore
>> >> [INFO] Isis Core (In-memory) ProfileStore
>> >> [INFO] Isis Core (Bypass) Security
>> >> [INFO] Isis Core TCK App
>> >> [INFO] Isis Core TCK DOM
>> >> [INFO] Isis Core Wrapper Service
>> >> [INFO] Isis Core Integration Testing Support
>> >> [INFO] Isis Core TCK Fixtures
>> >> [INFO] Isis XML ObjectStore
>> >> [INFO] Isis SQL ObjectStore
>> >> [INFO] Isis SQL ObjectStore Implementation
>> >> [INFO] Isis SQL ObjectStore Integration Tests - Common
>> >> [INFO] Isis SQL ObjectStore Integration Tests - Served
>> >> [INFO] Isis NOSQL ObjectStore
>> >> [INFO] Isis JDO ObjectStore
>> >> [INFO] Isis JDO ObjectStore AppLib
>> >> [INFO] Isis JDO ObjectStore MetaModel Support
>> >> [INFO] Isis JDO ObjectStore DataNucleus impl
>> >> [INFO] Isis Groovy ProgModel
>> >> [INFO] Isis Groovy ProgModel AppLib
>> >> [INFO] Isis Groovy ProgModel MetaModel
>> >> [INFO] Isis XML ProfileStore
>> >> [INFO] Isis File Security
>> >> [INFO] Isis Shiro Security
>> >> [INFO] Isis Drag-n-Drop Viewer
>> >> [INFO] Isis Drag-n-Drop Viewer Implementation
>> >> [INFO] Isis Drag-n-Drop Viewer TCK tests
>> >> [INFO] Isis Scimpi Viewer
>> >> [INFO] Isis Scimpi Viewer Dispatcher
>> >> [INFO] Isis Scimpi Viewer Servlet
>> >> [INFO] Isis Scimpi Viewer TCK tests
>> >> [INFO] Isis Wicket Viewer
>> >> [INFO] Isis Wicket Viewer Model
>> >> [INFO] Isis Wicket Viewer UI Components
>> >> [INFO] Isis Wicket Viewer Implementation
>> >> [INFO] Isis Wicket Viewer TCK tests
>> >> [INFO] Isis RestfulObjects Viewer
>> >> [INFO] Isis RestfulObjects Viewer AppLib
>> >> [INFO] Isis RestfulObjects Viewer Rendering
>> >> [INFO] Isis Restful

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
>
> -
>  "Results :
>   testTestAll(org.apache.isis.objectstore.sql.HsqlTest): Applib date:
> Test '2010 -3-5', expected 2010-03-05, but got 2010-03-01. Check log
> for more info.
> Tests run: 9, Failures: 1, Errors: 0, Skipped: 0"
>  -
> [INFO] Isis SQL ObjectStore Integration Tests - Common ... FAILURE [6.496s]
> 
>
> What is the issue with these dates? Is changing dates in java file the
> correct thing to pass these test or is there another way?
>
>
> On Mon, Jun 3, 2013 at 10:06 PM, Dan Haywood
>  wrote:
> > Omit the -o flag; I think you need to download some new artifacts (not
> yet
> > cached in your ~/.m2/repository dir)
> >
> > Dan.
> >
> > Sorry to be brief, sent from my phone
> >
> > On 4 Jun 2013 05:06, "DImuthu Upeksha" 
> wrote:
> >>
> >> Hi Dan,
> >> I managed to clone ISIS code [0] in to my machine but when I tried to
> >> build it using mvn clean install -o it gives the following error. Can
> >> you please help me to make this right? I'm following the instructions
> >> given in [1]
> >>
> >>
> >> C:\isis\isis>mvn clean install -o
> >> [INFO] Scanning for projects...
> >> [WARNING]
> >> [WARNING] Some problems were encountered while building the effective
> >> model for
> >>
> >>
> org.apache.isis.example.application:quickstart_wicket_restful_jdo-webapp:war:1.0
> >> .3-SNAPSHOT
> >> [WARNING] 'build.plugins.plugin.version' for
> >> org.apache.maven.plugins:maven-war-
> >> plugin is missing. @ line 92, column 21
> >> [WARNING]
> >> [WARNING] Some problems were encountered while building the effective
> >> model for
> >>
> >>
> org.apache.isis.example.domainservice:email-domainservice:jar:1.0.0-SNAPSHOT
> >> [WARNING] 'build.plugins.plugin.version' for
> >> org.apache.maven.plugins:maven-comp
> >> iler-plugin is missing. @ line 44, column 21
> >> [WARNING] 'build.plugins.plugin.version' for
> >> org.apache.maven.plugins:maven-ecli
> >> pse-plugin is missing. @ line 39, column 21
> >> [WARNING]
> >> [WARNING] It is highly recommended to fix these problems because they
> >> threaten t
> >> he stability of your build.
> >> [WARNING]
> >> [WARNING] For this reason, future Maven versions might no longer support
> >> buildin
> >> g such malformed projects.
> >> [WARNING]
> >> [INFO]
> >> 
> >> [INFO] Reactor Build Order:
> >> [INFO]
> >> [INFO] Apache Isis Core
> >> [INFO] Isis Core Unit Test Support
> >> [INFO] Isis Core AppLib
> >> [INFO] Isis Core MetaModel
> >> [INFO] Isis Core Runtime
> >> [INFO] Isis Core WebServer
> >> [INFO] Isis Core CgLib Bytecode
> >> [INFO] Isis Core Javassist Bytecode
> >> [INFO] Isis Core (In-Memory) ObjectStore
> >> [INFO] Isis Core (In-memory) ProfileStore
> >> [INFO] Isis Core (Bypass) Security
> >> [INFO] Isis Core TCK App
> >> [INFO] Isis Core TCK DOM
> >> [INFO] Isis Core Wrapper Service
> >> [INFO] Isis Core Integration Testing Support
> >> [INFO] Isis Core TCK Fixtures
> >> [INFO] Isis XML ObjectStore
> >> [INFO] Isis SQL ObjectStore
> >> [INFO] Isis SQL ObjectStore Implementation
> >> [INFO] Isis SQL ObjectStore Integration Tests - Common
> >> [INFO] Isis SQL ObjectStore Integration Tests - Served
> >> [INFO] Isis NOSQL ObjectStore
> >> [INFO] Isis JDO ObjectStore
> >> [INFO] Isis JDO ObjectStore AppLib
> >> [INFO] Isis JDO ObjectStore MetaModel Support
> >> [INFO] Isis JDO ObjectStore DataNucleus impl
> >> [INFO] Isis Groovy ProgModel
> >> [INFO] Isis Groovy ProgModel AppLib
> >> [INFO] Isis Groovy ProgModel MetaModel
> >> [INFO] Isis XML ProfileStore
> >> [INFO] Isis File Security
> >> [INFO] Isis Shiro Security
> >> [INFO] Isis Drag-n-Drop Viewer
> >> [INFO] Isis Drag-n-Drop Viewer Implementation
> >> [INFO] Isis Drag-n-Drop Viewer TCK tests
> >> [INFO] Isis Scimpi Viewer
> >> [INFO] Isis Scimpi Viewer Dispatcher
> >> [INFO] Isis Scimpi Viewer Servlet
> >> [INFO] Isis Scimpi Viewer TCK tests
> >> [INFO] Isis Wicket Viewer
> >> [INFO] Isis Wicket Viewer Model
> >> [INFO] Isis Wicket Viewer UI Components
> >> [INFO] Isis Wicket Viewer Implementation
> >> [INFO] Isis Wicket Viewer TCK tests
> >> [INFO] Isis RestfulObjects Viewer
> >> [INFO] Isis RestfulObjects Viewer AppLib
> >> [INFO] Isis RestfulObjects Viewer Rendering
> >> [INFO] Isis RestfulObjects Viewer Server
> >> [INFO] Isis RestfulObjects Viewer TCK tests
> >> [INFO] Isis BDD Viewer
> >> [INFO] Isis BDD Viewer (Common)
> >> [INFO] Isis BDD Viewer (Concordion)
> >> [INFO] Isis BDD Viewer (Concordion) TCK tests
> >> [INFO] Example Claims
> >> [INFO] Example Claims App DOM
> >> [INFO] Example Claims App Fixtures
> >> [INFO] Example Cl

Re: Error at building ISIS code

2013-06-03 Thread DImuthu Upeksha
Hi Dan,
Thank you. Omitting -o flag resolved that issue. But now I get another
issue complaining that

-
 "Results :
  testTestAll(org.apache.isis.objectstore.sql.HsqlTest): Applib date:
Test '2010 -3-5', expected 2010-03-05, but got 2010-03-01. Check log
for more info.
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0"
 -
[INFO] Isis SQL ObjectStore Integration Tests - Common ... FAILURE [6.496s]


What is the issue with these dates? Is changing dates in java file the
correct thing to pass these test or is there another way?


On Mon, Jun 3, 2013 at 10:06 PM, Dan Haywood
 wrote:
> Omit the -o flag; I think you need to download some new artifacts (not yet
> cached in your ~/.m2/repository dir)
>
> Dan.
>
> Sorry to be brief, sent from my phone
>
> On 4 Jun 2013 05:06, "DImuthu Upeksha"  wrote:
>>
>> Hi Dan,
>> I managed to clone ISIS code [0] in to my machine but when I tried to
>> build it using mvn clean install -o it gives the following error. Can
>> you please help me to make this right? I'm following the instructions
>> given in [1]
>>
>>
>> C:\isis\isis>mvn clean install -o
>> [INFO] Scanning for projects...
>> [WARNING]
>> [WARNING] Some problems were encountered while building the effective
>> model for
>>
>> org.apache.isis.example.application:quickstart_wicket_restful_jdo-webapp:war:1.0
>> .3-SNAPSHOT
>> [WARNING] 'build.plugins.plugin.version' for
>> org.apache.maven.plugins:maven-war-
>> plugin is missing. @ line 92, column 21
>> [WARNING]
>> [WARNING] Some problems were encountered while building the effective
>> model for
>>
>> org.apache.isis.example.domainservice:email-domainservice:jar:1.0.0-SNAPSHOT
>> [WARNING] 'build.plugins.plugin.version' for
>> org.apache.maven.plugins:maven-comp
>> iler-plugin is missing. @ line 44, column 21
>> [WARNING] 'build.plugins.plugin.version' for
>> org.apache.maven.plugins:maven-ecli
>> pse-plugin is missing. @ line 39, column 21
>> [WARNING]
>> [WARNING] It is highly recommended to fix these problems because they
>> threaten t
>> he stability of your build.
>> [WARNING]
>> [WARNING] For this reason, future Maven versions might no longer support
>> buildin
>> g such malformed projects.
>> [WARNING]
>> [INFO]
>> 
>> [INFO] Reactor Build Order:
>> [INFO]
>> [INFO] Apache Isis Core
>> [INFO] Isis Core Unit Test Support
>> [INFO] Isis Core AppLib
>> [INFO] Isis Core MetaModel
>> [INFO] Isis Core Runtime
>> [INFO] Isis Core WebServer
>> [INFO] Isis Core CgLib Bytecode
>> [INFO] Isis Core Javassist Bytecode
>> [INFO] Isis Core (In-Memory) ObjectStore
>> [INFO] Isis Core (In-memory) ProfileStore
>> [INFO] Isis Core (Bypass) Security
>> [INFO] Isis Core TCK App
>> [INFO] Isis Core TCK DOM
>> [INFO] Isis Core Wrapper Service
>> [INFO] Isis Core Integration Testing Support
>> [INFO] Isis Core TCK Fixtures
>> [INFO] Isis XML ObjectStore
>> [INFO] Isis SQL ObjectStore
>> [INFO] Isis SQL ObjectStore Implementation
>> [INFO] Isis SQL ObjectStore Integration Tests - Common
>> [INFO] Isis SQL ObjectStore Integration Tests - Served
>> [INFO] Isis NOSQL ObjectStore
>> [INFO] Isis JDO ObjectStore
>> [INFO] Isis JDO ObjectStore AppLib
>> [INFO] Isis JDO ObjectStore MetaModel Support
>> [INFO] Isis JDO ObjectStore DataNucleus impl
>> [INFO] Isis Groovy ProgModel
>> [INFO] Isis Groovy ProgModel AppLib
>> [INFO] Isis Groovy ProgModel MetaModel
>> [INFO] Isis XML ProfileStore
>> [INFO] Isis File Security
>> [INFO] Isis Shiro Security
>> [INFO] Isis Drag-n-Drop Viewer
>> [INFO] Isis Drag-n-Drop Viewer Implementation
>> [INFO] Isis Drag-n-Drop Viewer TCK tests
>> [INFO] Isis Scimpi Viewer
>> [INFO] Isis Scimpi Viewer Dispatcher
>> [INFO] Isis Scimpi Viewer Servlet
>> [INFO] Isis Scimpi Viewer TCK tests
>> [INFO] Isis Wicket Viewer
>> [INFO] Isis Wicket Viewer Model
>> [INFO] Isis Wicket Viewer UI Components
>> [INFO] Isis Wicket Viewer Implementation
>> [INFO] Isis Wicket Viewer TCK tests
>> [INFO] Isis RestfulObjects Viewer
>> [INFO] Isis RestfulObjects Viewer AppLib
>> [INFO] Isis RestfulObjects Viewer Rendering
>> [INFO] Isis RestfulObjects Viewer Server
>> [INFO] Isis RestfulObjects Viewer TCK tests
>> [INFO] Isis BDD Viewer
>> [INFO] Isis BDD Viewer (Common)
>> [INFO] Isis BDD Viewer (Concordion)
>> [INFO] Isis BDD Viewer (Concordion) TCK tests
>> [INFO] Example Claims
>> [INFO] Example Claims App DOM
>> [INFO] Example Claims App Fixtures
>> [INFO] Example Claims App Scimpi Viewer
>> [INFO] Example Claims App Wicket Viewer
>> [INFO] Example Claims App DnD Viewer
>> [INFO] Quickstart (Scimpi/NoSQL) App
>> [INFO] Quickstart (Scimpi/NoSQL) DOM
>> [INFO] Quickstart (Scimpi/NoSQL) Fixtures
>> [INFO] Quickstart (Scimpi/NoSQL) Scimpi Viewer
>> [INFO] Quickstart (DnD/Junit/BDD) App
>> [INFO] Quickstart (DnD/Junit/BDD) DOM
>> [INFO] Quickstart (DnD/Junit/BDD) Fixtures
>> [INFO] Quickstart (DnD/Junit/BDD) View

Re: Error at building ISIS code

2013-06-03 Thread Dan Haywood
Omit the -o flag; I think you need to download some new artifacts (not yet
cached in your ~/.m2/repository dir)

Dan.

Sorry to be brief, sent from my phone
On 4 Jun 2013 05:06, "DImuthu Upeksha"  wrote:

> Hi Dan,
> I managed to clone ISIS code [0] in to my machine but when I tried to
> build it using mvn clean install -o it gives the following error. Can
> you please help me to make this right? I'm following the instructions
> given in [1]
>
>
> C:\isis\isis>mvn clean install -o
> [INFO] Scanning for projects...
> [WARNING]
> [WARNING] Some problems were encountered while building the effective
> model for
>
> org.apache.isis.example.application:quickstart_wicket_restful_jdo-webapp:war:1.0
> .3-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for
> org.apache.maven.plugins:maven-war-
> plugin is missing. @ line 92, column 21
> [WARNING]
> [WARNING] Some problems were encountered while building the effective
> model for
>
> org.apache.isis.example.domainservice:email-domainservice:jar:1.0.0-SNAPSHOT
> [WARNING] 'build.plugins.plugin.version' for
> org.apache.maven.plugins:maven-comp
> iler-plugin is missing. @ line 44, column 21
> [WARNING] 'build.plugins.plugin.version' for
> org.apache.maven.plugins:maven-ecli
> pse-plugin is missing. @ line 39, column 21
> [WARNING]
> [WARNING] It is highly recommended to fix these problems because they
> threaten t
> he stability of your build.
> [WARNING]
> [WARNING] For this reason, future Maven versions might no longer support
> buildin
> g such malformed projects.
> [WARNING]
> [INFO]
> 
> [INFO] Reactor Build Order:
> [INFO]
> [INFO] Apache Isis Core
> [INFO] Isis Core Unit Test Support
> [INFO] Isis Core AppLib
> [INFO] Isis Core MetaModel
> [INFO] Isis Core Runtime
> [INFO] Isis Core WebServer
> [INFO] Isis Core CgLib Bytecode
> [INFO] Isis Core Javassist Bytecode
> [INFO] Isis Core (In-Memory) ObjectStore
> [INFO] Isis Core (In-memory) ProfileStore
> [INFO] Isis Core (Bypass) Security
> [INFO] Isis Core TCK App
> [INFO] Isis Core TCK DOM
> [INFO] Isis Core Wrapper Service
> [INFO] Isis Core Integration Testing Support
> [INFO] Isis Core TCK Fixtures
> [INFO] Isis XML ObjectStore
> [INFO] Isis SQL ObjectStore
> [INFO] Isis SQL ObjectStore Implementation
> [INFO] Isis SQL ObjectStore Integration Tests - Common
> [INFO] Isis SQL ObjectStore Integration Tests - Served
> [INFO] Isis NOSQL ObjectStore
> [INFO] Isis JDO ObjectStore
> [INFO] Isis JDO ObjectStore AppLib
> [INFO] Isis JDO ObjectStore MetaModel Support
> [INFO] Isis JDO ObjectStore DataNucleus impl
> [INFO] Isis Groovy ProgModel
> [INFO] Isis Groovy ProgModel AppLib
> [INFO] Isis Groovy ProgModel MetaModel
> [INFO] Isis XML ProfileStore
> [INFO] Isis File Security
> [INFO] Isis Shiro Security
> [INFO] Isis Drag-n-Drop Viewer
> [INFO] Isis Drag-n-Drop Viewer Implementation
> [INFO] Isis Drag-n-Drop Viewer TCK tests
> [INFO] Isis Scimpi Viewer
> [INFO] Isis Scimpi Viewer Dispatcher
> [INFO] Isis Scimpi Viewer Servlet
> [INFO] Isis Scimpi Viewer TCK tests
> [INFO] Isis Wicket Viewer
> [INFO] Isis Wicket Viewer Model
> [INFO] Isis Wicket Viewer UI Components
> [INFO] Isis Wicket Viewer Implementation
> [INFO] Isis Wicket Viewer TCK tests
> [INFO] Isis RestfulObjects Viewer
> [INFO] Isis RestfulObjects Viewer AppLib
> [INFO] Isis RestfulObjects Viewer Rendering
> [INFO] Isis RestfulObjects Viewer Server
> [INFO] Isis RestfulObjects Viewer TCK tests
> [INFO] Isis BDD Viewer
> [INFO] Isis BDD Viewer (Common)
> [INFO] Isis BDD Viewer (Concordion)
> [INFO] Isis BDD Viewer (Concordion) TCK tests
> [INFO] Example Claims
> [INFO] Example Claims App DOM
> [INFO] Example Claims App Fixtures
> [INFO] Example Claims App Scimpi Viewer
> [INFO] Example Claims App Wicket Viewer
> [INFO] Example Claims App DnD Viewer
> [INFO] Quickstart (Scimpi/NoSQL) App
> [INFO] Quickstart (Scimpi/NoSQL) DOM
> [INFO] Quickstart (Scimpi/NoSQL) Fixtures
> [INFO] Quickstart (Scimpi/NoSQL) Scimpi Viewer
> [INFO] Quickstart (DnD/Junit/BDD) App
> [INFO] Quickstart (DnD/Junit/BDD) DOM
> [INFO] Quickstart (DnD/Junit/BDD) Fixtures
> [INFO] Quickstart (DnD/Junit/BDD) Viewer DnD
> [INFO] Quickstart (DnD/Junit/BDD)BDD BDD (Concordion) Tests
> [INFO] Quickstart Wicket/Restful/JDO App
> [INFO] Quickstart Wicket/Restful/JDO DOM
> [INFO] Quickstart Wicket/Restful/JDO Fixtures
> [INFO] Quickstart Wicket/Restful/JDO Repositories (for JDO)
> [INFO] Quickstart Wicket/Restful/JDO Integration Tests
> [INFO] Quickstart Wicket/Restful/JDO Webapp
> [INFO] quickstart_wicket_restful_jdo-archetype
> [INFO] Email service
> [INFO] Example ProgModel: Namefile Facet
> [INFO] Isis Maven Mojo (isis-maven-plugin)
> [INFO] Apache Isis (Aggregator)
> [INFO]
> [INFO]
> 
> [INFO] Building Apache Isis Core 1.3.0-SNAPSHOT
> [INFO]
> 
> [WARNING] The POM for org.ap