Login Register

Environment

Checkout

To setup your development environment for dijit, or just to play with the release, get the code from Subversion if you haven't already done so.

Sanity Check

You should then be able to run the tests in dijit/tests.   A few of the tests may use PHP (not sure yet) so it's best to run over apache w/php enabled.   (Currently only the bench/ file uses PHP but I think the Select/Autocompleter tests will have to use it?)

Porting

When "porting" files from dojo/ to dijit/, you need to preserve the history of the files.   This can be done in Tortoise SVN with Ctrl-drag, or on the command line with "svn cp dojo/foo.js dijit/foo.js" Subclipse seems to have a bug so you can't do it :-(.