Re: WOLips development on Windows—hot reload classes

2020-08-21 Thread Dennis Scheffer via Webobjects-dev
The guide on the wocommunity wiki will probably work but I would recommend a much easier way: https://github.com/TravaOpenJDK TravaOpenJDK has bundled DCEVM and will work out of the box. With regards, -- Dennis > On 21. Aug 2020, at 09:09, GILQUIN Pierre vi

Re: Maven build - webserver resources in frameworks

2020-03-05 Thread Dennis Scheffer via Webobjects-dev
Hi, I have to admit that I do not fully understand why you would need to do this but you can just inject a Maven plugin into your build process. A suitable lifecycle phase that runs before packaging would be process-classes. Add this below your wolifecycle plugin declaration: maven-ant

Re: Maven Unit tests with EOF

2020-01-23 Thread Dennis Scheffer via Webobjects-dev
> Cloning a “company” EO and testing unique constraints in SQL - is heavier > than testing an “isCamelCase()” function but lighter than selenium. Maybe we > have to do it in failsafe but it feels closer to regular unit tests that > should fire every time there is a checkin to the repo. In other

Re: Maven Unit tests with EOF

2020-01-22 Thread Dennis Scheffer via Webobjects-dev
Hi everyone, > // That's the main bundle when running tests from Eclipse > Path mainBundlePath = Paths.get("build/your-project.woa"); > > if (Files.notExists(mainBundlePath)) { > // Maven doesn't create a build directory. The WOA bundle goes into the > target folder instead. > mainBundlePath