[Tbug-devel] run.bat
Status: Alpha
Brought to you by:
ege
From: Steve M. <sm...@us...> - 2000-08-10 04:22:29
|
Here's a run.bat to go with your run shell script. cool stuff, by the way! Is there a generic "Debuggee" api that other XSLT engines like Oracle XSL could implement to be debuggable as well? ---- run.bat ---- setlocal set SAXON=E:\xml\saxon54\saxon.jar set TBUG=E:\xml\tbug-0.1\tbug.jar set CLASSPATH=%SAXON%;%TBUG%;%CLASSPATH% java de.pannenleiter.tbug.saxon.StyleSheetDebugger %* endlocal ----------------- ______________________________________________________________ Steve Muench, Lead XML Evangelist & Consulting Product Manager BC4J & XSQL Servlet Development Teams, Oracle Rep to XSL WG Author "Building Oracle XML Applications", O'Reilly http://www.oreilly.com/catalog/orxmlapp/ |