My pleasure, Marc. Here's the post.
http://www.fancybread.com/blog/index.cfm/2008/3/9/Taming-the-MXUnit-Ecplise-Plugin-with-Apache-Alias Paul On Sat, Mar 8, 2008 at 10:30 AM, Marc Esher <[EMAIL PROTECTED]> wrote: > Sweet. Many thanks Paul. > > Marc > > Sent from my iPhone > > On Mar 8, 2008, at 1:00 PM, "Paul Marcotte" <[EMAIL PROTECTED]> wrote: > > Hey Marc, > > I'll post something on it (with a little more clarity) and you can link to > that. I'll let you know when it's up. > > Cheers, > > Paul > > On Sat, Mar 8, 2008 at 6:55 AM, Marc Esher < <[EMAIL PROTECTED]> > [EMAIL PROTECTED]> wrote: > > > > > Paul, that's awesome! > > > > do you mind if I use this, verbatim, in our docs? if it's ok, i'll add > > it in there and link to fancybread. > > > > thanks a lot. very helpful! > > > > marc > > > > On Fri, Mar 7, 2008 at 11:17 PM, Paul Marcotte < <[EMAIL PROTECTED]> > > [EMAIL PROTECTED]> wrote: > > > Marc, > > > > > > For local dev, I use apache virtual hosts (usually with the top level > > domain > > > "local"). Based on your instructions above, to get the mxunit plugin > > > working for my setup, I added two Alias directives. > > > > > > Here's an example vhost directive, for a local dev url > > > "project.fancybread.local" > > > > > > <VirtualHost 127.0.0.1:80> > > > DocumentRoot "/Users/paul/htdocs/project/root" > > > Alias /mxunit "/Users/paul/htdocs/mxunit" > > > Alias /slcc/root "/Users/paul/htdocs/project/root" > > > ServerName project.fancybread.local > > > DirectoryIndex index.cfm > > > <Directory "/Users/paul/htdocs/project/root"> > > > Options All > > > AllowOverride All > > > </Directory> > > > </VirtualHost> > > > > > > On my mac, /Users/paul/htdocs is my actual web root. > > > > > > The second directive is necessary, since the plugin assumes the > > eclipse > > > project starts at the web root, but my project web root is below that > > at > > > project/root > > > > > > This explanation is probably as clear as mud, but it works. :) > > > > > > The debug output is awesome, btw. Nice work! > > > > > > Paul > > > > > > > > > > > > On Fri, Mar 7, 2008 at 3:30 AM, Ronan Lucio < <[EMAIL PROTECTED]> > > [EMAIL PROTECTED]> wrote: > > > > > > > > > > > Hi Mark, > > > > > > > > Marc Esher escreveu: > > > > > > > > > But I do understand that there are times when you can't develop > > > > > locally. > > > > > > > > Yes, it´s my reallity. > > > > I can't work on localhost with one specific project. > > > > > > > > > > > > > Please give this stuff a shot and let me know if it doesn't work > > out. > > > > > > > > > > > > > Nice, it´s working now... :-) > > > > > > > > Thank you Marc, > > > > > > > > > > > > > > > > Ronan > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Paul Marcotte > > > Fancy Bread - in the heart or in the head? > > > <http://www.fancybread.com>http://www.fancybread.com > > > > > > > > > > > > > > > > > > > > > > -- > Paul Marcotte > Fancy Bread - in the heart or in the head? > <http://www.fancybread.com>http://www.fancybread.com > > > -- Paul Marcotte Fancy Bread - in the heart or in the head? http://www.fancybread.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
