[JBoss JIRA] Commented: (RF-8903) Documentation fails to build on russian locale
by Sean Rogers (JIRA)
[ https://jira.jboss.org/browse/RF-8903?page=com.atlassian.jira.plugin.syst... ]
Sean Rogers commented on RF-8903:
---------------------------------
I've committed the change to the draft branch for the docs now. Please see if this fixes the issue.
I tried to replicate it by switching my computer to the Russian locale, but could not repeat the problem. Ilya and Nick, you are both using Windows, is that correct?
> Documentation fails to build on russian locale
> ----------------------------------------------
>
> Key: RF-8903
> URL: https://jira.jboss.org/browse/RF-8903
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: build, doc
> Affects Versions: 4.0.0.Alpha2
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: Future_4.X
>
>
> Here is an error I'm getting for documentation being built on russian locale PC:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Component Development Kit Guide-(en-US)
> [INFO] task-segment: [clean, install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory D:\richfaces-root-readonly\cdk\trunk\docs\guide\target
> [INFO] [jdocbook:resources {execution: default-resources}]
> [INFO] Expanding: C:\Users\nick\.m2\repository\org\jboss\jbossorg-jdocbook-style\1.1.0\jbossorg-jdocbook-style-1.1.0.jdocbook-style into D:\richfaces-root-readonly\cdk\trunk\docs\g
> uide\target\docbook\staging
> [INFO] [jdocbook:generate {execution: default-generate}]
> [INFO] Processing en-US -> pdf
> redirecting output to file [D:\richfaces-root-readonly\cdk\trunk\docs\guide\target\docbook\work\log\console-en-US-pdf.log]
> Error on line 4 column 17 of file:/D:/richfaces-root-readonly/cdk/trunk/docs/guide/en-US/Component_Development_Kit_Guide.xml:
> Error reported by XML parser: InvalidCharInLiteral
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] XSLT problem
> Embedded error: error rendering [org.xml.sax.SAXParseException: InvalidCharInLiteral] on Component_Development_Kit_Guide.xml
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 8 seconds
> [INFO] Finished at: Mon May 31 16:58:19 EEST 2010
> [INFO] Final Memory: 25M/45M
> [INFO] ------------------------------------------------------------------------
> D:\richfaces-root-readonly\cdk\trunk\docs>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (RF-8948) ComponentControl in PopupPanel
by Lukas Fryc (JIRA)
ComponentControl in PopupPanel
------------------------------
Key: RF-8948
URL: https://jira.jboss.org/browse/RF-8948
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone1
Reporter: Lukas Fryc
It should not be fully working sample, I was trying to get working the sample from RF-4010, but got error:
/index.xhtml @22,41 <rich:componentControl> Parent not an instance of ClientBehaviorHolder: org.richfaces.component.UIPopupPanel@4e39f16f
Sample:
<rich:panel>
<a href="RichFaces.ui.PopupPanel.showPopupPanel('notesPanel')">Open
panel</a>
<rich:popupPanel id="notesPanel" width="600" height="580">
<f:facet name="header">
<h:outputText value="Notes" />
</f:facet>
<f:facet name="controls">
<rich:componentControl for="notesPanel" attachTo="hidelink"
event="onclick" operation="hide" />
</f:facet>
</rich:popupPanel>
</rich:panel>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (RF-9090) Popup panel: cannot move panel horizontally when minWidth equals maxWidth
by Pavol Pitonak (JIRA)
Popup panel: cannot move panel horizontally when minWidth equals maxWidth
-------------------------------------------------------------------------
Key: RF-9090
URL: https://jira.jboss.org/browse/RF-9090
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone1
Environment: v.4.0.0-SNAPSHOT SVN r.18649, Glassfish 3, Firefox 3.6, Chrome 6
Reporter: Pavol Pitonak
Fix For: 4.0.0.Milestone2
It is not possible to move panel horizontally when minWidth and maxWidth is set to the same value, e.g.
<rich:popupPanel id="popupPanel" header="header" left="auto" moveable="true" minWidth="500" maxWidth="500" resizeable="true" top="auto">
... </rich:popupPanel>.
It is not possible to move panel vertically when minHeight and maxHeight is set to the same value, e.g.
<rich:popupPanel id="popupPanel" header="header" left="auto" moveable="true" minHeight="500" maxHeight="500" resizeable="true" top="auto">
... </rich:popupPanel>.
It is not possible to move panel at all when all 4 attributes are set to the same value.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months