> I was able to get and build from source this morning, thanks for the updated > svn doc on the website. It looks like the build instructions referenced from > the home page are not quite finished? It looks like a copy of the SVN > instructions.
Yes. A place holder ;-) > The download-on-demand JAR thing is a bit frustrating, especially since I'm > behind a MS proxy server. What I ended up doing is setting up a local proxy > server that requires no auth, using http://ntlmaps.sourceforge.net/. Then I > added > > <setproxy proxyhost="localhost" proxyport="9000"/> > > to the top of myfaces/build/build.xml, to force it to use my local proxy. > > That gets me a build right now, but makes it difficult to follow along with > development, since I now have a modified build.xml, and I don't run this NTLM > proxy all day long. Is there an easier way? Well, maybe we should incorporate your fix into our build file. This could be something you set in build.properties in your ${user.home} We could have download-dependencies depend on a new *optional* target (using if attribute) that is only run if the proxy properties are set. I could do this but then again so could you. Can you work it out and send us an SVN patch? That would help us out a lot. > Also, I see the folder "Tomahawk", and references to it on all the website > pages, but I've found no explanation of what that might be. Is there a README > file somewhere that explains the project layout and what's in each folder? Website will contain more information on this shortly. For now search the archives of the dev list. > Jason sean
