The nightly build of the Infusion Builder is broken

Description

The daily build of the Infusion Builder is located here:

http://build.fluidproject.org/infusionBuilder/html/InfusionBuilder.html

And it is not currently working. The page immediately throws this error:

"TypeError: fluid.initView is not a function
var that = fluid.initView("fluid.infusionBuilder", container, options);"

This appears to be due to the fact that the Builder itself doesn't use an Infusion build file, and instead links to individual files. Somewhere along the way to Infusion 1.5, files were restructured to provide a complete separation between code that requires the DOM and code that does not. fluid.initView() was moved to FluidView.js, but the Builder does not link to this file.

Environment

None

Activity

Show:

Justin Obara August 14, 2012 at 5:11 PM

Merged into the project repo at 09a8eec47abbcdb73ed4c54452604bf87bcbef9d

Colin Clark August 13, 2012 at 7:54 PM

I've issued a pull request for this:

https://github.com/fluid-project/builder/pull/2

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created August 13, 2012 at 7:11 PM
Updated August 14, 2012 at 5:11 PM
Resolved August 14, 2012 at 5:11 PM