I usually remove it from my local copy, I wonder if I checked in a version
with it missing by mistake..

On 1/23/07, P T Withington <[EMAIL PROTECTED]> wrote:

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
> [EMAIL PROTECTED]
>
>
>




--
Henry Minsky
Software Architect
[EMAIL PROTECTED]

Reply via email to