I've been running full-on java 1.5 for a few months now, and it's  
fine except for doc tools.

We still do use -source 1.3 and -source 1.4 for the script compiler;  
see WEB-INF/lps/server/build.xml:
   <!-- All Java files that should be compiled: both hand-generated
        sources and programatically generated files. -->
   <property name="java.1.4.srcs" value="${src}:${jgen.src}:$ 
{jjt.src}" />
   <!-- Java files that have to be compiled with -source 1.3 (for now  
-->
   <property name="java.1.3.srcs" value="${build.java}" />
   <property name="javasrcs" value="${java.1.4.srcs}:${java. 
1.3.srcs}" />

...but that won't interfere with using jdk 1.5.

-ben

On Sep 12, 2006, at 2:22 PM, P T Withington wrote:

> I'm running
>
> [EMAIL PROTECTED] server 17:20:08]$ java -version
> java version "1.5.0_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112)
> Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing)
> [EMAIL PROTECTED] server 17:20:27]$
>
> I believe the doc tools do not work under 1.5, but it may just be a
> matter of requesting the right -source version.
>
> On 2006-09-12, at 17:13 EDT, Adam Wolff wrote:
>
>> Do all of openlaszlo's features work with java 1.5 running against
>> the 1.5
>> jdk, as far as we know?
>>
>> Thanks!
>> Adam
>>
>> _______________________________________________
>> Laszlo-user mailing list
>> [email protected]
>> http://www.openlaszlo.org/mailman/listinfo/laszlo-user
>
>
> _______________________________________________
> Laszlo-user mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-user


_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to