Re: Apache for Dev and breakpoints

2020-06-06 Thread Jeffrey Schmitz via Webobjects-dev
Out of the blue this problem has started again, and my project rename strategy isn’t working either. I’ve never really understood how this runs in the first place. For deployment you have to configure your application in WOMonitor/WOTaskd, but there’s nothing about doing that in the instruction

Re: Wonder Source build error

2019-12-31 Thread Jeffrey Schmitz via Webobjects-dev
>>> On Dec 31, 2019, at 10:04 AM, Jesse Tayler wrote: >>> >>> I suspect your compiler settings. >>> >>> Check those in eclipse to be certain about your target and compiler being >>> used by your build. >>> >>> &

Re: Wonder Source build error

2019-12-31 Thread Jeffrey Schmitz via Webobjects-dev
ler wrote: > > I suspect your compiler settings. > > Check those in eclipse to be certain about your target and compiler being > used by your build. > > > > >> On Dec 31, 2019, at 10:56 AM, Jeffrey Schmitz via Webobjects-dev >> mailto:webobjects-dev@li

Re: Wonder Source build error

2019-12-31 Thread Jeffrey Schmitz via Webobjects-dev
is error is expected because the method destroy of the Thread >> class was removed. It's deprecated since Java 8. >> >> Currently, it's advisable to build Wonder with Java 8. You can still use the >> resulting binaries on projects with Java 11+ at your own risk.

Re: Wonder Source build error

2019-12-31 Thread Jeffrey Schmitz via Webobjects-dev
nder with Java 8. You can still use the > resulting binaries on projects with Java 11+ at your own risk. > > Cheers, > > HP > >> On Dec 30, 2019, at 2:30 PM, Jeffrey Schmitz via Webobjects-dev >> mailto:webobjects-dev@lists.apple.com>> >> wrote: >>

Wonder Source build error

2019-12-30 Thread Jeffrey Schmitz via Webobjects-dev
Hello List (again), I’m trying to build the latest wonder source and am getting the below error. I was able to build by deleting the @Override annotation, but am not sure if this is the right thing to do . [wocompile] /Users/netBrackets/git/WonderSource/Frameworks/Core/ERExtensions/Sources/e

Re: Catalina and Frontbase

2019-12-29 Thread Jeffrey Schmitz via Webobjects-dev
e FrontBase-folks (frontbase.com <http://frontbase.com/> > has contact addresses). > Lucky you. They're really among the nicest people you'll ever encounter on > this planet :). > > - hugi > > > >> On 30 Dec 2019, at 00:55, Jeffrey Schmitz via Webob

Catalina and Frontbase

2019-12-29 Thread Jeffrey Schmitz via Webobjects-dev
Hello List, I’m trying to run my app under Catalina for the first time and am getting a stack overflow when trying check migration status on my frontbase database . I’ve tried using java 11 and 13 and I’ve updated Frontbase to the Catalina version. Am hoping to not have ot downgrade to Moj