Re: Sandbox

2005-05-13 Thread Sean Schofield
Again, I am pretty sure that we cannot move components from SF directly to the sandbox. Code developed outside of the ASF framework needs to pass through the incubator. My understanding is that this rule is non-negotiable. The sandbox is not a substitute for the incubator. It is for components

RE: Sandbox

2005-05-13 Thread Jesse Alexander (KBSA 21)
If you want a step before that, the jsf-comp-project on sf.net is activated. There the committer-rights could be given freely to everybody who's interested. When a component is ready, it could be promoted to the sandbox for refinement, tests and final documentation by an approved myfaces-comm

Re: Nightly build

2005-05-13 Thread Sean Schofield
Gotcha. On 5/13/05, Brandon Goodin <[EMAIL PROTECTED]> wrote: > Sorry, I was responding to Manfred. I think i came in on the middel > of a conversation without knowing the context ;-) my bad :D. > > "Does svn make a diff and some kind of optimization during the final commit? > Otherwise we woul

[jira] Updated: (MYFACES-243) ClientId not used, so JSCookMenu fires multiple actions in tables

2005-05-13 Thread Neal Haggard (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-243?page=all ] Neal Haggard updated MYFACES-243: - Attachment: patch.txt Here's my patch for HtmlJSCookMenuRenderer.java > ClientId not used, so JSCookMenu fires multiple actions in tables >

[jira] Created: (MYFACES-243) ClientId not used, so JSCookMenu fires multiple actions in tables

2005-05-13 Thread Neal Haggard (JIRA)
ClientId not used, so JSCookMenu fires multiple actions in tables - Key: MYFACES-243 URL: http://issues.apache.org/jira/browse/MYFACES-243 Project: MyFaces Type: Bug Versions: 1.0.9 beta Repo

Re: Nightly build

2005-05-13 Thread Brandon Goodin
Sorry, I was responding to Manfred. I think i came in on the middel of a conversation without knowing the context ;-) my bad :D. "Does svn make a diff and some kind of optimization during the final commit? Otherwise we would always have a new repository version for every single file regardless if

Re: Nightly build

2005-05-13 Thread Sean Schofield
Brandon, I take it you are saying you should not svn delete and svn add over and over again? If so, I agree with you. My plan was to do a regular delete and then commit. TortoiseSVN seems to allow this bug svnant does not. So I am stuck. Anyone have a suggestion on how I can do this easily in

Re: Nightly Builds

2005-05-13 Thread Sean Schofield
OK nightly build should be back up. I discovered the source of the problem. After I made the changes to the script I test it manually but apparently I ran it as root. So the next time the chron tried to "clean" the build failed. This is another reason for me to get the email notification of a f

Re: Nightly build

2005-05-13 Thread Brandon Goodin
This is how SVN functions. It strongly recommends against trying to subvert this functionality. SVN works on the idea that 1 change to the repository is a change to the whole repository. You CAN diff your repository and see changes on various levels. So, you can see what has changed and get a repor

Re: Nightly Builds

2005-05-13 Thread Sean Schofield
First I have heard there was a problem. You are correct they are missing. I will look into it later today/tonight. sean On 5/13/05, Lee Seidel <[EMAIL PROTECTED]> wrote: > Any idea when the nightly builds will be available again? I have been > trying the last few days to get copies but when I

Become an eBay Power Seller

2005-05-13 Thread aw-confirm
Title: Invite Reminder Congratulations! joining the eBay Silver PowerSeller Program. Come and join us. When you join the PowerSeller program, you'll be able to receive more of the support you'll need for continued success. So, why wait? Join now! PowerSeller icon next to y

Re: Nightly build

2005-05-13 Thread Bruno Aranda
I am just beginning with svn, but what I found is if you svn delete a file and add again the same file, svn thinks that this is a replacement and does not compare both files. I think this is the price you must pay if you delete all the files first... if there was a way to svn delete only the old fi

Re: Nightly build

2005-05-13 Thread Manfred Geiler
Does svn make a diff and some kind of optimization during the final commit? Otherwise we would always have a new repository version for every single file regardless if it was really changed or not. -Manfred 2005/5/13, Bruno Aranda <[EMAIL PROTECTED]>: > Yes, Sean, this is how it should be. You fir

Re: Nightly build

2005-05-13 Thread Bruno Aranda
Yes, Sean, this is how it should be. You first svn delete all HTMLs and then regenerate them and svn add the new files. If you then check the status of the svn, it will tell you that all regenerated files are 'replaced' or 'added', depending if they existed before, and the not regenerated files are

Nightly Builds

2005-05-13 Thread Lee Seidel
Any idea when the nightly builds will be available again? I have been trying the last few days to get copies but when I try to access them via the site the directory is empty. Thanks. -- Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie! Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

[jira] Created: (MYFACES-242) EqualValidator: Wrong Message when foreignComp.getValue()==null

2005-05-13 Thread Christian Daszenies (JIRA)
EqualValidator: Wrong Message when foreignComp.getValue()==null --- Key: MYFACES-242 URL: http://issues.apache.org/jira/browse/MYFACES-242 Project: MyFaces Type: Bug Versions: 1.0.9 beta Reporter

Re: Nightly build

2005-05-13 Thread Sean Schofield
Manfred, I too seem to recall that forrest has a clean command but I don't think that will help with the javadoc and tlddoc (unless there are comparable commands for those.) Bruno, The delete command would be fine but we don't know in advance which files are to be deleted. Ex. We remove a class

[jira] Commented: (MYFACES-241) DataList: ValueBindings on pass through attributes do not work

2005-05-13 Thread Mathias Werlitz (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-241?page=comments#action_65271 ] Mathias Werlitz commented on MYFACES-241: - SOLUTION: I guess there are missing some entries in the HtmlDataList.xml file (extracted from HtmlDataTable.xml) like:

Re: Nightly build

2005-05-13 Thread Bruno Aranda
I think you should first mark the files as 'deleted' with the svn delete command, then, these files will be deleted automatically on commit... Bruno2005/5/13, Manfred Geiler <[EMAIL PROTECTED]>: If I remember right, there is already a forrest "clean" target thatempties the site build dir.-Manfred2

Re: Nightly build

2005-05-13 Thread Manfred Geiler
If I remember right, there is already a forrest "clean" target that empties the site build dir. -Manfred 2005/5/13, Sean Schofield <[EMAIL PROTECTED]>: > I double-checked and realized that Forrest was *not* deleting the > defunct files. So next I will try having ant remove all of the > website fi