Oh I see,
Thats kinda along the lines what I was attempting with the url resolver
but it looked like I would have to match the version numbers exactly in
order to pull the latest library builds.
Thanks for your suggestion, I'll try it out.
Leo
Konstantin Ignatyev wrote:
Maven2 integration
Maven2 integration in Ivy is not ideal, we are
supposed to have own Ivy repo ;) or use WOJ
but you can simply use something like this, and do not
mess with URL resolvers:
http://people.apache.org/repo/m2-snapshot-repository/incubator-activemq/activeio-core/3.0-SNAPSHOT/activeio-core-3.0
Hi Konstantin,
I'm trying to get Ivy working as per your suggestion but I'm having
trouble pulling dependencies via a url resolver (as that seems to be the
only option from what I could gather) for the 4.1.1-SNAPSHOT. Since I'm
trying to retrieve libraries from
http://people.apache.org/repo/m
That was it! Thanks a lot Martin for saving the last few hairs I have
left on my head that I didn't pull out ;)
Martin Strand wrote:
You're probably using "mvn jetty6:run"
1. Add this to your POM:
org.mortbay.jetty
maven-jetty-plugin
2. st
You're probably using "mvn jetty6:run"
1. Add this to your POM:
org.mortbay.jetty
maven-jetty-plugin
2. start jetty with "mvn jetty:run"
Martin
On Mon, 09 Oct 2006 19:27:46 +0200, Leo Sakhvoru
Just curious, why do you like the pain? What kind of
rewards do you expects after going through the Maven
pain?
I mean Ant+IVY painlessly take care of dependency
management (better than maven dep manager) and build
related activities.
Jetty is just Java process so debugger can be attached
to th
Wow,
What a serious pain in the butt! I've been trying to set up Eclipse to
use Maven and Jetty for my project and it has turned out a horrendous
affair and a time sink. I am yet to see Jetty run once and be able to
debug my project. Right now I'm getting the following error:
[ERROR] BUILD E