2003-05-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sat, 3 May 2003 13:50:08 +0000 (13:50 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Sat, 3 May 2003 13:50:08 +0000 (13:50 -0000)
commitdf578562f2adc09f7f45da0c1d85e76313fe8626
tree8a481291fda2ef217cf2de668236754c9ebb1228
parenta3f5596b273e542c993c939da593d6d6bd2394df
2003-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

* System.Web.Compilation/CSCompiler.cs: actually add the list of
referenced assemblies to the compiler options. Throw a
CompilationException if there's an error.

* System.Web.Compilation/CachingCompiler.cs: added a method to compile
directly from a source file.

* System.Web.UI/TemplateControl.cs: fixed the flags used to find the
methods that are automatically hooked up on events.

* System.Web.UI/TemplateParser.cs: don't compile a source file directly.
Use the cache instead.

svn path=/trunk/mcs/; revision=14231
mcs/class/System.Web/System.Web.Compilation/CSCompiler.cs
mcs/class/System.Web/System.Web.Compilation/CachingCompiler.cs
mcs/class/System.Web/System.Web.Compilation/ChangeLog
mcs/class/System.Web/System.Web.UI/ChangeLog
mcs/class/System.Web/System.Web.UI/TemplateControl.cs
mcs/class/System.Web/System.Web.UI/TemplateParser.cs