-
Notifications
You must be signed in to change notification settings - Fork 6
/
output.txt
714 lines (611 loc) · 33.6 KB
/
output.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
Snippets for directory c:\Projects\oss\FubuTransportation
Trying to clean out the contents of c:\Ruby193\lib\ruby\gems\1.9.1\gems\fubudocs-0.9.9.211\bin\fubudocs_exe\fubu-content
Processing code snippets for c:\Projects\oss\FubuTransportation\src\FubuTranspor
tation.Docs
Moving snippet files to c:\Projects\oss\FubuTransportation\src\FubuTransportation.Docs\snippets
Alias is returning 'c:\Projects\oss\FubuTransportation'
Alias is returning 'c:\Ruby193\lib\ruby\gems\1.9.1\gems\fubudocs-0.9.9.211\bin\f
ubudocs_exe'
Assembly bin path is
Started service Fubu.Running.RemoteFubuMvcBootstrapper
Trying to start application ApplicationName: FubuDocsApplication, PortNumber: 5500, PhysicalPath: c:\Ruby193\lib\ruby\gems\1.9.1\gems\fubudocs-0.9.9.211\bin\fubudocs_exe
FubuMode = Development
Loading documentation from folder c:\Projects\oss\FubuTransportation\src\FubuTransportation.Docs
Looking for *.Docs assemblies in directory c:\Ruby193\lib\ruby\gems\1.9.1\gems\fubudocs-0.9.9.211\bin\fubudocs_exe
Found no *.Docs assemblies in c:\Ruby193\lib\ruby\gems\1.9.1\gems\fubudocs-0.9.9.211\bin\fubudocs_exe
Spark.Compiler.CompilerException: Unexpected end element markdown
at Spark.C
ompiler.NodeVisitors.SpecialNodeVisitor.PopSpecial(String name)
at Spark.Com
piler.NodeVisitors.SpecialNodeVisitor.Visit(EndElementNode node)
at Spark.Co
mpiler.NodeVisitors.AbstractNodeVisitor.Accept(Node node)
at Spark.Compiler.
NodeVisitors.AbstractNodeVisitor.Accept(IList`1 nodes)
at Spark.Parser.Synta
x.DefaultSyntaxProvider.GetChunks(VisitorContext context, String path)
at Sp
ark.Parser.ViewLoader.LoadInternal(String viewPath)
at Spark.Parser.ViewLoad
er.Load(String viewPath)
at FubuMVC.Spark.SparkModel.ChunkLoader.Load(ITempl
ate template) in c:\BuildAgent\work\19ea8f00b1b101ee\src\FubuMVC.Spark\SparkMode
l\ChunkLoader.cs:line 37
at FubuMVC.Spark.SparkModel.Parsings.Process(ITempl
ate template) in c:\BuildAgent\work\19ea8f00b1b101ee\src\FubuMVC.Spark\SparkMode
l\Template.cs:line 48
at System.Collections.Generic.GenericEnumerableExtensi
ons.Each[T](IEnumerable`1 values, Action`1 eachAction) in c:\BuildAgent\work\4da
fc5966c0aefb4\src\FubuCore\EnumerableExtensions.cs:line 78
at FubuMVC.Spark.
SparkViewFacility.ComposeTemplates(SparkEngineSettings settings) in c:\BuildAgen
t\work\19ea8f00b1b101ee\src\FubuMVC.Spark\SparkViewFacility.cs:line 45
at Fu
buMVC.Spark.SparkViewFacility.FindViews(BehaviorGraph graph) in c:\BuildAgent\wo
rk\19ea8f00b1b101ee\src\FubuMVC.Spark\SparkViewFacility.cs:line 26
at FubuMV
C.Core.View.ViewEngines.buildViewBag() in c:\BuildAgent\work\19ea8f00b1b101ee\sr
c\FubuMVC.Core.View\ViewEngines.cs:line 77
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at System.Lazy`1.get_Value()
at FubuM
VC.Core.View.Attachment.ViewAttachmentPolicy.ProfileViewBag..ctor(IViewProfile p
rofile, BehaviorGraph graph) in c:\BuildAgent\work\19ea8f00b1b101ee\src\FubuMVC.
Core.View\Attachment\ViewAttachmentPolicy.cs:line 93
at FubuMVC.Core.View.At
tachment.ViewAttachmentPolicy.<Profiles>d__a.MoveNext() in c:\BuildAgent\work\19
ea8f00b1b101ee\src\FubuMVC.Core.View\Attachment\ViewAttachmentPolicy.cs:line 57
at System.Collections.Generic.GenericEnumerableExtensions.Each[T](IEnumerabl
e`1 values, Action`1 eachAction) in c:\BuildAgent\work\4dafc5966c0aefb4\src\Fubu
Core\EnumerableExtensions.cs:line 76
at FubuMVC.Core.View.Attachment.ViewAtt
acher.<>c__DisplayClass4.<Configure>b__1(ActionCall action) in c:\BuildAgent\wor
k\19ea8f00b1b101ee\src\FubuMVC.Core.View\Attachment\ViewAttacher.cs:line 17
at System.Collections.Generic.GenericEnumerableExtensions.Each[T](IEnumerable`1
values, Action`1 eachAction) in c:\BuildAgent\work\4dafc5966c0aefb4\src\FubuCore
\EnumerableExtensions.cs:line 78
at FubuMVC.Core.View.Attachment.ViewAttache
r.Configure(BehaviorGraph graph) in c:\BuildAgent\work\19ea8f00b1b101ee\src\Fubu
MVC.Core.View\Attachment\ViewAttacher.cs:line 16
at FubuMVC.Core.Registratio
n.Diagnostics.ActionLog.RunAction(BehaviorGraph graph) in c:\BuildAgent\work\ae4
12c8ad89b884b\src\FubuMVC.Core\Registration\Diagnostics\ActionLog.cs:line 37
at FubuMVC.Core.Configuration.ConfigurationActionSet.<>c__DisplayClassa.<RunAct
ions>b__9(ActionLog x) in c:\BuildAgent\work\ae412c8ad89b884b\src\FubuMVC.Core\C
onfiguration\ConfigurationActionSet.cs:line 73
at System.Collections.Generic
.GenericEnumerableExtensions.Each[T](IEnumerable`1 values, Action`1 eachAction)
in c:\BuildAgent\work\4dafc5966c0aefb4\src\FubuCore\EnumerableExtensions.cs:line
78
at FubuMVC.Core.Configuration.ConfigurationActionSet.RunActions(Behavior
Graph graph) in c:\BuildAgent\work\ae412c8ad89b884b\src\FubuMVC.Core\Configurati
on\ConfigurationActionSet.cs:line 73
at FubuMVC.Core.Configuration.BehaviorG
raphBuilder.Build(FubuRegistry registry) in c:\BuildAgent\work\ae412c8ad89b884b\
src\FubuMVC.Core\Configuration\BehaviorGraphBuilder.cs:line 60
at FubuMVC.Co
re.FubuApplication.<>c__DisplayClass13.<>c__DisplayClass15.<Bootstrap>b__f(IPack
ageLog log) in c:\BuildAgent\work\ae412c8ad89b884b\src\FubuMVC.Core\FubuApplicat
ion.cs:line 158
at Bottles.LambdaBootstrapper.Bootstrap(IPackageLog log)
at Bottles.PackagingRuntimeGraph.<>c__DisplayClass4.<collectAllActivatorsFromBo
otstrappers>b__3(IBootstrapper currentBootstrapper, IPackageLog log)
at Bott
les.Diagnostics.PackagingDiagnosticsExtensions.<>c__DisplayClass2`1.<>c__Display
Class4.<LogExecutionOnEach>b__1()
at Bottles.Diagnostics.PackageLog.Execute(
Action continuation)
Bootstrapping FubuDocsApplication Failed!
FubuCore.FubuException: FubuCore Error 0:
Restarted 10/11/2013 4:
33:48 PM
Application Path
c:\Ruby193\lib\ruby\gems\1.9.1\gems\fubudocs-0.9.9.211\bin\fubudocs_exe
----
--------------------------------------------------------------------------------
------------
Errors
----------------------------------------------------------
--------------------------------------
Lambda expression at: FubuMVC.Core.FubuA
pplication+<>c__DisplayClass13.<Bootstrap>b__d(), line 0
Spark.Compiler.Compil
erException: Unexpected end element markdown
at Spark.Compiler.NodeVisitors.
SpecialNodeVisitor.PopSpecial(String name)
at Spark.Compiler.NodeVisitors.Sp
ecialNodeVisitor.Visit(EndElementNode node)
at Spark.Compiler.NodeVisitors.A
bstractNodeVisitor.Accept(Node node)
at Spark.Compiler.NodeVisitors.Abstract
NodeVisitor.Accept(IList`1 nodes)
at Spark.Parser.Syntax.DefaultSyntaxProvid
er.GetChunks(VisitorContext context, String path)
at Spark.Parser.ViewLoader
.LoadInternal(String viewPath)
at Spark.Parser.ViewLoader.Load(String viewPa
th)
at FubuMVC.Spark.SparkModel.ChunkLoader.Load(ITemplate template) in c:\B
uildAgent\work\19ea8f00b1b101ee\src\FubuMVC.Spark\SparkModel\ChunkLoader.cs:line
37
at FubuMVC.Spark.SparkModel.Parsings.Process(ITemplate template) in c:\B
uildAgent\work\19ea8f00b1b101ee\src\FubuMVC.Spark\SparkModel\Template.cs:line 48
at System.Collections.Generic.GenericEnumerableExtensions.Each[T](IEnumerab
le`1 values, Action`1 eachAction) in c:\BuildAgent\work\4dafc5966c0aefb4\src\Fub
uCore\EnumerableExtensions.cs:line 78
at FubuMVC.Spark.SparkViewFacility.Com
poseTemplates(SparkEngineSettings settings) in c:\BuildAgent\work\19ea8f00b1b101
ee\src\FubuMVC.Spark\SparkViewFacility.cs:line 45
at FubuMVC.Spark.SparkView
Facility.FindViews(BehaviorGraph graph) in c:\BuildAgent\work\19ea8f00b1b101ee\s
rc\FubuMVC.Spark\SparkViewFacility.cs:line 26
at FubuMVC.Core.View.ViewEngin
es.buildViewBag() in c:\BuildAgent\work\19ea8f00b1b101ee\src\FubuMVC.Core.View\V
iewEngines.cs:line 77
at System.Lazy`1.CreateValue()
at System.Lazy`1.La
zyInitValue()
at System.Lazy`1.get_Value()
at FubuMVC.Core.View.Attachme
nt.ViewAttachmentPolicy.ProfileViewBag..ctor(IViewProfile profile, BehaviorGraph
graph) in c:\BuildAgent\work\19ea8f00b1b101ee\src\FubuMVC.Core.View\Attachment\
ViewAttachmentPolicy.cs:line 93
at FubuMVC.Core.View.Attachment.ViewAttachme
ntPolicy.<Profiles>d__a.MoveNext() in c:\BuildAgent\work\19ea8f00b1b101ee\src\Fu
buMVC.Core.View\Attachment\ViewAttachmentPolicy.cs:line 57
at System.Collect
ions.Generic.GenericEnumerableExtensions.Each[T](IEnumerable`1 values, Action`1
eachAction) in c:\BuildAgent\work\4dafc5966c0aefb4\src\FubuCore\EnumerableExtens
ions.cs:line 76
at FubuMVC.Core.View.Attachment.ViewAttacher.<>c__DisplayCla
ss4.<Configure>b__1(ActionCall action) in c:\BuildAgent\work\19ea8f00b1b101ee\sr
c\FubuMVC.Core.View\Attachment\ViewAttacher.cs:line 17
at System.Collections
.Generic.GenericEnumerableExtensions.Each[T](IEnumerable`1 values, Action`1 each
Action) in c:\BuildAgent\work\4dafc5966c0aefb4\src\FubuCore\EnumerableExtensions
.cs:line 78
at FubuMVC.Core.View.Attachment.ViewAttacher.Configure(BehaviorG
raph graph) in c:\BuildAgent\work\19ea8f00b1b101ee\src\FubuMVC.Core.View\Attachm
ent\ViewAttacher.cs:line 16
at FubuMVC.Core.Registration.Diagnostics.ActionL
og.RunAction(BehaviorGraph graph) in c:\BuildAgent\work\ae412c8ad89b884b\src\Fub
uMVC.Core\Registration\Diagnostics\ActionLog.cs:line 37
at FubuMVC.Core.Conf
iguration.ConfigurationActionSet.<>c__DisplayClassa.<RunActions>b__9(ActionLog x
) in c:\BuildAgent\work\ae412c8ad89b884b\src\FubuMVC.Core\Configuration\Configur
ationActionSet.cs:line 73
at System.Collections.Generic.GenericEnumerableExt
ensions.Each[T](IEnumerable`1 values, Action`1 eachAction) in c:\BuildAgent\work
\4dafc5966c0aefb4\src\FubuCore\EnumerableExtensions.cs:line 78
at FubuMVC.Co
re.Configuration.ConfigurationActionSet.RunActions(BehaviorGraph graph) in c:\Bu
ildAgent\work\ae412c8ad89b884b\src\FubuMVC.Core\Configuration\ConfigurationActio
nSet.cs:line 73
at FubuMVC.Core.Configuration.BehaviorGraphBuilder.Build(Fub
uRegistry registry) in c:\BuildAgent\work\ae412c8ad89b884b\src\FubuMVC.Core\Conf
iguration\BehaviorGraphBuilder.cs:line 60
at FubuMVC.Core.FubuApplication.<>
c__DisplayClass13.<>c__DisplayClass15.<Bootstrap>b__f(IPackageLog log) in c:\Bui
ldAgent\work\ae412c8ad89b884b\src\FubuMVC.Core\FubuApplication.cs:line 158
a
t Bottles.LambdaBootstrapper.Bootstrap(IPackageLog log)
at Bottles.Packaging
RuntimeGraph.<>c__DisplayClass4.<collectAllActivatorsFromBootstrappers>b__3(IBoo
tstrapper currentBootstrapper, IPackageLog log)
at Bottles.Diagnostics.Packa
gingDiagnosticsExtensions.<>c__DisplayClass2`1.<>c__DisplayClass4.<LogExecutionO
nEach>b__1()
at Bottles.Diagnostics.PackageLog.Execute(Action continuation)
-----------------------------------------------------------------------------
-------------------
-------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
------
Assemblies
------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
-
mscorlib 4.0.0.0 file:///C:/Window
s/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
Bottles
2.0.0.0 file:///c:/Ruby193/lib/ruby/gems/1
.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/Bottles.DLL
System
4.0.0.0 file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/
System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
FubuCore 1
.2.0.0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/f
ubudocs_exe/FubuCore.DLL
System.Core 4.0.0.0 file:
///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c56
1934e089/System.Core.dll
Fu
bu 0.9.9.0 file:///c:/Ruby193/lib
/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/Fubu.EXE
FubuCsProjFile
1.0.0.0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/
gems/fubudocs-0.9.9.211/bin/fubudocs_exe/FubuCsProjFile.DLL
FubuDocs
0.9.9.0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9
.9.211/bin/fubudocs_exe/FubuDocs.DLL
FubuMVC.Core 1.2.0.
0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudo
cs_exe/FubuMVC.Core.DLL
FubuDocsRunner 1.0.0.0 file:///c:
/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/FubuDocsRu
nner.EXE
FubuLoc
alization 1.0.0.0 file:///c:/Ruby193/lib/ruby
/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/FubuLocalization.DLL
FubuMVC.CodeSnippets
1.0.0.0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/
fubudocs-0.9.9.211/bin/fubudocs_exe/FubuMVC.CodeSnippets.DLL
FubuMVC.Core.Assets
0.9.9.0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.21
1/bin/fubudocs_exe/FubuMVC.Core.Assets.DLL
FubuMVC.Core.UI 1.0.1.0
file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_ex
e/FubuMVC.Core.UI.DLL
FubuMVC.Core.View 1.0.0.0 file:///c:/Ruby
193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/FubuMVC.Core.Vi
ew.DLL
FubuMVC.Diag
nostics 0.9.6.0 file:///c:/Ruby193/lib/ruby/gems
/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/FubuMVC.Diagnostics.DLL
FubuMVC.JQueryUI
0.5.0.0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubud
ocs-0.9.9.211/bin/fubudocs_exe/FubuMVC.JQueryUI.DLL
FubuMVC.Katana
1.2.0.0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin
/fubudocs_exe/FubuMVC.Katana.DLL
FubuMVC.Navigation 0.9.1.0 fil
e:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/Fub
uMVC.Navigation.DLL
FubuMVC.OwinHost 1.2.0.0 file:///c:/Ruby193/l
ib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/FubuMVC.OwinHost.DLL
FubuMVC.Spark
1.0.0.0 file:///c:/Ruby193/lib/ruby/gems/1.9.
1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/FubuMVC.Spark.DLL
FubuMVC.StructureMap
1.2.0.0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0
.9.9.211/bin/fubudocs_exe/FubuMVC.StructureMap.DLL
FubuMVC.TwitterBootstrap 0.0.
0.0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubu
docs_exe/FubuMVC.TwitterBootstrap.DLL
HtmlTags 2.0.0.0 file:///
c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/HtmlTags
.DLL
Micro
soft.Owin 2.0.0.0 file:///c:/Ruby193/lib/ru
by/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/Microsoft.Owin.DLL
Microsoft.Owin.Host.Ht
tpListener 2.0.0.0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/gem
s/fubudocs-0.9.9.211/bin/fubudocs_exe/Microsoft.Owin.Host.HttpListener.DLL
Microsoft.Owin.Hosting
2.0.0.0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.
211/bin/fubudocs_exe/Microsoft.Owin.Hosting.DLL
Newtonsoft.Json 4.5.0.0
file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_
exe/Newtonsoft.Json.DLL
Owin 1.0.0.0 file:///c:/Ru
by193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/Owin.DLL
Owin.Exten
sions 0.6.4.0 file:///c:/Ruby193/lib/ruby/ge
ms/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/Owin.Extensions.DLL
Owin.Types
0.8.5.0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fub
udocs-0.9.9.211/bin/fubudocs_exe/Owin.Types.DLL
Spark
1.7.0.0 file:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/b
in/fubudocs_exe/Spark.DLL
StructureMap 2.6.3.0 f
ile:///c:/Ruby193/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/S
tructureMap.DLL
WebDriver 2.35.0.0 file:///c:/Ruby193
/lib/ruby/gems/1.9.1/gems/fubudocs-0.9.9.211/bin/fubudocs_exe/WebDriver.DLL
System.Numerics
4.0.0.0 file:///C:/Windows/Microsoft.Net/as
sembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.d
ll
System.ComponentModel.DataAnnota
tions 4.0.0.0 file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/S
ystem.ComponentModel.DataAnnotations/v4.0_4.0.0.0__31bf3856ad364e35/System.Compo
nentModel.DataAnnotations.dll
System.Runtime.Serialization 4.
0.0.0 file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Ser
ialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
System.Xml.Linq 4.0.0.0 file:/
//C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5
c561934e089/System.Xml.Linq.dll
Sys
tem.Xml 4.0.0.0 file:///C:/Windows/Micr
osoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml
.dll
System.Data
4.0.0.0 file:///C:/Windows/Microsoft.Net/assembl
y/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
System.Web
4.0.0.0 file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.W
eb/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
System.Web.Extensions 4.0.0.0
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Web.Extensions/v
4.0_4.0.0.0__31bf3856ad364e35/System.Web.Extensions.dll
System.Configuration 4.0.0.0 file:///C:/
Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5
f7f11d50a3a/System.Configuration.dll
System.D
rawing 4.0.0.0 file:///C:/Windows/Microsoft
.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Draw
ing.dll
Microsoft.GeneratedCode
1.0.0.0 None
Anonymously Hosted DynamicMethods Assembly
0.0.0.0 None
System.ServiceModel.Internals 4.0.0.0
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internal
s/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll
System.Web.ApplicationServices 4.0.0.0 file:///C:/Windo
ws/Microsoft.Net/assembly/GAC_MSIL/System.Web.ApplicationServices/v4.0_4.0.0.0__
31bf3856ad364e35/System.Web.ApplicationServices.dll
System.Direct
oryServices.Protocols 4.0.0.0 file:///C:/Windows/Microsoft.Net/
assembly/GAC_MSIL/System.DirectoryServices.Protocols/v4.0_4.0.0.0__b03f5f7f11d50
a3a/System.DirectoryServices.Protocols.dll
System.ServiceModel.Activation
4.0.0.0 file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL
/System.ServiceModel.Activation/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceMod
el.Activation.dll
System.ServiceModel
4.0.0.0 file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceMo
del/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
System.Runtime.DurableInstancing 4.0.0.0 file
:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.DurableInstancing/
v4.0_4.0.0.0__31bf3856ad364e35/System.Runtime.DurableInstancing.dll
S
ystem.Xaml 4.0.0.0 file:///C:/Windows/Mi
crosoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.
Xaml.dll
System.IdentityMod
el 4.0.0.0 file:///C:/Windows/Microsoft.Net/assem
bly/GAC_MSIL/System.IdentityModel/v4.0_4.0.0.0__b77a5c561934e089/System.Identity
Model.dll
System.Messaging
4.0.0.0 file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Syst
em.Messaging/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Messaging.dll
System.Transactions 4.0.0
.0 file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.
0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
System.EnterpriseServices 4.0.0.0 file:///C
:/Windows/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__
b03f5f7f11d50a3a/System.EnterpriseServices.dll
System
.Configuration.Install 4.0.0.0 file:///C:/Windows/Microso
ft.Net/assembly/GAC_MSIL/System.Configuration.Install/v4.0_4.0.0.0__b03f5f7f11d5
0a3a/System.Configuration.Install.dll
System.Windows.Forms
4.0.0.0 file:///C:/Windows/Microsoft.Net/assembly/G
AC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms
.dll
Accessibility
4.0.0.0 file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibi
lity/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
---------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
----
------------------------------------------------------------------------
------------------------
Logs
------------------------------------------------
------------------------------------------------
Bottling Process finished on 1
0/11/2013 at 4:33:48 PM
-----------------------------------------------------
-------------------------------------------
FubuMVC Packaging Facility
-----
--------------------------------------------------------------------------------
-----------
Bottles.PackageLoaders.LinkedFolders.LinkedFolderPackageLoader
No
linked folders found in the package manifest file at c:\Ruby193\lib\ruby\gems\1.
9.1\gems\fubudocs-0.9.9.211\bin\fubudocs_exe
--------------------------------
----------------------------------------------------------------
FubuMVC.Core.P
ackaging.FubuMvcZipFilePackageLoader
Searching for zip files in package directo
ry c:\Ruby193\lib\ruby\gems\1.9.1\gems\fubudocs-0.9.9.211\bin\fubudocs_exe\bin\f
ubu-packages
Searching for zip files in package directory c:\Ruby193\lib\ruby\g
ems\1.9.1\gems\fubudocs-0.9.9.211\bin\fubudocs_exe\fubu-content
-------------
--------------------------------------------------------------------------------
---
FubuMVC.Core.Packaging.StandaloneAssemblyPackageLoader
-----------------
-------------------------------------------------------------------------------
FubuMVC.Core.FubuModuleAttributePackageLoader
Looking for assemblies marked wi
th the [FubuModule] attribute in c:\Ruby193\lib\ruby\gems\1.9.1\gems\fubudocs-0.
9.9.211\bin\fubudocs_exe
----------------------------------------------------
--------------------------------------------
Adding package web content folders
to the virtual path provider (VirtualPathProviderActivator)
----------------
--------------------------------------------------------------------------------
FubuDocsRunner.Running.DocumentPackageLoader
------------------------------
------------------------------------------------------------------
FubuDocsRunn
er.Running.CurrentDirectoryLoader
-------------------------------------------
-----------------------------------------------------
FubuDocs.Infrastructure.F
ubuDocsPackageLoader
--------------------------------------------------------
----------------------------------------
Bottles.PackageLoaders.Assemblies.Asse
mblyPackageInfo
Loaded assembly 'FubuDocs, Version=0.9.9.0, Culture=neutral, Pu
blicKeyToken=null' v0.9.9.211
Applying extension FubuDocs.FubuDocsExtension
Ap
plying extension FubuDocs.FubuDocsRegistry
----------------------------------
--------------------------------------------------------------
Bottles.PackageL
oaders.Assemblies.AssemblyPackageInfo
Loaded assembly 'FubuMVC.CodeSnippets, Ve
rsion=1.0.0.0, Culture=neutral, PublicKeyToken=null' v1.0.0.366
Applying extens
ion FubuMVC.CodeSnippets.SnippetRegistry
------------------------------------
------------------------------------------------------------
Bottles.PackageLoa
ders.Assemblies.AssemblyPackageInfo
Loaded assembly 'FubuMVC.Core.Assets, Versi
on=0.9.9.0, Culture=neutral, PublicKeyToken=null' v0.9.9.527
Applying extension
FubuMVC.Core.Assets.AssetBottleRegistration
--------------------------------
----------------------------------------------------------------
Bottles.Packag
eLoaders.Assemblies.AssemblyPackageInfo
Loaded assembly 'FubuMVC.Core.UI, Versi
on=1.0.1.0, Culture=neutral, PublicKeyToken=null' v1.0.1.566
Applying extension
FubuMVC.Core.UI.HtmlConventionRegistry
Applying extension FubuMVC.Core.UI.Defa
ultHtmlConventions
Applying extension FubuMVC.Core.UI.FubuHtmlRegistration
-
--------------------------------------------------------------------------------
---------------
Bottles.PackageLoaders.Assemblies.AssemblyPackageInfo
Loaded a
ssembly 'FubuMVC.Core.View, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nul
l' v1.0.0.550
Applying extension FubuMVC.Core.View.ViewEnginesExtension
----
--------------------------------------------------------------------------------
------------
Bottles.PackageLoaders.Assemblies.AssemblyPackageInfo
Loaded asse
mbly 'FubuMVC.Diagnostics, Version=0.9.6.0, Culture=neutral, PublicKeyToken=null
' v0.9.6.326
Applying extension FubuMVC.Diagnostics.DiagnosticsChromeExtension
Applying extension FubuMVC.Diagnostics.DiagnosticsRegistration
-------------
--------------------------------------------------------------------------------
---
Bottles.PackageLoaders.Assemblies.AssemblyPackageInfo
Loaded assembly 'Fub
uMVC.JQueryUI, Version=0.5.0.0, Culture=neutral, PublicKeyToken=null' v0.5.0.319
----------------------------------------------------------------------------
--------------------
Bottles.PackageLoaders.Assemblies.AssemblyPackageInfo
Loa
ded assembly 'FubuMVC.Katana, Version=1.2.0.0, Culture=neutral, PublicKeyToken=n
ull' v1.2.0.1633
Applying extension FubuMVC.Katana.KatanaExtensions
--------
--------------------------------------------------------------------------------
--------
Bottles.PackageLoaders.Assemblies.AssemblyPackageInfo
Loaded assembly
'FubuMVC.Navigation, Version=0.9.1.0, Culture=neutral, PublicKeyToken=null' v0.
9.1.184
Applying extension FubuMVC.Navigation.NavigationRegistryExtension
--
--------------------------------------------------------------------------------
--------------
Bottles.PackageLoaders.Assemblies.AssemblyPackageInfo
Loaded as
sembly 'FubuMVC.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' v1
.0.0.550
Applying extension FubuMVC.Spark.SparkEngine
----------------------
--------------------------------------------------------------------------
Bott
les.PackageLoaders.Assemblies.AssemblyPackageInfo
Loaded assembly 'FubuMVC.Stru
ctureMap, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null' v1.2.0.1633
Ap
plying extension FubuMVC.StructureMap.Settings.StructureMapExtensions
-------
--------------------------------------------------------------------------------
---------
Bottles.PackageLoaders.Assemblies.AssemblyPackageInfo
Loaded assembl
y 'FubuMVC.TwitterBootstrap, Version=0.0.0.0, Culture=neutral, PublicKeyToken=nu
ll' v0.0.0.635
Applying extension FubuMVC.TwitterBootstrap.TwitterBootstrapExte
nsions
----------------------------------------------------------------------
--------------------------
FubuTransportation.Docs (c:\Projects\oss\FubuTranspo
rtation\src\FubuTransportation.Docs)
----------------------------------------
--------------------------------------------------------
FubuDocs, Version=0.9.
9.0, Culture=neutral, PublicKeyToken=null
-----------------------------------
-------------------------------------------------------------
FubuMVC.CodeSnipp
ets, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
------------------
------------------------------------------------------------------------------
FubuMVC.Core.Assets, Version=0.9.9.0, Culture=neutral, PublicKeyToken=null
--
--------------------------------------------------------------------------------
--------------
FubuMVC.Core.UI, Version=1.0.1.0, Culture=neutral, PublicKeyToke
n=null
----------------------------------------------------------------------
--------------------------
FubuMVC.Core.View, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null
--------------------------------------------------------
----------------------------------------
FubuMVC.Diagnostics, Version=0.9.6.0,
Culture=neutral, PublicKeyToken=null
----------------------------------------
--------------------------------------------------------
FubuMVC.JQueryUI, Vers
ion=0.5.0.0, Culture=neutral, PublicKeyToken=null
---------------------------
---------------------------------------------------------------------
FubuMVC.K
atana, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null
----------------
--------------------------------------------------------------------------------
FubuMVC.Navigation, Version=0.9.1.0, Culture=neutral, PublicKeyToken=null
-
--------------------------------------------------------------------------------
---------------
FubuMVC.Spark, Version=1.0.0.0, Culture=neutral, PublicKeyToken
=null
-----------------------------------------------------------------------
-------------------------
FubuMVC.StructureMap, Version=1.2.0.0, Culture=neutra
l, PublicKeyToken=null
------------------------------------------------------
------------------------------------------
FubuMVC.TwitterBootstrap, Version=0.
0.0.0, Culture=neutral, PublicKeyToken=null
---------------------------------
---------------------------------------------------------------
at FubuM
VC.Core.FubuApplication.<Bootstrap>b__11() in c:\BuildAgent\work\ae412c8ad89b884
b\src\FubuMVC.Core\FubuApplication.cs:line 176
at Bottles.PackageRegistry.As
sertNoFailures(Action failure)
at FubuMVC.Core.FubuApplication.Bootstrap() i
n c:\BuildAgent\work\ae412c8ad89b884b\src\FubuMVC.Core\FubuApplication.cs:line 1
75
at Fubu.Running.FubuMvcApplicationActivator.StartUp()