Re: New: woinstall-maven-plugin

2024-12-15 Thread Samuel Pelletier via Webobjects-dev
Hi Ramsey, I solved this situation by adding this line to build.properties file in each project: jvmOptions=--add-exports\=java.base/sun.security.action\=ALL-UNNAMED for multiple arguments: jvmOptions=--add-exports\=java.base/sun.security.action\=ALL-UNNAMED --add-exports java.base/jdk.interna

Re: New: woinstall-maven-plugin

2024-12-14 Thread Ramsey Gurley via Webobjects-dev
Add something like this in the plugins section of your pom file. You probably want to make sure your wolifecycle plugin is using the latest version too (2.5).     org.apache.maven.plugins maven-compiler-plugin     3.8.1         21

Re: New: woinstall-maven-plugin

2024-12-14 Thread Theodore Petrosky via Webobjects-dev
OK I’m almost there…. I picked up a settings.xml from an old machine that was almost working… now I can create new WO Apps but they fail to launch with: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http:

Re: New: woinstall-maven-plugin

2024-12-10 Thread Ramsey Gurley via Webobjects-dev
In order to use the wocommunity archetypes, you need to edit your ~/.m2/settings.xml and add the wocommunity repo before they'll work. You can follow the instructions here, https://github.com/wocommunity/webobjects-maven-archetypes I'm going to try them out myself, I haven't used them since ve

Re: New: woinstall-maven-plugin

2024-12-10 Thread Theodore Petrosky via Webobjects-dev
OK I think I've almost got it but I’m missing something :( How do I tell Eclipse-WOLips to use the archetype I have the newest version of eclipse installed and I've used the WOLips update URL: http://wocommunity.github.io/wolips/repository/ My Java version java -version

New: woinstall-maven-plugin

2024-12-10 Thread Ramsey Gurley via Webobjects-dev
Hello everyone, If the wobootstrap-maven-plugin and the WOInstall.jar got married and had a baby, it would be the woinstall-maven-plugin. I'm pleased to inform you that installing webobjects is now as easy as pasting the following into your terminal, mvn io.github.wocommunity:woinstall-maven