Login Register

build

Custom build--how to exlude dojo/dijit components from custom namespace build output?

I am attempting to create a custom build of dojo for my organization.

All of our internally developed widgets and utility support functions are in a namespace mojo.

I would like to create a custom build of dojo which creates a dojo.js with the standard dojo components we use, a dijit.js with the standard digits, and a mojo.js (currently called mojoForm.js in my build profile so I can be sure to identify the file correctly in the output) which combines all of our custom widgetry.

Error in Explorer: "Bundle not found : loading in dijit ,locale=en"

After completing a simple build on my dojo script (I just needed to include the accordion script) I'm receiving an error message on IE 6: "Bundle not found loading in dijit ,locale=en." I assume this means that something isn't loading before a request is being made.

I'm a newbie here, so I'm not even sure where to begin to debug this problem.

Optimizing serveral layers

Hello, I want to define serveral layers for my application. The main layer will be loaded when the page loads, while the others will load during navigation.

build 0.9

Hola List,

Definitely I'm missing something to get my build to work. It compiles fine but the result is not as expected: WHYYYYY???!!!!

I WOULD love to have a whatever.js file that has exactly the js I need, and nothing else. It's about 20 js files, included my own stuff which is packed under the dojo directory. My profile file looks like that:

dependencies ={
layers: [
{
name: "myWidgetDojo.js",
dependencies: [
"dijit._base.bidi.js",
"dijit._base.focus.js",
"dijit._base.manager.js",

Cross Domain (XDomain) Builds for my new modules

Hi,

I build new modules using the " dojo.declare("new class", null) " statement.
I am loading dojo from another domain and there for I am using the simple Xdomain build.
How should I build my new modules for being able to use them from another domain?
If I just reference to the, using dojo.registerModulePath and then dojo.require i recieve error in Firefox.

thanks

Build Profile Parameter Descriptions Table

In order to try and fully understand the dojo build profile parameters, I have attempted to describe them in the following table. It took me some time to gather this information from different sources and through trial and error, so if I can get some help with this table (especially corrections and additions), I would like to attach it to the dojo 1.x manual for others to use.

For source code at version 1.0.2, this table assumes a minimal build command of the form:

v1.0.2 build profile parameter "resourceName" purpose?

What is the purpose of the resourceName parameter in a dojo v1.0.2 build profile?

-=> Gregg <=-

Build script problem?

Hello, I'm trying to build a custom dojo using this profile:

dependencies = {
        layers: [
                {
                        name: 'dojo.wm.js',
                        dependencies: [
                                'wm.widget.Combo',
                                'wm.widget.TextInput',
                                'wm.widget.DateInput'
                        ]
                }
        ],

        prefixes: [
                [ 'dijit', '../dijit' ],
                [ 'dojox', '../dojox' ],
                [ 'wm', '../../wm' ]
        ]
};

and using this command: build.bat profile=wm action=release localeList="en-us"

using ant to build

I have an ant process that needs to call the java jar file to with the build.js parameter to duild a custom DOJO.
Has anyone built dojo this way?
I'm getting the following error, just having a problems figuring out why.

js: uncaught JavaScript runtime exception: TypeError: Cannot read property "dependencies" from undefined

I went into the buildUtil.js and set the action default value to release and profile to thomson our default dojo profile.

Dojo developer needed for City of New York

The New York City Department of Information Technology and Telecommunications (DoITT) is currently developing a mapping and analysis application for integration with Oracle’s Siebel Business Analytics. The application relies heavily on dijit widgets, the dojo event framework and dojo xhr for the user interface. Mapping data is provided by an OGC certified WFS by GeoServer as well as a basemap tiling server (similar to Google Maps).

Syndicate content