Thank you Hugi,
Don’t be sorry , it’s fun too when things don’t work immediately , it’s
instructive too ;-)
I removed the vermilinga artifact and replaced it with wolifecycle.
Running the SlimSample I got the "java.base does not export sun.security.action
… " error
The fix for this error is we
…and just so you know, I'm making notes and fixing stuff as you go. Started
amending the project's README and looking into deploying the projects to
eliminate those awkward build steps.
That also means I'll probably start making releases. Doing that starts making a
lot more sense once there's so
If you change the vermilingua plugin version to 1.0.3, the error should go
away. The error originally occurred because the erroneously specified version
(1.0.0-SNAPSHOT) was never released, so your build couldn't find it — and thus
not the "woapplication" packaging declared by it. 1.0.3 is deplo
Thank you Hugi
In the pom.xml I get an error on the line woapplication
"Unknown packaging : woapplication "
I don’t get this error when I create a new maven App
Francois
> Le 28 août 2025 à 16:08, Hugi Thordarson via Webobjects-dev
> a écrit :
>
> Hi Francois,
> glad you saw the sample pro
Hi Francois,
glad you saw the sample project :).
And sorry about that — the problem is that I accidentally referenced an ancient
development version of the vermilingua-maven-plugin. Upgrade it to v1.0.3
(which is in maven central) and it should be fine. Just did that in the sample
project's rep
Hello Hugi
I try to use your SlimSample
In Application.java I had to replace import extensions.appserver.ERXApplication
with er. extensions.appserver.ERXApplication
In pom.xml on the line woapplication in Eclipse I get the error
"Unknown packaging: woapplication"
Something missing in the ?
Fr