Well, our setup is to compile everything to FlexWiki.web.dll - you shouldn't
need any of the source files. The issue is the CodeFile= directive on the
page - it's unnecessary the way we're doing things. 

There's nothing really wrong with using CodeFile= except for two things: 

1) Our automated build doesn't include .cs files when it builds the zips. 
2) We're not doing any of the other pages that way. 

So if there's a good reason to switch, we can. Doesn't seem like there is,
though. So let's just remove the CodeFile= from default.aspx for now. 

Also, for convenience, you can run "build dist" from the command line to
build the same zips that the build server would. In fact, "build clean dist"
is essentially the same build that we do on the build server - it's not a
bad idea to run that command before committing changes. 

One more thing: since I haven't run my test suite yet I don't have any hard
numbers, but the web app is *definitely* way snappier than it was. Nice work
there. :) 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:flexwiki-
> [EMAIL PROTECTED] On Behalf Of John Davidson
> Sent: Monday, August 06, 2007 3:26 PM
> To: FlexWiki Users Mailing List
> Subject: Re: [Flexwiki-users] Default.aspx.cs
> 
> I am not positive if it is required, but I always included it in my
> setup. I create a zip file distribution by doing a full build and then
> sending the FlexWiki.Web directory and all contents to a FlexWiki.zip
> file and then remove all files and directories from namespace (and my
> content -used for upload). I then remove the config files and then
> copy it to my web server and unzip into the virtual directory.
> 
> does this help?
> 
> John Davidson
> 
> On 8/6/07, Craig Andera <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> > John, did the changes you make mean that default.aspx.cs is now
> required to
> > be present? I'm getting an error trying to run my tests, and I'm
> installing
> > from the zip, not running from my development directory.
> > ---------------------------------------------------------------------
> ----
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a
> browser.
> > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > _______________________________________________
> > Flexwiki-users mailing list
> > Flexwiki-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/flexwiki-users
> >
> >
> 
> -----------------------------------------------------------------------
> --
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> Flexwiki-users mailing list
> Flexwiki-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flexwiki-users



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to