Re: SVN Reorg (Update)

2005-07-11 Thread Grant Smith
An update on this issue. It looks like I have some kind of filesystem or Linux OS problem here. I found this weirdness: [EMAIL PROTECTED] IdeaProjects]$ ls -la /home/grant/IdeaProjects/myfaces/current/sandbox/build/temp/tlds total 32 drwxr-xr-x 2 grant grant 4096 Jul 11 09:30 ./ drwxr-xr-x

Re: SVN Reorg (Update)

2005-07-11 Thread Bruno Aranda
I think you are missing the temp in ls -la /home/grant/IdeaProjects/myfaces/current/build/../sandbox/build/tlds should be ls -la /home/grant/IdeaProjects/myfaces/current/build/../sandbox/build/temp/tlds Regards :-) Bruno 2005/7/11, Grant Smith [EMAIL PROTECTED]: An update on this issue. It

Re: SVN Reorg (Update)

2005-07-11 Thread Grant Smith
Doh! Bruno, thanks. OK, so now it looks like it's trying to find a file called *.tld (i.e. the wildcard isnt being interpretted). That is where I'm focussing my investigation on now :) Bruno Aranda wrote: I think you are missing the temp in ls -la

Re: SVN Reorg (Update)

2005-07-11 Thread Bruno Aranda
Grant, are you running 'ant dist' on the sandbox build folder, aren't you? I've run into this problem before. It seems that when you only build one of the subprojects, the file build.properties of the subproject (situated in the subproject parent folder) is not read. In the build.properties there

Re: SVN Reorg (Update)

2005-07-11 Thread Grant Smith
I was actually ant tlddoc-all from the main build. There is definitely an OS-specific problem here in expanding the wildcard *.tld. I don't think you can specify a wildcard to the tlddoc task under Linux. I propose just putting the actual full tld filenames into the tlddoc task for each

Re: SVN Reorg (Update)

2005-07-11 Thread Sean Schofield
Bruno, I will try to reproduce later today. I'm a bit swamped at my day job at the moment (releasing in two days.) sean On 7/11/05, Bruno Aranda [EMAIL PROTECTED] wrote: If you mean put all the possible *.tld's in any build.xml, like this: ... arg

Re: SVN Reorg (Update)

2005-07-11 Thread Bruno Aranda
Don't worry... we are also releasing this week (in theory, of course). July is an extremely busy month for programmers... you can notice that as many of the developers have 'disappeared' :-) Regards, Bruno 2005/7/11, Sean Schofield [EMAIL PROTECTED]: Bruno, I will try to reproduce later today.

Re: SVN Reorg (Update)

2005-07-07 Thread Thomas Spiegl
Thanks to you guys for moving MyFaces to svn and reorganizing the project so smoothly! I just had a look at the new project tree and the new build files, and i liked it very much. Great work! regards, thomas On 7/7/05, Sean Schofield [EMAIL PROTECTED] wrote: Grant,You have to use 'ant

Re: SVN Reorg (Update)

2005-07-07 Thread Grant Smith
Hi Sean, I did in fact run it from the top level build directory. It looks like a directory is not created ahead of the generation. I don't have time to look into it this morning but I will certainly look into it before the weekend. Sean Schofield wrote: Grant, You have to use 'ant

Re: SVN Reorg (Update)

2005-07-07 Thread Sean Schofield
Strange. Last night I ran a brand new checkout and then did 'ant download-dependencies tlddoc-all' (just to make sure) and everything worked fine. (You checked out current right?) Let me know what you come up with. sean On 7/7/05, Grant Smith [EMAIL PROTECTED] wrote: Hi Sean, I did in

Re: SVN Reorg (Update)

2005-07-06 Thread James Mitchell
I'll see if I can find some time to look at that this week. -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx Yahoo: jmitchtx MSN: [EMAIL PROTECTED] Skype: jmitchtx On

Re: SVN Reorg (Update)

2005-07-06 Thread Martin Marinschek
Thanks Sean again for all your efforts in this matter - it was a huge task to fulfil, and things work great now after the reorg. As for the JavaOne: * In every JSF Talk we visited MyFaces was mentioned as well, in some very prominently (Stan, Kito, Adam) * JSF was probably the technology with

Re: SVN Reorg (Update)

2005-07-06 Thread Grant Smith
Sean, The tlddoc-all target of the main buildfile (which calls all the nested buildfiles) is choking on: tlddoc: [java] Error: File/directory not found: /home/grant/IdeaProjects/Myfaces/current/build/../sandbox/build/temp/tlds/*.tld for each of the subprojects. I didn't want to touch

Re: SVN Reorg (Update)

2005-07-06 Thread Sean Schofield
Grant, You have to use 'ant tlddoc-all' from the *top level* build directory only. If you want to build a specific subproject you use 'tlddoc' to build the *current* subproject. Same with dist-all, etc. There are a few more minor issues of this nature that I hope to document tomorrow. I spent

SVN Reorg (Update)

2005-07-04 Thread Sean Schofield
The SVN reorg is basically complete. There are lots of loose ends to tie up but everything has been moved to where it belongs. We may make a few minor changes to things in the future but at this point I think its safe to start working off the source. I will post a more complete overview of the