You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Kozlov (JIRA)" <ji...@apache.org> on 2015/02/12 08:09:11 UTC

[jira] [Created] (IGNITE-230) Snapshot core artifact and build core artifact are different

Sergey Kozlov created IGNITE-230:
------------------------------------

             Summary: Snapshot core artifact and build core artifact are different
                 Key: IGNITE-230
                 URL: https://issues.apache.org/jira/browse/IGNITE-230
             Project: Ignite
          Issue Type: Bug
    Affects Versions: sprint-1
            Reporter: Sergey Kozlov
             Fix For: sprint-1


META-INF\MANIFEST.MF content

{noformat}
D:\tmp\compare>fc /L snapshot\META-INF\MANIFEST.MF build\META-INF\MANIFEST.MF
Comparing files SNAPSHOT\META-INF\MANIFEST.MF and BUILD\META-INF\MANIFEST.MF
***** SNAPSHOT\META-INF\MANIFEST.MF
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: teamcity
Build-Jdk: 1.7.0_67
Specification-Title: ignite-core
Specification-Version: 1.0.0-SNAPSHOT
Specification-Vendor: The Apache Software Foundation
Implementation-Title: ignite-core
Implementation-Version: 1.0.0-SNAPSHOT
Implementation-Vendor-Id: org.apache.ignite
Implementation-Vendor: The Apache Software Foundation

***** BUILD\META-INF\MANIFEST.MF
Manifest-Version: 1.0
Created-By: 24.65-b04 (Oracle Corporation)
Archiver-Version: Plexus Archiver

*****
{noformat}

No jdk8 in snapshot artifact

{noformat}
D:\tmp\compare>dir snapshot\org
 Volume in drive D is DATA
 Volume Serial Number is 82EA-4AE7

 Directory of D:\tmp\compare\snapshot\org

11.02.2015  21:34    <DIR>          .
11.02.2015  21:34    <DIR>          ..
11.02.2015  21:33    <DIR>          apache
11.02.2015  21:34    <DIR>          jetbrains
11.02.2015  21:34    <DIR>          pcollections
               0 File(s)              0 bytes
               5 Dir(s)  379 105 452 032 bytes free

D:\tmp\compare>dir build\org
 Volume in drive D is DATA
 Volume Serial Number is 82EA-4AE7

 Directory of D:\tmp\compare\build\org

11.02.2015  21:33    <DIR>          .
11.02.2015  21:33    <DIR>          ..
11.02.2015  21:33    <DIR>          apache
11.02.2015  21:33    <DIR>          jdk8
11.02.2015  21:34    <DIR>          jetbrains
11.02.2015  21:34    <DIR>          pcollections
               0 File(s)              0 bytes
               6 Dir(s)  379 105 452 032 bytes free
{noformat}

Maven directory is present in snapshot:
{noformat}
D:\tmp\compare>dir snapshot\META-INF
 Volume in drive D is DATA
 Volume Serial Number is 82EA-4AE7

 Directory of D:\tmp\compare\snapshot\META-INF

11.02.2015  21:34    <DIR>          .
11.02.2015  21:34    <DIR>          ..
11.02.2015  21:33               845 DEPENDENCIES
11.02.2015  21:33            11 358 LICENSE
11.02.2015  21:33    <DIR>          licenses
11.02.2015  21:34               429 MANIFEST.MF
11.02.2015  21:34    <DIR>          maven
11.02.2015  21:33    <DIR>          native
11.02.2015  21:33               163 NOTICE
11.02.2015  21:33    <DIR>          services
               4 File(s)         12 795 bytes
               6 Dir(s)  379 105 452 032 bytes free

D:\tmp\compare>dir build\META-INF
 Volume in drive D is DATA
 Volume Serial Number is 82EA-4AE7

 Directory of D:\tmp\compare\build\META-INF

11.02.2015  21:48    <DIR>          .
11.02.2015  21:48    <DIR>          ..
11.02.2015  21:33               263 DEPENDENCIES
11.02.2015  21:33            11 358 LICENSE
11.02.2015  21:33    <DIR>          licenses
11.02.2015  21:48               104 MANIFEST.MF
11.02.2015  21:33    <DIR>          native
11.02.2015  21:33               165 NOTICE
11.02.2015  21:33    <DIR>          services
               4 File(s)         11 890 bytes
               5 Dir(s)  379 105 452 032 bytes free
{noformat}



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