Hello world! Jesse, with respect to building my own tapestry to get a dojo that's customized (custom profile) and works, what's the recommended way to figure out which version of dojo you used when you built it? How do you build it and dojo?
Assuming Im staring at svn head of both dojo and tapestry (or, better, whatever version youve used, which seems to work but just doesnt have any of the packages i really need inlined), what is my course of action? I tried going into [src]/tapestry-framework/src/js and then, having delete the dojo directory, running ant package -Djava.classes.dir=. -Ddojo.dir=/home/me/Documents/Data/code/ dojo/buildscripts/ Which in turn produces a tapestry-framework/src/js/dojo/dojo/dojo.js which it tunrs out is 1 directory too nested for the maven build so i have to manually move dojo/dojo to just dojo and then i run mvn clean install at the root of the tapestry source and i get a dojo profile that works fine at ${HOST}:8080/${CONTEXT_NAME}/app but not at just ${HOST}:8080/app! heh..... Anyway, thanks in advance, any help would be sincerely, genuinely, wholely appreciated.. Josh my