Hey Norman, > I still get some 404 errors > > GET /ext/ext-base.js 404 http 85 (0ms) > GET /ext/ext-all.js 404 http 85 (0ms)
For these, you need to download ExtJS 2.0.1, as documented in: http://www.webtoolkit.eu/wt/doc/reference/html/group__ext.html#_details > GET /resources/collapse.gif 404 http 85 (0ms) > GET /resources/expand.gif 404 http 85 (0ms) > GET /resources/collapse.gif 404 http 85 (0ms) > GET /resources/expand.gif 404 http 85 (0ms) > GET /resources/expand.gif 404 http 85 (0ms) > GET /resources/expand.gif 404 http 85 (0ms) > GET /resources/collapse.gif 404 http 85 (0ms) > GET /resources/collapse.gif 404 http 85 (0ms) > GET /resources/collapse.gif 404 http 85 (0ms) > GET /resources/expand.gif 404 http 85 (0ms) > GET /resources/collapse.gif 404 http 85 (0ms) > GET /resources/expand.gif 404 http 85 (0ms) In the corresponding example, assuming your build is within a directory (like 'build'), you should do the following: $ ln -s ../../../resources . Also, do not forget to run the examples from their source directory as indicated in the instructions, since that is where resources (and XML files) are assumed to be located. Regards, koen ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
