|
From: Sean M. <sea...@pr...> - 2002-01-12 18:21:18
|
I am pleased to announce that version 0.4 of XPipe (http://xpipe.sourceforge.net) is available for download on Sourceforge http://sourceforge.net/projects/xpipe/. New In this Release: XComponent Creator - A Jython command line utility for creating an XComponent from an .py, .xsl or .class file (CreateXComponent.py) XComponent Intaller - A Jython command line utility for installing an XComponent into a specified directory. It unpacks the code, creates Unit Test directories etc. (InstallXComponent.py) XComponent Unit Tester - a Jython command line utility for testing intalled XComponents. (XComponentUnitTester.py) The release includes three functional "null transformations" - the simplest possible XComponents. xc1.xco - Null Transformation in Java xc2.xco - Null Transformation in XSLT xc3.xco - Null Transformation in Jython Help testing/debugging this release would be gratefully received. Instructions for testing the software are included in the README. Sean |