Hi Ted,

On 5 Jan 2025, at 12:08 pm, Theodore Petrosky via Webobjects-dev 
<webobjects-dev@lists.apple.com> wrote:

> [2025-1-4 20:34:15 EST] <main> java.lang.IllegalAccessError: class 
> com.webobjects.foundation.NSTimeZone (in unnamed module @0x462496c8) cannot 
> access class sun.security.action.GetPropertyAction (in module java.base) 
> because module java.base does not export sun.security.action to unnamed 
> module @0x462496c8

This one is easy. Add this line to build.properties:

jvmOptions=--add-exports java.base/sun.security.action=ALL-UNNAMED 
--add-exports java.base/sun.util.calendar=ALL-UNNAMED

> I tried the Maven Clean and I get:

> [WARNING] Ignoring incompatible plugin version 4.0.0-beta-1: The plugin 
> org.apache.maven.plugins:maven-compiler-plugin:4.0.0-beta-1 requires Maven 
> version 4.0.0-beta-3
> [INFO] Latest version of plugin 
> org.apache.maven.plugins:maven-compiler-plugin failed compatibility check
> [INFO] Looking for compatible RELEASE version of plugin 
> org.apache.maven.plugins:maven-compiler-plugin
> [INFO] Selected plugin org.apache.maven.plugins:maven-compiler-plugin:3.13.0

Not sure what's going on here, other than that 
maven-compiler-plugin:4.0.0-beta-1 seems a bit bleeding edge. In any case, 
unless you've truncated that, it doesn't show the clean failing. Fix the 
NSTimeZone issue above first and report back.


-- 
Paul Hoadley
https://logicsquad.net/
https://www.linkedin.com/company/logic-squad/

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to