|
From: Miguel P. <mig...@nh...> - 2005-07-12 15:53:41
|
Hi,
I'm getting the following errors when I try to compile the source code. I
read on the Lists that someone was having some issue with JDK1.5 and Tomcat
but I'm running JBoss. Is this the same issue?
compile:
[iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/core/BaseCoefficientContext.java:161
The type AbstractStringBuilder is not visible
[iajc] sb.append("&op=")
[iajc] ^^^^^^^^^^^^^^^^^
[iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/core/BaseCoefficientContext.java:169
The type AbstractStringBuilder is not visible
[iajc] sb.append("&")
[iajc] ^^^^^^^^^^^^^^
[iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/aspects/logging/CoefficientLoggingAspect.aj:120
The type AbstractStringBuilder is not visible
[iajc] buf.append("Timing [").append(iname);
[iajc] ^^^^^^^^^^^^^^^^^^^^^^
[iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/aspects/logging/CoefficientLoggingAspect.aj:125
The type AbstractStringBuilder is not visible
[iajc] buf.append(", interceptors took total ")
[iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[iajc] /home/mperez/dev/coefficient/src/za/org/coefficient/interceptors/ExceptionInterceptor.java:106
The type AbstractStringBuilder is not visible
[iajc] sb.append(st.nextToken())
[iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^
Regards,
Miguel
|