[Laszlo-dev] anybody rememember where the python version check went?
P T Withington
ptw at openlaszlo.org
Tue Jan 23 10:20:13 PST 2007
It used to be in build.xml:
> <exec executable="python"
> resultproperty="python.version.check.code">
> <arg line="build-tools/check_python_version.py" />
> </exec>
> <condition property="python.version.bad" >
> <not><equals arg1="${python.version.check.code}" arg2="0" /
> ></not>
> </condition>
> <fail if="python.version.bad" message="Failed python version
> check" />
>
On 2007-01-23, at 12:45 EST, Benjamin Shine wrote:
>
> I discovered this weekend that it is possible to build trunk
> without python, at all, so long as
> a) you don't want to build the dtd -- hardly anyone ever really
> does, so we just do this while building the distro
> b) you comment out the python version check
>
> Did the python version check already get pulled out of legals? I
> can't seem to find it today.
>
> We also no longer need PyXML! and very soon we won't need jython.
>
> Benjamin Shine
> Software Engineer, Open Laszlo / Laszlo Systems
> ben at laszlosystems.com
>
>
>
More information about the Laszlo-dev
mailing list