<p dir="ltr">Hi,</p>
<p dir="ltr">Thanks for the explanation. That's exactly what comes first in my mind. I've tried to customize the ant / jdk plugin by overriding the env method.  The doc string of BasePlugin.env reads "return a list with the execution environment for building". However the result env applies both to build time and to the generated wrapper nonetheless. How can i override runtime only env in the plugin?</p>
<p dir="ltr">Jian</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Oct 11, 2016 09:53, "Didier Roche" <<a href="mailto:didrocks@ubuntu.com">didrocks@ubuntu.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div class="quoted-text">
    <div class="m_-2169087758538543871moz-cite-prefix">Le 10/10/2016 à 23:49, Jian LUO a
      écrit :<br>
    </div>
    <blockquote type="cite">
      <p dir="ltr">Hi,</p>
      <p dir="ltr">I don't think it counts as cross compiling since Java
        (at least in my case) is cross platform. Just wanted to compile
        Java with one JDK and run with another. </p>
    </blockquote>
    <br></div>
    Hey,<br>
    <br>
    I'm adding Sergio to the conversation, but I think the easiest path
    is to create a custom plugin, inheriting from the base java one,
    which is outputting a wrapper scripts with different JAVA env
    variables.<br>
    That way, you keep the current building behavior (build with java on
    the machine), but output a script which will point to an armhf java
    path for instance and download the correct version and packages
    version for all those.<br>
    Cross-compilation-like may be needed as Manik suggested as you will
    need to pull some packages which are architectures specific.<br>
    <br>
    On how to create a custom plugin, here is some documentation:
    <a class="m_-2169087758538543871moz-txt-link-freetext" href="http://snapcraft.io/docs/build-snaps/plugins" target="_blank">http://snapcraft.io/docs/<wbr>build-snaps/plugins</a> and the playpen has
    some example:
<a class="m_-2169087758538543871moz-txt-link-freetext" href="https://github.com/ubuntu/snappy-playpen/blob/master/idea/parts/plugins/x-antIntellij.py" target="_blank">https://github.com/ubuntu/<wbr>snappy-playpen/blob/master/<wbr>idea/parts/plugins/x-<wbr>antIntellij.py</a><br>
    I'll let Sergio adding more info as needed :)<br>
    <br>
    Cheers,<br>
    Didier<div class="quoted-text"><br>
    <br>
    <br>
    <blockquote type="cite">
      <p dir="ltr">Jian</p>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Oct 10, 2016 20:05, "Manik Taneja"
          <<a href="mailto:manik@canonical.com" target="_blank">manik@canonical.com</a>>
          wrote:<br type="attribution">
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr"><br>
              <div class="gmail_extra"><br>
                <div class="gmail_quote">On Mon, Oct 10, 2016 at 6:33
                  AM, Jian LUO <span dir="ltr"><<a href="mailto:jian.luo.cn@gmail.com" target="_blank">jian.luo.cn@gmail.com</a>></span>
                  wrote:<br>
                  <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
                    <p dir="ltr">Hi List,</p>
                    <p dir="ltr">Is there any formal way in snapcraft 
                      to set environment variables separately for build
                      time and run time? The use case I'm facing is
                      building a Java snap on amd64 host for armhf
                      target.</p>
                  </blockquote>
                  Snapcraft does not support cross-compilation. Consider
                  building natively on armhf, or using this as
                  reference-<br>
                  <br>
                  <a href="https://github.com/snapcore/snapd/blob/master/docs/cross-build.md" target="_blank">https://github.com/snapcore/sn<wbr>apd/blob/master/docs/cross-bui<wbr>ld.md</a><br>
                  <br>
                </div>
                <div class="gmail_quote">and let us know if you see any
                  issues.<br>
                </div>
                <div class="gmail_quote"><br>
                </div>
                <div class="gmail_quote">/Manik<br>
                </div>
              </div>
            </div>
          </blockquote>
        </div>
      </div>
      <br>
      <fieldset class="m_-2169087758538543871mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <p><br>
    </p>
  </div></div>

<br>--<br>
Snapcraft mailing list<br>
<a href="mailto:Snapcraft@lists.snapcraft.io">Snapcraft@lists.snapcraft.io</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/snapcraft" rel="noreferrer" target="_blank">https://lists.ubuntu.com/<wbr>mailman/listinfo/snapcraft</a><br>
<br></blockquote></div><br></div>