On 13.03.2015 09:46, Dmitriy Setrakyan wrote:
> On Fri, Mar 13, 2015 at 1:44 AM, Branko Čibej <[email protected]> wrote:
>
>> On 13.03.2015 09:38, Branko Čibej wrote:
>>> On 13.03.2015 08:25, Dmitriy Setrakyan wrote:
>>>> I am resubmitting 1.0 RC3 for a vote having addressed comments from Cos
>> and
>>>> Brane. Note that this is a real RC, and not a 1.0 yet. We would like to
>>>> spend another week testing it before announcing a final 1.0 release. Any
>>>> feedback from the community about the RC, in the mean time, will be much
>>>> appreciated.
>>>>
>>>> I have uploaded the new RC3 release candidate to:
>>>>   http://people.apache.org/~dsetrakyan/ignite-1.0.0-RC3
>>>>
>>>> GIT tag: release-1.0.0-RC3
>>>>
>>>> The following changes were made based on all the feedback I got for RC2:
>>>>
>>>> 1. Added DISCLAIMER.txt
>>>> 2. Added DEVNOTES.txt
>>>> 3. Updated NOTICE.txt with section about "org.jdk8.backport" package
>>>> released to public domain under creative commons.
>>>> 4. Removed "licenses" folder
>>>> 5. Renamed the ZIP archive as suggested by Cos.
>>>>
>>>> Instructions on how to run RAT and how to build the project are
>> available
>>>> in DEVNOTES.txt file.
>>>>
>>>> Please start voting.
>>>>
>>>> +1 - to accept the RC3 as Apache Ignite (incubating) 1.0
>>>> 0 - don't care either way
>>>> -1 - DO NOT accept RC3 as Apache Ignite (incubating) 1.0 (explain why)
>>> The expanded .zip produces a __MACOSX artefact directory again.
>>>
>>> The archive contains compiled binaries:
>>>
>>> ./modules/core/src/main/java/META-INF/native/linux64/libigniteshmem.so
>>> ./modules/core/src/main/java/META-INF/native/osx/libigniteshmem.dylib
>>> ./bin/include/igniteservice.exe
>>>
>>> I'm sorry that I didn't notice those before.
>>
>> When I run:
>>
>>     $ mvn clean package -DskipTests -P-release
>>
>> the build fails with the following error message:
>>
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
>> (default-compile) on project ignite-tools: Fatal error compiling: invalid
>> target release: 1.7 -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>>
>>
>> My jdk is:
>>
>>     $ javac -version
>>     javac 1.8.0_25
>>
>>
>> Any idea what I'm doing wrong here?
>>
>>
> Brane, the project can only be compiled under JDK7. I will update the
> DEVNOTES.

Never mind, I found the problem; I have 3 versions of the JDK on this
mac, the default links (java, javac, etc.) point to the jdk8 but Maven
somehow picks up jdk6. I set JAVA_HOME to the jdk7 dir and things are
building fine now.


> Thanks for working on the release this late! I really appreciate it.

Heh, 10a.m. isn't late. CET has certain benefits. :)

-- Brane

Reply via email to