Seo at al., If you want to grab the patches for an IPCEr8 which will build and run IP2B2:
svn export http://svn.cs.brynmawr.edu/Myro/trunk/fepy/IPCE/fepy/patches/2.0b2/ will give you: 2.0b2/patch-builtin-mapsite 2.0b2/patch-nant-build 2.0b2/patch-console 2.0b2/patch-dictproxy 2.0b2/patch-option-v Largely untested. For others, you can adapt IPCEr7 build.sh to get these files. First, change download.sh and build.sh to use IronPython2B2, and change build.sh to something like: ... echo 'Unpacking IronPython 2' unzip -q files/IronPython-$IRON2_VERSION-Src.zip # Add this: echo 'Getting IP2 Patches' rm -rf fepy/patches/2.0b2 (cd fepy/patches; svn export http://svn.cs.brynmawr.edu/Myro/trunk/fepy/IPCE/fepy/patches/2.0b2/) ... -Doug _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com