Hi Samuel,
On 2 Apr 2024, at 08:23, Samuel Pelletier via Webobjects-dev
wrote:
> Why Eclipse always complain about missing nature, the maven stuff is already
> there and working, I always click cancel but the prompt comes back from time
> to time. Is there a way to get rid of this alert ?
As
Hi Samuel
I suspect it takes a while for eclipse to download the index before
searching will work. I have heard it can be about 6GB.
To build and deploy the app I link my maven to an ant build script. Then
I can install with a command like "mvn clean package -Dinstall_optiplex"
MMddHH
Tim,
Thank for the reply. I tried the download index on startup but still no search.
I do not understand the nature thing but found a preference in Eclipse that
disable the annoying dialog : "Automatically detect missing natures and propose
IDE extensions from Marketplace".
Follow up on my com
Hi Samuel
Apparently we need to have the nature org.maven.ide.eclipse.maven2Nature
in our .project file because it is hard-coded in the original
WebObjects. I think we should add into WOLips that it also needs this
nature and then eclipse would stop complaining that no plugins are
referencing
Hi all,
Sorry for long time since last message, my maven switch had to be postponed.
I manages to set up the basic and create a frameworks and an app.
I have few questions with my current setup.
Why Eclipse always complain about missing nature, the maven stuff is already
there and working, I