You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Kozlov (JIRA)" <ji...@apache.org> on 2015/03/18 14:06:38 UTC

[jira] [Created] (IGNITE-504) Ignite sources has included compiled artifacts and requires installed git for build

Sergey Kozlov created IGNITE-504:
------------------------------------

             Summary: Ignite sources has included compiled artifacts and requires installed git for build
                 Key: IGNITE-504
                 URL: https://issues.apache.org/jira/browse/IGNITE-504
             Project: Ignite
          Issue Type: Bug
          Components: build
    Affects Versions: sprint-2
            Reporter: Sergey Kozlov
            Assignee: Anton Vinogradov
             Fix For: sprint-2


1. IGNITE_HOME/libs still contains complied (binary) files. 
2. mvn clean package -DskipTests fails with following error:
{noformat}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (properties-augmentation) on project ignite-core: An Ant BuildExce
ption has occured: Execute failed: java.io.IOException: Cannot run program "git" (in directory "D:\Ignite-SP2\45\src\ignite-1.0.0-RC3-SNAPSHOT\modules
\core"): CreateProcess error=2, The system cannot find the file specified
[ERROR] around Ant part ...<exec outputproperty="ignite.build" executable="git" failonerror="yes">... @ 4:74 in D:\Ignite-SP2\45\src\ignite-1.0.0-RC3-
SNAPSHOT\modules\core\target\antrun\build-main.xml
{noformat}
Actually we shouldn't force to use git for build. Installed Java 7 and Maven are minimal and sufficient requirements to build Ignite.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)