Hi Lalaji,
There was a small misconfiguration in the pom.xml in
org.wso2.carbon.gadget.taglib.feature/3.2.4, when building p2-profile it
say's "The installable unit
org.wso2.carbon.gadget.taglib.feature.group/3.2.4 has not been found". i
have attached the patch[with corrected pom.xml] herewith.
Thanks.
On Tue, Jan 17, 2012 at 8:16 AM, Chamath Bogahawatta <[email protected]>wrote:
> Great... Thanks again Lalaji
>
>
> On Mon, Jan 16, 2012 at 5:39 PM, Lalaji Sureshika <[email protected]> wrote:
>
>> Hi Tharindu and Chamath,
>>
>> I have added <gadget> tag implementation to 3.2.4 branch under
>> components/gadgets/org.wso2.carbon.gadget.taglib/3.2.4 module and created
>> corresponding feature 'org.wso2.carbon.gadget.taglib.feature/3.2.4' in
>> feature level.
>>
>> To add <gadget> tag,first add the above feature to p2-profile of BAM2.By
>> using this <gadget> tag you'll get an <iframe> content ,which can be placed
>> inside a <div> element of a jsp page.To tryout this from a jsp file,you
>> need to import the relevant tag-lib and use the <gadget> tag as mentioned
>> in attached sampleGadgetTag jsp file.
>>
>> Thanks;
>>
>> Best Regards;
>>
>> On Thu, Jan 12, 2012 at 1:04 PM, Tharindu Mathew <[email protected]>wrote:
>>
>>> Great... thanks Lalaji
>>>
>>>
>>> On Thu, Jan 12, 2012 at 1:07 PM, Lalaji Sureshika <[email protected]>wrote:
>>>
>>>> Hi Tharindu,
>>>>
>>>> We have committed <gadget> tag implementation into trunk only.We
>>>> haven't committed those modifications to 3.2.0 branch yet.Hence <gadget>
>>>> tag implementation is not still available to use with 3.2.4.
>>>> I'll add those modifications to branch and let you know once it's
>>>> finished.
>>>>
>>>> Thanks;
>>>>
>>>> On Thu, Jan 12, 2012 at 11:32 AM, Tharindu Mathew <[email protected]>wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> Can we get $subject?
>>>>>
>>>>> AFAIU, it is not related to jaggery, and I believe it is already
>>>>> done... We need it to design some UIs to monitor a large amount of server
>>>>> nodes...
>>>>>
>>>>> --
>>>>> Regards,
>>>>>
>>>>> Tharindu
>>>>>
>>>>> blog: http://mackiemathew.com/
>>>>> M: +94777759908
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Carbon-dev mailing list
>>>>> [email protected]
>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Lalaji Sureshika
>>>>
>>>> Software Engineer
>>>> WSO2 Inc.
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Carbon-dev mailing list
>>>> [email protected]
>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Regards,
>>>
>>> Tharindu
>>>
>>> blog: http://mackiemathew.com/
>>> M: +94777759908
>>>
>>>
>>> _______________________________________________
>>> Carbon-dev mailing list
>>> [email protected]
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Lalaji Sureshika
>>
>> Software Engineer
>> WSO2 Inc.
>>
>>
>>
>
>
> --
>
>
> _-_-_-_-_-_-_-_-_-_
>
> Thanks & Regards,
> Chamath.
> *+94 71 532 0009*
>
--
_-_-_-_-_-_-_-_-_-_
Thanks & Regards,
Chamath.
*+94 71 532 0009*
Index: pom.xml
===================================================================
--- pom.xml (revision 119146)
+++ pom.xml (working copy)
@@ -61,7 +61,7 @@
<goal>p2-feature-gen</goal>
</goals>
<configuration>
- <id>org.wso2.carbon.gadget.editor.ui</id>
+ <id>org.wso2.carbon.gadget.taglib</id>
<propertiesFile>../../../etc/feature.properties</propertiesFile>
<bundles>
<bundleDef>org.wso2.carbon:org.wso2.carbon.gadget.taglib</bundleDef>
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev