[JBoss JIRA] (RF-12461) Refactor examples (showcase, dev-examples)
by Lukáš Fryč (JIRA)
Lukáš Fryč created RF-12461:
-------------------------------
Summary: Refactor examples (showcase, dev-examples)
Key: RF-12461
URL: https://issues.jboss.org/browse/RF-12461
Project: RichFaces
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Lukáš Fryč
Fix For: 4.3.0.Milestone2
{{dev-examples}} should be merged to one module.
All examples should be refactored to use just one taglib: {{r:}} ({{http://richfaces.org/core}})
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] (RF-12465) Resolve build time issues
by Lukáš Fryč (JIRA)
Lukáš Fryč created RF-12465:
-------------------------------
Summary: Resolve build time issues
Key: RF-12465
URL: https://issues.jboss.org/browse/RF-12465
Project: RichFaces
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: build/distribution
Reporter: Lukáš Fryč
Fix For: 4.3.0.Milestone2
Full build takes ~23 sec, incremental build (no changes) ~7 sec.
{code:title=*Incremental Build*}
[module instantiation started]
[module instantiation completed: 463 ms]
[java source processing started]
[java source processing completed: 708 ms]
[non-java source processing started]
[builder started: RendererTemplateParser]
[builder completed: 1 ms]
[builder started: FacesConfigParser]
[builder completed: 0 ms]
[non-java source processing completed: 91 ms]
[library verification started]
[library verification completed: 1493 ms]
[library generation started]
[library generation completed: 1318 ms]
[cdk completed: 7042 ms]
{code}
{code:title=*Full Build*}
[cdk started: /mnt/workspace/workspaces/build-restructure/core/impl/.]
[module instantiation started]
[module instantiation completed: 469 ms]
[java source processing started]
[java source processing completed: 9890 ms]
[non-java source processing started]
[builder started: RendererTemplateParser]
[builder completed: 657 ms]
[builder started: FacesConfigParser]
[builder completed: 516 ms]
[non-java source processing completed: 1255 ms]
[library verification completed: 1354 ms]
[library generation completed: 7036 ms]
[cdk completed: 22750 ms]
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month