|
From: Rod J. <rod...@in...> - 2003-05-17 09:34:48
|
JP,
It looks like you've updated the source tree from CVS but not the
aopalliance.jar file. If update all it should compile.
I have done a clean checkout on my desktop machine (I made those changes on
my laptop) and it all compiles. There is one test failure with the remoting
packages, which I'll told Juergen about.
Regards,
Rod
----- Original Message -----
From: "JP Pawlak" <jp....@ti...>
To: "Spring Developers" <spr...@li...>
Sent: Saturday, May 17, 2003 10:25 AM
Subject: [Springframework-developer] Encouragement and compile errors
Hi everybody,
First, I will encourage for currently great works. Isabelle and Ken have
so far done very good jobs. As I remember starting with many open source
projects, the documentation and running examples are a very important
feature in this area. Rod, Jürgen and others make in the same time great
dept works.
Having, for now, works with the (Rod's i21 based and others)
applications, my contribution is not as great as I would. And on another
side, being primarily Test Team Manager, I have no time during working
hours for developing at whole when test campaigns are in work as it's
the case currently. In a few weeks, it will be over up to the Great
Britain and Ireland integration preparation (in the European Police
cooperation known as Schengen).
But, for now, I have a compilation problem in the new remote part. Here
are the ant messages:
[javac]
C:\dev\prod\eclipse\workspace\main\src\com\interface21\remoting\caucho\B
urlapProxyFactoryBean.java:43: <anonymous
com.interface21.remoting.caucho.BurlapProxyFactoryBean$1> should be
declared abstract; it does not define
invoke(org.aopalliance.MethodInvocation) in
[javac] public Object invoke(Invocation
invocation) throws Throwable {
[javac] ^
[javac]
C:\dev\prod\eclipse\workspace\main\src\com\interface21\remoting\caucho\H
essianProxyFactoryBean.java:44: <anonymous
com.interface21.remoting.caucho.HessianProxyFactoryBean$1> should be
declared abstract; it does not define
invoke(org.aopalliance.MethodInvocation) in
[javac] public Object invoke(Invocation
invocation) throws Throwable {
[javac] ^
[javac]
C:\dev\prod\eclipse\workspace\main\src\com\interface21\remoting\rmi\RmiP
roxyFactoryBean.java:56: <anonymous
com.interface21.remoting.rmi.RmiProxyFactoryBean$1> should be declared
abstract; it does not define invoke(org.aopalliance.MethodInvocation) in
[javac] public Object invoke(Invocation
invocation) throws Throwable {
[javac] ^
[javac] 3 errors
[javac] BUILD FAILED:
file:C:/dev/prod/eclipse/workspace/main/build.xml:64: Compile failed;
see the compiler error output for details.
Regards
________________________________
Jean-Pierre Pawlak
jp....@ti...
-------------------------------------------------------
This SF.net email is sponsored by: If flattening out C++ or Java
code to make your application fit in a relational database is painful,
don't do it! Check out ObjectStore. Now part of Progress Software.
http://www.objectstore.net/sourceforge
_______________________________________________
Springframework-developer mailing list
Spr...@li...
https://lists.sourceforge.net/lists/listinfo/springframework-developer
|