Hi Ted,

On 4 Jan 2026, at 3:03 am, Theodore Petrosky via Webobjects-dev 
<[email protected]> wrote:

> It compiles and runs fine in Eclipse. But, (why is there always a big butt) I 
> don't see the framework anywhere in the package on the server.

Does the app run as expected on the server? That is, are you trying to diagnose 
a problem, or you're just curious to see where the artefacts end up?

<groupId>com.eltek</groupId>
<artifactId>BookingFramework</artifactId>
<version>0.0.1-SNAPSHOT</version>

If your app is Foo.woa, then BookingFramework should end up here as a JAR:

Foo.woa/Contents/Resources/Java/com/eltek/BookingFramework/0.0.1-SNAPSHOT/BookingFramework.jar

If you run 'jar -tvf BookingFrameowork.jar', you can see its contents. Your 
model and Properties should be in 'Resources/' in that JAR.


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



Reply via email to