Hi Jeremias, On Fri, May 16, 2008 at 10:29 AM, Jeremias Maerki <[EMAIL PROTECTED]> wrote: > ...'ve > gone through the 15 min tutorial. Well, it took me a lot longer than > that. Just Maven downloading all the dependencies takes that much....
Yes - we hope to have a release Real Soon Now to fix that (we've been hoping for a while actually ;-) > ...BTW, I had to disable the testAttributes() and testDirectives() methods... Thanks for reporting, I have created https://issues.apache.org/jira/browse/SLING-460 >... I'm currently sort of stuck as I can't get much further than from what > I've learned in the tutorial. I went first to the samples directory > where "simple-demo" shot to my eye as the perfect next step... I'm not too familar with that sample, but maybe the webloader sample would be easier to grasp the basics. Load the two service and ui bundles that are built under http://svn.apache.org/repos/asf/incubator/sling/trunk/samples/webloader/, and go to http://localhost:8888/bin/sling/webloader.html as the ui README.txt indicates. The code is just a few java and esp files which actually do something useful (load documents from a Google query in the repository with a usable UI), so that should help explain things a bit better. > ...Another question: is it necessary to download the full dojo distribution > (>15MB) each time after a "mvn clean" (not that I do that every time)?... I fixed this yesterday so that it's downloaded the first time only, and stays in the dojo module folder for later builds. -Bertrand (itching to create this sling blog demo ;-)
