Tom,<br><br>I believe that Maven uses the JAVA_HOME variable.<br><br><br>Perhaps it&#39;s also safe to add this to the pom.xml (I&#39;ve had problems without it in the past)<br><br>&lt;build&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;plugins&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;plugin&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;artifactId&gt;maven-compiler-plugin&lt;/artifactId&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;configuration&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;source&gt;1.6&lt;/source&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;target&gt;1.6&lt;/target&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/configuration&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/plugin&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/plugins&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/build&gt;<br>
<br><br>Joram<br><br><br><div class="gmail_quote">On Fri, Oct 24, 2008 at 1:58 PM, Tom Baeyens <span dir="ltr">&lt;<a href="mailto:tbaeyens@redhat.com">tbaeyens@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
afaict from the hudson build so far, the database problem has gone leaving only the JSK 6 problem.<br>
<br>
that is what i want to tackle next.<br>
<br>
i tried running mvn with JDK 6 on the classpath. &nbsp;that didn&#39;t help as i&#39;d feared.<br>
<br>
iirc, maven doesn&#39;t take the jvm from the classpath, but controls it all in the plugins right? &nbsp;i&#39;ll be searching in that area to see which &#39;buttons&#39; i have to push to reproduce the jdk 6 failure locally.<br>

<br>
if beat me in finding the pointers to run the tests with jdk 6, i would be eternally grateful :-)<div class="Ih2E3d"><br>
<br>
regards, tom.<br>
<br>
<br>
Heiko Braun wrote:<br>
</div><div><div></div><div class="Wj3C7c"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Something caused regression on mysql:<br>
<a href="http://jbpm.dyndns.org:8280/hudson/job/jBPM3-Matrix/container=jboss422,database=mysql,jdk=jdk1.5/" target="_blank">http://jbpm.dyndns.org:8280/hudson/job/jBPM3-Matrix/container=jboss422,database=mysql,jdk=jdk1.5/</a><br>

<br>
any ideas?<br>
<br>
_______________________________________________<br>
jbpm-dev mailing list<br>
<a href="mailto:jbpm-dev@lists.jboss.org" target="_blank">jbpm-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/jbpm-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jbpm-dev</a><br>
</blockquote>
<br></div></div><font color="#888888">
-- <br>
regards, tom.</font><div><div></div><div class="Wj3C7c"><br>
<br>
_______________________________________________<br>
jbpm-dev mailing list<br>
<a href="mailto:jbpm-dev@lists.jboss.org" target="_blank">jbpm-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/jbpm-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jbpm-dev</a><br>
</div></div></blockquote></div><br>