I’ve imported the Wonder source projects that I just cloned into Eclipse. I’m
seeing other errors such as this DocsByExample/Session.java where Double.vaueOf
is used instead of Double.valueOf. I’m guessing the ‘ant frameworks’ command
didn’t need the files containing these types of errors.
I think it does, yes. Of course, I’m clueless outside of having a lot of
compiler issues over the years...Frankly, I’m always about 50% confused during
these circumstances so I’m certain someone else knows for sure.
But I’m guessing you can solve even command-line ant build settings by
attendin
I running ant from the command line to build in the WonderSource git
repository that I cloned per the below link. Would that use an eclipse setting?
https://wiki.wocommunity.org/display/documentation/Building+and+Installing+a+Framework+with+Ant
> On Dec 31, 2019, at 10:04 AM, Jesse Tayler w
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
> wrote:
>
>
> Also, now when I manually fix the Override error I’m getting additional
> erro
Also, now when I manually fix the Override error I’m getting additional errors:
global.dummy:
[wocompile] Compiling 11 source files to
/Users/netBrackets/Roots/classes/ERProfiling
[wocompile] warning: [options] bootstrap class path not set in conjunction with
-source 8
[wocompile]
/Users/netBr
I switched to java 8:
java -version
openjdk version "1.8.0_232"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_232-b09)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.232-b09, mixed mode)
But am still getting the error.
[wocompile]
/Users/netBrackets/git/WonderSource/Frameworks/Core
Hi Jeffrey,
What Java version are you using to compile the code? If it's Java 11 or
greater, this 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 b
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