Re: compile-probs in contrib/sam
Stefan Armbruster <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Diez,
you're right, I'm using two constructors of java.lang.Exception, that
are introduced in JDK 1.4. I've send a patch to Jake for committing the
changes to cvs.
Do we have some official requirements for Barracuda concerning minimal
versions of JDK or Tomcat?
BTW: I also found an error. When compiling your contrib webapp, I get
compile:
[javac] Compiling 5 source files to
/home/stefan/enhydra/Barracuda/src/org/enhydra/barracuda/contrib/dbroggisch/webapp/build/WEB-INF/classes
[foreach]
/home/stefan/enhydra/Barracuda/src/org/enhydra/barracuda/contrib/dbroggisch/webapp/src/org/enhydra/barracuda/contrib/dbroggisch/examples/pages/ExampleBasePage.java:34: org.enhydra.barracuda.contrib.dbroggisch.examples.pages.ExampleBasePage should be declared abstract; it does not define getDocument() in org.enhydra.barracuda.contrib.dbroggisch.page.AbstractPage
[foreach] public class ExampleBasePage extends AbstractPage {
[foreach] ^
[foreach] 1 error
BUILD FAILED
file:/home/stefan/enhydra/Barracuda/src/org/enhydra/barracuda/contrib/dbroggisch/webapp/build.xml:495: Compile failed; see the compiler error output for details.
Regards,
Stefan
Am Sam, 2003-03-01 um 20.56 schrieb Diez B. Roggisch:
> Hi,
>
> while working on my contrib package, I noticed problems with the
> DataObjectException. Looks as if we ran into another jdk 1.4 problem. Its
> only a matter of commenting out 2 constructors. Stefan, do you want me to do
> this? Or can you compile things using 1.3, so you see the problems for
> yourself?
>
>
> Diez
> _______________________________________________
> Barracuda mailing list
> [email protected]
> http://barracudamvc.org/lists/listinfo/barracuda