This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is there a compilable SOAP implementation?


On Thu, Oct 02, 2003 at 11:18:01PM -0400, Rutger Ovidius wrote:
> 
> I am looking for a complete SOAP implementation that has successfully compiled 
> with gcj.  I have been trying to get Apache Axis to compile:
> 
> If I try to compile log4j-1.2.8.jar:
> 
> org/apache/log4j/AppenderSkeleton.java: In class 
> `org.apache.log4j.AppenderSkeleton':
> org/apache/log4j/AppenderSkeleton.java: In method 
> `org.apache.log4j.AppenderSkeleton.finalize()':
> org/apache/log4j/AppenderSkeleton.java:115: error: class 
> 'org.apache.log4j.AppenderSkeleton' has no method named 'close'
>  matching signature '()V'
> org/apache/log4j/AppenderSkeleton.java:126: confused by earlier errors, 
> bailing out

I was able to compile log4j 1.2.8 with gcj 3.3.1.

I needed to filter out all non-required .java files. I
can send you the file list I use if you want. 

Is there a way to make gcj to compile only the required
files, like jikes?

-- 
Everton


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]