ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Bender/Bender.cpp
(Generate patch)

Comparing Bender/Bender.cpp (file contents):
Revision 273 by Douglas Thrift, 2004-10-28T16:49:38-07:00 vs.
Revision 320 by douglas, 2004-12-13T16:06:29-08:00

# Line 5 | Line 5
5   // $Id$
6  
7   #include "Bender.hpp"
8 < #include "Matcher.hpp"
8 > #include "Matcher/Matcher.hpp"
9  
10   #include <menes-api/exename.hpp>
11   #include <menes-api/files.hpp>
# Line 95 | Line 95 | void Bender::bend(const ext::String& pat
95  
96          args.InsertLast(path);
97  
98 + #if defined(__FreeBSD__)
99          _S<api::Process> xslt("/usr/local/bin/Xalan", args);
100 + #elif defined(_WIN32)
101 +        _S<api::Process> xslt("Xalan.exe", args);
102 + #else
103 +        _S<api::Process> xslt("Xalan", args);
104 + #endif
105          ios::String output;
106  
107          ios::ReadToWrite(*xslt.GetReader(), output);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines