It seems like you're asking "How do I build XML-RPC inside of the
Eclipse IDE?", which is probably best asked on an XML-RPC list, not
the Maven developer's list.
The XML-RPC project uses Maven 2 for their builds, much like other
project would use an Ant script (or scripts). As such, if you want to
build it like the project does for releases and testing, then you'll
need to use Maven 2, much like another project would require you to
use Ant. So, to answer the first question, yes, you must install Maven
2 to build this code.
However, you can circumvent the build scripts and just checkout the
code, create an Eclipse project where you checked out the code, setup
the classpath for the Eclipse project and try to put together the
pieces to yourself using the documentation from the XML-RPC web site.
What I would suggest though is install Maven 2, check out the code,
run the build to make sure you can recreate that (run a "mvn verify"
command). Once you can successfully build that, then run the goal "mvn
eclipse:eclipse" to generate all of the Eclipse project artifacts and
open Eclipse and import the projects ("Existing projects").
-Nathan
On 11/12/06, techtonik <[EMAIL PROTECTED]> wrote:
Hello,
Can anybody clarify Eclipse 2 Maven relations? As a person far from
Maven development, I am quite confused about all the stuff around it.
What I would like is to enter some URL as Eclipse update site, install
what is available and compile SVN version of
http://ws.apache.org/xmlrpc/ used it my project
That doesn't work. Seems like I need to install Maven manually and use
it. The history:
Mergere Maven 2.x Plugin
- site http://m2eclipse.codehaus.org/ is outdated. Latest version
listed - 0.0.5, actual 0.0.9.
- broken link for source code -
http://svn.codehaus.org/trunk/?root=m2eclipse (actual is
http://svn.m2eclipse.codehaus.org/)
- bugs, a lot of unresolved bugs - http://jira.codehaus.org/browse/MNGECLIPSE
- so unable to use https://issues.apache.org/jira/browse/XMLRPC-123
Maven 2.x Eclipse Plugin
- http://jira.codehaus.org/browse/MECLIPSE - just no install link to try
MavenIDE
- http://mevenide.codehaus.org/mevenide-ui-eclipse/faq.html - 404 links
- eclipse update site found lists only Maven 1.0.2
- after installation it was not able to validate pom.xml file from
checkout
odhttp://svn.apache.org/repos/asf/webservices/xmlrpc/branches/XMLRPC_3_0_BRANCH
Severity and Description Path Resource Location
Creation Time Id
cvc-complex-type.2.4.a: Invalid content starting with element
'inceptionYear'. One of '{"":organization}' is
expected. ws-xmlrpc pom.xml line 8 1163327720343 18941
cvc-complex-type.2.4.b: The content of element 'mailingList' is not
complete. One of '{"":subscribe}' is expected. ws-xmlrpc pom.xml line
13 1163327720359 18942
I was unable to execute the build in Eclipse - I just do not have
enough experience to say what I need to build the project. Attached
you will find error log for MevenIDE behavior in Eclipse 3.2
--
--t.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]