[Carbon-dev] No packs for testing after 21st

2011-03-27 Thread Charitha Kankanamge
Folks,
Please host new packs for testing immediately. 21st is the latest available
in local builder. We are not supposed to test using local packs provided by
devs. RMs, please make sure to host latest builds in local builder
(10.100.1.43)

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


Re: [Carbon-dev] No packs for testing after 21st

2011-03-27 Thread Denis Weerasiri
On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge wrote:

> Folks,
> Please host new packs for testing immediately. 21st is the latest available
> in local builder. We are not supposed to test using local packs provided by
> devs. RMs, please make sure to host latest builds in local builder
> (10.100.1.43)
>
Most of the packs are available locally in the builder machine. But builder
script didn't host them. (The builder script should deploy the available
packs even some products got failed.). I tired to figure out the problem
with the script. But it seems ok to me.

copy_carbon_products() {
cd $CARBON_SRC_HOME/products
find . -name "wso2*.zip" | xargs ls -l
 find . -name "wso2*.zip" > zips

export DATE_TIME=`date '+%Y-%m-%d_%H-%M-%S'`

echo $DATE_TIME
mkdir "$CARBON_BIN_HOME/$DATE_TIME"
 while read x; do  cp $x "$CARBON_BIN_HOME/$DATE_TIME"; done < zips

# cd $CARBON_SRC_HOME/core/distribution/$CARBON_VERSION
# cp target/*.zip "$CARBON_BIN_HOME/$DATE_TIME"

$SCRIPT_HOME/md5sum_integrity.sh "$CARBON_BIN_HOME/$DATE_TIME"

rm  "$CARBON_BIN_HOME/latest"
ln -s "$CARBON_BIN_HOME/$DATE_TIME" "$CARBON_BIN_HOME/latest"
}



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


-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis ** [AT] wso2.com* *
blog: **http://ddweerasiri.blogspot.com* *
twitter: **http://twitter.com/ddweerasiri* *
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-27 Thread Evanthika Amarasiri
There is a G-Reg pack at [1]. Was this built locally and uploaded? Am I to
download that pack and start testing?

[1] - http://10.100.1.43/~carbon/releases/carbon/3.2.0/upload/

Regards,
Evanthika

On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge wrote:

> Folks,
> Please host new packs for testing immediately. 21st is the latest available
> in local builder. We are not supposed to test using local packs provided by
> devs. RMs, please make sure to host latest builds in local builder
> (10.100.1.43)
>
> Regards
> Charitha
>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-27 Thread Evanthika Amarasiri
Hi,

Even this pack [1] has issues. Even through the name says G-reg (
wso2greg-4.0.0-SNAPSHOT.zip),
once started, you will see that it's actually a Carbon pack and not G-Reg.

[1] - http://10.100.1.43/~carbon/releases/carbon/3.2.0/upload/

Regards,
Evanthika

On Mon, Mar 28, 2011 at 10:42 AM, Denis Weerasiri  wrote:

>
>
> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge 
> wrote:
>
>> Folks,
>> Please host new packs for testing immediately. 21st is the latest
>> available in local builder. We are not supposed to test using local packs
>> provided by devs. RMs, please make sure to host latest builds in local
>> builder (10.100.1.43)
>>
> Most of the packs are available locally in the builder machine. But builder
> script didn't host them. (The builder script should deploy the available
> packs even some products got failed.). I tired to figure out the problem
> with the script. But it seems ok to me.
>
> copy_carbon_products() {
> cd $CARBON_SRC_HOME/products
> find . -name "wso2*.zip" | xargs ls -l
>  find . -name "wso2*.zip" > zips
>
> export DATE_TIME=`date '+%Y-%m-%d_%H-%M-%S'`
>
> echo $DATE_TIME
> mkdir "$CARBON_BIN_HOME/$DATE_TIME"
>  while read x; do  cp $x "$CARBON_BIN_HOME/$DATE_TIME"; done < zips
>
> # cd $CARBON_SRC_HOME/core/distribution/$CARBON_VERSION
> # cp target/*.zip "$CARBON_BIN_HOME/$DATE_TIME"
>
> $SCRIPT_HOME/md5sum_integrity.sh "$CARBON_BIN_HOME/$DATE_TIME"
>
> rm  "$CARBON_BIN_HOME/latest"
> ln -s "$CARBON_BIN_HOME/$DATE_TIME" "$CARBON_BIN_HOME/latest"
> }
>
>
>
>> Regards
>> Charitha
>>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Thanks,
> Denis
> --
> *Denis Weerasiri*
> Software Engineer; WSO2 Inc.; http://wso2.com,
> *email: denis ** [AT] wso2.com* 
> *
> blog: **http://ddweerasiri.blogspot.com*
> *
> twitter: **http://twitter.com/ddweerasiri*
> *
> linked-in: 
> **http://lk.linkedin.com/in/ddweerasiri*
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-27 Thread Amila Maha Arachchi
Hi,

I'm looking into this.

AmilaM.

On Mon, Mar 28, 2011 at 10:42 AM, Denis Weerasiri  wrote:

>
>
> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge 
> wrote:
>
>> Folks,
>> Please host new packs for testing immediately. 21st is the latest
>> available in local builder. We are not supposed to test using local packs
>> provided by devs. RMs, please make sure to host latest builds in local
>> builder (10.100.1.43)
>>
> Most of the packs are available locally in the builder machine. But builder
> script didn't host them. (The builder script should deploy the available
> packs even some products got failed.). I tired to figure out the problem
> with the script. But it seems ok to me.
>
> copy_carbon_products() {
> cd $CARBON_SRC_HOME/products
> find . -name "wso2*.zip" | xargs ls -l
>  find . -name "wso2*.zip" > zips
>
> export DATE_TIME=`date '+%Y-%m-%d_%H-%M-%S'`
>
> echo $DATE_TIME
> mkdir "$CARBON_BIN_HOME/$DATE_TIME"
>  while read x; do  cp $x "$CARBON_BIN_HOME/$DATE_TIME"; done < zips
>
> # cd $CARBON_SRC_HOME/core/distribution/$CARBON_VERSION
> # cp target/*.zip "$CARBON_BIN_HOME/$DATE_TIME"
>
> $SCRIPT_HOME/md5sum_integrity.sh "$CARBON_BIN_HOME/$DATE_TIME"
>
> rm  "$CARBON_BIN_HOME/latest"
> ln -s "$CARBON_BIN_HOME/$DATE_TIME" "$CARBON_BIN_HOME/latest"
> }
>
>
>
>> Regards
>> Charitha
>>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Thanks,
> Denis
> --
> *Denis Weerasiri*
> Software Engineer; WSO2 Inc.; http://wso2.com,
> *email: denis ** [AT] wso2.com* 
> *
> blog: **http://ddweerasiri.blogspot.com*
> *
> twitter: **http://twitter.com/ddweerasiri*
> *
> linked-in: 
> **http://lk.linkedin.com/in/ddweerasiri*
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-27 Thread Denis Weerasiri
For now packs were hosted at
http://10.100.1.43/~carbon/releases/carbon/3.2.0/tmp/ .

On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge wrote:

> Folks,
> Please host new packs for testing immediately. 21st is the latest available
> in local builder. We are not supposed to test using local packs provided by
> devs. RMs, please make sure to host latest builds in local builder
> (10.100.1.43)
>
> Regards
> Charitha
>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis ** [AT] wso2.com* *
blog: **http://ddweerasiri.blogspot.com* *
twitter: **http://twitter.com/ddweerasiri* *
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-27 Thread Charitha Kankanamge
Thanks Denis. Please continue to host the latest packs whenever they are
ready.

Regards
Charitha

On Mon, Mar 28, 2011 at 11:08 AM, Denis Weerasiri  wrote:

> For now packs were hosted at
> http://10.100.1.43/~carbon/releases/carbon/3.2.0/tmp/ .
>
> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge 
> wrote:
>
>> Folks,
>> Please host new packs for testing immediately. 21st is the latest
>> available in local builder. We are not supposed to test using local packs
>> provided by devs. RMs, please make sure to host latest builds in local
>> builder (10.100.1.43)
>>
>> Regards
>> Charitha
>>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Thanks,
> Denis
> --
> *Denis Weerasiri*
> Software Engineer; WSO2 Inc.; http://wso2.com,
> *email: denis ** [AT] wso2.com* 
> *
> blog: **http://ddweerasiri.blogspot.com*
> *
> twitter: **http://twitter.com/ddweerasiri*
> *
> linked-in: 
> **http://lk.linkedin.com/in/ddweerasiri*
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-27 Thread Kasun Indrasiri
The packs available at [1] are outdated and doesn't contain any changes that
we did during last few days or so. We need to fix this and provide new packs
soon.

http://10.100.1.43/~carbon/releases/carbon/3.2.0/tmp/

On Mon, Mar 28, 2011 at 11:25 AM, Charitha Kankanamge wrote:

> Thanks Denis. Please continue to host the latest packs whenever they are
> ready.
>
> Regards
> Charitha
>
>
> On Mon, Mar 28, 2011 at 11:08 AM, Denis Weerasiri  wrote:
>
>> For now packs were hosted at
>> http://10.100.1.43/~carbon/releases/carbon/3.2.0/tmp/ .
>>
>> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge 
>> wrote:
>>
>>> Folks,
>>> Please host new packs for testing immediately. 21st is the latest
>>> available in local builder. We are not supposed to test using local packs
>>> provided by devs. RMs, please make sure to host latest builds in local
>>> builder (10.100.1.43)
>>>
>>> Regards
>>> Charitha
>>>
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Thanks,
>> Denis
>> --
>> *Denis Weerasiri*
>> Software Engineer; WSO2 Inc.; http://wso2.com,
>> *email: denis ** [AT] wso2.com*
>> *
>> blog: **http://ddweerasiri.blogspot.com*
>> *
>> twitter: **http://twitter.com/ddweerasiri*
>> *
>> linked-in: 
>> **http://lk.linkedin.com/in/ddweerasiri*
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Kasun Indrasiri
Senior Software Engineer
WSO2, Inc.; http://wso2.com
lean.enterprise.middleware

cell: +94 71 536 4128
Blog : http://kasunpanorama.blogspot.com/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-28 Thread Samisa Abeysinghe
Builders, is the script broken, or the build is really broken?

On Mon, Mar 28, 2011 at 12:10 PM, Kasun Indrasiri  wrote:

> The packs available at [1] are outdated and doesn't contain any changes
> that we did during last few days or so. We need to fix this and provide new
> packs soon.
>
> http://10.100.1.43/~carbon/releases/carbon/3.2.0/tmp/
>
> On Mon, Mar 28, 2011 at 11:25 AM, Charitha Kankanamge 
> wrote:
>
>> Thanks Denis. Please continue to host the latest packs whenever they are
>> ready.
>>
>> Regards
>> Charitha
>>
>>
>> On Mon, Mar 28, 2011 at 11:08 AM, Denis Weerasiri  wrote:
>>
>>> For now packs were hosted at
>>> http://10.100.1.43/~carbon/releases/carbon/3.2.0/tmp/ .
>>>
>>> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge >> > wrote:
>>>
 Folks,
 Please host new packs for testing immediately. 21st is the latest
 available in local builder. We are not supposed to test using local packs
 provided by devs. RMs, please make sure to host latest builds in local
 builder (10.100.1.43)

 Regards
 Charitha



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


>>>
>>>
>>> --
>>> Thanks,
>>> Denis
>>> --
>>> *Denis Weerasiri*
>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>> *email: denis ** [AT] wso2.com*
>>> *
>>> blog: **http://ddweerasiri.blogspot.com*
>>> *
>>> twitter: **http://twitter.com/ddweerasiri*
>>> *
>>> linked-in: 
>>> **http://lk.linkedin.com/in/ddweerasiri*
>>>
>>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Kasun Indrasiri
> Senior Software Engineer
>
> WSO2, Inc.; http://wso2.com
> lean.enterprise.middleware
>
> cell: +94 71 536 4128
> Blog : http://kasunpanorama.blogspot.com/
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
> Thanks,
Samisa...

Samisa Abeysinghe
VP Engineering
WSO2 Inc.
http://wso2.com
http://wso2.org
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-28 Thread Amila Maha Arachchi
Hi,

On Mon, Mar 28, 2011 at 12:22 PM, Samisa Abeysinghe  wrote:

> Builders, is the script broken, or the build is really broken?


There were no mails resceived during the weekend. When we looked into it we
came to know that something was wrong in DNS resolving in the builder
machine. Yasith fixed it and at that moment there were 1200 mails in the
queue (dont know how). Now we are getting a lot of mails, but the build
error in those mails are suspicious (because we made that spelling change
manually, triggered a build and killed the build.)

Nothing wrong with the script as I see (it is the same as last week)

Thanks,
AmilaM.

>
>
> On Mon, Mar 28, 2011 at 12:10 PM, Kasun Indrasiri  wrote:
>
>> The packs available at [1] are outdated and doesn't contain any changes
>> that we did during last few days or so. We need to fix this and provide new
>> packs soon.
>>
>> http://10.100.1.43/~carbon/releases/carbon/3.2.0/tmp/
>>
>> On Mon, Mar 28, 2011 at 11:25 AM, Charitha Kankanamge 
>> wrote:
>>
>>> Thanks Denis. Please continue to host the latest packs whenever they are
>>> ready.
>>>
>>> Regards
>>> Charitha
>>>
>>>
>>> On Mon, Mar 28, 2011 at 11:08 AM, Denis Weerasiri wrote:
>>>
 For now packs were hosted at
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/tmp/ .

 On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge <
 chari...@wso2.com> wrote:

> Folks,
> Please host new packs for testing immediately. 21st is the latest
> available in local builder. We are not supposed to test using local packs
> provided by devs. RMs, please make sure to host latest builds in local
> builder (10.100.1.43)
>
> Regards
> Charitha
>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis ** [AT] wso2.com*
 *
 blog: **http://ddweerasiri.blogspot.com*
 *
 twitter: **http://twitter.com/ddweerasiri*
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*


>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Kasun Indrasiri
>> Senior Software Engineer
>>
>> WSO2, Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> cell: +94 71 536 4128
>> Blog : http://kasunpanorama.blogspot.com/
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>> Thanks,
> Samisa...
>
> Samisa Abeysinghe
> VP Engineering
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
>
>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-28 Thread Charitha Kankanamge
Yes Kasun, these packs are obsolete. Denis, will you be able to host the
"latest"? :)

Regards
Charitha


On Mon, Mar 28, 2011 at 12:10 PM, Kasun Indrasiri  wrote:

> The packs available at [1] are outdated and doesn't contain any changes
> that we did during last few days or so. We need to fix this and provide new
> packs soon.
>
> http://10.100.1.43/~carbon/releases/carbon/3.2.0/tmp/
>
> On Mon, Mar 28, 2011 at 11:25 AM, Charitha Kankanamge 
> wrote:
>
>> Thanks Denis. Please continue to host the latest packs whenever they are
>> ready.
>>
>> Regards
>> Charitha
>>
>>
>> On Mon, Mar 28, 2011 at 11:08 AM, Denis Weerasiri  wrote:
>>
>>> For now packs were hosted at
>>> http://10.100.1.43/~carbon/releases/carbon/3.2.0/tmp/ .
>>>
>>> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge >> > wrote:
>>>
 Folks,
 Please host new packs for testing immediately. 21st is the latest
 available in local builder. We are not supposed to test using local packs
 provided by devs. RMs, please make sure to host latest builds in local
 builder (10.100.1.43)

 Regards
 Charitha



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


>>>
>>>
>>> --
>>> Thanks,
>>> Denis
>>> --
>>> *Denis Weerasiri*
>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>> *email: denis ** [AT] wso2.com*
>>> *
>>> blog: **http://ddweerasiri.blogspot.com*
>>> *
>>> twitter: **http://twitter.com/ddweerasiri*
>>> *
>>> linked-in: 
>>> **http://lk.linkedin.com/in/ddweerasiri*
>>>
>>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Kasun Indrasiri
> Senior Software Engineer
>
> WSO2, Inc.; http://wso2.com
> lean.enterprise.middleware
>
> cell: +94 71 536 4128
> Blog : http://kasunpanorama.blogspot.com/
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-28 Thread Denis Weerasiri
On Mon, Mar 28, 2011 at 1:58 PM, Charitha Kankanamge wrote:

>
> Yes Kasun, these packs are obsolete. Denis, will you be able to host the
> "latest"? :)
>
 Will do the needful.

>
> Regards
> Charitha
>
>
> On Mon, Mar 28, 2011 at 12:10 PM, Kasun Indrasiri  wrote:
>
>> The packs available at [1] are outdated and doesn't contain any changes
>> that we did during last few days or so. We need to fix this and provide new
>> packs soon.
>>
>> http://10.100.1.43/~carbon/releases/carbon/3.2.0/tmp/
>>
>> On Mon, Mar 28, 2011 at 11:25 AM, Charitha Kankanamge 
>> wrote:
>>
>>> Thanks Denis. Please continue to host the latest packs whenever they are
>>> ready.
>>>
>>> Regards
>>> Charitha
>>>
>>>
>>> On Mon, Mar 28, 2011 at 11:08 AM, Denis Weerasiri wrote:
>>>
 For now packs were hosted at
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/tmp/ .

 On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge <
 chari...@wso2.com> wrote:

> Folks,
> Please host new packs for testing immediately. 21st is the latest
> available in local builder. We are not supposed to test using local packs
> provided by devs. RMs, please make sure to host latest builds in local
> builder (10.100.1.43)
>
> Regards
> Charitha
>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis ** [AT] wso2.com*
 *
 blog: **http://ddweerasiri.blogspot.com*
 *
 twitter: **http://twitter.com/ddweerasiri*
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*


>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Kasun Indrasiri
>> Senior Software Engineer
>>
>> WSO2, Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> cell: +94 71 536 4128
>> Blog : http://kasunpanorama.blogspot.com/
>>
>
>


-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis ** [AT] wso2.com* *
blog: **http://ddweerasiri.blogspot.com* *
twitter: **http://twitter.com/ddweerasiri* *
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-29 Thread Denis Weerasiri
On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge wrote:

> Folks,
> Please host new packs for testing immediately. 21st is the latest available
> in local builder. We are not supposed to test using local packs provided by
> devs. RMs, please make sure to host latest builds in local builder
> (10.100.1.43)
>
> Latest packs are at
http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/

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


-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis ** [AT] wso2.com* *
blog: **http://ddweerasiri.blogspot.com* *
twitter: **http://twitter.com/ddweerasiri* *
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-29 Thread Afkham Azeez
On Tue, Mar 29, 2011 at 7:59 PM, Denis Weerasiri  wrote:

>
>
> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge 
> wrote:
>
>> Folks,
>> Please host new packs for testing immediately. 21st is the latest
>> available in local builder. We are not supposed to test using local packs
>> provided by devs. RMs, please make sure to host latest builds in local
>> builder (10.100.1.43)
>>
>> Latest packs are at
> http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/
>

Was the build successful?


> Regards
>> Charitha
>>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Thanks,
> Denis
> --
> *Denis Weerasiri*
> Software Engineer; WSO2 Inc.; http://wso2.com,
> *email: denis ** [AT] wso2.com* 
> *
> blog: **http://ddweerasiri.blogspot.com*
> *
> twitter: **http://twitter.com/ddweerasiri*
> *
> linked-in: 
> **http://lk.linkedin.com/in/ddweerasiri*
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*
*
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-29 Thread Denis Weerasiri
On Tue, Mar 29, 2011 at 8:17 PM, Afkham Azeez  wrote:

>
>
> On Tue, Mar 29, 2011 at 7:59 PM, Denis Weerasiri  wrote:
>
>>
>>
>> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge 
>> wrote:
>>
>>> Folks,
>>> Please host new packs for testing immediately. 21st is the latest
>>> available in local builder. We are not supposed to test using local packs
>>> provided by devs. RMs, please make sure to host latest builds in local
>>> builder (10.100.1.43)
>>>
>>> Latest packs are at
>> http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/
>>
>
> Was the build successful?
>
Due to soap tracer component issue, most products failed. Only few product
packs were successfully hosted.

>
>
>> Regards
>>> Charitha
>>>
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Thanks,
>> Denis
>> --
>> *Denis Weerasiri*
>> Software Engineer; WSO2 Inc.; http://wso2.com,
>> *email: denis ** [AT] wso2.com*
>> *
>> blog: **http://ddweerasiri.blogspot.com*
>> *
>> twitter: **http://twitter.com/ddweerasiri*
>> *
>> linked-in: 
>> **http://lk.linkedin.com/in/ddweerasiri*
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
> *
> *
> *Member; Apache Software Foundation; 
> **http://www.apache.org/*
> *
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>


-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis ** [AT] wso2.com* *
blog: **http://ddweerasiri.blogspot.com* *
twitter: **http://twitter.com/ddweerasiri* *
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-29 Thread Denis Weerasiri
On Wed, Mar 30, 2011 at 1:16 AM, Denis Weerasiri  wrote:

>
>
> On Tue, Mar 29, 2011 at 8:17 PM, Afkham Azeez  wrote:
>
>>
>>
>> On Tue, Mar 29, 2011 at 7:59 PM, Denis Weerasiri  wrote:
>>
>>>
>>>
>>> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge >> > wrote:
>>>
 Folks,
 Please host new packs for testing immediately. 21st is the latest
 available in local builder. We are not supposed to test using local packs
 provided by devs. RMs, please make sure to host latest builds in local
 builder (10.100.1.43)

 Latest packs are at
>>> http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/
>>>
>>
>> Was the build successful?
>>
> Due to soap tracer component issue, most products failed. Only few product
> packs were successfully hosted.
>
Specially P2-repo was not built for a long time, due to

Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException:
Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
   mvn install:install-file -DgroupId=org.wso2.gs
-DartifactId=org.wso2.gs.styles.feature
-Dversion=2.0.0-SNAPSHOT -Dpackaging=zip -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file
there:
   mvn deploy:deploy-file -DgroupId=org.wso2.gs
-DartifactId=org.wso2.gs.styles.feature
-Dversion=2.0.0-SNAPSHOT -Dpackaging=zip -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]


 org.wso2.gs:org.wso2.gs.styles.feature:zip:2.0.0-SNAPSHOT



>>
>>> Regards
 Charitha



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


>>>
>>>
>>> --
>>> Thanks,
>>> Denis
>>> --
>>> *Denis Weerasiri*
>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>> *email: denis ** [AT] wso2.com*
>>> *
>>> blog: **http://ddweerasiri.blogspot.com*
>>> *
>>> twitter: **http://twitter.com/ddweerasiri*
>>> *
>>> linked-in: 
>>> **http://lk.linkedin.com/in/ddweerasiri*
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
>> *
>> *
>> *Member; Apache Software Foundation; 
>> **http://www.apache.org/*
>> *
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>
>
> --
> Thanks,
> Denis
> --
> *Denis Weerasiri*
> Software Engineer; WSO2 Inc.; http://wso2.com,
> *email: denis ** [AT] wso2.com* 
> *
> blog: **http://ddweerasiri.blogspot.com*
> *
> twitter: **http://twitter.com/ddweerasiri*
> *
> linked-in: 
> **http://lk.linkedin.com/in/ddweerasiri*
>
>


-- 
Thanks,
Denis
--
*Denis Weerasiri*
Software Engineer; WSO2 Inc.; http://wso2.com,
*email: denis ** [AT] wso2.com* *
blog: **http://ddweerasiri.blogspot.com* *
twitter: **http://twitter.com/ddweerasiri* *
linked-in: 
**http://lk.linkedin.com/in/ddweerasiri*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-29 Thread Ishani Ratnayake
Hi ESB Folks,



On Wed, Mar 30, 2011 at 1:34 AM, Denis Weerasiri  wrote:

>
>
> On Wed, Mar 30, 2011 at 1:16 AM, Denis Weerasiri  wrote:
>
>>
>>
>> On Tue, Mar 29, 2011 at 8:17 PM, Afkham Azeez  wrote:
>>
>>>
>>>
>>> On Tue, Mar 29, 2011 at 7:59 PM, Denis Weerasiri  wrote:
>>>


 On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge <
 chari...@wso2.com> wrote:

> Folks,
> Please host new packs for testing immediately. 21st is the latest
> available in local builder. We are not supposed to test using local packs
> provided by devs. RMs, please make sure to host latest builds in local
> builder (10.100.1.43)
>
> Latest packs are at
 http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/

>>>
>>>
ESB Packs are not hosted at the above Location. Please do the needful.

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


Re: [Carbon-dev] No packs for testing after 21st

2011-03-29 Thread Pavithra Madurangi
Hi Denis,

Latest BPS pack (29th March) is not available at [1].

[1] http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/

Regards,
Pavithra

On Tue, Mar 29, 2011 at 7:59 PM, Denis Weerasiri  wrote:

>
>
> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge 
> wrote:
>
>> Folks,
>> Please host new packs for testing immediately. 21st is the latest
>> available in local builder. We are not supposed to test using local packs
>> provided by devs. RMs, please make sure to host latest builds in local
>> builder (10.100.1.43)
>>
>> Latest packs are at
> http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/
>
>> Regards
>> Charitha
>>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Thanks,
> Denis
> --
> *Denis Weerasiri*
> Software Engineer; WSO2 Inc.; http://wso2.com,
> *email: denis ** [AT] wso2.com* 
> *
> blog: **http://ddweerasiri.blogspot.com*
> *
> twitter: **http://twitter.com/ddweerasiri*
> *
> linked-in: 
> **http://lk.linkedin.com/in/ddweerasiri*
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-29 Thread Charitha Kankanamge
There is no AppServer pack as well

/Charitha

On Wed, Mar 30, 2011 at 10:38 AM, Pavithra Madurangi wrote:

> Hi Denis,
>
> Latest BPS pack (29th March) is not available at [1].
>
> [1] http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/
>
> Regards,
> Pavithra
>
> On Tue, Mar 29, 2011 at 7:59 PM, Denis Weerasiri  wrote:
>
>>
>>
>> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge 
>> wrote:
>>
>>> Folks,
>>> Please host new packs for testing immediately. 21st is the latest
>>> available in local builder. We are not supposed to test using local packs
>>> provided by devs. RMs, please make sure to host latest builds in local
>>> builder (10.100.1.43)
>>>
>>> Latest packs are at
>> http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/
>>
>>> Regards
>>> Charitha
>>>
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Thanks,
>> Denis
>> --
>> *Denis Weerasiri*
>> Software Engineer; WSO2 Inc.; http://wso2.com,
>> *email: denis ** [AT] wso2.com*
>> *
>> blog: **http://ddweerasiri.blogspot.com*
>> *
>> twitter: **http://twitter.com/ddweerasiri*
>> *
>> linked-in: 
>> **http://lk.linkedin.com/in/ddweerasiri*
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] No packs for testing after 21st

2011-03-29 Thread Amila Maha Arachchi
Hi,

Due to some build failures in products (due to stub migration process)
following product were not built last night. During a build cycle, only the
successfully built products get copied to the place where we host them.
Therefore we have to wait until the next build cycle completes to get the
other product packs. Even then, theres no guarantee that next build cycle
will provide new packs because that cycle could break even without going to
the product level (due to stub migration process). I'm afraid we cant do
much until all these changes are completed (I think it almost done by now)

Current build cycle was started around 10.30am today and it is in the
dependencies at the moment.

These are the products which failed last night (according to the build
failure emails)

MB
CEP
BRS
BPS
ESB
DSS
MS
AppServer
IS

Thanks,
AmilaM.

On Wed, Mar 30, 2011 at 11:56 AM, Charitha Kankanamge wrote:

> There is no AppServer pack as well
>
> /Charitha
>
>
> On Wed, Mar 30, 2011 at 10:38 AM, Pavithra Madurangi wrote:
>
>> Hi Denis,
>>
>> Latest BPS pack (29th March) is not available at [1].
>>
>> [1] http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/
>>
>> Regards,
>> Pavithra
>>
>> On Tue, Mar 29, 2011 at 7:59 PM, Denis Weerasiri  wrote:
>>
>>>
>>>
>>> On Mon, Mar 28, 2011 at 10:37 AM, Charitha Kankanamge >> > wrote:
>>>
 Folks,
 Please host new packs for testing immediately. 21st is the latest
 available in local builder. We are not supposed to test using local packs
 provided by devs. RMs, please make sure to host latest builds in local
 builder (10.100.1.43)

 Latest packs are at
>>> http://10.100.1.43/~carbon/releases/carbon/3.2.0/latest/
>>>
 Regards
 Charitha



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


>>>
>>>
>>> --
>>> Thanks,
>>> Denis
>>> --
>>> *Denis Weerasiri*
>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>> *email: denis ** [AT] wso2.com*
>>> *
>>> blog: **http://ddweerasiri.blogspot.com*
>>> *
>>> twitter: **http://twitter.com/ddweerasiri*
>>> *
>>> linked-in: 
>>> **http://lk.linkedin.com/in/ddweerasiri*
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev