With latest from dojo and mochikit, the following profile reports
compress:
[echo] profileFile: profiles/atg_framework.profile.js
[concat] File C:PROJECTSThirdPartydojouildscriptsConversionError: does not exist.
[concat] File C:PROJECTSThirdPartydojouildscriptsThe does not exist.
[concat] File C:PROJECTSThirdPartydojouildscriptsundefined does not exist.
[concat] File C:PROJECTSThirdPartydojouildscriptsvalue does not exist.
[concat] File C:PROJECTSThirdPartydojouildscriptshas does not exist.
[concat] File C:PROJECTSThirdPartydojouildscripts
o does not exist.
[concat] File C:PROJECTSThirdPartydojouildscriptsproperties. does not exist.
However responses with a BUILD SUCCESSFUL. If I include more of the MochiKit? files ("MochiKit?.Logging", "MochiKit?.DateTime?", "MochiKit?.DOM"), Base and the addition files will be included in the build, however the error remains.
var dependencies = [
"dojo.widget.*",
"dojo.io.*",
"dojo.event.*",
"dojo.date",
"dojo.validate",
"dojo.collections.ArrayList",
"MochiKit.Base"
];
dependencies.prefixes = [
['MochiKit', '../mochikit/MochiKit']
];
load("getDependencyList.js");
I suspect we should be using failOnError="true" for our Java tasks to prevent this sort of error from compounding in the build.