You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Andrew Trevorah (JIRA)" <de...@tuscany.apache.org> on 2010/07/16 12:20:49 UTC

[jira] Updated: (TUSCANY-3623) Typo in SCA java FAQ webpage

     [ https://issues.apache.org/jira/browse/TUSCANY-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Trevorah updated TUSCANY-3623:
-------------------------------------

    Attachment: new.txt

[TUSCANY:Tuscany SCA Java - FAQ] wiki code with diff applied as per wiki update instructions.

> Typo in SCA java FAQ webpage
> ----------------------------
>
>                 Key: TUSCANY-3623
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3623
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Website
>         Environment: Mac OS 10.6, Safari Browser.
>            Reporter: Andrew Trevorah
>            Priority: Trivial
>         Attachments: new.txt
>
>
> Typo in setting environment variables (MAVEN_OPTS) for two examples in the [TUSCANY:Tuscany SCA Java - FAQ] webpage. Odd number of quotation marks means that the commands are invalid. Removal of the first quote mark keeps the command in the same style as other examples.
> Full source attached, but here is a quick diff:
> --- old.txt	2010-07-02 19:45:47.000000000 +0100
> +++ new.txt	2010-07-02 19:42:26.000000000 +0100
> @@ -149,7 +149,7 @@ h3. {anchor:BuildD} 
>  {bgcolor} 
>  I always get a "Java heap space" error during the build while the itests are running these days. Runs fine if I build from within the itests folder but building from the top sca folder always fails. 
>  
> -try "MAVEN_OPTS="-Xmx1024m \-Xms512m" or You can also increase the memory options in the sca pom [1], in the surefire plugin configuration section. 
> +try MAVEN_OPTS="-Xmx1024m \-Xms512m" or You can also increase the memory options in the sca pom [1], in the surefire plugin configuration section. 
>  
>  [1] [https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/pom.xml] 
>  
> @@ -165,7 +165,7 @@ at java.lang.ClassLoader.defineClass1(Na
>  at java.lang.ClassLoader.defineClass(Unknown Source) 
>  {code} 
>  
> -try "MAVEN_OPTS="-XX:MaxPermSize=256m". This works on the Sun JDK6. Check the JDK document for other JDKs 
> +try MAVEN_OPTS="-XX:MaxPermSize=256m". This works on the Sun JDK6. Check the JDK document for other JDKs 
>  
>  h3. {anchor:BuildE} 
>  
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.