I now have to add this dependency in the webapp pom.xml

        <dependency>
            <groupId>org.apache.isis.core</groupId>
            <artifactId>isis-core-webserver</artifactId>
        </dependency>

On Fri, Oct 6, 2017 at 5:10 PM, Jayesh Prajapati <jayesh...@gmail.com>
wrote:

> 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 <jayesh...@gmail.com>
> wrote:
>
> > 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" <steve.cameron...@gmail.com>
> > wrote:
> >
> >> 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 Medeiros Junior <
> >> fernando.medei...@gmail.com> wrote:
> >>
> >> > 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 but the eclipse
> didn't
> >> > found it in project, that I have imported in eclipse following the
> >> guide.
> >> > My workaround was running it using a new launch configurating,
> lauching
> >> a
> >> > maven command, goal jetty:run.
> >> > Did I do something wrong?
> >> >
> >> > Thank you.
> >> >
> >>
> >
>

Reply via email to