summaryrefslogtreecommitdiffstats
path: root/WebHob_1.5/build-dashboard-failed.html
blob: e258b1c456f8ffebb66bef5959c910eaa1e118dd (plain)
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
<!DOCTYPE html>
<html>
    <head>
        <title>core-image-sato qemux86 (11/06/13 at 12:01)</title>
        <link rel="stylesheet" href="assets/css/bootstrap.min.css" type='text/css'>
        <link rel="stylesheet" href="assets/css/bootstrap-responsive.min.css" type='text/css'>
        <link rel="stylesheet" href="assets/css/font-awesome.min.css" type='text/css'>
        <link rel="stylesheet" href="assets/css/prettify.css" type='text/css'>
        <link rel="stylesheet" href="assets/css/default.css" type='text/css'>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    </head>

    <body>
      <div class="navbar navbar-fixed-top">
        <div class="navbar-inner">
          <div class="container-fluid">
            <a class="brand logo" href="index.html"><img src="assets/img/logo.png" class="" /></a>
            <a class="brand" href="index.html">Toaster</a>
            <ul class="nav">
              <li>
                <a href="index.html">
                  <i class="icon-tasks"></i>
                  All builds
                </a>
              </li>
              <li>
                <a href="all-projects.html">
                  <i class="icon-folder-open"></i>
                  All projects
                </a>
              </li>
            </ul>
            <!--div class="btn-group pull-right">
              <button class="btn dropdown-toggle" data-toggle="dropdown" href="#">
                <i class="icon-user"></i>
                You
                <i class="icon-caret-down"></i>
              </button>
              <ul class="dropdown-menu">
                <li><a href="profile.html">Edit your profile</a></li>
                <li><a href="profile.html?change-password">Change password</a></li>
                <li style="margin-top:10px;"><a href="#" class="btn">Log out</a></li>
              </ul>
            </div-->
            <ul class="nav pull-right">
              <li>
                <a href="#">
                  <i class="icon-book"></i>
                  Manual
                </a>
              </li>
            </ul>
            <span class="pull-right divider-vertical"></span>
            <div class="btn-group pull-right">
              <a class="btn" href="newproject.html">New project</a>
              <!--button class="btn dropdown-toggle" data-toggle="dropdown">
                <i class="icon-caret-down"></i>
              </button>
              <ul class="dropdown-menu">
                <li><a href="#">Clone project</a></li>
                <li><a href="#">Export project</a></li>
                <li><a href="#">Import project</a></li>
              </ul-->
            </div>
          </div>
        </div>
      </div>


      <div class="container-fluid top-padded">

			<!-- begin content -->
			<div class="row-fluid">
				<div class="span12">

					<!-- Breadcrumbs -->
					<div class="section">
						<ul class="breadcrumb">
              <li><a href="project-configuration.html">$project_name</a>
                <span class="divider">&rarr;</span>
              </li>
							<li><a href="project-builds.html">Builds</a>
								<span class="divider">&rarr;</span>
							</li>
							<li class="active">core-image-sato qemux86 (11/06/13 at 12:01)</li>
						</ul>
					</div>

					<div class="row-fluid">

						<!-- begin left sidebar container -->
						<div id="nav" class="span2">
							<ul class="nav nav-list well">
                <li class="active"><a class="nav-parent" href="#">Build summary</a></li>
								<li class="nav-header">Build</li>
								<li><a href="build-configuration.html">Configuration</a></li>
								<li><a href="all-tasks.html">Tasks</a></li>
								<li><a href="all-recipes.html">Recipes</a></li>
								<li><a href="all-packages.html">Packages</a></li>
								<li class="nav-header">Performance</li>
								<li><a href="build-time.html">Time</a></li>
								<li><a href="build-cpu.html">CPU usage</a></li>
								<li><a href="build-diskio.html">Disk I/O</a></li>
                <li class="divider"></li>
                <a class="btn btn-block" href="#">Download build log</a>
                <a class="btn btn-block" href="#image-recipe-name" data-toggle="modal">New custom image</a>
                <!--a href="#" class="btn btn-danger btn-block"><i class="icon-trash"></i>Delete build</a-->
							</ul>
						</div>

						<!-- end left sidebar container -->
						<!-- Begin right container -->
						<div class="row span10">
							<div class="page-header">
								<h1>core-image-sato qemux86</h1>
							</div>
						</div>
						<div class="row span10">
							<div class="alert alert-error">
								<span class="lead">
									<strong>Failed</strong>
									on 11/06/13 at 12:01 with
									<span class="build-events">
										<i class="icon-minus-sign error"></i>
										<a class="error show-errors" href="#errors">3 errors</a>
									</span>
                  <span>and</span>
									<span class="build-events">
								    <i class="icon-warning-sign warning"></i>
									  <a class="warning show-warnings" href="#warnings">10 warnings</a>
                  </span>
									<!--span class="build-events">
									  <a href="#exceptions">4 Toaster exceptions</a>
                  </span-->
									<span class="build-time pull-right">Build time: <a href="build-time.html">00:27:45</a></span>
								</span>
								<p style="margin-top:10px;">
									<a href="#" class>Download build log</a>
                  <span class="muted"> | </span>
                  <a href="#image-recipe-name" data-toggle="modal">New custom image</a>
                  <!--span class="muted"> | </span>
                  <i class="icon-trash"></i>
									<a href="#" class="error">Delete build</a-->
								</p>
								<!--div class="row toaster-exceptions">
									<small class="pull-right">
										<i class="icon-question-sign get-help get-help-blue" title="Toaster exceptions do not affect your build: only the operation of Toaster"></i>
										<a class="show-exceptions" href="#exceptions">Toaster threw 4 exceptions</a>
									</small>
								</div-->
								<!--div class="row-fluid">
									<div class="air well">
										<p class="lead">The target core-image-myimage-dev is not provided by any of your project layers</p>
										<p>Your build has failed because the target <strong>core-image-myimage-dev</strong> is not provided by any of your project layers.
										</br> Review your project layers to make sure one of them provides <strong>core-image-myimage-dev</strong>.
										<br />The layers
										<a href="#">meta-abc</a>, <a href="#">meta-def</a> and <a href="#">meta-ghi</a>
										provide <strong>core-image-myimage-dev</strong>. You could add one of them to your project.
										</p>
										<div class="btn-group">
											<button class="btn btn-danger">Add meta-abc</button>
											<button class="btn btn-danger">Add meta-def</button>
											<button class="btn btn-danger">Add meta-ghi</button>
										</div>
										<!br />The layers <a href="#">meta-abc</a> and <a href="#">meta-def</a> provide <strong>core-image-myimage-dev</strong>. You could add one of them to your project.</p>
										<div class="btn-group">
											<button class="btn btn-danger add-layer-with-dependencies">Add meta-abc</button>
											<button class="btn btn-danger add-layer-no-dependencies">Add meta-def</button>
										</div>
										<br /> The layer <a href="#">meta-abc</a> provides <strong>core-image-myimage-dev</strong>. You could add it to your project.</p>
										<button class="btn btn-danger add-layer-with-dependencies">Add meta-abc</button>
									</div>
								</div-->
								<!--div class="row-fluid">
									<div class="air well">
										<p class="lead">The machine $machine_name is not provided by any of your project layers</p>
										<p>Your build has failed because the machine <strong>$machine_name</strong> is not provided by any of your project layers.
										</br> Review your project layers to make sure one of them provides <strong>$machine_name</strong>.
										<br />The layers
										<a href="#">meta-abc</a>, <a href="#">meta-def</a> and <a href="#">meta-ghi</a>
										provide <strong>$machine_name</strong>. You could add one of them to your project.
										</p>
										<div class="btn-group">
											<button class="btn btn-danger">Add meta-abc</button>
											<button class="btn btn-danger">Add meta-def</button>
											<button class="btn btn-danger">Add meta-ghi</button>
										</div>
										<br />The layer <a href="#">meta-abc</a> provides <strong>$machine_name</strong>. You could add it to your project.</p>
										<button class="btn btn-danger add-layer-with-dependencies">Add meta-abc</button>
									</div>
								</div-->
							</div>
						</div>
						<div class="accordion span10 pull-right" id="errors" name="errors">
							<div class="accordion-group">
								<div class="accordion-heading">
									<!--button href="#" class="btn pull-right" style="margin:23px 15px;">Report errors</button-->
									<a class="accordion-toggle error toggle-errors">
										<h2>
											<i class="icon-minus-sign"></i>
											3 errors
										</h2>
									</a>
								</div>
								<div class="accordion-body collapse in" id="collapse-errors">
									<div class="accordion-inner">
										<div class="span10">
											<div class="alert alert-error">
												<pre>ERROR: Host distribution "Debian-7.1" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.</pre>
											</div>
											<div class="alert alert-error">
												<pre>ERROR: The recipe linux-yocto is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
/home/user/poky/build/tmp/sysroots/qemux86/usr/src/kernel/include/config/uidgid/converted.h
Matches in manifest-qemux86-linux-yocto-tiny
Please verify which package should provide the above files.</pre>
											</div>
											<div class="alert alert-error">
												<pre>Error executing a python function in /home/yocto/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:

The stack trace of python calls that resulted in this exception/failure was:
File: 'split_and_strip_files', lineno: 222, function: <module>
     0218:    # End of strip
     0219:    #
     0220:
     0221:
 *** 0222:split_and_strip_files(d)
     0223:
File: 'split_and_strip_files', lineno: 71, function: split_and_strip_files
     0067:    kernmods = []
     0068:    libdir = os.path.abspath(dvar + os.sep + d.getVar("libdir", True))
     0069:    baselibdir = os.path.abspath(dvar + os.sep + d.getVar("base_libdir", True))
     0070:    if (d.getVar('INHIBIT_PACKAGE_STRIP', True) != '1'):
 *** 0071:        for root, dirs, files in cpath.walk(dvar):
     0072:            for f in files:
     0073:                file = os.path.join(root, f)
     0074:                if file.endswith(".ko") and file.find("/lib/modules/") != -1:
     0075:                    kernmods.append(file)
Exception: NameError: global name 'cpath' is not defined
</pre>
											</div>
										</div>
									</div>
								</div>

							</div>
						</div>
						<div class="row span10 pull-right">
							<h2>Build summary</h2>
							<div class="well span4" style="background-color:transparent;margin-left:0px;">
								<h4><a href="build-configuration.html">Configuration</a></h4>
								<dl>
									<dt>Machine</dt>
									<dd>qemux86</dd>
									<dt>Distro</dt>
									<dd>poky</dd>
									<dt>Layers</dt>
									<dd>
										<ul>
											<li>
												meta-yocto
												<a target="_blank" href="http://layers.openembedded.org/layerindex/layer/meta-yocto/">
													<i class="icon-share get-info"></i>
												</a>
											</li>
											<li>
												meta-yocto-bsp
												<a target="_blank" href="http://layers.openembedded.org/layerindex/layer/meta-yocto-bsp/">
													<i class="icon-share get-info"></i>
												</a>
											</li>
											<li>
												openembedded-core
												<a target="_blank" href="http://layers.openembedded.org/layerindex/layer/openembedded-core/">
													<i class="icon-share get-info"></i>
												</a>
											</li>
										</ul>
									</dd>
								</dl>
							</div>
							<div class="well span4" style="background-color:transparent;">
								<h4><a href="all-tasks.html">Tasks</a></h4>
								<dl>
									<dt>
										Failed tasks
									</dt>
									<dd>
										<ul>
											<li>
												<a class="error" href="task-details-executed-fail.html">acl_2.2.51-r3 do_configure</a>
												<i class="icon-download-alt error" title="Download task log"></i>
											</li>
										</ul>
									</dd>
									<dt>Total number of tasks</dt>
									<dd><a href="all-tasks.html">2011</a></dd>
									<dt>
										Tasks executed
										<i class="icon-question-sign get-help" title="Executed tasks are those that need to be run in order to generate the task output"></i>
									</dt>
									<dd><a href="all-tasks.html?filter=executed">701</a></dd>
									<dt>
										Tasks not executed
										<i class="icon-question-sign get-help" title="Not executed tasks don't need to run because their outcome is provided by another task"></i>
									</dt>
									<dd><a href="all-tasks.html?filter=prebuilt">1310</a></dd>
									<dt>
										Reuse
										<i class="icon-question-sign get-help" title="The percentage of not executed tasks over the total number of tasks, which is a measure of the efficiency of your build"></i>
									</dt>
									<dd>65%</dd>
								</dl>
							</div>
							<div class="well span4" style="background-color:transparent;">
								<h4><a href="all-recipes.html">Recipes</a> & <a href="all-packages.html">Packages</a></h4>
									<dl>
										<dt>Recipes built</dt>
										<dd><a href="all-recipes.html">114</a></dd>
										<dt>Packages built</dt>
										<dd><a href="all-packages.html">325</a></dd>
									</dl>
							</div>
						</div>
						<div class="accordion span10 pull-right" id="warnings" name="warnings">
							<div class="accordion-group">
								<div class="accordion-heading">
									<a class="accordion-toggle warning toggle-warnings">
										<h2 id="warning-toggle">
											<i class="icon-warning-sign"></i>
											10 warnings
										</h2>
									</a>
								</div>
								<div class="accordion-body collapse" id="collapse-warnings">
									<div class="accordion-inner">
										<div class="span10">
											<div class="alert alert-warning">
												<p class="task-link lead"><strong>Task:</strong> <a href="task-details-executed-fail.html">daq-2.0.1 do_fetch</a></p>
												<pre>WARNING: Failed to fetch URL http://fossies.org/linux/misc/daq-2.0.1.targ.gz, attempting MIRRORS if available</pre>
											</div>
											<div class="alert alert-warning">
												<pre>WARNING: The recipe linux-yocto is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
/home/user/poky/build/tmp/sysroots/qemux86/usr/src/kernel/include/config/uidgid/converted.h
Matches in manifest-qemux86-linux-yocto-tiny
Please verify which package should provide the above files.</pre>
											</div>
											<div class="alert alert-warning">
												<pre>WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-ipc-dev (${libdir}/*).</pre>
											</div>
											<div class="alert alert-warning">
												<pre>WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-syslink-dev (${libdir}/*).</pre>
											</div>
											<div class="alert alert-warning">
												<pre>WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-syslink-dev (${libdir}/*).</pre>
											</div>
											<div class="alert alert-warning">
												<pre>WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-syslink-dev (${libdir}/*).</pre>
											</div>
											<div class="alert alert-warning">
												<pre>WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-syslink-dev (${libdir}/*).</pre>
											</div>
											<div class="alert alert-warning">
												<pre>WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-syslink-dev (${libdir}/*).</pre>
											</div>
											<div class="alert alert-warning">
												<pre>WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-syslink-dev (${libdir}/*).</pre>
											</div>
											<div class="alert alert-warning">
												<pre>WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-syslink-dev (${libdir}/*).</pre>
											</div>
										</div>
									</div>
								</div>
							</div>
						</div>
						<!--div class="accordion span10 pull-right" id="exceptions" name="exceptions">
							<div class="accordion-group">
								<div class="accordion-heading">
									<a class="accordion-toggle toggle-exceptions">
										<h2 id="exceptions-toggle">
											4 Toaster exceptions
											<i class="icon-question-sign get-help get-help-blue heading-help" title="Toaster exceptions do not affect your build: only the operation of Toaster"></i>
										</h2>
									</a>
								</div>
								<div class="accordion-body collapse" id="collapse-exceptions">
									<div class="accordion-inner">
										<div class="span10">
											<pre>WARNING: Failed to fetch URL http://fossies.org/linux/misc/daq-2.0.1.targ.gz, attempting MIRRORS if available</pre>
											<pre>WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-ipc-dev (${libdir}/*).</pre>
											<pre>WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-syslink-dev (${libdir}/*).</pre>
											<pre>WARNING: Variable key FILES_${PN}-dev (${includedir} ${FILES_SOLIBSDEV} ${libdir}/*.la ${libdir}/*.o ${libdir}/pkgconfig ${datadir}/pkgconfig ${datadir}/aclocal ${base_libdir}/*.o ${libdir}/${BPN}/*.la ${base_libdir}/*.la) replaces original key FILES_ti-syslink-dev (${libdir}/*).</pre>
										</div>
									</div>
								</div>
							</div>
						</div-->

					</div> <!-- end of row-fluid -->
				</div> <!-- end of span12 -->
			</div> <!-- end of row-fluid -->

 		</div> <!-- end of container-fluid -->

    <!-- Customise image modal dialog -->
    <div class="modal hide fade" id="image-recipe-name">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
        <h3>New custom image</h3>
        </div>
       <div class="modal-body">
         <h4>Which image do you want to customise?</h4>
         <label class="radio">
           <input type="radio" name="selectImage" checked>
           meta-image-one
         </label>
         <label class="radio">
           <input type="radio" name="selectImage">
           meta-image-two
         </label>
         <label class="radio">
           <input type="radio" name="selectImage">
           meta-image-three
         </label>
         <h4 class="air">Name your custom image</h4>
         <div class="row-fluid">
            <span class="help-block span8">Image names must be unique. They should not contain spaces or capital letters, and the only allowed special character is dash (-).</p>
          </div>
          <!--div class="control-group error controls"-->
            <input type="text" class="huge span5" placeholder="Type the name, something like 'core-image-myimage'">
            <!--span class="help-block">Image names cannot contain spaces or capital letters. The only allowed special character is dash (-)</span>
            <span class="help-block">An image with this name already exists. Image names must be unique: try a different one.</span>
          </div-->
        </div>
        <div class="modal-footer">
        <a href="custom-image-details-included.html?new" class="btn btn-primary btn-large disabled">Create custom image</a>
        </div>
    </div>

 	<!-- MODAL FOR DELETING PROJECT -->
		<div id="deleteBuild" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
			 <div class="modal-header">
			    <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
			    <h3>Delete $build_name</h3>
			 </div>
			 <div class="modal-body">
			    <p>Are you sure you want to delete this build?</p>
			 </div>
			 <div class="modal-footer">
			 	<button class="btn" data-dismiss="modal" aria-hidden="true">Cancel</button>
			    <a href="project-builds.html" class="btn btn-primary">Yes</a>
			</div>
		</div>


        <script src="assets/js/jquery-1.9.1.min.js" type='text/javascript'></script>
        <script src="assets/js/jquery.tablesorter.min.js" type='text/javascript'></script>
        <script src="assets/js/bootstrap.min.js" type='text/javascript'></script>
        <script src="assets/js/prettify.js" type='text/javascript'></script>
        <script src="assets/js/jit.js" type='text/javascript'></script>
        <script src="assets/js/main.js" type='text/javascript'></script>
        <script>
        	 $(document).ready(function() {
        	 	//toggle the errors and warnings sections
      				$('.show-errors').click(function() {
      					$('#collapse-errors').addClass('in');
      				});
      				$('.toggle-errors').click(function() {
      					$('#collapse-errors').toggleClass('in');
      				});
      				$('.show-warnings').click(function() {
      					$('#collapse-warnings').addClass('in');
      				});
      				$('.toggle-warnings').click(function() {
      					$('#collapse-warnings').toggleClass('in');
      				});
      				//show warnings section when requested from the previous page
      				if (location.href.search('#warnings') > -1) {
      					$('#collapse-warnings').addClass('in');
      				}
      				$('.show-exceptions').click(function() {
      					$('#collapse-exceptions').addClass('in');
      				});
      				$('.toggle-exceptions').click(function() {
      					$('#collapse-exceptions').toggleClass('in');
      				});

      				//$('.modal-header h3').html('Delete ' + $('.page-header h1').html());

              //activate the save button when creating custom images
              $("#image-recipe-name .huge").keyup(function(){
                if ($(this).val().length == 0) {
                  $("#image-recipe-name .btn-primary").addClass("disabled");
                }
                else {
                  $("#image-recipe-name .btn-primary").removeClass("disabled");
                }
              });
        	 });
        </script>



    </body>
</html>