Re: new version of EOModelGraph

2019-06-05 Thread Theodore Petrosky via Webobjects-dev
it worked fine for me!! both setting up an update site or downloading the zip! Markus, did you set up the update site in Eclipse with the first URL? > On Jun 5, 2019, at 11:04 AM, Jesse Tayler via Webobjects-dev > wrote: > > I get an error > > > > You don't have permission to access…. > >

Re: Modern instructions for setting up an environment?

2019-07-25 Thread Theodore Petrosky via Webobjects-dev
did you try this: https://wiki.wocommunity.org/display/WEB/Project+Wonder+Installation Ted > On Jul 25, 2019, at 10:32 AM, Matt Lee via Webobjects-dev > wrote: > > I'm struggling to find modern instructions on setting up

Re: WOFielUpLoad - WebObjects Vs Project Wonder

2019-09-27 Thread Theodore Petrosky via Webobjects-dev
so you found this: https://wiki.wocommunity.org/display/documentation/WOFileUpload also if you are new to project Wonder, take a look at the videos here: https://wiki.wocommunity.org/display/WOCOM/WOWODC+Conferences

Re: Some Screencasts Unavailable

2019-10-25 Thread Theodore Petrosky via Webobjects-dev
have you checked at the iTunes podcasts. I see there are 133 webobjects (WO) videos. maybe what you want is there. Ted > On Oct 25, 2019, at 10:36 AM, Luiz Alfredo Carrara Bertusso via > Webobjects-dev wrote: > > Hi guys, > > I was trying to watch some introduction videos to generate some

Re: There was an old thread about Ajax...

2019-10-29 Thread Theodore Petrosky via Webobjects-dev
do you think it would be possible to find someone that CAN do the work, and then set up a fund me instance so we could pay him/her? I would put money into this if I thought there were others that would also add funds! Ted > On Oct 29, 2019, at 9:08 AM, Jesse Tayler via Webobjects-dev > wrote

Re: Where are the SRPMs for mod_webobjects etc?

2019-12-02 Thread Theodore Petrosky via Webobjects-dev
i never saw an RPM for centos, I always just compiled my own in the OS instance. > On Dec 2, 2019, at 11:54 AM, Rainer Duffner via Webobjects-dev > wrote: > > Hi, > > > we might need the source-RPMs to recompile the packages. > > However, I found that they are not in place: > > https://pac

Re: Question re ERAttachment

2019-12-20 Thread Theodore Petrosky via Webobjects-dev
I have something similar; Person to-many documentScans to-One theScan there is an entity between the Person and the object to be uploaded. You can keep all kinds of meta data in documentScans. Ted > On Dec 20, 2019, at 8:43 AM, Markus Ruggiero via Webobjects-dev > wrote: > > Started to hav

Re: Back again....

2020-02-13 Thread Theodore Petrosky via Webobjects-dev
Tony, I am not saying I can fix this (as you are on a linux distro), but if you want to connect with TeamViewer, I would be willing to look. Let me know. Ted > On Feb 13, 2020, at 11:02 AM, Tony Giaccone via Webobjects-dev > wrote: > > WOLips is installed and the views are available. > >

donating to update WOLips

2020-06-29 Thread Theodore Petrosky via Webobjects-dev
is there a gofundme or other crowd source set up so I can donated to update WOLips? It’s been talked about, but I haven’t seen anything. I would donate!!! Ted ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing lis

Re: How often do you bounce your apps?

2020-08-05 Thread Theodore Petrosky via Webobjects-dev
My apps upload pdfs. As Java keeps the temp file that was uploaded until the app that did the upload quits, I bounce my apps every night to clean things up. Ted > On Aug 5, 2020, at 10:37 AM, Ken Anderson via Webobjects-dev > wrote: > > I never bounce them - even with EOF ;) > >> On Aug 5, 2

Re: New installation fail?

2020-09-01 Thread Theodore Petrosky via Webobjects-dev
All of my experiments revolved around compiling everything on the target machine. I will look around for the link, but there is a section that has an installer script that is quite awesome. Give me a little to look around. Ted > On Sep 1, 2020, at 11:45 AM, Jesse Tayler wrote: > > > I'm la

Re: New installation fail?

2020-09-01 Thread Theodore Petrosky via Webobjects-dev
i feel i should zip up my installer folder and send it. there were so many experiments. i was looking to create a script that would install everything and compile on the target EC box what was needed. I got most of the way there. it still required some hand tweaking at the end. the real issue i

Re: Install broken due to missing updated wocommunity repo resources

2020-09-01 Thread Theodore Petrosky via Webobjects-dev
I can still log in and edit pages,. I think I was the last to update it to CenOS7. Ted > On Sep 1, 2020, at 1:28 PM, Robert Hanviriyapunt via Webobjects-dev > wrote: > > Hi, just wanting to let everyone know that the instructions I found at: > > https://wiki.wocommunity.org/display/documenta

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

Contribution ??

2021-02-01 Thread Theodore Petrosky via Webobjects-dev
What happened to the contributions to update WOLips? Ted ___ 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.c

Re: Contribution ??

2021-02-09 Thread Theodore Petrosky via Webobjects-dev
ommunity.slack.com > <http://wocommunity.slack.com/> (send me a note if you need an invite). > > I’ll post periodic progress reports here too. > > Maik > > >> Am 01.02.2021 um 17:27 schrieb Theodore Petrosky via Webobjects-dev >> mailto:webobjects-dev@lists.apple

Java version Please!!!!

2021-09-05 Thread Theodore Petrosky via Webobjects-dev
I am banging my head against the wall. Can someone who has recently set up a Mac (Big Sur) help me with the correct latest version of Java tha I can install. (Wonder 7.3) I tried putting export of JAVA_HOME in .zshenv but it fails to ‘take’. I put it in .bash_profile and java -version is happy

Re: Single thread creation queue?

2021-11-24 Thread Theodore Petrosky via Webobjects-dev
An example of a migration: Postgresql throws the exception then in ValidationException.strings I have: { "UniqueConstraintException.login_idx" = "Please choose a different login (It must be unique)."; "Quote.quoteAmount"="You must enter a dollar amount in the format 123.00 (you ent

Re: Single thread creation queue?

2021-11-24 Thread Theodore Petrosky via Webobjects-dev
If I had the model and understood what you were looking for I might be able to figure it out. > On Nov 24, 2021, at 3:17 PM, Jesse Tayler via Webobjects-dev > wrote: > > Thanks Ted, actually I was looking to see how to make a compound constraint - > one static string type=“twitter” and I gu

New WO Install on Monterey

2022-02-10 Thread Theodore Petrosky via Webobjects-dev
I am trying to install WO on a new M1 machine. I am having a problem with assigning the build path. I have the wonder source at ~/Developer/WonderSource/… I create a new WO app. I right click this new app and get and select Configure Build Path. The whole section on the right, “Add Jars”, “Add

Re: Wrong SQL when joining in an OR-part of the qualifier

2022-02-14 Thread Theodore Petrosky via Webobjects-dev
I have only worked with Oracle and Postgresql. Any time I have a problem like this, I create a view on the database that does half the query. Or in your case, the ‘view’ could do all the heavy lifting. It’s an idea. Ted > On Feb 14, 2022, at 1:13 AM, ocs--- via Webobjects-dev > wrote: > >

Re: ERJGroupsSynchronizer

2022-03-20 Thread Theodore Petrosky via Webobjects-dev
I’ve used it, and it wasn’t difficult. I just followed the example. Ted > On Mar 18, 2022, at 11:55 PM, Ricardo Parada via Webobjects-dev > wrote: > > Hi everyone, > > Does anybody use ERJGroupsSynchronizer? > > I’m trying to synchronize two EOF stacks within a single VM. I don’t want the >

Re: [Proposal] Drop Wonder's Ant Build

2022-06-16 Thread Theodore Petrosky via Webobjects-dev
What about us guys whose projects are smallish projects and never instituted Maven... Riddle me this how are the docs or examples on the Wiki to implement Maven? Can you point me to some good references so I can come on board? Ted On 6/16/22, 6:42 PM, "Henrique Prange via Webobjects-dev"

Re: [Proposal] Drop Wonder's Ant Build

2022-06-17 Thread Theodore Petrosky via Webobjects-dev
y, June 16, 2022 at 8:06 PM To: "Ted Petrosky (WO)" Subject: Re: [Proposal] Drop Wonder's Ant Build Hey Ted, Already answered, but just for additional reassurance: On 17 Jun 2022, at 08:17, Theodore Petrosky via Webobjects-dev mailto:webobjects-dev@lists.apple.com>> wrote: Wh

Re: [Proposal] Drop Wonder's Ant Build

2022-06-17 Thread Theodore Petrosky via Webobjects-dev
Wonder that none of them use. So as far as my opinion counts, I’m not against dropping ant build system from the Wonder build:) Xavier On 17 Jun 2022, at 15:26, Theodore Petrosky via Webobjects-dev mailto:webobjects-dev@lists.apple.com>> wrote: Just to answer the question from b

Asking questions

2023-03-06 Thread Theodore Petrosky via Webobjects-dev
So I see there are no messages in the lists.appple.com webobjects archive. But, I see emails from posts to webobjects-dev@lists.apple.com So I am picking up a project shelved a long time ago. I have no intention of trying to redo this project in something else. If I were to ask WO questions, wh

Re: Asking questions

2023-03-07 Thread Theodore Petrosky via Webobjects-dev
; > > Michael > > Sent from my iPhone > >> On Mar 6, 2023, at 18:32, Theodore Petrosky via Webobjects-dev >> mailto:webobjects-dev@lists.apple.com>> >> wrote: >> >> So I see there are no messages in the lists.appple.com webobjects archive. &

FORBIDDEN

2023-11-18 Thread Theodore Petrosky via Webobjects-dev
I am trying to set ups new computer and I am getting a Forbidden You don't have permission to access this resource. At this URL https://wiki.wocommunity.org/display/documentation/How-tos Help please!! ___ Do not post admin requests to the list. They

Re: FORBIDDEN

2023-11-18 Thread Theodore Petrosky via Webobjects-dev
v 18, 2023, at 12:19 PM, Theodore Petrosky via Webobjects-dev >> mailto:webobjects-dev@lists.apple.com>> >> wrote: >> >> I am trying to set ups new computer and I am getting a >> >> Forbidden >> >> You don't have permission to access this re

Re: FORBIDDEN

2023-11-28 Thread Theodore Petrosky via Webobjects-dev
18, 2023, at 4:50 PM, D Tim Cummings via Webobjects-dev > wrote: > > https://jenkins.wocommunity.org/job/WOLips_master/lastSuccessfulBuild/artifact/temp/dist/ > > > On 19/11/23 04:31, Theodore Petrosky via Webobjects-dev wrote: >> What are you using as the U

Re: FORBIDDEN

2023-12-01 Thread Theodore Petrosky via Webobjects-dev
Maik > > >> Am 28.11.2023 um 21:35 schrieb Theodore Petrosky via Webobjects-dev >> : >> >> Do we have any idea when the wiki can come back online? >> >> I have a new install one a Mac running Sonoma 14.1.1 that will not compile >> apps and as

Re: Forbidden - You don't have permission to access this resource.

2023-12-02 Thread Theodore Petrosky via Webobjects-dev
The wocommunity wiki is temporarily down. Hopefully, it will come back up soon. Ted > On Dec 2, 2023, at 6:04 PM, TsuruponKenny via Webobjects-dev > wrote: > > Hi All, > > I'm WebObjecs, WOLisp beginner for several years in very slow pace. When I > install apples new OSX then install WO

Re: Forbidden - You don't have permission to access this resource.

2023-12-03 Thread Theodore Petrosky via Webobjects-dev
I forgot about this. It is really fantastic. Buy the book It is a great reference to have. I also have it on my Kindle account…. Ted > On Dec 3, 2023, at 7:13 AM, mailinglists via Webobjects-dev > wrote: > > Hi Kenji, > you should be able to follow the instructions on > https://learning

Re: Forbidden - You don't have permission to access this resource.

2023-12-04 Thread Theodore Petrosky via Webobjects-dev
Maik, Fantastik!!! You are great! Password reset worked perfectly…. Should we talk about paying a fee to offset the license fee? Ted > On Dec 4, 2023, at 6:19 AM, Maik Musall wrote: > > Hi everyone, > > the wiki is back up again at https://wiki.wocommunity.org >

Re: Forbidden - You don't have permission to access this resource.

2023-12-04 Thread Theodore Petrosky via Webobjects-dev
I tried to Edit a page and I received a message "Failed to Lock Page” > On Dec 4, 2023, at 8:32 AM, Maik Musall wrote: > > Hi Ted, > > no thanks, we’re still sitting on some funds for WOLips and feel bad that all > our attemps so far to pay someone to improve that have failed… > > Maik > >

New Install On Sonoma 4.1.2

2023-12-08 Thread Theodore Petrosky via Webobjects-dev
I have a new computer with Sonoma 14.1.2  Eclipse Version: 2023-09 (4.29.0) Build id: 20230907-1323 I created a new Wonder App and tried to debug it by selecting the application.java and right clicking to debug a WOApplication it crashes with this error: java.lang.NullPointerException: Canno

New Install On Sonoma 4.1.2

2023-12-09 Thread Theodore Petrosky via Webobjects-dev
I have a new computer with Sonoma 14.1.2 Eclipse Version: 2023-09 (4.29.0) Build id: 20230907-1323 I created a new Wonder App and tried to debug it by selecting the application.java and right clicking to debug a WOApplication it crashes with this error: java.lang.NullPointerException: Cann

Meetup maybe? Or call me maybe?

2023-12-20 Thread Theodore Petrosky via Webobjects-dev
Is there any interest in a Zoom meeting to discuss maven. I really don’t care about the technology Hugi and I worked out TeamViewer (my office has an account so there is no time limit) Hugi are the documents you shared with me available on the WOCommunity xWiki? I did have some problems convert

Re: Meetup maybe? Or call me maybe?

2023-12-21 Thread Theodore Petrosky via Webobjects-dev
tarting from a totally clean user account, it > would be great. > > Creating new Wonder project would be sufficient but also having some > instructions to migrate a project using an BusinessLogic framework would be a > dream. > > Merry Christmas to everyone on the list, &

Re: Meetup maybe? Or call me maybe?

2023-12-23 Thread Theodore Petrosky via Webobjects-dev
(which Paul has also added to): > > https://gist.github.com/hugithordarson/d2ba6da9e4942f4ece95d7a721159cd1 > https://gist.github.com/hugithordarson/3c269a3196d0c4f2da486f1109c16d42 > > Merry christmas to you all! > - hugi > > >> On Dec 21, 2023, at 15:21, Theodore Petrosky via We

Re: Maven "Quick Start" [was: Re: Meetup maybe? Or call me maybe?]

2023-12-25 Thread Theodore Petrosky via Webobjects-dev
Is the xWiki down? https://wiki.wocommunity.org/ I can’t get on! Ted > On Dec 25, 2023, at 03:30, Paul Hoadley via Webobjects-dev > wrote: > > On 25 Dec 2023, at 08:38, Paul Hoadley via Webobjects-dev > mailto:webobjects-dev@lists.apple.com>> > wrote: > >> Hugi and I will fix the document

Zoom session on Maven????

2024-01-18 Thread Theodore Petrosky via Webobjects-dev
there was interest in some sort of a zoom session on working with maven. is there any continued interest? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscrib

Re: Wocommunity wiki

2024-04-04 Thread Theodore Petrosky via Webobjects-dev
Oh good Theodore Petrosky | IT/Finance Director AgencySacks On 4/4/24, 5:19 PM, "Francois BIENTZ via Webobjects-dev" mailto:webobjects-dev@lists.apple.com>> wrote: Thank you The wiki is back Franc > Le 4 avr. 2024 à 14:31, Francois BIENTZ > a écrit : >

Maven Help

2024-08-17 Thread Theodore Petrosky via Webobjects-dev
With Hugi’s help, I finally have the ability to create new WO/Wonder projects in Eclipse. Please can Ramsey be given permissions to update the Maven templates to create D2W and Frameworks? I have always put my database connections in its own Framework. I know he (Ramsey) has mentioned that he ha

Re: Maven Help

2024-08-27 Thread Theodore Petrosky via Webobjects-dev
I'm sorry I missed this what is this woot? Theodore Petrosky | IT/Finance Director AgencySacks On 8/17/24, 6:19 PM, "Jesse Tayler via Webobjects-dev" mailto:webobjects-dev@lists.apple.com>> wrote: woot. > On Aug 17, 2024, at 12:36 PM, Theodore Pet

Re: WOLips development

2024-11-05 Thread Theodore Petrosky via Webobjects-dev
I tried jrebel a few years ago... but gave up. Thank you for your service!! Did anything ever happen to adding D2W templates to the Maven setup? Theodore Petrosky | IT/Finance Director AgencySacks On 11/4/24, 8:50 PM, "Ramsey Gurley via Webobjects-dev" mailto:webobjects-dev@lists.ap

New install help

2024-11-18 Thread Theodore Petrosky via Webobjects-dev
I just acquired an iMac (M1) with Sequoia There is no WO at all on this machine. First, is there on the WIKI an instruction listing what needs to be installed? If I go straight to using maven, are there instructions for creating D2W apps and creating and using custom frameworks? I have always s

Re: JDBC and Maven

2025-02-10 Thread Theodore Petrosky via Webobjects-dev
It’s working😀 Thank you. Now I have to understand this folder layout. eogenerator puts stuff in a weird folder hierarchy.I need to understand what is important. Thanks again > On Feb 9, 2025, at 5:27 PM, Ramsey Gurley wrote: > > With more patience this morning I tried to run your proj

Re: JDBC and Maven

2025-02-06 Thread Theodore Petrosky via Webobjects-dev
A link to my project and framework: http://ftp.agencysacks.com/_pjSEh3WxrVst_R > On Feb 5, 2025, at 7:45 PM, Ramsey Gurley wrote: > > Current ERExtensions should include ERFoundation/ERWebObjects for you. Try > toggling Generate Bundles off and see if it works. With it on, you're going > to g

Re: JDBC and Maven

2025-02-05 Thread Theodore Petrosky via Webobjects-dev
org.eclipse.m2e.core.maven2Nature org.eclipse.jdt.core.javanature org.maven.ide.eclipse.maven2Nature org.objectstyle.wolips.incrementalframeworknature > On Feb 3, 2025, at 12:06 AM, Theodore Petrosky via Webobjects-

Re: JDBC and Maven

2025-02-05 Thread Theodore Petrosky via Webobjects-dev
So WOLips Builds Generate Bundles is checked Here are my dependencies wonder.core ERExtensions ${wonder.version} wonder.core

Re: JDBC and Maven

2025-02-02 Thread Theodore Petrosky via Webobjects-dev
maven > nature in your .project, it won't be found. If you are using fluffy bunny > layout where it is in Resource/ and you DO have the fake maven nature in > .project, it also won't be found. > > > > On 1/29/25 10:45 AM, Theodore Petrosky via Webobjects-dev

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

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: Eureka!!!

2025-01-19 Thread Theodore Petrosky via Webobjects-dev
You guys are so smart it scares me. And I am on WOLips 5.0.1.20250 BTW, where do we stand on: 1. D2W modern look 2. Created Frameworks (I do this a lot for DB connections, ec.) > On Jan 19, 2025, at 5:48 PM, Ramsey Gurley via Webobjects-dev > wrote: > > Since we are chatting... is i

Re: JDBC and Maven

2025-01-27 Thread Theodore Petrosky via Webobjects-dev
here. > > To add a framework, you do it the same way as adding the driver jar, by > putting it in the pom.xml. It should be able to resolve your framework in the > workspace given the correct GAV (groupId, artifactId, version). > > Ramsey > > On 1/26/25 4:46 AM, Theod

Re: JDBC and Maven

2025-01-27 Thread Theodore Petrosky via Webobjects-dev
2025, at 06:16, Theodore Petrosky via Webobjects-dev > wrote: > >> Ok so I can create new Maven based apps. I can download the postgres JDBC >> driver or the maven text: >> >> >> org.postgresql >>postgresql >

Re: JDBC and Maven

2025-01-28 Thread Theodore Petrosky via Webobjects-dev
wonder.d2w ERModernLook 7.4 Indeed adding that added ERModernLook and ERModernDirectToWeb jars and changing user.d2mmodel to: ( 100 : *true* => look = "ERModernLook" [com.webobjects.directtoweb.Assignment] ) No Joy I’m almost there… I’m hoping Ramsey Gurley might

Eureka!!!

2025-01-18 Thread Theodore Petrosky via Webobjects-dev
With the help of Paul Hoadley, we have been able to fix my setup to be able to create new Wonder projects in Eclipse. The next hurdle is to move old Wonder projects into this new methodology. Then create new frameworks and import all the frameworks that I have created for older projects. Of cou

JDBC and Maven

2025-01-25 Thread Theodore Petrosky via Webobjects-dev
Ok so I can create new Maven based apps. I can download the postgres JDBC driver or the maven text: org.postgresql postgresql 42.7.5 I tried putting the postgresql-42.7.5.jar in /Libraries but my app still does

New computer set up Woes

2025-01-04 Thread Theodore Petrosky via Webobjects-dev
(Different than WOs of course) Of course I could have said my Woes with WO. Please I need some guidance…….. There is no Webobjects of any flavor on the machine. I downloaded java: java --version java 21.0.5 2024-10-15 LTS Java(TM) SE Runtime Environment (build 21.0.5+9-LTS-239) Java HotSpot(TM

Re: New computer set up Woes

2025-01-04 Thread Theodore Petrosky via Webobjects-dev
10:46 PM, Theodore Petrosky via Webobjects-dev > wrote: > > No Joy, 😓 > > Create new app called “Battery” with maven: > > This is my build.properties: > > principalClass = com.eltek.Battery.app.Application > project.name = Battery > customInfoPListContent

Re: New computer set up Woes

2025-01-04 Thread Theodore Petrosky via Webobjects-dev
hed at: 2025-01-04T22:40:12-05:00 [INFO]  > On Jan 4, 2025, at 9:29 PM, Paul Hoadley via Webobjects-dev > wrote: > > Hi Ted, > > On 5 Jan 2025, at 12:08 pm, Theodore Petrosky via Webobjects-dev > wrote:

Re: JDBC and Maven

2025-02-09 Thread Theodore Petrosky via Webobjects-dev
Thank you for taking the time to look at these problems. I will keep my eyes open for any of these updates… > On Feb 9, 2025, at 6:09 AM, Ramsey Gurley wrote: > > I downloaded and tried to File ->Import ->Maven->Maven Project on your FW > and app and both sent eclipse into an infinite loop

Problems creating new Project

2025-02-11 Thread Theodore Petrosky via Webobjects-dev
I am trying to create a new project. My Remote Archetype URL is set to: https://maven.wocommunity.org/content/groups/public/archetype-catalog.xml But the New Maven Project says: > No archetypes available for this catalog. I am so new to maven so I have to ask if I am doing something wrong.

New project woes

2025-04-17 Thread Theodore Petrosky via Webobjects-dev
So I am finally ready to start a new project with Maven. I have the project started and I wanted to create a new EOModel.. I selected New EOModel and the adapter and the PlugIn are blank. How do I select JDBC adapter and Postgresql PlugIn? Ted Theodore Petrosky tedp...@yahoo.com 917 371-6080

Re: New project woes

2025-04-18 Thread Theodore Petrosky via Webobjects-dev
just pushed a new framework archetype I've been working on. I'm sure it's > not perfect yet, but you can try it. > > If it doesn't work for some reason, I'm traveling until next week, so I'm not > ignoring you if I don't reply :) > > https://g

Re: New project woes

2025-05-19 Thread Theodore Petrosky via Webobjects-dev
r pom file, they probably won't be >>> available for selection when creating a new model. >>> >>> I just pushed a new framework archetype I've been working on. I'm sure it's >>> not perfect yet, but you can try it. >>> >>>