Hi matus,<br>When issuing <b>make accessibility.all</b> command, it actually building the whole source code. Right now I come to build 46 of 62, module ridljar, and the build was stop on this build. From the stack trace I see this 


        
        
        
        <style type="text/css">
        <!--
                @page { margin: 0.79in }
                P { margin-bottom: 0.08in }
        -->
        </style>


<p style="margin-bottom:0in"><b>javac: invalid source release: 1.7</b>
</p>

<br>I am currently using JAVA version 1.7 in my machine. It seems that JAVA 1.7 doesn't fit well. May I know which JAVA version should I use for the build? And is there a possibility that to set the specific JAVA version for the build without downgrading the system's JAVA version?<br>

<br><b><u>Here is the full stack trace</u></b><br><br>=============
<br>(46/62) Building module ridljar
<br>=============
<br>Entering /home/kokhoe/workspace/LibreOffice/core/offapi/prj
<br> <br>gbuild module /home/kokhoe/workspace/LibreOffice/core/offapi: make -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T
<br>Entering /home/kokhoe/workspace/LibreOffice/core/ridljar/prj
<br> <br>gbuild module /home/kokhoe/workspace/LibreOffice/core/ridljar: make -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T
<br>[build JVM] CustomTarget/ridljar/javamaker/done
<br>[build CUS] ridljar/javamaker
<br>[build JCS] Jar/ridl
<br>javac: invalid source release: 1.7
<br>Usage: javac <options> <source files>
<br>use -help for a list of possible options
<br>make[2]: *** [/home/kokhoe/workspace/LibreOffice/core/workdir/<a href="http://unxlngx6.pro/JavaClassSet/Jar/ridl/done">unxlngx6.pro/JavaClassSet/Jar/ridl/done</a>] Error 2
<br>[build DEP] IDL:offapi
<br>[build IDL] offapi/com/sun/star/animations/idl
<br>make[2]: *** No rule to make target `/home/kokhoe/workspace/LibreOffice/core/offapi/com/sun/star/auth/SSOExceptions.idl', needed by `/home/kokhoe/workspace/LibreOffice/core/workdir/<a href="http://unxlngx6.pro/UnoApiPartTarget/offapi/com/sun/star/auth/SSOManagerFactory.urd">unxlngx6.pro/UnoApiPartTarget/offapi/com/sun/star/auth/SSOManagerFactory.urd</a>'.  Stop.
<br> <br>-----------------------------------------------------------------------
<br>        Oh dear - something failed during the build - sorry !
<br>  For more help with debugging build errors, please see the section in:
<br>            <a href="http://wiki.documentfoundation.org/Development">http://wiki.documentfoundation.org/Development</a>
<br> <br>  internal build errors:
<br> <br>ERROR: error 512 occurred while making /home/kokhoe/workspace/LibreOffice/core/offapi/prj
<br>ERROR: error 512 occurred while making /home/kokhoe/workspace/LibreOffice/core/ridljar/prj
<br>ERROR: error 512 occurred while making /home/kokhoe/workspace/LibreOffice/core/l10ntools/prj
<br>ERROR: error 65280 occurred while making /home/kokhoe/workspace/LibreOffice/core/tomcat
<br> <br> it seems you are using a threaded build, which means that the
<br> actual compile error is probably hidden far above, and could be
<br> inside any of these other modules:
<br>     l10ntools ridljar offapi
<br> please re-run build inside each one to isolate the problem.
<br> <br>build_error.log should contain the captured output of the failed module(s)
<br> <br>-----------------------------------------------------------------------
<br>To rebuild a specific module:
<br> <br>make tomcat.clean # optional
<br>make tomcat
<br> <br>when the problem is isolated and fixed, re-run 'make'
<br>make[1]: *** [accessibility.all] Error 1
<br>make[1]: Leaving directory `/home/kokhoe/workspace/LibreOffice/core'
<br>make: *** [accessibility.all] Error 2
<br><br><br>THanks @!<br><br><br><div class="gmail_quote">On Wed, Sep 19, 2012 at 10:08 PM, Matúš Kukan <span dir="ltr"><<a href="mailto:matus.kukan@gmail.com" target="_blank">matus.kukan@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 19 September 2012 16:01, LOH KOK HOE <<a href="mailto:huahsin68@gmail.com">huahsin68@gmail.com</a>> wrote:<br>


> I am trying to compile accessibility module by using following command<br>
><br>
>> make accessibility<br>
<br>
</div>If you didn't run full make before or somehow you have removed files,<br>
you need to run<br>
<br>
make accessibility.all<br>
<br>
HTH,<br>
Matus<br>
</blockquote></div><br>