Hi Bhargav, First of all, can you please properly subscribe to the mailing list so that the community receives email notifications? Follow the instruction here: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1
bhargav wrote > I m using apache ignite - data grid for caching and retrieving data. I > want to write a layer custom code layer on top of this inorder to achieve > flexibility with my requirement. I need to track down to the location in > the code where the data is actually stored without being involved in > off-heap, so that even I use it in my code rather than creating variables > which are under heap zone. In order to attain that, I downloaded the > source code ( * > apache-ignite-1.5.0.final-src * > ) and created a project in eclipse only for ( * > apache-ignite-1.5.0.final-src\modules\core\src\main\java * > ) files in this path in the source folder. I even required source files > for cache-api-1.0.0.jar as well, but couldnt get that any where. So > decomplied the jar file to create source files. Added these files to > project, but I see there are several issues in compiling the code. Could > some one help me, how to proceed further?? Did you try to build with Maven as described in DEVNOTES? Does it work for you? If no, please provide the Maven log with the errors you get. Otherwise I assume that there is something wrong in your Eclipse project. Did you import it from pom.xml or created from scratch? Also it sounds weird that you need to have cache-api sources, we just depend on this artifact and never build it. And I hardly believe it will work smoothly with the decompiled files. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Apache-Ignite-Source-compilation-Issue-tp2654p2663.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
