Sorry, I have no idea.
The svn permission config at ASF is very simple. It's just your
username mapped to the myfaces repo, the same way as all other myfaces
committers.

Perhaps you could check that strange error with [EMAIL PROTECTED]

--Manfred


On 5/24/07, Arvid Hülsebus <[EMAIL PROTECTED]> wrote:
Perhaps there is some special handling for the tag folder? Or the way
how the Maven release plugin created the folder. Normally one wouldn't
want to check-in in the tag folder. I still get:

Error: MKACTIVITY of
'/repos/asf/!svn/act/0dfb3f90-8cee-3146-888d-c31017d0d682': 403
Forbidden (http://svn.apache.org)

Bernd can check in... strange.

Regards,
Arvid

Manfred Geiler wrote:
> Arvid,
> I just checked your svn permissions.
> You SHOULD be able to commit with your username "idus".
> Please try again.
>
> --Manfred
>
>
> On 5/23/07, Arvid Hülsebus <[EMAIL PROTECTED]> wrote:
>> And here is the patch to make the scrollbars go away. I somehow don't
>> have the right to commit on the tag folder. Bernd, can you please apply
>> the patch? I already checked in the changes on the trunk
>>
>> Regards,
>> Arvid
>>
>> Arvid Hülsebus wrote:
>> > +1, if the following 2 minor issues are resolved
>> >
>> > - Markup "strong" for tc:out doesn't work in Speyside (I will check in
>> > the necessary change in the trunk; for the release see the attached
>> > patch file)
>> > - If you switch to the Richmond theme in the address book demo, you
>> > will get superfluous scroll bars in the address editor. I didn't look
>> > into this one up to now.
>> >
>> > Regards,
>> > Arvid
>> >
>> > Matthias Wessendorf wrote:
>> >> +1
>> >>
>> >> On 5/20/07, Grant Smith <[EMAIL PROTECTED]> wrote:
>> >>> +1
>> >>>
>> >>>
>> >>> On 5/20/07, Bernd Bohmann <[EMAIL PROTECTED]> wrote:
>> >>> > Hello,
>> >>> >
>> >>> > I would like to release Tobago 1.0.11,
>> >>> >
>> >>> > This release contains over 50 changes.
>> >>> > For a detail list please consult the release notes:
>> >>> >
>> >>> >
>> >>>
>> 
http://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310273&styleName=Html&version=12312376
>>
>> >>>
>> >>> >
>> >>> > The version is available at the staging location and the revision
>> >>> number
>> >>> > of the release is 539876 and tagged as tobago-1.0.11.
>> >>> >
>> >>> > Staging distribution:
>> >>> >
>> >>> > http://people.apache.org/~bommel
>> >>> >
>> >>> > Staging repository:
>> >>> >
>> >>> > http://people.apache.org/~bommel/repo
>> >>> >
>> >>> >
>> >>> > The Vote is open for 72h.
>> >>> >
>> >>> > [ ] +1
>> >>> > [ ] +0
>> >>> > [ ] -1
>> >>> >
>> >>> > Regards
>> >>> >
>> >>> > Bernd
>> >>> >
>> >>> >
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Grant Smith
>> >>>
>> >>
>> >>
>>
>> --- example/demo/src/main/webapp/overview/tab.jsp       (revision
>> 539937)
>> +++ example/demo/src/main/webapp/overview/tab.jsp       Wed May 23
>> 11:35:50 CEST 2007
>> @@ -34,102 +34,90 @@
>>        <tc:tabGroup id="tabs" state="#{demo.tabState0}" >
>>
>>          <tc:tab label="#{overviewBundle.tabClientSide}" >
>> -
>> +          <f:facet name="layout"><tc:gridLayout /></f:facet>
>>            <tc:tabGroup id="tabMarsOuterForm"
>> state="#{demo.tabState1}" >
>>              <tc:tab label="#{overviewBundle.tabPlanet}">
>> -              <tc:panel >
>> -                <f:facet name="layout"><tc:gridLayout
>> rows="1*;fixed;fixed;1*" /></f:facet>
>> -                <tc:cell />
>> -                <tx:in value="#{demo.solar.planets[0].diameter}"
>> -                    label="#{overviewBundle.solarPlanetDiameter}" />
>> -                <tx:in value="#{demo.solar.planets[0].mass}"
>> -                    label="#{overviewBundle.solarPlanetMass}" />
>> -                <tc:cell />
>> +              <f:facet name="layout"><tc:gridLayout
>> rows="1*;fixed;fixed;1*" /></f:facet>
>> +              <tc:cell />
>> +              <tx:in value="#{demo.solar.planets[0].diameter}"
>> +                  label="#{overviewBundle.solarPlanetDiameter}" />
>> +              <tx:in value="#{demo.solar.planets[0].mass}"
>> +                  label="#{overviewBundle.solarPlanetMass}" />
>> +              <tc:cell />
>> -              </tc:panel>
>>              </tc:tab>
>>              <tc:tab label="#{overviewBundle.tabInsolar}">
>> -              <tc:panel >
>> -                <f:facet name="layout"><tc:gridLayout
>> rows="1*;fixed;fixed;1*" /></f:facet>
>> -                <tc:cell />
>> -                <tx:in value="#{demo.solar.planets[0].sunDistance}"
>> -                   label="#{overviewBundle.solarPlanetSunDistance}" />
>> -                <tx:in
>> value="#{demo.solar.planets[0].timeOfCirculation}"
>> -
>> label="#{overviewBundle.solarPlanetTimeOfCirculation}" />
>> -                <tc:cell />
>> +              <f:facet name="layout"><tc:gridLayout
>> rows="1*;fixed;fixed;1*" /></f:facet>
>> +              <tc:cell />
>> +              <tx:in value="#{demo.solar.planets[0].sunDistance}"
>> +                 label="#{overviewBundle.solarPlanetSunDistance}" />
>> +              <tx:in value="#{demo.solar.planets[0].timeOfCirculation}"
>> +
>> label="#{overviewBundle.solarPlanetTimeOfCirculation}" />
>> +              <tc:cell />
>> -              </tc:panel>
>>              </tc:tab>
>>              <tc:tab label="#{overviewBundle.tabMoons}">
>> -              <tc:panel>
>> -                <f:facet name="layout"><tc:gridLayout  /></f:facet>
>> -                <tc:sheet value="#{demo.solar.planets[0].moons}"
>> -                  columns="2*;1*;2*;2*" var="moon">
>> -                  <tc:column
>> label="#{overviewBundle.solarArrayName}" id="name" sortable="true">
>> -                    <tc:out value="#{moon.name}" id="t_name" />
>> -                  </tc:column>
>> -                  <tc:column
>> label="#{overviewBundle.solarArrayNumber}" id="number"
>> sortable="false" align="center" >
>> -                    <tc:out value="#{moon.number}" id="t_number"/>
>> -                  </tc:column>
>> -                  <tc:column
>> label="#{overviewBundle.solarArrayDistance}" sortable="true"
>> align="right" >
>> -                    <tc:out value="#{moon.distance}" id="t_distance" />
>> -                  </tc:column>
>> -                  <tc:column
>> label="#{overviewBundle.solarArrayPeriod}" sortable="true"
>> align="right" >
>> -                    <tc:out value="#{moon.period}" id="t_period" />
>> -                  </tc:column>
>> -                </tc:sheet>
>> +              <f:facet name="layout"><tc:gridLayout  /></f:facet>
>> +              <tc:sheet value="#{demo.solar.planets[0].moons}"
>> +                columns="2*;1*;2*;2*" var="moon">
>> +                <tc:column label="#{overviewBundle.solarArrayName}"
>> id="name" sortable="true">
>> +                  <tc:out value="#{moon.name}" id="t_name" />
>> +                </tc:column>
>> +                <tc:column
>> label="#{overviewBundle.solarArrayNumber}" id="number"
>> sortable="false" align="center" >
>> +                  <tc:out value="#{moon.number}" id="t_number"/>
>> +                </tc:column>
>> +                <tc:column
>> label="#{overviewBundle.solarArrayDistance}" sortable="true"
>> align="right" >
>> +                  <tc:out value="#{moon.distance}" id="t_distance" />
>> +                </tc:column>
>> +                <tc:column
>> label="#{overviewBundle.solarArrayPeriod}" sortable="true"
>> align="right" >
>> +                  <tc:out value="#{moon.period}" id="t_period" />
>> +                </tc:column>
>> +              </tc:sheet>
>> -              </tc:panel>
>>              </tc:tab>
>>            </tc:tabGroup>
>>
>>          </tc:tab>
>>
>>          <tc:tab label="#{overviewBundle.tabServerSide}" >
>> -
>> +          <f:facet name="layout"><tc:gridLayout  /></f:facet>
>>            <tc:tabGroup id="tabMarsOuterForm2" switchType="reloadTab"
>> state="#{demo.tabState2}" >
>>
>>              <tc:tabChangeListener
>> 
type="org.apache.myfaces.tobago.example.demo.actionlistener.SimpleTabChangeListener"
>>
>>                  binding="#{demo.tabChangeListener}" />
>>
>>              <tc:tab label="#{overviewBundle.tabPlanet}">
>> -              <tc:panel >
>> -                <f:facet name="layout"><tc:gridLayout
>> rows="1*;fixed;fixed;1*" /></f:facet>
>> -                <tc:cell />
>> -                <tx:in value="#{demo.solar.planets[0].diameter}"
>> -                    label="#{overviewBundle.solarPlanetDiameter}" />
>> -                <tx:in value="#{demo.solar.planets[0].mass}"
>> -                    label="#{overviewBundle.solarPlanetMass}" />
>> -                <tc:cell />
>> +              <f:facet name="layout"><tc:gridLayout
>> rows="1*;fixed;fixed;1*" /></f:facet>
>> +              <tc:cell />
>> +              <tx:in value="#{demo.solar.planets[0].diameter}"
>> +                  label="#{overviewBundle.solarPlanetDiameter}" />
>> +              <tx:in value="#{demo.solar.planets[0].mass}"
>> +                  label="#{overviewBundle.solarPlanetMass}" />
>> +              <tc:cell />
>> -              </tc:panel>
>>              </tc:tab>
>>              <tc:tab label="#{overviewBundle.tabInsolar}">
>> -              <tc:panel >
>> -                <f:facet name="layout"><tc:gridLayout
>> rows="1*;fixed;fixed;1*" /></f:facet>
>> -                <tc:cell />
>> -                <tx:in value="#{demo.solar.planets[0].sunDistance}"
>> -                   label="#{overviewBundle.solarPlanetSunDistance}" />
>> -                <tx:in
>> value="#{demo.solar.planets[0].timeOfCirculation}"
>> -
>> label="#{overviewBundle.solarPlanetTimeOfCirculation}" />
>> -                <tc:cell />
>> +              <f:facet name="layout"><tc:gridLayout
>> rows="1*;fixed;fixed;1*" /></f:facet>
>> +              <tc:cell />
>> +              <tx:in value="#{demo.solar.planets[0].sunDistance}"
>> +                 label="#{overviewBundle.solarPlanetSunDistance}" />
>> +              <tx:in value="#{demo.solar.planets[0].timeOfCirculation}"
>> +
>> label="#{overviewBundle.solarPlanetTimeOfCirculation}" />
>> +              <tc:cell />
>> -              </tc:panel>
>>              </tc:tab>
>>              <tc:tab label="#{overviewBundle.tabMoons}">
>> -              <tc:panel>
>> -                <f:facet name="layout"><tc:gridLayout /></f:facet>
>> -                <tc:sheet value="#{demo.solar.planets[0].moons}"
>> -                  columns="2*;1*;2*;2*" var="moon">
>> -                  <tc:column
>> label="#{overviewBundle.solarArrayName}" id="name" sortable="true">
>> -                    <tc:out value="#{moon.name}" id="t_name" />
>> -                  </tc:column>
>> -                  <tc:column
>> label="#{overviewBundle.solarArrayNumber}" id="number"
>> sortable="false" align="center" >
>> -                    <tc:out value="#{moon.number}" id="t_number"/>
>> -                  </tc:column>
>> -                  <tc:column
>> label="#{overviewBundle.solarArrayDistance}" sortable="true"
>> align="right" >
>> -                    <tc:out value="#{moon.distance}" id="t_distance" />
>> -                  </tc:column>
>> -                  <tc:column
>> label="#{overviewBundle.solarArrayPeriod}" sortable="true"
>> align="right" >
>> -                    <tc:out value="#{moon.period}" id="t_period" />
>> -                  </tc:column>
>> -                </tc:sheet>
>> +              <f:facet name="layout"><tc:gridLayout /></f:facet>
>> +              <tc:sheet value="#{demo.solar.planets[0].moons}"
>> +                columns="2*;1*;2*;2*" var="moon">
>> +                <tc:column label="#{overviewBundle.solarArrayName}"
>> id="name" sortable="true">
>> +                  <tc:out value="#{moon.name}" id="t_name" />
>> +                </tc:column>
>> +                <tc:column
>> label="#{overviewBundle.solarArrayNumber}" id="number"
>> sortable="false" align="center" >
>> +                  <tc:out value="#{moon.number}" id="t_number"/>
>> +                </tc:column>
>> +                <tc:column
>> label="#{overviewBundle.solarArrayDistance}" sortable="true"
>> align="right" >
>> +                  <tc:out value="#{moon.distance}" id="t_distance" />
>> +                </tc:column>
>> +                <tc:column
>> label="#{overviewBundle.solarArrayPeriod}" sortable="true"
>> align="right" >
>> +                  <tc:out value="#{moon.period}" id="t_period" />
>> +                </tc:column>
>> +              </tc:sheet>
>> -              </tc:panel>
>>              </tc:tab>
>>            </tc:tabGroup>
>>
>> ---
>> 
theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/property/tobago-theme-config.properties
>> (revision 539937)
>> +++
>> 
theme/richmond/src/main/resources/org/apache/myfaces/tobago/renderkit/html/richmond/standard/property/tobago-theme-config.properties
>> Wed May 23 11:26:32 CEST 2007
>> @@ -17,6 +17,6 @@
>>
>>
>>  # padding-top + padding-bottom + border-top + border-bottom
>> -TabGroup.paddingHeight=27
>> +TabGroup.paddingHeight=28
>>  # padding-left + padding-right + border-left + border-right
>>  TabGroup.paddingWidth=25
>>
>>
>
>



--
http://www.irian.at
Your JSF powerhouse - JSF Consulting,
Development and Courses in English and
German

Professional Support for Apache MyFaces

Reply via email to