Hi
The fix has been done need to apply the patch attach with
Index: gadget-top-links-product.html
===================================================================
--- gadget-top-links-product.html (revision 118303)
+++ gadget-top-links-product.html (working copy)
@@ -18,23 +18,16 @@
<li><a class="icon-link"
style="background-image:
url(../dashboard/images/add-new-gadget.png);"
onclick="sessionAwareShowAddGadgetsPage('G3');">
- <fmt:message key="add.gadgets"/>
-</a></li>
+ <fmt:message key="add.gadgets"></fmt:message></a></li>
<li><a class="icon-link"
style="background-image: url(../dashboard/images/add-new-tab.png);"
onclick="sessionAwareAddNewTab();">
- <fmt:message key="add.new.tab"/>
-</a>
-</li>
+ <fmt:message key="add.new.tab"></fmt:message></a></li>
<li><a class="icon-link"
style="background-image:
url(../dashboard/images/clone-tab-icon.png);"
onclick="sessionAwareDuplicateActiveTab();">
- <fmt:message
- key="duplicate.active.tab"/>
-</a></li>
+ <fmt:message key="duplicate.active.tab"></fmt:message><a></li>
<li><a class="icon-link"
style="background-image: url(../dashboard/images/remove-tab.png);"
onclick="sessionAwareRemoveActiveTab();">
- <fmt:message
- key="remove.active.tab"/>
-</a></li>
\ No newline at end of file
+ <fmt:message key="remove.active.tab"></fmt:message></a></li>
On Fri, Dec 23, 2011 at 4:55 PM, Dushan Abeyruwan <[email protected]> wrote:
> Hi
> Currently trunk build process is holding due to the following reason,
> *[ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.0:site (default) on project
> wso2stratos-esb: Error during page generation: Error parsing
> '/home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1/products/esb/modules/distribution/service/src/site/xdoc/dashboard/includes/gadget-top-links-product.xml':
> line [23] Error parsing the model: start tag not allowed in epilog but got
> l (position: IGNORABLE_WHITESPACE seen ...<fmt:message
> key="add.gadgets"/>\n</a></li>\n<l... @23:3) -> [Help 1]*
>
> I did a whole search in carbon trunk and could not find the relative
> file * 'gadget-top-links-product.xml'*,but during run time some how this
> get integrated, causes the build process to get fail, would appreciated if
> some one know the workaround to get this issue fix ASAP, since now it has
> became critical.
>
>
> http://builder4.us1.wso2.org:8888/bamboo/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-47/log
>
> cheers,
> Dushan Abeyruwan
> WSO2 Inc
> Software Engineer
>
> Mobile:(+94)714408632
>
--
Dushan Abeyruwan
WSO2 Inc
Software Engineer
Mobile:(+94)714408632
Index: gadget-top-links-product.html
===================================================================
--- gadget-top-links-product.html (revision 118027)
+++ gadget-top-links-product.html (working copy)
@@ -17,24 +17,18 @@
-->
<li><a class="icon-link"
style="background-image: url(../dashboard/images/add-new-gadget.png);"
- onclick="sessionAwareShowAddGadgetsPage('G3');">
- <fmt:message key="add.gadgets"/>
-</a></li>
+ onclick="sessionAwareShowAddGadgetsPage('G3');">"components/dashboard/org.wso2.carbon.dashboard.ui/src/main/resources/web/dashboard/includes/gs-gadget-top-links-anon.html"
+ <fmt:message key="add.gadgets"></fmt:message></a></li>
<li><a class="icon-link"
style="background-image: url(../dashboard/images/add-new-tab.png);"
- onclick="sessionAwareAddNewTab();">
- <fmt:message key="add.new.tab"/>
-</a>
+ onclick="sessionAwareAddNewTab();">"components/dashboard/org.wso2.carbon.dashboard.ui/src/main/resources/web/dashboard/includes/gs-gadget-top-links.html"
+ <fmt:message key="add.new.tab"></fmt:message></a>
</li>
-<li><a class="icon-link"
+<li><a class="icon-link""components/dashboard/org.wso2.carbon.dashboard.ui/src/main/resources/web/dashboard/includes/session-validate.jsp"
style="background-image: url(../dashboard/images/clone-tab-icon.png);"
onclick="sessionAwareDuplicateActiveTab();">
- <fmt:message
- key="duplicate.active.tab"/>
-</a></li>
+ <fmt:message key="duplicate.active.tab"></fmt:message><a></li>
<li><a class="icon-link"
style="background-image: url(../dashboard/images/remove-tab.png);"
onclick="sessionAwareRemoveActiveTab();">
- <fmt:message
- key="remove.active.tab"/>
-</a></li>
\ No newline at end of file
+ <fmt:message key="remove.active.tab"></fmt:message></a></li>
\ No newline at end of file
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev