Re: [Carbon-dev] [Builds] Product builds based on Carbon 3.2.0-SNAPSHOT

2011-02-05 Thread Senaka Fernando
On Sat, Feb 5, 2011 at 10:38 PM, Asela Pathberiya  wrote:

>
>
> On Sat, Feb 5, 2011 at 10:00 PM, Senaka Fernando  wrote:
>
>>
>>
>> On Sat, Feb 5, 2011 at 9:53 PM, Asela Pathberiya  wrote:
>>
>>>
>>>
>>> On Sat, Feb 5, 2011 at 6:44 PM, Senaka Fernando  wrote:
>>>
 Hi Sameera,

 On Sat, Feb 5, 2011 at 5:57 PM, Sameera Jayasoma wrote:

>
>
> On Sat, Feb 5, 2011 at 4:43 PM, Sameera Jayasoma wrote:
>
>>
>>
>> On Sat, Feb 5, 2011 at 1:44 PM, Sameera Jayasoma wrote:
>>
>>> Hi,
>>>
>>> Please find the Carbon core, Appserver, G-Reg packs at [1]. I will
>>> update the list when other packs are available.
>>>
>>
>> ESB packs are available.
>>
>
> IS packs are available.
>
> * ESB and G-Reg folks, I am getting some exceptions while starting the
> these packs up. But startup was ok. Please look into those issues.
>

 Will have a look.


>
> * ESB, Appserver and G-Reg folks, please update your build scripts to
> generate source packs.
>

 We don't generate source packs for product builds, from the POMs. If you
 try to do that, you will notice that the sources under
 carbon-trunk/product/ are included but nothing else. The sources
 generated for carbon and IS are wrong (see the sizes of the packs), and
 should be fixed. IIRC, we have scripts for generating source packs 
 (Asela?).

>>>
>>> Yes. those sources are wrong. Actually there is no such script yet. Will
>>> create a one.
>>>
>>
>> Cool. Just to understand what you'd be doing in here; we just need to:
>>
>> 1. copy the entire source tree to location X
>>
>
> Actually get the fresh svn co from the tagged location
>
> 2. run 'svn stat' and remove everything that's unrelated
>> 3. and remove all "src/target" folders (if you simply remove all target
>> folders, some packages that have target in it may get removed too)
>>
>
> If fresh checkout, can omit this
>

+1. So, no need to follow steps 2, and 3.

>
>
>>  4. and then remove all .svn files
>> 5. and finally remove other products
>>
>
> just rename directory as "product" as followings  :) . Then root pom is
> also must be changed
>
> products/is/*   product/*
>

ok well, that's just a grep/sed, :-).

>
>
>> 6. and zip it
>>
>> Did I miss something?
>>
>
> No... that was done when building source packs for previous releases.
>

Great then that's a simple shell script, which can run at the very end of
the build process.

Thanks,
Senaka.

>
>
>> Thanks,
>> Senaka.
>>
>>
>>> IMO, it is better to host the source pack after  tagging the svn.
>>>
>>> Thanks,
>>> Asela.
>>>

 Thanks,
 Senaka.

>
> Thanks
> Sameera
>
>
>>> Thanks
>>> Sameera
>>>
>>> [1] 
>>> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/build-1/
>>>
>>> --
>>> Sameera Jayasoma
>>> Technical Lead and Product Manager, WSO2 Carbon
>>>
>>> WSO2, Inc. (http://wso2.com)
>>> email: same...@wso2.com
>>> blog: http://tech.jayasoma.org
>>>
>>> Lean . Enterprise . Middleware
>>>
>>
>>
>>
>> --
>> Sameera Jayasoma
>> Technical Lead and Product Manager, WSO2 Carbon
>>
>> WSO2, Inc. (http://wso2.com)
>> email: same...@wso2.com
>> blog: http://tech.jayasoma.org
>>
>> Lean . Enterprise . Middleware
>>
>
>
>
> --
> Sameera Jayasoma
> Technical Lead and Product Manager, WSO2 Carbon
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://tech.jayasoma.org
>
> Lean . Enterprise . Middleware
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


 --
 *Senaka Fernando*
 Product Manager - WSO2 Governance Registry;
 Associate Technical Lead; WSO2, Inc.; http://wso2.com*
 Member; Apache Software Foundation; http://apache.org

 E-mail: senaka AT wso2.com
 **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
 Linked-In: http://www.linkedin.com/in/senakafernando

 *Lean . Enterprise . Middleware


>>>
>>
>>
>> --
>> *Senaka Fernando*
>> Product Manager - WSO2 Governance Registry;
>> Associate Technical Lead; WSO2, Inc.; http://wso2.com*
>> Member; Apache Software Foundation; http://apache.org
>>
>> E-mail: senaka AT wso2.com
>> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
>> Linked-In: http://www.linkedin.com/in/senakafernando
>>
>> *Lean . Enterprise . Middleware
>>
>>
>


-- 
*Senaka Fernando*
Product Manager - WSO2 Governance Registry;
Associate Technical Lead; WSO2, Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 181

Re: [Carbon-dev] [Builds] Product builds based on Carbon 3.2.0-SNAPSHOT

2011-02-05 Thread Asela Pathberiya
On Sat, Feb 5, 2011 at 10:00 PM, Senaka Fernando  wrote:

>
>
> On Sat, Feb 5, 2011 at 9:53 PM, Asela Pathberiya  wrote:
>
>>
>>
>> On Sat, Feb 5, 2011 at 6:44 PM, Senaka Fernando  wrote:
>>
>>> Hi Sameera,
>>>
>>> On Sat, Feb 5, 2011 at 5:57 PM, Sameera Jayasoma wrote:
>>>


 On Sat, Feb 5, 2011 at 4:43 PM, Sameera Jayasoma wrote:

>
>
> On Sat, Feb 5, 2011 at 1:44 PM, Sameera Jayasoma wrote:
>
>> Hi,
>>
>> Please find the Carbon core, Appserver, G-Reg packs at [1]. I will
>> update the list when other packs are available.
>>
>
> ESB packs are available.
>

 IS packs are available.

 * ESB and G-Reg folks, I am getting some exceptions while starting the
 these packs up. But startup was ok. Please look into those issues.

>>>
>>> Will have a look.
>>>
>>>

 * ESB, Appserver and G-Reg folks, please update your build scripts to
 generate source packs.

>>>
>>> We don't generate source packs for product builds, from the POMs. If you
>>> try to do that, you will notice that the sources under
>>> carbon-trunk/product/ are included but nothing else. The sources
>>> generated for carbon and IS are wrong (see the sizes of the packs), and
>>> should be fixed. IIRC, we have scripts for generating source packs (Asela?).
>>>
>>
>> Yes. those sources are wrong. Actually there is no such script yet. Will
>> create a one.
>>
>
> Cool. Just to understand what you'd be doing in here; we just need to:
>
> 1. copy the entire source tree to location X
>

Actually get the fresh svn co from the tagged location

2. run 'svn stat' and remove everything that's unrelated
> 3. and remove all "src/target" folders (if you simply remove all target
> folders, some packages that have target in it may get removed too)
>

If fresh checkout, can omit this


> 4. and then remove all .svn files
> 5. and finally remove other products
>

just rename directory as "product" as followings  :) . Then root pom is also
must be changed

products/is/*   product/*


> 6. and zip it
>
> Did I miss something?
>

No... that was done when building source packs for previous releases.


> Thanks,
> Senaka.
>
>
>> IMO, it is better to host the source pack after  tagging the svn.
>>
>> Thanks,
>> Asela.
>>
>>>
>>> Thanks,
>>> Senaka.
>>>

 Thanks
 Sameera


>> Thanks
>> Sameera
>>
>> [1] 
>> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/build-1/
>>
>> --
>> Sameera Jayasoma
>> Technical Lead and Product Manager, WSO2 Carbon
>>
>> WSO2, Inc. (http://wso2.com)
>> email: same...@wso2.com
>> blog: http://tech.jayasoma.org
>>
>> Lean . Enterprise . Middleware
>>
>
>
>
> --
> Sameera Jayasoma
> Technical Lead and Product Manager, WSO2 Carbon
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://tech.jayasoma.org
>
> Lean . Enterprise . Middleware
>



 --
 Sameera Jayasoma
 Technical Lead and Product Manager, WSO2 Carbon

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://tech.jayasoma.org

 Lean . Enterprise . Middleware

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


>>>
>>>
>>> --
>>> *Senaka Fernando*
>>> Product Manager - WSO2 Governance Registry;
>>> Associate Technical Lead; WSO2, Inc.; http://wso2.com*
>>> Member; Apache Software Foundation; http://apache.org
>>>
>>> E-mail: senaka AT wso2.com
>>> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
>>> Linked-In: http://www.linkedin.com/in/senakafernando
>>>
>>> *Lean . Enterprise . Middleware
>>>
>>>
>>
>
>
> --
> *Senaka Fernando*
> Product Manager - WSO2 Governance Registry;
> Associate Technical Lead; WSO2, Inc.; http://wso2.com*
> Member; Apache Software Foundation; http://apache.org
>
> E-mail: senaka AT wso2.com
> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
> Linked-In: http://www.linkedin.com/in/senakafernando
>
> *Lean . Enterprise . Middleware
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Builds] Product builds based on Carbon 3.2.0-SNAPSHOT

2011-02-05 Thread Senaka Fernando
On Sat, Feb 5, 2011 at 9:53 PM, Asela Pathberiya  wrote:

>
>
> On Sat, Feb 5, 2011 at 6:44 PM, Senaka Fernando  wrote:
>
>> Hi Sameera,
>>
>> On Sat, Feb 5, 2011 at 5:57 PM, Sameera Jayasoma wrote:
>>
>>>
>>>
>>> On Sat, Feb 5, 2011 at 4:43 PM, Sameera Jayasoma wrote:
>>>


 On Sat, Feb 5, 2011 at 1:44 PM, Sameera Jayasoma wrote:

> Hi,
>
> Please find the Carbon core, Appserver, G-Reg packs at [1]. I will
> update the list when other packs are available.
>

 ESB packs are available.

>>>
>>> IS packs are available.
>>>
>>> * ESB and G-Reg folks, I am getting some exceptions while starting the
>>> these packs up. But startup was ok. Please look into those issues.
>>>
>>
>> Will have a look.
>>
>>
>>>
>>> * ESB, Appserver and G-Reg folks, please update your build scripts to
>>> generate source packs.
>>>
>>
>> We don't generate source packs for product builds, from the POMs. If you
>> try to do that, you will notice that the sources under
>> carbon-trunk/product/ are included but nothing else. The sources
>> generated for carbon and IS are wrong (see the sizes of the packs), and
>> should be fixed. IIRC, we have scripts for generating source packs (Asela?).
>>
>
> Yes. those sources are wrong. Actually there is no such script yet. Will
> create a one.
>

Cool. Just to understand what you'd be doing in here; we just need to:

1. copy the entire source tree to location X
2. run 'svn stat' and remove everything that's unrelated
3. and remove all "src/target" folders (if you simply remove all target
folders, some packages that have target in it may get removed too)
4. and then remove all .svn files
5. and finally remove other products
6. and zip it

Did I miss something?

Thanks,
Senaka.


> IMO, it is better to host the source pack after  tagging the svn.
>
> Thanks,
> Asela.
>
>>
>> Thanks,
>> Senaka.
>>
>>>
>>> Thanks
>>> Sameera
>>>
>>>
> Thanks
> Sameera
>
> [1] 
> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/build-1/
>
> --
> Sameera Jayasoma
> Technical Lead and Product Manager, WSO2 Carbon
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://tech.jayasoma.org
>
> Lean . Enterprise . Middleware
>



 --
 Sameera Jayasoma
 Technical Lead and Product Manager, WSO2 Carbon

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://tech.jayasoma.org

 Lean . Enterprise . Middleware

>>>
>>>
>>>
>>> --
>>> Sameera Jayasoma
>>> Technical Lead and Product Manager, WSO2 Carbon
>>>
>>> WSO2, Inc. (http://wso2.com)
>>> email: same...@wso2.com
>>> blog: http://tech.jayasoma.org
>>>
>>> Lean . Enterprise . Middleware
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> *Senaka Fernando*
>> Product Manager - WSO2 Governance Registry;
>> Associate Technical Lead; WSO2, Inc.; http://wso2.com*
>> Member; Apache Software Foundation; http://apache.org
>>
>> E-mail: senaka AT wso2.com
>> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
>> Linked-In: http://www.linkedin.com/in/senakafernando
>>
>> *Lean . Enterprise . Middleware
>>
>>
>


-- 
*Senaka Fernando*
Product Manager - WSO2 Governance Registry;
Associate Technical Lead; WSO2, Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://www.linkedin.com/in/senakafernando

*Lean . Enterprise . Middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Builds] Product builds based on Carbon 3.2.0-SNAPSHOT

2011-02-05 Thread Asela Pathberiya
On Sat, Feb 5, 2011 at 6:44 PM, Senaka Fernando  wrote:

> Hi Sameera,
>
> On Sat, Feb 5, 2011 at 5:57 PM, Sameera Jayasoma  wrote:
>
>>
>>
>> On Sat, Feb 5, 2011 at 4:43 PM, Sameera Jayasoma wrote:
>>
>>>
>>>
>>> On Sat, Feb 5, 2011 at 1:44 PM, Sameera Jayasoma wrote:
>>>
 Hi,

 Please find the Carbon core, Appserver, G-Reg packs at [1]. I will
 update the list when other packs are available.

>>>
>>> ESB packs are available.
>>>
>>
>> IS packs are available.
>>
>> * ESB and G-Reg folks, I am getting some exceptions while starting the
>> these packs up. But startup was ok. Please look into those issues.
>>
>
> Will have a look.
>
>
>>
>> * ESB, Appserver and G-Reg folks, please update your build scripts to
>> generate source packs.
>>
>
> We don't generate source packs for product builds, from the POMs. If you
> try to do that, you will notice that the sources under
> carbon-trunk/product/ are included but nothing else. The sources
> generated for carbon and IS are wrong (see the sizes of the packs), and
> should be fixed. IIRC, we have scripts for generating source packs (Asela?).
>

Yes. those sources are wrong. Actually there is no such script yet. Will
create a one.  IMO, it is better to host the source pack after  tagging the
svn.

Thanks,
Asela.

>
> Thanks,
> Senaka.
>
>>
>> Thanks
>> Sameera
>>
>>
 Thanks
 Sameera

 [1] 
 http://builder.wso2.org/~carbon/releases/carbon/3.2.0/build-1/

 --
 Sameera Jayasoma
 Technical Lead and Product Manager, WSO2 Carbon

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://tech.jayasoma.org

 Lean . Enterprise . Middleware

>>>
>>>
>>>
>>> --
>>> Sameera Jayasoma
>>> Technical Lead and Product Manager, WSO2 Carbon
>>>
>>> WSO2, Inc. (http://wso2.com)
>>> email: same...@wso2.com
>>> blog: http://tech.jayasoma.org
>>>
>>> Lean . Enterprise . Middleware
>>>
>>
>>
>>
>> --
>> Sameera Jayasoma
>> Technical Lead and Product Manager, WSO2 Carbon
>>
>> WSO2, Inc. (http://wso2.com)
>> email: same...@wso2.com
>> blog: http://tech.jayasoma.org
>>
>> Lean . Enterprise . Middleware
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Senaka Fernando*
> Product Manager - WSO2 Governance Registry;
> Associate Technical Lead; WSO2, Inc.; http://wso2.com*
> Member; Apache Software Foundation; http://apache.org
>
> E-mail: senaka AT wso2.com
> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
> Linked-In: http://www.linkedin.com/in/senakafernando
>
> *Lean . Enterprise . Middleware
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Builds] Product builds based on Carbon 3.2.0-SNAPSHOT

2011-02-05 Thread Senaka Fernando
On Sat, Feb 5, 2011 at 6:44 PM, Senaka Fernando  wrote:

> Hi Sameera,
>
> On Sat, Feb 5, 2011 at 5:57 PM, Sameera Jayasoma  wrote:
>
>>
>>
>> On Sat, Feb 5, 2011 at 4:43 PM, Sameera Jayasoma wrote:
>>
>>>
>>>
>>> On Sat, Feb 5, 2011 at 1:44 PM, Sameera Jayasoma wrote:
>>>
 Hi,

 Please find the Carbon core, Appserver, G-Reg packs at [1]. I will
 update the list when other packs are available.

>>>
>>> ESB packs are available.
>>>
>>
>> IS packs are available.
>>
>> * ESB and G-Reg folks, I am getting some exceptions while starting the
>> these packs up. But startup was ok. Please look into those issues.
>>
>
> Will have a look.
>

Had a look. The issues in G-Reg have no impact on the functionality. The
first issue is related to Indexing, and I will have that sorted out asap,
and the second is related to LCM, which is WIP. You can continue testing
into other areas, without having any impact, due to these issues, from what
I can gather.

Not sure about ESB though.

Thanks,
Senaka.

>
>
>>
>> * ESB, Appserver and G-Reg folks, please update your build scripts to
>> generate source packs.
>>
>
> We don't generate source packs for product builds, from the POMs. If you
> try to do that, you will notice that the sources under
> carbon-trunk/product/ are included but nothing else. The sources
> generated for carbon and IS are wrong (see the sizes of the packs), and
> should be fixed. IIRC, we have scripts for generating source packs (Asela?).
>
> Thanks,
> Senaka.
>
>>
>> Thanks
>> Sameera
>>
>>
 Thanks
 Sameera

 [1] 
 http://builder.wso2.org/~carbon/releases/carbon/3.2.0/build-1/

 --
 Sameera Jayasoma
 Technical Lead and Product Manager, WSO2 Carbon

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://tech.jayasoma.org

 Lean . Enterprise . Middleware

>>>
>>>
>>>
>>> --
>>> Sameera Jayasoma
>>> Technical Lead and Product Manager, WSO2 Carbon
>>>
>>> WSO2, Inc. (http://wso2.com)
>>> email: same...@wso2.com
>>> blog: http://tech.jayasoma.org
>>>
>>> Lean . Enterprise . Middleware
>>>
>>
>>
>>
>> --
>> Sameera Jayasoma
>> Technical Lead and Product Manager, WSO2 Carbon
>>
>> WSO2, Inc. (http://wso2.com)
>> email: same...@wso2.com
>> blog: http://tech.jayasoma.org
>>
>> Lean . Enterprise . Middleware
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Senaka Fernando*
> Product Manager - WSO2 Governance Registry;
> Associate Technical Lead; WSO2, Inc.; http://wso2.com*
> Member; Apache Software Foundation; http://apache.org
>
> E-mail: senaka AT wso2.com
> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
> Linked-In: http://www.linkedin.com/in/senakafernando
>
> *Lean . Enterprise . Middleware
>
>


-- 
*Senaka Fernando*
Product Manager - WSO2 Governance Registry;
Associate Technical Lead; WSO2, Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://www.linkedin.com/in/senakafernando

*Lean . Enterprise . Middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Builds] Product builds based on Carbon 3.2.0-SNAPSHOT

2011-02-05 Thread Senaka Fernando
Hi Sameera,

On Sat, Feb 5, 2011 at 5:57 PM, Sameera Jayasoma  wrote:

>
>
> On Sat, Feb 5, 2011 at 4:43 PM, Sameera Jayasoma  wrote:
>
>>
>>
>> On Sat, Feb 5, 2011 at 1:44 PM, Sameera Jayasoma wrote:
>>
>>> Hi,
>>>
>>> Please find the Carbon core, Appserver, G-Reg packs at [1]. I will update
>>> the list when other packs are available.
>>>
>>
>> ESB packs are available.
>>
>
> IS packs are available.
>
> * ESB and G-Reg folks, I am getting some exceptions while starting the
> these packs up. But startup was ok. Please look into those issues.
>

Will have a look.


>
> * ESB, Appserver and G-Reg folks, please update your build scripts to
> generate source packs.
>

We don't generate source packs for product builds, from the POMs. If you try
to do that, you will notice that the sources under
carbon-trunk/product/ are included but nothing else. The sources
generated for carbon and IS are wrong (see the sizes of the packs), and
should be fixed. IIRC, we have scripts for generating source packs (Asela?).

Thanks,
Senaka.

>
> Thanks
> Sameera
>
>
>>> Thanks
>>> Sameera
>>>
>>> [1] 
>>> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/build-1/
>>>
>>> --
>>> Sameera Jayasoma
>>> Technical Lead and Product Manager, WSO2 Carbon
>>>
>>> WSO2, Inc. (http://wso2.com)
>>> email: same...@wso2.com
>>> blog: http://tech.jayasoma.org
>>>
>>> Lean . Enterprise . Middleware
>>>
>>
>>
>>
>> --
>> Sameera Jayasoma
>> Technical Lead and Product Manager, WSO2 Carbon
>>
>> WSO2, Inc. (http://wso2.com)
>> email: same...@wso2.com
>> blog: http://tech.jayasoma.org
>>
>> Lean . Enterprise . Middleware
>>
>
>
>
> --
> Sameera Jayasoma
> Technical Lead and Product Manager, WSO2 Carbon
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://tech.jayasoma.org
>
> Lean . Enterprise . Middleware
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Senaka Fernando*
Product Manager - WSO2 Governance Registry;
Associate Technical Lead; WSO2, Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://www.linkedin.com/in/senakafernando

*Lean . Enterprise . Middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Builds] Product builds based on Carbon 3.2.0-SNAPSHOT

2011-02-05 Thread Sameera Jayasoma
On Sat, Feb 5, 2011 at 4:43 PM, Sameera Jayasoma  wrote:

>
>
> On Sat, Feb 5, 2011 at 1:44 PM, Sameera Jayasoma  wrote:
>
>> Hi,
>>
>> Please find the Carbon core, Appserver, G-Reg packs at [1]. I will update
>> the list when other packs are available.
>>
>
> ESB packs are available.
>

IS packs are available.

* ESB and G-Reg folks, I am getting some exceptions while starting the these
packs up. But startup was ok. Please look into those issues.

* ESB, Appserver and G-Reg folks, please update your build scripts to
generate source packs.

Thanks
Sameera


>> Thanks
>> Sameera
>>
>> [1] 
>> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/build-1/
>>
>> --
>> Sameera Jayasoma
>> Technical Lead and Product Manager, WSO2 Carbon
>>
>> WSO2, Inc. (http://wso2.com)
>> email: same...@wso2.com
>> blog: http://tech.jayasoma.org
>>
>> Lean . Enterprise . Middleware
>>
>
>
>
> --
> Sameera Jayasoma
> Technical Lead and Product Manager, WSO2 Carbon
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://tech.jayasoma.org
>
> Lean . Enterprise . Middleware
>



-- 
Sameera Jayasoma
Technical Lead and Product Manager, WSO2 Carbon

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://tech.jayasoma.org

Lean . Enterprise . Middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Builds] Product builds based on Carbon 3.2.0-SNAPSHOT

2011-02-05 Thread Sameera Jayasoma
On Sat, Feb 5, 2011 at 1:44 PM, Sameera Jayasoma  wrote:

> Hi,
>
> Please find the Carbon core, Appserver, G-Reg packs at [1]. I will update
> the list when other packs are available.
>

ESB packs are available.

>
> Thanks
> Sameera
>
> [1] 
> http://builder.wso2.org/~carbon/releases/carbon/3.2.0/build-1/
>
> --
> Sameera Jayasoma
> Technical Lead and Product Manager, WSO2 Carbon
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://tech.jayasoma.org
>
> Lean . Enterprise . Middleware
>



-- 
Sameera Jayasoma
Technical Lead and Product Manager, WSO2 Carbon

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://tech.jayasoma.org

Lean . Enterprise . Middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] [Builds] Product builds based on Carbon 3.2.0-SNAPSHOT

2011-02-05 Thread Sameera Jayasoma
Hi,

Please find the Carbon core, Appserver, G-Reg packs at [1]. I will update
the list when other packs are available

Thanks
Sameera

[1] http://builder.wso2.org/~carbon/releases/carbon/3.2.0/build-1/

-- 
Sameera Jayasoma
Technical Lead and Product Manager, WSO2 Carbon

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://tech.jayasoma.org

Lean . Enterprise . Middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev