Re: [Carbon-dev] OpenId4Java as a dependency in our SVN

2011-03-06 Thread Dimuthu Leelarathne
Hi,

On Sun, Mar 6, 2011 at 10:18 PM, Amila Maha Arachchi wrote:

> Hi,
>
> I have upgraded the maven version to 2.2.1 in the builder machine. But I
> have heard that some versions of maven are not recommended in building
> carbon. Is 2.2.1 safe to be used? If so, please recommend a version.
>
>
I am also using mvn 2.2.1.

tx a lot,
dimuthu


> Thanks,
> AmilaM.
>
> On Sun, Mar 6, 2011 at 9:19 PM, Dimuthu Leelarathne wrote:
>
>> Hi,
>>
>> Openid4java builds on mvn 2.2.0 or above. Shall we upgrade the builder
>> machine mvn version to 2.2.0 or above?
>>
>> tx,
>> dimuthul
>>
>>
>>
>> On Fri, Mar 4, 2011 at 10:49 PM, Dimuthu Leelarathne 
>> wrote:
>>
>>> Hi,
>>>
>>> I added the openid4java into dependency. It is wrong if
>>> carbon/dependencies generates a jar file as
>>> openid4java-nodeps-0.9.6-SNAPSHOT.jar. So my idea is to change it by
>>> appending wso2v1 (I referred what qpid ppl have done)
>>>
>>> We can have one of the two versions.
>>>
>>> 1) openid4java-nodeps-0.9.6-wso2v1.jar -> orbit bundle would be
>>> openid4java-nodeps-0.9.6-wso2v1.wso2v1.jar
>>> 2) openid4java-nodeps-0.9.6-SNAPSHOT.wso2v1.jar ->
>>> openid4java-nodeps-0.9.6-SNAPSHOT.wso2v1.wso2v1.jar
>>>
>>> Any objects to option 1 ?
>>>
>>> Thanks,
>>> dimuthu
>>>
>>>
>>>
>>> On Fri, Mar 4, 2011 at 3:49 PM, Dimuthu Leelarathne 
>>> wrote:
>>>
 Hi,

 We need 0.9.6-SNAPSHOT of openid4java to make GApp seamless login to
 work.

 This is what I am going to do,

 1) Copy the current revision of OpenID into our dependencies available
 here . This is not an
 svn  external. It will be a svn copy since we don't want updates. This will
 also checkout the libs directory.

 2) Build openid library and upload it into one of our repos.

 3) Use the timestamped SNAPSHOT in the openid4java orbit project and fix
 the build.

 WDYT ?

 Thanks,
 dimuthu

>>>
>>>
>>
>> ___
>> 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] OpenId4Java as a dependency in our SVN

2011-03-06 Thread Janaka Ranabahu
Hi Amila,

On Sun, Mar 6, 2011 at 10:18 PM, Amila Maha Arachchi wrote:

> Hi,
>
> I have upgraded the maven version to 2.2.1 in the builder machine. But I
> have heard that some versions of maven are not recommended in building
> carbon. Is 2.2.1 safe to be used? If so, please recommend a version.
>

I have been using maven 2.2.1 in my local machine and it seems to be working
fine.

Thanks,
Janaka

>
> Thanks,
> AmilaM.
>
> On Sun, Mar 6, 2011 at 9:19 PM, Dimuthu Leelarathne wrote:
>
>> Hi,
>>
>> Openid4java builds on mvn 2.2.0 or above. Shall we upgrade the builder
>> machine mvn version to 2.2.0 or above?
>>
>> tx,
>> dimuthul
>>
>>
>>
>> On Fri, Mar 4, 2011 at 10:49 PM, Dimuthu Leelarathne 
>> wrote:
>>
>>> Hi,
>>>
>>> I added the openid4java into dependency. It is wrong if
>>> carbon/dependencies generates a jar file as
>>> openid4java-nodeps-0.9.6-SNAPSHOT.jar. So my idea is to change it by
>>> appending wso2v1 (I referred what qpid ppl have done)
>>>
>>> We can have one of the two versions.
>>>
>>> 1) openid4java-nodeps-0.9.6-wso2v1.jar -> orbit bundle would be
>>> openid4java-nodeps-0.9.6-wso2v1.wso2v1.jar
>>> 2) openid4java-nodeps-0.9.6-SNAPSHOT.wso2v1.jar ->
>>> openid4java-nodeps-0.9.6-SNAPSHOT.wso2v1.wso2v1.jar
>>>
>>> Any objects to option 1 ?
>>>
>>> Thanks,
>>> dimuthu
>>>
>>>
>>>
>>> On Fri, Mar 4, 2011 at 3:49 PM, Dimuthu Leelarathne 
>>> wrote:
>>>
 Hi,

 We need 0.9.6-SNAPSHOT of openid4java to make GApp seamless login to
 work.

 This is what I am going to do,

 1) Copy the current revision of OpenID into our dependencies available
 here . This is not an
 svn  external. It will be a svn copy since we don't want updates. This will
 also checkout the libs directory.

 2) Build openid library and upload it into one of our repos.

 3) Use the timestamped SNAPSHOT in the openid4java orbit project and fix
 the build.

 WDYT ?

 Thanks,
 dimuthu

>>>
>>>
>>
>> ___
>> 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
>
>


-- 
Janaka Ranabahu
Software Engineer
WSO2 Inc.

Mobile +94 718370861
Email : jan...@wso2.com
Blog : janakaranabahu.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] OpenId4Java as a dependency in our SVN

2011-03-06 Thread Amila Maha Arachchi
Hi,

I have upgraded the maven version to 2.2.1 in the builder machine. But I
have heard that some versions of maven are not recommended in building
carbon. Is 2.2.1 safe to be used? If so, please recommend a version.

Thanks,
AmilaM.

On Sun, Mar 6, 2011 at 9:19 PM, Dimuthu Leelarathne wrote:

> Hi,
>
> Openid4java builds on mvn 2.2.0 or above. Shall we upgrade the builder
> machine mvn version to 2.2.0 or above?
>
> tx,
> dimuthul
>
>
>
> On Fri, Mar 4, 2011 at 10:49 PM, Dimuthu Leelarathne wrote:
>
>> Hi,
>>
>> I added the openid4java into dependency. It is wrong if
>> carbon/dependencies generates a jar file as
>> openid4java-nodeps-0.9.6-SNAPSHOT.jar. So my idea is to change it by
>> appending wso2v1 (I referred what qpid ppl have done)
>>
>> We can have one of the two versions.
>>
>> 1) openid4java-nodeps-0.9.6-wso2v1.jar -> orbit bundle would be
>> openid4java-nodeps-0.9.6-wso2v1.wso2v1.jar
>> 2) openid4java-nodeps-0.9.6-SNAPSHOT.wso2v1.jar ->
>> openid4java-nodeps-0.9.6-SNAPSHOT.wso2v1.wso2v1.jar
>>
>> Any objects to option 1 ?
>>
>> Thanks,
>> dimuthu
>>
>>
>>
>> On Fri, Mar 4, 2011 at 3:49 PM, Dimuthu Leelarathne wrote:
>>
>>> Hi,
>>>
>>> We need 0.9.6-SNAPSHOT of openid4java to make GApp seamless login to
>>> work.
>>>
>>> This is what I am going to do,
>>>
>>> 1) Copy the current revision of OpenID into our dependencies available
>>> here . This is not an svn
>>> external. It will be a svn copy since we don't want updates. This will also
>>> checkout the libs directory.
>>>
>>> 2) Build openid library and upload it into one of our repos.
>>>
>>> 3) Use the timestamped SNAPSHOT in the openid4java orbit project and fix
>>> the build.
>>>
>>> WDYT ?
>>>
>>> Thanks,
>>> dimuthu
>>>
>>
>>
>
> ___
> 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] OpenId4Java as a dependency in our SVN

2011-03-06 Thread Dimuthu Leelarathne
Hi,

Openid4java builds on mvn 2.2.0 or above. Shall we upgrade the builder
machine mvn version to 2.2.0 or above?

tx,
dimuthul


On Fri, Mar 4, 2011 at 10:49 PM, Dimuthu Leelarathne wrote:

> Hi,
>
> I added the openid4java into dependency. It is wrong if carbon/dependencies
> generates a jar file as openid4java-nodeps-0.9.6-SNAPSHOT.jar. So my idea is
> to change it by appending wso2v1 (I referred what qpid ppl have done)
>
> We can have one of the two versions.
>
> 1) openid4java-nodeps-0.9.6-wso2v1.jar -> orbit bundle would be
> openid4java-nodeps-0.9.6-wso2v1.wso2v1.jar
> 2) openid4java-nodeps-0.9.6-SNAPSHOT.wso2v1.jar ->
> openid4java-nodeps-0.9.6-SNAPSHOT.wso2v1.wso2v1.jar
>
> Any objects to option 1 ?
>
> Thanks,
> dimuthu
>
>
>
> On Fri, Mar 4, 2011 at 3:49 PM, Dimuthu Leelarathne wrote:
>
>> Hi,
>>
>> We need 0.9.6-SNAPSHOT of openid4java to make GApp seamless login to work.
>>
>> This is what I am going to do,
>>
>> 1) Copy the current revision of OpenID into our dependencies available
>> here . This is not an svn
>> external. It will be a svn copy since we don't want updates. This will also
>> checkout the libs directory.
>>
>> 2) Build openid library and upload it into one of our repos.
>>
>> 3) Use the timestamped SNAPSHOT in the openid4java orbit project and fix
>> the build.
>>
>> WDYT ?
>>
>> Thanks,
>> dimuthu
>>
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] OpenId4Java as a dependency in our SVN

2011-03-04 Thread Dimuthu Leelarathne
Hi,

I added the openid4java into dependency. It is wrong if carbon/dependencies
generates a jar file as openid4java-nodeps-0.9.6-SNAPSHOT.jar. So my idea is
to change it by appending wso2v1 (I referred what qpid ppl have done)

We can have one of the two versions.

1) openid4java-nodeps-0.9.6-wso2v1.jar -> orbit bundle would be
openid4java-nodeps-0.9.6-wso2v1.wso2v1.jar
2) openid4java-nodeps-0.9.6-SNAPSHOT.wso2v1.jar ->
openid4java-nodeps-0.9.6-SNAPSHOT.wso2v1.wso2v1.jar

Any objects to option 1 ?

Thanks,
dimuthu


On Fri, Mar 4, 2011 at 3:49 PM, Dimuthu Leelarathne wrote:

> Hi,
>
> We need 0.9.6-SNAPSHOT of openid4java to make GApp seamless login to work.
>
> This is what I am going to do,
>
> 1) Copy the current revision of OpenID into our dependencies available
> here . This is not an svn
> external. It will be a svn copy since we don't want updates. This will also
> checkout the libs directory.
>
> 2) Build openid library and upload it into one of our repos.
>
> 3) Use the timestamped SNAPSHOT in the openid4java orbit project and fix
> the build.
>
> WDYT ?
>
> Thanks,
> dimuthu
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] OpenId4Java as a dependency in our SVN

2011-03-04 Thread Dimuthu Leelarathne
Hi,

We need 0.9.6-SNAPSHOT of openid4java to make GApp seamless login to work.

This is what I am going to do,

1) Copy the current revision of OpenID into our dependencies available
here.
This is not an svn  external. It will be a svn copy since we don't want
updates. This will also checkout the libs directory.

2) Build openid library and upload it into one of our repos.

3) Use the timestamped SNAPSHOT in the openid4java orbit project and fix the
build.

WDYT ?

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