<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.5.0">
</HEAD>
<BODY>
On Mon, 2004-11-29 at 11:54 +0100, tony wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Le lundi 29 novembre 2004 à 11:41 +0100, Tristan Tarrant a écrit :</FONT>
<FONT COLOR="#000000">> I use</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">>     ant war</FONT>

<FONT COLOR="#000000">It builds a war but the resulting war file when deployed will not start.</FONT>

<FONT COLOR="#000000">The error message is cut off at the end and in French. Does unsupported</FONT>
<FONT COLOR="#000000">major.mimor say something to anyone?</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
Yes.<BR>
You are compiling with JDK 1.5 and deploying under 1.4.<BR>
<BR>
OpenCMS doesn't work with 1.5 yet.<BR>
<BR>
My suggestion is to either downgrade your compiler or add source and target attributes to the javac target in the build.xml file<BR>
<BR>
<BR>
<BR>
Tristan
</BODY>
</HTML>