Running Syncope from source?

2019-09-17 Thread Misagh Moayyed
Hello all, I am trying to figure out how I might run Syncope from source. This page [1] describes instructions that can be used to build the codebase, and run/debug integration tests, etc. However, I fail to see how I might be able to directly run Syncope webapps directly from the command-line

Re: Running Syncope from source?

2019-09-17 Thread Francesco Chicchiriccò
On 17/09/19 13:18, Misagh Moayyed wrote: > Hello all, > > I am trying to figure out how I might run Syncope from source. This page [1] > describes instructions that can be used to build the codebase, and run/debug > integration tests, etc. However, I fail to see how I might be able to > directly

Re: Running Syncope from source?

2019-09-20 Thread Misagh Moayyed
> First run > > mvn -PskipTests,all > > from root folder. > > Then if you want to run only Syncope Core, with JPDA debug on localhost:8000: > > cd fit/core-refererence > mvn -Pdebug,all (or -P debug if you don't want extensions) > > If you want to run Syncope Core and Console, with JPDA debug

Re: Running Syncope from source?

2019-09-21 Thread Francesco Chicchiriccò
On 20-set-19, alle 11:03, Misagh Moayyed misagh.moay...@tirasa.net wrote: >> First run >> >> mvn -PskipTests,all >> >> from root folder. >> >> Then if you want to run only Syncope Core, with JPDA debug on localhost:8000: >> >> cd fit/core-refererence >> mvn -Pdebug,all (or -P debug if you don'

Re: Running Syncope from source?

2019-09-26 Thread Misagh Moayyed
Thanks very much. This was quite helpful. --Misagh - Original Message - > From: "Francesco Chicchiriccò" > To: "dev" > Sent: Sunday, September 22, 2019 8:40:30 AM > Subject: Re: Running Syncope from source? > On 20-set-19, alle 11:03, Misagh Moay

Re: Running Syncope from source?

2019-09-26 Thread Francesco Chicchiriccò
On 26/09/19 09:30, Misagh Moayyed wrote: > Thanks very much. This was quite helpful. You are welcome glad it was it. > - Original Message - >> From: "Francesco Chicchiriccò" >> To: "dev" >> Sent: Sunday, September 22, 2019 8:40:30 AM >>