From: Dylan & A. E. <dn...@gm...> - 2005-07-24 22:05:22
|
Hi Sean, I am pretty sure you are hitting an issue compiling with jdk 1.5. I am not sure what causes it, perhaps an incompatability with the version of aspectj we are using. If you use jdk 1.4 you should come right. Dylan On 7/25/05, Sean Radford <sra...@ae...> wrote: > Dylan & Anna Etkin wrote: >=20 > >Hi Sean, > > The build uses ant, maven is only used to build the web-site. I have > >been meaning to mavenize the project for a while. All the targets you > >want to call are ant targets. > > > > > > > Thanks Dylan. I have now run ant (using the default deploy target) and > the compile target fails... :-( >=20 > compile: > [iajc] > /home/sradford/stuff/sandbox/coefficient/src/za/org/coefficient/core/Base= CoefficientContext.java:161 > The type AbstractStringBuilder is not visible > [iajc] sb.append("&op=3D") > [iajc] ^^^^^^^^^^^^^^^^^ > [iajc] > /home/sradford/stuff/sandbox/coefficient/src/za/org/coefficient/core/Base= CoefficientContext.java:169 > The type AbstractStringBuilder is not visible > [iajc] sb.append("&") > [iajc] ^^^^^^^^^^^^^^ > [iajc] > /home/sradford/stuff/sandbox/coefficient/src/za/org/coefficient/modules/p= roject/Projects.java:48 > The import za.org.coefficient.modules.rss cannot be resolved > [iajc] import za.org.coefficient.modules.rss.AffectedData; > [iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [iajc] > /home/sradford/stuff/sandbox/coefficient/src/za/org/coefficient/aspects/l= ogging/CoefficientLoggingAspect.aj:120 > The type AbstractStringBuilder is not visible > [iajc] buf.append("Timing [").append(iname); > [iajc] ^^^^^^^^^^^^^^^^^^^^^^ > [iajc] > /home/sradford/stuff/sandbox/coefficient/src/za/org/coefficient/aspects/l= ogging/CoefficientLoggingAspect.aj:125 > The type AbstractStringBuilder is not visible > [iajc] buf.append(", interceptors took total ") > [iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > [iajc] > /home/sradford/stuff/sandbox/coefficient/src/za/org/coefficient/intercept= ors/ExceptionInterceptor.java:106 > The type AbstractStringBuilder is not visible > [iajc] sb.append(st.nextToken()) > [iajc] ^^^^^^^^^^^^^^^^^^^^^^^^^ >=20 > BUILD FAILED > /home/sradford/stuff/sandbox/coefficient/build.xml:153: 6 errors >=20 > (I've made sure I've got the latest from CVS) >=20 > Any ideas? >=20 > Thanks, >=20 > Sean > |