[Mono-list] How often is the class status page updated?

Ben Maurer bmaurer@users.sourceforge.net
20 Jun 2003 10:10:40 -0400


On Fri, 2003-06-20 at 08:16, Miguel de Icaza wrote:
> Hello,
> 
> > > You need to rewrite the tool just to put it put it in a cron job?
> > > 
> > > Seems a bit drastic to me.
> > > 
> > > I'd say a better solution would be to fix reflection in the runtime so
> > > it'll run on mono.
> > 
> > That's not the issue.
> > How do you compare attribute values? You can't with the reflection API.
> 
> The only issues running the corcompare tools on Linux today are:
> 
> 	* Need to setup makefiles to use a "reference" dll implementation
> 	  for the compare process (should be easy).
As you said thats not a problem.
> 
> 	* Need a replacement for the JScript script that does the XSLT
> 	  transformation.
Why don't we build XSLT into the C# tool using System.Xml.Xsl? I would
volunteer to do this if it will get the thing working on Linux.