Page 1 of 1

Where to place license?

Posted: 04 Dec 2022, 23:51
by Tovelin
Unfortunatelly the readme is short on this one.

It only tells me to start the designer with

Code: Select all

mvn clean jetty:run
but once I finished my work and press the download button it tells me I need a license but won't give me the option add any existing license nor does it give me any hint where to place it

Re: Where to place license?

Posted: 05 Dec 2022, 11:54
by mert.sincan
Hi,

Interesting! Could you please attach the all message you got?

Re: Where to place license?

Posted: 05 Dec 2022, 13:56
by Tovelin
It is very easy to reproduce:
1. Download the Maven Project given to Buyers
2. Run mvn clean jetty:run
3: Change some colors
4: Hit the Download Button

It will give the error Message: Image

It won't tell you how to fix it, where you should enter a license code or anything similar. It will just leave you with your time making the changes wasted.

Re: Where to place license?

Posted: 07 Dec 2022, 19:18
by Tovelin
Anyone know how to solve this?

Re: Where to place license?

Posted: 14 Dec 2022, 12:33
by mert.sincan
So sorry for the delayed response! Could you please change the following context in web.xml?

Code: Select all

  <context-param>
        <param-name>javax.faces.PROJECT_STAGE</param-name>
        <param-value>Development</param-value>  // Please use Development instead of Production mode.
    </context-param>
I'll fix it for the next version. Thanks a lot for your report!
Best Regards,