[JBoss JIRA] Created: (RF-8728) Investigate jdocbook dependency for highlight jar
by Jay Balunas (JIRA)
Investigate jdocbook dependency for highlight jar
-------------------------------------------------
Key: RF-8728
URL: https://jira.jboss.org/browse/RF-8728
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: build, doc
Affects Versions: 4.0.0.ALPHA1
Reporter: Jay Balunas
Assignee: Sean Rogers
Fix For: 4.0.0.M1
There seems to be a dependency from jdocbook on the highlight.jar. However for some reason it exists in the org.richfaces.docs directory, and believe was maintained by the previous doc team.
This can cause a problem with builds in offline made, and seems not to be the best structure. I would like to understand the reason it is there, and if there is a way to remove it.
To reproduce the issue:
Clear the <mvn-local-repo>/org/richfaces/docs directory.
In /root/docs/trunk run mvn -o clean install
--
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
14 years
[JBoss JIRA] Created: (RF-9524) Rich editor issues in html mode, links
by John Ament (JIRA)
Rich editor issues in html mode, links
--------------------------------------
Key: RF-9524
URL: https://jira.jboss.org/browse/RF-9524
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.3.3.Final
Environment: Firefox 3.5 +
Reporter: John Ament
There are two problems we are seeing. One is that you cannot have an inline stylesheet entered in HTML mode in the editor.
<style type="text/css">
.someClass{font-weight:bold;}
</style>
becomes
<!--
.someClass{font-weight:bold;}
-->
Second, when you embed a link it cannot be relative. Otherwise it ends up prepending ../ for each level you have in your link.
--
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
14 years