Re: [Eiffel-edom-developers] build edom with borland without xalan
Brought to you by:
colin-adams
From: Mike R. <ras...@gm...> - 2003-06-03 11:11:42
|
> >>>>> "Colin" == Colin Paul Adams <co...@co...> writes: > > >>>>> "Mike" == Mike Raschend <ras...@gm...> writes: > Mike> I must comment out lines in some source files (this is not > Mike> so good). It is possible to make changes to build edom easy > Mike> without xalan support ? > > Colin> I can't see how to do it. > > Actually, I can now. > > We would have to use gepp. > > Then > > #ifndef USE_XALAN > > #endif > > could be put around the code to be commented out. > > The system.xace file in tests (not in tests/xslt, of course) should be set > to define this > symbol. And the rest of the system.xace file could be conditionally > coded around the symbol. > > Then we would need a geant install task, to run gepp. > > The library.xace files we need adjusting to reflect the spec > subdirectories. > > Would you like to take on this task? Yes, at the weekend. |