On 4 February 2018 at 11:06, Pascal Schumacher <pascalschumac...@gmx.net> wrote:
> Am 25.01.2018 um 15:44 schrieb sebb:
>>
>> Have you tried CP43 using Java 7 and -Pjava-1.6 ?
>
> I tried to run "mvn clean test -Pjava-1.6" on java 7 but it causes a
> compilation failure (on helpful output is displayed even when I add "-X").

What is the failure message?

Have you set up the JAVA_1_6_HOME env variable for use with the
java-1.6 profile?
e.g. in your settings.xml:

    <profile>
      <id>jxava-1.6</id>
      <properties>
        
<JAVA_1_6_HOME>/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/</JAVA_1_6_HOME>
      </properties>
    </profile>


>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to