Paloma Gomez wrote:
Hi all,

I have a problem with the build process configuration.

When I run ./build.sh I get:

[...]
Building with Apache Ant version 1.6.5 compiled on June 2 2005 and
Java version 1.5

[...]
generics are not supported in -source 1.4 (try -source 1.5 to enable generics)
   private HashMap <String,Vector<String>> list;

Is this code in a module?
If yes, try to change src/resources/build/modules2build.xsl, line 162:

    source="1.4">

to 1.5

HTH,

-- Andreas


--
Andreas Hartmann
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
[EMAIL PROTECTED]                     [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to