Re: [Dev] Maven optimization variable error

2014-04-02 Thread Gayan Yalpathwala
Hi Chathurika,

I am afraid there occurs a serious issue if you copy and paste the
MAVEN_OPTS string in WSO2 docs directly. This is because of character ()
where it should be () precisely. Please ack if this is what troubled you.

Thanks,


On Wed, Apr 2, 2014 at 12:01 PM, Chathurika De Silva
chathuri...@wso2.comwrote:

 Hi All

 I tried to use the following MAVEN_OPTS value which is in the documentation

 *MAVEN_OPTS=-Xms768m -Xmx3072m -XX:MaxPermSize=1200m*

 but it resulted in an error saying *Xms768m not found*


 When i used the following command worked

 *MAVEN_OPTS=-Xms1024m -Xmx4096m -XX:MaxPermSize=1024m*


 Is there any reason why the previous one is not working?

 Thanks and best regards
 --
 *Chathurika Erandi*
 Software Engineer,
 WSO2 Inc.

 *E-mail:* chathuri...@wso2.com
 *Mobile: *+94714 328 612
 *Blog*: chathurikaerandi.blogspot.com

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




-- 
*Gayan Kaushalya Yalpathwala*
 Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 71 8682704 http://asia14.wso2con.com/

http://asia14.wso2con.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Maven optimization variable error

2014-04-02 Thread Chathurika De Silva
Hi Gayan

You are correct, that is the problem. Shouldn't it be specified in the
documentation? Not to copy paste?

Thanks


On Wed, Apr 2, 2014 at 4:51 PM, Gayan Yalpathwala gay...@wso2.com wrote:

 Hi Chathurika,

 I am afraid there occurs a serious issue if you copy and paste the
 MAVEN_OPTS string in WSO2 docs directly. This is because of character ()
 where it should be () precisely. Please ack if this is what troubled you.

 Thanks,


 On Wed, Apr 2, 2014 at 12:01 PM, Chathurika De Silva chathuri...@wso2.com
  wrote:

 Hi All

 I tried to use the following MAVEN_OPTS value which is in the
 documentation

 *MAVEN_OPTS=-Xms768m -Xmx3072m -XX:MaxPermSize=1200m*

 but it resulted in an error saying *Xms768m not found*


 When i used the following command worked

 *MAVEN_OPTS=-Xms1024m -Xmx4096m -XX:MaxPermSize=1024m*


 Is there any reason why the previous one is not working?

 Thanks and best regards
 --
 *Chathurika Erandi*
 Software Engineer,
 WSO2 Inc.

 *E-mail:* chathuri...@wso2.com
 *Mobile: *+94714 328 612
 *Blog*: chathurikaerandi.blogspot.com

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




 --
 *Gayan Kaushalya Yalpathwala*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 71 8682704 http://asia14.wso2con.com/

  http://asia14.wso2con.com/




-- 
*Chathurika Erandi*
Software Engineer,
WSO2 Inc.

*E-mail:* chathuri...@wso2.com
*Mobile: *+94714 328 612
*Blog*: chathurikaerandi.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Maven optimization variable error

2014-04-02 Thread Gayan Yalpathwala
Hi Chathurika,

Yes this should be fixed in docs. I have raised a documentation jira [1]
accordingly.

[1] https://wso2.org/jira/browse/DOCUMENTATION-682

Thanks,


On Wed, Apr 2, 2014 at 4:58 PM, Chathurika De Silva chathuri...@wso2.comwrote:

 Hi Gayan

 You are correct, that is the problem. Shouldn't it be specified in the
 documentation? Not to copy paste?

 Thanks


 On Wed, Apr 2, 2014 at 4:51 PM, Gayan Yalpathwala gay...@wso2.com wrote:

 Hi Chathurika,

 I am afraid there occurs a serious issue if you copy and paste the
 MAVEN_OPTS string in WSO2 docs directly. This is because of character ()
 where it should be () precisely. Please ack if this is what troubled
 you.

 Thanks,


 On Wed, Apr 2, 2014 at 12:01 PM, Chathurika De Silva 
 chathuri...@wso2.com wrote:

 Hi All

 I tried to use the following MAVEN_OPTS value which is in the
 documentation

 *MAVEN_OPTS=-Xms768m -Xmx3072m -XX:MaxPermSize=1200m*

 but it resulted in an error saying *Xms768m not found*


 When i used the following command worked

 *MAVEN_OPTS=-Xms1024m -Xmx4096m -XX:MaxPermSize=1024m*


 Is there any reason why the previous one is not working?

 Thanks and best regards
 --
 *Chathurika Erandi*
 Software Engineer,
 WSO2 Inc.

 *E-mail:* chathuri...@wso2.com
 *Mobile: *+94714 328 612
 *Blog*: chathurikaerandi.blogspot.com

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




 --
 *Gayan Kaushalya Yalpathwala*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 71 8682704 http://asia14.wso2con.com/

  http://asia14.wso2con.com/




 --
 *Chathurika Erandi*
 Software Engineer,
 WSO2 Inc.

 *E-mail:* chathuri...@wso2.com
 *Mobile: *+94714 328 612
 *Blog*: chathurikaerandi.blogspot.com




-- 
*Gayan Kaushalya Yalpathwala*
 Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 71 8682704 http://asia14.wso2con.com/

http://asia14.wso2con.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Maven optimization variable error

2014-04-02 Thread Chathurika De Silva
Thank you Gihan


On Wed, Apr 2, 2014 at 5:11 PM, Gayan Yalpathwala gay...@wso2.com wrote:

 Hi Chathurika,

 Yes this should be fixed in docs. I have raised a documentation jira [1]
 accordingly.

 [1] https://wso2.org/jira/browse/DOCUMENTATION-682

 Thanks,


 On Wed, Apr 2, 2014 at 4:58 PM, Chathurika De Silva 
 chathuri...@wso2.comwrote:

 Hi Gayan

 You are correct, that is the problem. Shouldn't it be specified in the
 documentation? Not to copy paste?

 Thanks


 On Wed, Apr 2, 2014 at 4:51 PM, Gayan Yalpathwala gay...@wso2.comwrote:

 Hi Chathurika,

 I am afraid there occurs a serious issue if you copy and paste the
 MAVEN_OPTS string in WSO2 docs directly. This is because of character ()
 where it should be () precisely. Please ack if this is what troubled
 you.

 Thanks,


 On Wed, Apr 2, 2014 at 12:01 PM, Chathurika De Silva 
 chathuri...@wso2.com wrote:

 Hi All

 I tried to use the following MAVEN_OPTS value which is in the
 documentation

 *MAVEN_OPTS=-Xms768m -Xmx3072m -XX:MaxPermSize=1200m*

 but it resulted in an error saying *Xms768m not found*


 When i used the following command worked

 *MAVEN_OPTS=-Xms1024m -Xmx4096m -XX:MaxPermSize=1024m*


 Is there any reason why the previous one is not working?

 Thanks and best regards
 --
 *Chathurika Erandi*
 Software Engineer,
 WSO2 Inc.

 *E-mail:* chathuri...@wso2.com
 *Mobile: *+94714 328 612
 *Blog*: chathurikaerandi.blogspot.com

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




 --
 *Gayan Kaushalya Yalpathwala*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 71 8682704 http://asia14.wso2con.com/

  http://asia14.wso2con.com/




 --
 *Chathurika Erandi*
 Software Engineer,
 WSO2 Inc.

 *E-mail:* chathuri...@wso2.com
 *Mobile: *+94714 328 612
 *Blog*: chathurikaerandi.blogspot.com




 --
 *Gayan Kaushalya Yalpathwala*
  Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: +94 71 8682704 http://asia14.wso2con.com/

  http://asia14.wso2con.com/




-- 
*Chathurika Erandi*
Software Engineer,
WSO2 Inc.

*E-mail:* chathuri...@wso2.com
*Mobile: *+94714 328 612
*Blog*: chathurikaerandi.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev