|
From: Thomas R. <tho...@tr...> - 2005-02-09 02:53:48
|
I get the same error trying to compile a fresh checkout from CVS:
JasperReportsMultiFormatViewTests.java:18: cannot resolve symbol
[javac] symbol : method getView (java.lang.String)
[javac] location: class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewTests
[javac] AbstractJasperReportsView view = getView(UNCOMPILED_REPORT);
[javac] ^
Not sure what it's supposed to do or I would attempt to fix it :)
Thomas
Darren Davison wrote:
>1107916840
>FAILED
>build:
> [mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
> [mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes/META-INF
> [javac] Compiling 891 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [rmic] RMI Compiling 1 class to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
> [copy] Copying 4 files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes
> [copy] Copying 1 file to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/classes/META-INF
>
>buildmock:
> [mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/mock-classes
> [javac] Compiling 17 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/mock-classes
> [javac] Note: /var/local/home/users/d/da/davison/checkouts/spring/mock/org/springframework/mock/web/MockHttpSession.java uses or overrides a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
>
>compiletestattr:
>[attribute-compiler] Generated attribute information for 5 classes. Ignored 1 classes.
>
>buildtests:
> [mkdir] Created dir: /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes
> [javac] Compiling 370 source files to /var/local/home/users/d/da/davison/checkouts/spring/target/x86-linux2/test-classes
> [javac] /var/local/home/users/d/da/davison/checkouts/spring/test/org/springframework/web/servlet/view/jasperreports/JasperReportsMultiFormatViewTests.java:18: cannot resolve symbol
> [javac] symbol : method getView (java.lang.String)
> [javac] location: class org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewTests
> [javac] AbstractJasperReportsView view = getView(UNCOMPILED_REPORT);
> [javac] ^
> [javac] Note: Some input files use or override a deprecated API.
> [javac] Note: Recompile with -deprecation for details.
> [javac] 1 error
>
>This is an automated mail from one of the SF Compile Farm machines.
>The machine name noted in the subject encountered a failure building
>or running the Spring test suite. The last few lines of the output
>were included for info.
>
>NB: No further mail will be sent from this machine until a
>manual reset occurs on the cf-shell machine, although builds will
>continue as scheduled.
>
>See http://springframework.sourceforge.net/test/ for further
>information.
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Springframework-developer mailing list
>Spr...@li...
>https://lists.sourceforge.net/lists/listinfo/springframework-developer
>
>
>
>
>
|