[Dojo-interest] custom build problem

James Burke jburke at dojotoolkit.org
Tue Dec 11 23:15:43 UTC 2007


Sounds like maybe the wrong rhino jar is being used. You can look at
the contents of build.sh to see what jar it is trying to use. Confirm
that the file exists, is readable and came from Dojo. You might try
clearing your classpath before running the build.sh command too.

This should not make a difference in this problem, but you can also
try changing the version string to "1.0.0dev" to make sure that is not
interfering with anything. "1.0.0-dev" hopefully works, but i have not
actually tried that format for the version before.

James

On Dec 11, 2007 3:06 PM, Jon Gross <jong at altusnetworks.com> wrote:
>
> I am doing this:
>
> ./build.sh profile=altus action=clean,release version="1.0.0-dev"
> optimize=shrinksafe layerOptimize=comments copyTests=false
>
>
> and getting these errors for many things:
>
> release:  Optimizing (shrinksafe) file: ../../release/dojo/dijit/
> TitlePane.js
> release:  Could not strip comments for file: ../../release/dojo/dijit/
> TitlePane.js, error: TypeError: Cannot find function compressScript.
> release:  Optimizing (shrinksafe) file: ../../release/dojo/dijit/
> Toolbar.js
> release:  Could not strip comments for file: ../../release/dojo/dijit/
> Toolbar.js, error: TypeError: Cannot find function compressScript.
>
>
> I have an up to date tree.
>
> Anyone have an idea?
>
>
> --
> Jon Gross
> jong at altusnetworks.com
>


More information about the Dojo-interest mailing list