DO NOT REPLY [Bug 30971] - XSP compile failure when using Java 1.5 features

2004-10-11 Thread bugzilla
gzilla/show_bug.cgi?id=30971 XSP compile failure when using Java 1.5 features [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED

[SOLVED] Compile 2.1.6-dev using java 1.5

2004-10-07 Thread Antonio Gallardo
Hi: Now, the current 2.1.x branch compiles and run using java 1.5. I also checked the back compatibility: Compile and run with java 1.4 OK Compile and run with java 1.3 OK (as before). In the case of the java 1.3 we cannot compile the "Deli" and scratchpad block. Both issues are

Re: Compile Cocoon with java 1.5

2004-10-06 Thread Antonio Gallardo
hi: I like the Apache people! The bug is already solved: http://issues.apache.org/bugzilla/show_bug.cgi?id=31572 Can I commit the commons-lang in CVS version? Comments? Anyway, I will ask when is planned a new commons-lang release wait Best Regards, Antonio Gallardo Antonio Gallardo d

Re: Compile Cocoon with java 1.5

2004-10-06 Thread Tony Collen
Antonio Gallardo wrote: Hi Tony, thanks for your answer :-D I already updated the CVS and reported the bug in commons: http://issues.apache.org/bugzilla/show_bug.cgi?id=31572 Ah yeah, I'm really out of it today. If this breaks our compilation, can we use the -source 1.4 switch in our build to w

Re: Compile Cocoon with java 1.5

2004-10-06 Thread Antonio Gallardo
Tony Collen dijo: > Antonio Gallardo wrote: >> Hi: >> >> I am trying to compile Cocoon with jdk1.5.0. I already committed some >> changes until I meet this one: >> >> /cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/event/ProcessingPhase.java:22: >> as of release 1.5, 'enum' is a keyword,

Re: Compile Cocoon with java 1.5

2004-10-06 Thread Tony Collen
Vadim Gritsenko wrote: Tony Collen wrote: Antonio Gallardo wrote: /cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/event/ProcessingPhase.java:22: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier (try -source 1.4 or lower to use 'enum' as an identifier) import

Re: Compile Cocoon with java 1.5

2004-10-06 Thread Vadim Gritsenko
Tony Collen wrote: Antonio Gallardo wrote: /cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/event/ProcessingPhase.java:22: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier (try -source 1.4 or lower to use 'enum' as an identifier) import org.apache.commons.lang

Re: Compile Cocoon with java 1.5

2004-10-06 Thread Tony Collen
Antonio Gallardo wrote: Hi: I am trying to compile Cocoon with jdk1.5.0. I already committed some changes until I meet this one: /cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/event/ProcessingPhase.java:22: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier (try

Compile Cocoon with java 1.5

2004-10-06 Thread Antonio Gallardo
Hi: I am trying to compile Cocoon with jdk1.5.0. I already committed some changes until I meet this one: /cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/event/ProcessingPhase.java:22: as of release 1.5, 'enum' is a keyword, and may not be used as an identifier (try -source 1.4 or lower

DO NOT REPLY [Bug 30971] New: - XSP compile failure when using Java 1.5 features

2004-08-31 Thread bugzilla
gzilla/show_bug.cgi?id=30971 XSP compile failure when using Java 1.5 features Summary: XSP compile failure when using Java 1.5 features Product: Cocoon 2 Version: 2.1.5 Platform: PC OS/Version: Linux Status: NEW Severity:

<    1   2