Hi there,
It seems that the xmlrpc-3.0a1.jar has been compiled with java 1.5 as
target jvm
and unfortunately my deployment machine has a number of apps running
under jdk 1.4 - so it cannot be upgraded at this time.
I tried compiling from source (via 'mvn install') but I get a build
failure as below.
I've never used maven before - as I'm just needing to compile the jar
(without installing) what options can I specify?
Essentially, how do I compile and use in a 1.4 environment. Thanks.
Lachlan
[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
----
[INFO] Building Apache XML-RPC
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
----
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
Compiling 5 source files to /Users/lachlan/Documents/Downloads/Dev/
xmlrpc-3.0a1/target/test-classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
/Users/lachlan/Documents/Downloads/Dev/xmlrpc-3.0a1/src/test/java/org/
apache/xmlrpc/test/SerializerTest.java:[78,40] incompatible types
found : org.apache.xmlrpc.client.XmlRpcClientRequestImpl
required: org.apache.xmlrpc.XmlRpcRequest
/Users/lachlan/Documents/Downloads/Dev/xmlrpc-3.0a1/src/test/java/org/
apache/xmlrpc/test/SerializerTest.java:[92,40] incompatible types
found : org.apache.xmlrpc.client.XmlRpcClientRequestImpl
required: org.apache.xmlrpc.XmlRpcRequest
/Users/lachlan/Documents/Downloads/Dev/xmlrpc-3.0a1/src/test/java/org/
apache/xmlrpc/test/SerializerTest.java:[107,40] incompatible types
found : org.apache.xmlrpc.client.XmlRpcClientRequestImpl
required: org.apache.xmlrpc.XmlRpcRequest
/Users/lachlan/Documents/Downloads/Dev/xmlrpc-3.0a1/src/test/java/org/
apache/xmlrpc/test/SerializerTest.java:[125,40] incompatible types
found : org.apache.xmlrpc.client.XmlRpcClientRequestImpl
required: org.apache.xmlrpc.XmlRpcRequest
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Wed Jun 14 17:38:21 EST 2006
[INFO] Final Memory: 5M/13M
[INFO]
------------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]