Re: Hello again

2022-01-18 Thread Paul Hoadley via Webobjects-dev
On 19 Jan 2022, at 8:19 am, Mark Wardle wrote: > One major issue was that I had .project in my gitignore file, so eclipse made > new ones without the wolips magic / maven features. That meant I got weird > NPE when I tried with a new machine and different behaviour on another. Yes, that will d

Re: Hello again

2022-01-18 Thread Mark Wardle via Webobjects-dev
Thanks Ralf! I did find that and tried it but it didn’t work. It didn’t seem to make any resources available so I wasn’t even sure it had any effect. I’ve now put everything into a single maven project and appears to be working perfectly. Thank you very much. If I get time, I might try to reprod

Re: Hello again

2022-01-18 Thread Ralf Schuchardt via Webobjects-dev
Hi Mark, if I remember correctly, I did also run into this no-model-found problem lately, and I believe this old hint here https://wiki.wocommunity.org/display/documentation/Maven+Running+or+Debugging+as+WO+Application did help. If you have not done this yet, try adding the build java direct

Re: Hello again

2022-01-18 Thread Mark Wardle via Webobjects-dev
Thanks Paul. That is very kind of you! But I'm delighted to say I think I have fixed the problems. One major issue was that I had .project in my gitignore file, so eclipse made new ones without the wolips magic / maven features. That meant I got weird NPE when I tried with a new machine and differ

Re: Hello again

2022-01-18 Thread Paul Hoadley via Webobjects-dev
Hi Mark, On 18 Jan 2022, at 8:16 pm, Mark Wardle wrote: > I have nuked my local installation of eclipse. I did have dashes in the path > to my workspace. I tried an installation on a fresh machine, but with latest > eclipse (4), and I now get NPE when I try to run a WOApplication. So I'm > go

Re: Hello again

2022-01-18 Thread Mark Wardle via Webobjects-dev
Thanks Paul. I have nuked my local installation of eclipse. I did have dashes in the path to my workspace. I tried an installation on a fresh machine, but with latest eclipse (4), and I now get NPE when I try to run a WOApplication. So I'm going to delete the installation again, install eclipse 3

Re: Hello again

2022-01-18 Thread Paul Hoadley via Webobjects-dev
On 18 Jan 2022, at 6:27 pm, Mark Wardle wrote: > I suspect you fixed it through a special incantation on the first blood red > moon of April. > > Anyway, I clearly have a different environment when running at the command > line compared to in eclipse. Eclipse isn't doing a full Maven package

Re: Hello again

2022-01-17 Thread Mark Wardle via Webobjects-dev
Hi Paul, I suspect you fixed it through a special incantation on the first blood red moon of April. Anyway, I clearly have a different environment when running at the command line compared to in eclipse. I added some code to my main Application startup: *public* Application() { NSLog.*out*.ap

Re: Hello again

2022-01-17 Thread Paul Hoadley via Webobjects-dev
On 18 Jan 2022, at 5:25 am, Mark Wardle wrote: > Amazingly Paul, I found this from the past in which you had exactly the same > issue. I have different models in different frameworks. They are brought in > perfectly using maven at the command line, and everything just seems to work. > In eclip

Re: Hello again

2022-01-17 Thread Paul Hoadley via Webobjects-dev
Hi Mark, On 17 Jan 2022, at 6:04 pm, Mark Wardle wrote: > Right. It *is* all working - from the command-line. > > But it is eclipse that is having problems. For some reason I get a 'no model > found' in this model group error. > > Jan 17 07:16:57 RSNews[59144] WARN NSLog - A fatal exceptio

Re: Hello again

2022-01-17 Thread Mark Wardle via Webobjects-dev
Amazingly Paul, I found this from the past in which you had exactly the same issue. I have different models in different frameworks. They are brought in perfectly using maven at the command line, and everything just seems to work. In eclipse, it is a different matter - I too have now unchecked NSPr

Re: Hello again

2022-01-16 Thread Mark Wardle via Webobjects-dev
Right. It *is* all working - from the command-line. But it is eclipse that is having problems. For some reason I get a 'no model found' in this model group error. Jan 17 07:16:57 RSNews[59144] WARN NSLog - A fatal exception occurred: There is no model named 'NhsModel' in this model group. [202

Re: Hello again

2022-01-16 Thread Paul Hoadley via Webobjects-dev
On 17 Jan 2022, at 8:05 am, Mark Wardle wrote: > Thanks to Paul and all involved in building the maven plugin and support for > WebObjects/Project Wonder, I'm very pleased to say that I can now quickly and > easily build my entire project using maven, now as separate frameworks and > applicati

Re: Hello again

2022-01-16 Thread Mark Wardle via Webobjects-dev
Update. 1. I have fixed the error from a zip file. It turns out the build was including a broken jar file, from a dependency of type 'pom'. This results in an invalid file being brought into the build. com.sun.xml.ws jaxws-ri 2.3.3 pom To make it easier for others to find in the future, this i

Re: Hello again

2022-01-16 Thread Mark Wardle via Webobjects-dev
I have made some progress, but it is still not working. I can create a new erxapplication from the 3.0 archetype and it runs from eclipse. It looks as if I did have the wrong .project, .classpath and build.properties files so I have updated those. Maven is now building modules in the right order

Re: Hello again

2022-01-15 Thread Mark Wardle via Webobjects-dev
Hi Paul! Hope you are keeping well! Thanks for the reply. It looks very helpful - replies inline below. On Sun, 16 Jan 2022 at 00:52, Paul Hoadley via Webobjects-dev < webobjects-dev@lists.apple.com> wrote: > Hi Mark, > > On 16 Jan 2022, at 8:32 am, Mark Wardle via Webobjects-dev < > webobjects-d

Re: Hello again

2022-01-15 Thread Paul Hoadley via Webobjects-dev
Hi Mark, On 16 Jan 2022, at 8:32 am, Mark Wardle via Webobjects-dev wrote: > Long time no see. I have quietly lurked here while working on a different > technology stack (mainly clojure/clojurescript), but now want to migrate my > old WO applications to use my newer backend components when po

Hello again

2022-01-15 Thread Mark Wardle via Webobjects-dev
Dear all, Long time no see. I have quietly lurked here while working on a different technology stack (mainly clojure/clojurescript), but now want to migrate my old WO applications to use my newer backend components when possible. 1. Please could I have an invite to the slack channel? 2. I have r

Re: Hello again

2021-01-27 Thread Theodore Petrosky via Webobjects-dev
Welcome home! > On Jan 27, 2021, at 5:51 PM, Ramsey Gurley via Webobjects-dev > wrote: > > Hi everyone! > > I haven't been on the list for a long while, but I'm still working with > webobjects. I heard this list was shut down, but I'm still able to sign up > for it. I hope the message

Hello again

2021-01-27 Thread Ramsey Gurley via Webobjects-dev
Hi everyone! I haven't been on the list for a long while, but I'm still working with webobjects. I heard this list was shut down, but I'm still able to sign up for it. I hope the message is received :) We recently had a developer move on to a new company. We are now looking for someone with we

Hello again.

2016-10-26 Thread James Cicenia
Ray - How goes it? Long time no hear. Anyway, I have a small android project I need ported from iOS. Interested? Know anyone? - James James Cicenia Founder / CEO Direct: (773) 398-4649 Mail: ja...@jimijon.com

Hello again

2008-05-05 Thread Gustavo Pizano
Hello guys, sorry I have been out for a couple of months, days? :/, don't rememebr, anyway things at school have been really complicated, doing thesis and projects etc, so I had to be away from the WO learning. But I will be back really soon, probably when I get an hour of free time I will