Re: Developing using Eclipse

2017-10-12 Thread Stephen Cameron
I now have to add this dependency in the webapp pom.xml org.apache.isis.core isis-core-webserver On Fri, Oct 6, 2017 at 5:10 PM, Jayesh Prajapati wrote: > I use below command to build my projects using maven. > > echo Build command [mvn clean install -

Re: Developing using Eclipse

2017-10-05 Thread Jayesh Prajapati
I use below command to build my projects using maven. echo Build command [mvn clean install -Dskip.isis.standalone=true $*] mvn clean install -Dskip.isis.standalone=true $* I hope above helps. Thanks, Jayesh On Fri, Oct 6, 2017 at 6:48 AM, Jayesh Prajapati wrote: > Hi, > > While building you n

Re: Developing using Eclipse

2017-10-05 Thread Jayesh Prajapati
Hi, While building you need to use maven profile or -D option named something like standalone. As soon as I find time I will check and share more detail with you. Cheers, Jayesh On 06-Oct-2017 5:25 AM, "Stephen Cameron" wrote: > You now need to add a dependency to your pom.xml to be able to

Re: Developing using Eclipse

2017-10-05 Thread Stephen Cameron
You now need to add a dependency to your pom.xml to be able to use org.apache.isis.WebServer. Thats changed. Don't have details at hand sorry. Just running an application with that as the main class seems sufficient, so the launch file is not needed I'd say. On Friday, October 6, 2017, Fernando Me

Developing using Eclipse

2017-10-05 Thread Fernando Medeiros Junior
I tried to run the simpleapp, using the archetype and followed the guide in https://isis.apache.org/guides/dg/dg.html#_dg_ide_eclipse but it did't work. My first problem was that the ".launch" file, referenced by guide, does't exists in archetype. I have tried to run the org.apache.isis.WebServer b