Bitcoin Forum
April 19, 2024, 09:47:01 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 [129] 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 ... 345 »
  Print  
Author Topic: [ANN][XEL] Elastic Project - The Decentralized Supercomputer  (Read 450426 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Ghoom
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
November 16, 2016, 04:48:45 AM
 #2561

Hi all,I got compile err,some one can help?

Code:
                                                                 ^
  Symbol:   Class JSONObject
  Location: Class TransactionImpl
src\java\nxt\Attachment.java:42: Error: Cannot Find Symbol
                private AbstractAttachment(JSONObject attachmentData) {
                                           ^
  Symbol:   Class JSONObject
  Location: Class AbstractAttachment
src\java\nxt\Attachment.java:110: Error: Cannot Find Symbol
                final void putMyJSON(JSONObject json) {
                                     ^
  Symbol:   Class JSONObject
  Location: Class EmptyAttachment
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {
                         ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {
                                                 ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {

  ^
  Symbol:   Class ServletException
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {
                          ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {
                                                  ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {

   ^
  Symbol:   Class ServletException
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol
    private void process(HttpServletRequest req, HttpServletResponse resp) throw
s IOException {
                         ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol
    private void process(HttpServletRequest req, HttpServletResponse resp) throw
s IOException {
                                                 ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\JSONResponses.java:30: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_LANGUAGE = missing("program
language");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:31: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_PROGAMCODE = missing("progra
m code");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:32: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_BOUNTYHOOK = missing("bounty
 hook");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:33: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_NUMBER_INPUTVARS = missing("
number of input variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:34: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_NUMBER_OUTPUTVARS = missing(
"number of output variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:35: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_BOUNTYLIMIT = missing("bount
y limit");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:36: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORK_NAME_LENGTH = incorre
ct("work title");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:37: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_MULTIPLICATOR = incorrect(
"multiplicator");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:39: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_VARIABLES_NUM = incorrect(
"number of input or output variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:40: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORK_LANGUAGE = incorrect(
"work language");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:41: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_INPUT_NUMBER = incorrect("
number of inputs");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:42: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_AMOUNT = incorrect("attach
ed amount");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:43: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_AST_RECURSION = incorrect(
"ast tree depth");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:45: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_SYNTAX = incorrect("syntax
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:46: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_PROGRAM = incorrect("progr
am code");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:47: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_BOUNTYHOOK = incorrect("bo
unty hook");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:48: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORKID = incorrect("workId
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:49: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_BOOLEAN = incorrect("boole
an");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:50: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_HASH = incorrect("hash");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:52: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_XEL_PER_POW = incorrect("p
ow price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:53: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_XEL_PER_BOUNTY = incorrect
("bounty price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:54: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_XEL_PER_POW = missing("pow p
rice in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:55: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_FIELDS_REDEEM = missing("add
ress or secp_signatures");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:57: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_XEL_PER_BOUNTY = missing("bo
unty price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:58: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_EXECUTION_TIME = incorrect
("worst case execution time");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:59: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_PUBLIC_KEY = incorrect("pu
blicKey");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:60: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_ALIAS_NAME = missing("aliasN
ame");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:61: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_ALIAS_OR_ALIAS_NAME = missin
g("alias", "aliasName");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:62: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_DEADLINE = missing("deadline
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:63: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_DEADLINE = incorrect("dead
line");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:64: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_TRANSACTION_BYTES_OR_JSON =
missing("transactionBytes",
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:66: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_WORKID = missing("workId");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:67: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_INPUTS = missing("program in
puts");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:68: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_PASSPHRASE = missing("miner
passphrase");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:70: Error: Cannot Find Symbol
    public static final JSONStreamAware INCORRECT_INPUTS = incorrect("inputs arr
ay");
                        ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:71: Error: Cannot Find Symbol
        public static final JSONStreamAware UNKNOWN_ORDER = unknown("order");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:72: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_HALLMARK = missing("hallmark
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:73: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_HALLMARK = incorrect("hall
mark");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:74: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_WEBSITE = missing("website")
;
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses


Here is my platform. win2003 x86,git 1.8.5.2 jdk1.8 etc.
Code:
$ git --version
git version 1.8.5.2.msysgit.0

$ javac -version
javac 1.8.0_111

$ java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode, sharing)

C:\>ver

Microsoft Windows [Version 5.2.3790]



Same problem on windows (compile)

Code:
$ ./compile.sh
compiling nxt core...
src\java\nxt\BlockchainProcessor.java:21: error: package org.json.simple does not exist
import org.json.simple.JSONObject;
                      ^

Problem on Mac (run) (Evil-Knievel knows that)

Code:
2016-11-16 05:47:40 FINE: Database jdbc url set to jdbc:h2:./nxt_test_db/nxt;DB_CLOSE_ON_EXIT=FALSE;MVCC=TRUE;MV_STORE=FALSE;CACHE_SIZE=262144 username sa
2016-11-16 05:47:40 INFO: nxt.useStrongSecureRandom not defined, assuming false
2016-11-16 05:47:41 SEVERE: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167]
java.lang.RuntimeException: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167]
at nxt.db.BasicDb.init(BasicDb.java:148)
at nxt.Db.init(Db.java:40)
at nxt.Nxt$Init.<clinit>(Nxt.java:343)
at nxt.Nxt.init(Nxt.java:314)
at nxt.Nxt.main(Nxt.java:301)
Caused by: org.h2.jdbc.JdbcSQLException: Unsupported connection setting "MV_STORE" [90113-167]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
at org.h2.message.DbException.get(DbException.java:169)
at org.h2.message.DbException.get(DbException.java:146)
at org.h2.engine.ConnectionInfo.readSettingsFromURL(ConnectionInfo.java:256)
at org.h2.engine.ConnectionInfo.<init>(ConnectionInfo.java:77)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:94)
at org.h2.Driver.connect(Driver.java:72)
at org.h2.jdbcx.JdbcDataSource.getJdbcConnection(JdbcDataSource.java:181)
at org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:315)
at org.h2.jdbcx.JdbcDataSource.getPooledConnection(JdbcDataSource.java:341)
at org.h2.jdbcx.JdbcConnectionPool.getConnectionNow(JdbcConnectionPool.java:226)
at org.h2.jdbcx.JdbcConnectionPool.getConnection(JdbcConnectionPool.java:199)
at nxt.db.BasicDb.init(BasicDb.java:143)
... 4 more
2016-11-16 05:47:41 INFO: Shutting down...
1713563221
Hero Member
*
Offline Offline

Posts: 1713563221

View Profile Personal Message (Offline)

Ignore
1713563221
Reply with quote  #2

1713563221
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713563221
Hero Member
*
Offline Offline

Posts: 1713563221

View Profile Personal Message (Offline)

Ignore
1713563221
Reply with quote  #2

1713563221
Report to moderator
1713563221
Hero Member
*
Offline Offline

Posts: 1713563221

View Profile Personal Message (Offline)

Ignore
1713563221
Reply with quote  #2

1713563221
Report to moderator
1713563221
Hero Member
*
Offline Offline

Posts: 1713563221

View Profile Personal Message (Offline)

Ignore
1713563221
Reply with quote  #2

1713563221
Report to moderator
Ghoom
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
November 16, 2016, 04:54:20 AM
 #2562

elastic project is %0 premined coin!

all coins distributed to investors with ico. its very very important for elastic project image. 100m coins owners listed on transparent genesis-block Alotof scam projects have %10 %30 premined coins.


elastic need a foundation for developing,supporting,pr and may find different solution. i dont know there is 600btc. all btcs should use with foundation

can't agree with you more!


100% agree too
beyinsi
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
November 16, 2016, 05:29:07 AM
 #2563

elastic project is %0 premined coin!

all coins distributed to investors with ico. its very very important for elastic project image. 100m coins owners listed on transparent genesis-block Alotof scam projects have %10 %30 premined coins.


elastic need a foundation for developing,supporting,pr and may find different solution. i dont know there is 600btc. all btcs should use with foundation

can't agree with you more!


100% agree too

dude, i dont think my Xels. i only think Elastic project.
wwdz99
Sr. Member
****
Offline Offline

Activity: 243
Merit: 250



View Profile
November 16, 2016, 07:01:45 AM
 #2564

Hi all,I got compile err,some one can help?

Code:
                                                                 ^
  Symbol:   Class JSONObject
  Location: Class TransactionImpl
src\java\nxt\Attachment.java:42: Error: Cannot Find Symbol
                private AbstractAttachment(JSONObject attachmentData) {
                                           ^
  Symbol:   Class JSONObject
  Location: Class AbstractAttachment
src\java\nxt\Attachment.java:110: Error: Cannot Find Symbol
                final void putMyJSON(JSONObject json) {
                                     ^
  Symbol:   Class JSONObject
  Location: Class EmptyAttachment
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {
                         ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {
                                                 ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {

  ^
  Symbol:   Class ServletException
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {
                          ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {
                                                  ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {

   ^
  Symbol:   Class ServletException
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol
    private void process(HttpServletRequest req, HttpServletResponse resp) throw
s IOException {
                         ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol
    private void process(HttpServletRequest req, HttpServletResponse resp) throw
s IOException {
                                                 ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\JSONResponses.java:30: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_LANGUAGE = missing("program
language");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:31: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_PROGAMCODE = missing("progra
m code");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:32: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_BOUNTYHOOK = missing("bounty
 hook");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:33: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_NUMBER_INPUTVARS = missing("
number of input variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:34: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_NUMBER_OUTPUTVARS = missing(
"number of output variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:35: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_BOUNTYLIMIT = missing("bount
y limit");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:36: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORK_NAME_LENGTH = incorre
ct("work title");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:37: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_MULTIPLICATOR = incorrect(
"multiplicator");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:39: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_VARIABLES_NUM = incorrect(
"number of input or output variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:40: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORK_LANGUAGE = incorrect(
"work language");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:41: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_INPUT_NUMBER = incorrect("
number of inputs");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:42: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_AMOUNT = incorrect("attach
ed amount");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:43: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_AST_RECURSION = incorrect(
"ast tree depth");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:45: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_SYNTAX = incorrect("syntax
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:46: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_PROGRAM = incorrect("progr
am code");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:47: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_BOUNTYHOOK = incorrect("bo
unty hook");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:48: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORKID = incorrect("workId
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:49: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_BOOLEAN = incorrect("boole
an");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:50: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_HASH = incorrect("hash");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:52: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_XEL_PER_POW = incorrect("p
ow price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:53: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_XEL_PER_BOUNTY = incorrect
("bounty price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:54: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_XEL_PER_POW = missing("pow p
rice in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:55: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_FIELDS_REDEEM = missing("add
ress or secp_signatures");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:57: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_XEL_PER_BOUNTY = missing("bo
unty price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:58: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_EXECUTION_TIME = incorrect
("worst case execution time");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:59: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_PUBLIC_KEY = incorrect("pu
blicKey");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:60: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_ALIAS_NAME = missing("aliasN
ame");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:61: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_ALIAS_OR_ALIAS_NAME = missin
g("alias", "aliasName");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:62: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_DEADLINE = missing("deadline
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:63: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_DEADLINE = incorrect("dead
line");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:64: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_TRANSACTION_BYTES_OR_JSON =
missing("transactionBytes",
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:66: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_WORKID = missing("workId");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:67: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_INPUTS = missing("program in
puts");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:68: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_PASSPHRASE = missing("miner
passphrase");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:70: Error: Cannot Find Symbol
    public static final JSONStreamAware INCORRECT_INPUTS = incorrect("inputs arr
ay");
                        ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:71: Error: Cannot Find Symbol
        public static final JSONStreamAware UNKNOWN_ORDER = unknown("order");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:72: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_HALLMARK = missing("hallmark
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:73: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_HALLMARK = incorrect("hall
mark");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:74: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_WEBSITE = missing("website")
;
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses


Here is my platform. win2003 x86,git 1.8.5.2 jdk1.8 etc.
Code:
$ git --version
git version 1.8.5.2.msysgit.0

$ javac -version
javac 1.8.0_111

$ java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode, sharing)

C:\>ver

Microsoft Windows [Version 5.2.3790]




Can some one help?
bitcoinpaul
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
November 16, 2016, 07:06:42 AM
 #2565

I dont understand a single word u wrote


elastic project is %0 premined coin!

all coins distributed to investors with ico. its very very important for elastic project image. 100m coins owners listed on transparent genesis-block Alotof scam projects have %10 %30 premined coins.


elastic need a foundation for developing,supporting,pr and may find different solution. i dont know there is 600btc. all btcs should use with foundation

can't agree with you more!


100% agree too

dude, i dont think my Xels. i only think Elastic project.
Ghoom
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
November 16, 2016, 07:33:54 AM
 #2566

Hi all,I got compile err,some one can help?

Code:
                                                                 ^
  Symbol:   Class JSONObject
  Location: Class TransactionImpl
src\java\nxt\Attachment.java:42: Error: Cannot Find Symbol
                private AbstractAttachment(JSONObject attachmentData) {
                                           ^
  Symbol:   Class JSONObject
  Location: Class AbstractAttachment
src\java\nxt\Attachment.java:110: Error: Cannot Find Symbol
                final void putMyJSON(JSONObject json) {
                                     ^
  Symbol:   Class JSONObject
  Location: Class EmptyAttachment
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {
                         ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {
                                                 ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {

  ^
  Symbol:   Class ServletException
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {
                          ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {
                                                  ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {

   ^
  Symbol:   Class ServletException
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol
    private void process(HttpServletRequest req, HttpServletResponse resp) throw
s IOException {
                         ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol
    private void process(HttpServletRequest req, HttpServletResponse resp) throw
s IOException {
                                                 ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\JSONResponses.java:30: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_LANGUAGE = missing("program
language");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:31: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_PROGAMCODE = missing("progra
m code");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:32: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_BOUNTYHOOK = missing("bounty
 hook");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:33: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_NUMBER_INPUTVARS = missing("
number of input variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:34: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_NUMBER_OUTPUTVARS = missing(
"number of output variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:35: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_BOUNTYLIMIT = missing("bount
y limit");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:36: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORK_NAME_LENGTH = incorre
ct("work title");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:37: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_MULTIPLICATOR = incorrect(
"multiplicator");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:39: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_VARIABLES_NUM = incorrect(
"number of input or output variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:40: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORK_LANGUAGE = incorrect(
"work language");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:41: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_INPUT_NUMBER = incorrect("
number of inputs");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:42: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_AMOUNT = incorrect("attach
ed amount");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:43: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_AST_RECURSION = incorrect(
"ast tree depth");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:45: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_SYNTAX = incorrect("syntax
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:46: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_PROGRAM = incorrect("progr
am code");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:47: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_BOUNTYHOOK = incorrect("bo
unty hook");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:48: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORKID = incorrect("workId
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:49: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_BOOLEAN = incorrect("boole
an");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:50: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_HASH = incorrect("hash");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:52: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_XEL_PER_POW = incorrect("p
ow price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:53: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_XEL_PER_BOUNTY = incorrect
("bounty price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:54: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_XEL_PER_POW = missing("pow p
rice in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:55: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_FIELDS_REDEEM = missing("add
ress or secp_signatures");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:57: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_XEL_PER_BOUNTY = missing("bo
unty price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:58: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_EXECUTION_TIME = incorrect
("worst case execution time");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:59: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_PUBLIC_KEY = incorrect("pu
blicKey");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:60: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_ALIAS_NAME = missing("aliasN
ame");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:61: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_ALIAS_OR_ALIAS_NAME = missin
g("alias", "aliasName");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:62: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_DEADLINE = missing("deadline
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:63: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_DEADLINE = incorrect("dead
line");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:64: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_TRANSACTION_BYTES_OR_JSON =
missing("transactionBytes",
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:66: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_WORKID = missing("workId");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:67: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_INPUTS = missing("program in
puts");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:68: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_PASSPHRASE = missing("miner
passphrase");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:70: Error: Cannot Find Symbol
    public static final JSONStreamAware INCORRECT_INPUTS = incorrect("inputs arr
ay");
                        ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:71: Error: Cannot Find Symbol
        public static final JSONStreamAware UNKNOWN_ORDER = unknown("order");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:72: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_HALLMARK = missing("hallmark
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:73: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_HALLMARK = incorrect("hall
mark");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:74: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_WEBSITE = missing("website")
;
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses


Here is my platform. win2003 x86,git 1.8.5.2 jdk1.8 etc.
Code:
$ git --version
git version 1.8.5.2.msysgit.0

$ javac -version
javac 1.8.0_111

$ java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode, sharing)

C:\>ver

Microsoft Windows [Version 5.2.3790]




Can some one help?

Wait for Evil-Knievel to wake up.
whiskers75
Hero Member
*****
Offline Offline

Activity: 658
Merit: 502


Doesn't use these forums that often.


View Profile
November 16, 2016, 09:46:51 AM
 #2567

We need foundation..

Elastic.pw Elastic - The Decentralized Supercomputer
ELASTIC ANNOUNCEMENT THREAD | ELASTIC SLACK | ELASTIC FORUM
tomkat
Hero Member
*****
Offline Offline

Activity: 1022
Merit: 507


View Profile
November 16, 2016, 10:06:13 AM
 #2568




This is just the first step, this does not mean that some bright heads do not figure out a way to extend that set of possible use cases.

What I would also love, since we have a "cloud computing coin" to embed distributed storage at some later point. But that it future work ;-) Lets focus on this one first.

wow,find out this.

ek, don't find yourself a job, plz keep working on XEL Smiley

jepp, we pay better than any job can do.  Smiley

how about we setup a foundation right now!

automatically deduct certain % from all accounts to EK!



Not possible and not necessary. a.) Lannister has a good amount of BTC and b.) Community could come up with 100BTC+ easily i think. Especially once we are listed on an exchange, then it should be even easier.

I am thinking deduction from all accounts make it fair. let alone, elastic distributed the unsold tokens evenly to all donators.

with proper incentives (certain amount of XEL), make whole project sustainable.

just an idea, don't know how others think about.

a.) BTC in hand of Lannister is for distributed computing. ek well deserve it or even more. if it works well.
b.) EK will make XEL even greater with more function like storage.
c.) compared to the evenly distributed unsold tokens, something like 5% from all accounts is nothing at all. we can accept it.





We've already had similar discussion. See below

the remaining funds should be distributed among donators as initialy planned

I totally agree with that!
I also totally agree!

No problem, but what if more funds will be needed in the future for the development?
Many coins have such funds, and 93.5k XEL isn't anything substantial, but it can grow to nice $$$ over years, so XEL will have an advantage over other coins.

Why can't we vote it?

You cant vote to breach a treaty. Even if there would be a 90/10 majority it would be wrong cause in its initial terms it was exactly stated that those funds will be deployed.

But that being said, no one hinders you/us to setup another development fund that is donated voluntarily.

The voting for changing the supply isn't breaching the treaty?

For sure nobody gets confiscated his funds in a forceful way.

Altering the total supply might be a change to the initial plan, thats right, but i doubt that even in front of a court a claim would have any chance of being heard. Its basically nothing else than a https://en.wikipedia.org/wiki/Stock_split which happens everyday in the world of finance and is nothing to complain about as you are not being confiscated anything. While in your scenario someone would be forced to give away value that he didnt want to give away. Thats something COMPLETELY different.

But like i said there is always a way to do this by free choice. Also the devs could take some of those BTC and buy XEL with them, just to be sure to profit from an eventual rise in XEL value.

Taking BTC and buy XEL from them wont make any sense aswell, cause they give btc to themself then so that is actually the same.
What you can do is Make a donation wallet and people can donate (IF they want ofc) 10% of the coins they get extra, that will come to a nice amount of coins aswell.

Edit, unless they buy it from people wanna get out of XEL
darlidada
Hero Member
*****
Offline Offline

Activity: 723
Merit: 503


View Profile
November 16, 2016, 02:01:12 PM
 #2569

Anyone has XEL to sell? Is there a thread for it already?
wizzardTim
Legendary
*
Offline Offline

Activity: 1708
Merit: 1000


Reality is stranger than fiction


View Profile
November 16, 2016, 02:28:39 PM
 #2570

Anyone has XEL to sell? Is there a thread for it already?

https://bitcointalk.org/index.php?topic=1589333.0   <- Maybe this

It is very hard to find someone to sell you, because you have to trust he doesn't use the private key before you do and also because it has huge potential as a project (noone wants to abandon ship early).

Behold the Tangle Mysteries! Dare to know It's truth.

- Excerpt from the IOTA Sacred Texts Vol. I
tomkat
Hero Member
*****
Offline Offline

Activity: 1022
Merit: 507


View Profile
November 16, 2016, 04:07:28 PM
 #2571

Anyone has XEL to sell? Is there a thread for it already?

https://bitcointalk.org/index.php?topic=1589333.0   <- Maybe this

It is very hard to find someone to sell you, because you have to trust he doesn't use the private key before you do and also because it has huge potential as a project (noone wants to abandon ship early).

Well, the project has great devs, community and potential, but it lacks important component which is PR, market communication, hype, marketing and general publicity. The website http://elastic.pro/ is down. The OP of this thread is almost non-existent, there's no roadmap, no sign of any promo campaign. Lannister, who is keeping the money, is not active at all. As of now, there's not enough power in this project to reach a critical mass, and I think Golem is more promising - look at Golem's multimillion ICO that ended up within minutes. That's result of good communication, timing, more professional marketing, and value proposition.

Yes I know, your advice will be "don't grumble and just start doing something", but I have no time sorry.
I know it's donation-ware, but it doesn't mean I can't express my concern about the project.
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
November 16, 2016, 04:48:22 PM
 #2572

@tomkat, don't get me wrong, but I personally would bet "high roller style" that Golem will not work, despite the uber-promotion.
tomkat
Hero Member
*****
Offline Offline

Activity: 1022
Merit: 507


View Profile
November 16, 2016, 05:14:59 PM
 #2573

@tomkat, don't get me wrong, but I personally would bet "high roller style" that Golem will not work, despite the uber-promotion.

Maybe you're right, but they have enough traction to stay on the market for some time.

What if you will decide to leave Elastic tomorrow? With Lannister as a black hole, the project is immediately close to extinction, unless someone equally good will be found within short period of time. Who cares that Elastic is operational, and maybe even better than Golem in terms of tech, if it's just small niche project that nobody knows and cares about. Good PR and hype doesn't hurt, does it?

[Edit] And a pro website is something so very basic, that it's unbelievable Elastic has something like this http://www.elastic-project.com/ that is looking like coming from pre-internet era :-) Also, non-operational elastic.pro is used here https://bitcointalk.org/index.php?topic=1589333.0 from august and nobody takes care.
wwdz99
Sr. Member
****
Offline Offline

Activity: 243
Merit: 250



View Profile
November 16, 2016, 05:58:20 PM
 #2574

@ek,

Hi all,I got compile err,some one can help?

Code:
                                                                 ^
  Symbol:   Class JSONObject
  Location: Class TransactionImpl
src\java\nxt\Attachment.java:42: Error: Cannot Find Symbol
                private AbstractAttachment(JSONObject attachmentData) {
                                           ^
  Symbol:   Class JSONObject
  Location: Class AbstractAttachment
src\java\nxt\Attachment.java:110: Error: Cannot Find Symbol
                final void putMyJSON(JSONObject json) {
                                     ^
  Symbol:   Class JSONObject
  Location: Class EmptyAttachment
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {
                         ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {
                                                 ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:178: Error: Cannot Find Symbol
    protected void doGet(HttpServletRequest req, HttpServletResponse resp) throw
s ServletException, IOException {

  ^
  Symbol:   Class ServletException
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {
                          ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {
                                                  ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:183: Error: Cannot Find Symbol
    protected void doPost(HttpServletRequest req, HttpServletResponse resp) thro
ws ServletException, IOException {

   ^
  Symbol:   Class ServletException
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol
    private void process(HttpServletRequest req, HttpServletResponse resp) throw
s IOException {
                         ^
  Symbol:   Class HttpServletRequest
  Location: Class APIServlet
src\java\nxt\http\APIServlet.java:187: Error: Cannot Find Symbol
    private void process(HttpServletRequest req, HttpServletResponse resp) throw
s IOException {
                                                 ^
  Symbol:   Class HttpServletResponse
  Location: Class APIServlet
src\java\nxt\http\JSONResponses.java:30: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_LANGUAGE = missing("program
language");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:31: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_PROGAMCODE = missing("progra
m code");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:32: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_BOUNTYHOOK = missing("bounty
 hook");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:33: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_NUMBER_INPUTVARS = missing("
number of input variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:34: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_NUMBER_OUTPUTVARS = missing(
"number of output variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:35: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_BOUNTYLIMIT = missing("bount
y limit");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:36: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORK_NAME_LENGTH = incorre
ct("work title");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:37: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_MULTIPLICATOR = incorrect(
"multiplicator");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:39: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_VARIABLES_NUM = incorrect(
"number of input or output variables");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:40: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORK_LANGUAGE = incorrect(
"work language");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:41: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_INPUT_NUMBER = incorrect("
number of inputs");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:42: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_AMOUNT = incorrect("attach
ed amount");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:43: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_AST_RECURSION = incorrect(
"ast tree depth");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:45: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_SYNTAX = incorrect("syntax
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:46: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_PROGRAM = incorrect("progr
am code");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:47: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_BOUNTYHOOK = incorrect("bo
unty hook");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:48: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_WORKID = incorrect("workId
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:49: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_BOOLEAN = incorrect("boole
an");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:50: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_HASH = incorrect("hash");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:52: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_XEL_PER_POW = incorrect("p
ow price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:53: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_XEL_PER_BOUNTY = incorrect
("bounty price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:54: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_XEL_PER_POW = missing("pow p
rice in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:55: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_FIELDS_REDEEM = missing("add
ress or secp_signatures");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:57: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_XEL_PER_BOUNTY = missing("bo
unty price in XEL");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:58: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_EXECUTION_TIME = incorrect
("worst case execution time");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:59: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_PUBLIC_KEY = incorrect("pu
blicKey");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:60: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_ALIAS_NAME = missing("aliasN
ame");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:61: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_ALIAS_OR_ALIAS_NAME = missin
g("alias", "aliasName");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:62: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_DEADLINE = missing("deadline
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:63: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_DEADLINE = incorrect("dead
line");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:64: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_TRANSACTION_BYTES_OR_JSON =
missing("transactionBytes",
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:66: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_WORKID = missing("workId");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:67: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_INPUTS = missing("program in
puts");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:68: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_PASSPHRASE = missing("miner
passphrase");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:70: Error: Cannot Find Symbol
    public static final JSONStreamAware INCORRECT_INPUTS = incorrect("inputs arr
ay");
                        ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:71: Error: Cannot Find Symbol
        public static final JSONStreamAware UNKNOWN_ORDER = unknown("order");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:72: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_HALLMARK = missing("hallmark
");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:73: Error: Cannot Find Symbol
        public static final JSONStreamAware INCORRECT_HALLMARK = incorrect("hall
mark");
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses
src\java\nxt\http\JSONResponses.java:74: Error: Cannot Find Symbol
        public static final JSONStreamAware MISSING_WEBSITE = missing("website")
;
                            ^
  Symbol:   Class JSONStreamAware
  Location: Class JSONResponses


Here is my platform. win2003 x86,git 1.8.5.2 jdk1.8 etc.
Code:
$ git --version
git version 1.8.5.2.msysgit.0

$ javac -version
javac 1.8.0_111

$ java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) Client VM (build 25.111-b14, mixed mode, sharing)

C:\>ver

Microsoft Windows [Version 5.2.3790]


EK,pls help me.thx.
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
November 16, 2016, 06:00:43 PM
 #2575

Quote
EK,pls help me.thx.

I am moving everything to maven right now. Should be finished soon.
For now, you could check out elastic pl, then "mvn compile package install"
and then do the same for elastic-core. You can then run elastic using "java -jar target/elastic-core-0.6.0.jar"

This process will be made easier soon.
wwdz99
Sr. Member
****
Offline Offline

Activity: 243
Merit: 250



View Profile
November 16, 2016, 06:11:12 PM
 #2576

Quote
EK,pls help me.thx.

I am moving everything to maven right now. Should be finished soon.
For now, you could check out elastic pl, then "mvn compile package install"
and then do the same for elastic-core. You can then run elastic using "java -jar target/elastic-core-0.6.0.jar"

This process will be made easier soon.

This one?
http://mirror.stjschools.org/public/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip

Just install maven and then what can i do next?
drays
Legendary
*
Offline Offline

Activity: 2520
Merit: 1073


View Profile
November 16, 2016, 06:44:55 PM
 #2577

@tomkat, don't get me wrong, but I personally would bet "high roller style" that Golem will not work, despite the uber-promotion.

Maybe you're right, but they have enough traction to stay on the market for some time.

What if you will decide to leave Elastic tomorrow? With Lannister as a black hole, the project is immediately close to extinction, unless someone equally good will be found within short period of time. Who cares that Elastic is operational, and maybe even better than Golem in terms of tech, if it's just small niche project that nobody knows and cares about. Good PR and hype doesn't hurt, does it?

[Edit] And a pro website is something so very basic, that it's unbelievable Elastic has something like this http://www.elastic-project.com/ that is looking like coming from pre-internet era :-) Also, non-operational elastic.pro is used here https://bitcointalk.org/index.php?topic=1589333.0 from august and nobody takes care.

"coming from pre-internet era"? Smiley That is the genuine wiki style, something all developers and tech professionals appreciate, and something regular users probably hate, as they like big moving pictures with zero information presented  Grin

In general, this project is all about real developers working together. This is exactly what I like here - the ones who actually create value, are the main players here, not the pr/marketing/traders etc.
Golem seems to be a hyped project for the ones who bite to hype, just as Lisk is, for example. IMHO.

Then of course, I understand your point too - at some moment (and this moment is very close), this project will need the ones who will promote it, increase awareness, spread the word and actually find the ones who will use the capabilities offered by EK and friends. This would probably need to go out of the small crypto universe as well, out to the real business world (like IOTA does).
And also your another point is very valid - the security is something this project misses the most. I mean it is based on few people, one of which is practically always absent, and (who knows..?) can disappear any moment with all the BTC invested, and the second one, while being a brilliant developer, already speaks of getting a real-life job.. Smiley. That's not very reassuring, to be honest Smiley

A real foundation needs to be built, with multiple reputable people, both holding the funds and working together... This could make this project shine, like a real diamond.

... this space is not for rent ...
Ghoom
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
November 16, 2016, 07:10:02 PM
 #2578

Quote
EK,pls help me.thx.

I am moving everything to maven right now. Should be finished soon.
For now, you could check out elastic pl, then "mvn compile package install"
and then do the same for elastic-core. You can then run elastic using "java -jar target/elastic-core-0.6.0.jar"

This process will be made easier soon.

Code:
$ mvn compile package install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for elastic-core:elastic-core:jar:0.6.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 60, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 48, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building elastic-core 0.6.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for elastic-pl:elastic-pl:jar:0.0.1 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.934 s
[INFO] Finished at: 2016-11-16T20:08:12+01:00
[INFO] Final Memory: 12M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project elastic-core: Could not resolve dependencies for project elastic-core:elastic-core:jar:0.6.0: Failure to find elastic-pl:elastic-pl:jar:0.0.1 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [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/DependencyResolutionException

On mac
ttookk
Hero Member
*****
Offline Offline

Activity: 994
Merit: 513


View Profile
November 16, 2016, 07:59:10 PM
 #2579

(…)

Then of course, I understand your point too - at some moment (and this moment is very close), this project will need the ones who will promote it, increase awareness, spread the word and actually find the ones who will use the capabilities offered by EK and friends. This would probably need to go out of the small crypto universe as well, out to the real business world (like IOTA does).
And also your another point is very valid - the security is something this project misses the most. I mean it is based on few people, one of which is practically always absent, and (who knows..?) can disappear any moment with all the BTC invested, and the second one, while being a brilliant developer, already speaks of getting a real-life job.. Smiley. That's not very reassuring, to be honest Smiley

Yes, at some point, we will need good marketing. This is not about making XEL holders rich, this about making this project actually happen.

Having good PR would mean:
  • Miners would be drawn to the project
  • Those who would want to use Elastics services become aware of it
  • Developers become aware of the Elastic Project and become interested in participating

I think it would adviasable to put some bounties out there for PR work. I don't mean signature campaigns, bounties for blog posts or stuff like that, I mean developing a corporate identity, posting ads and so on.

A real foundation needs to be built, with multiple reputable people, both holding the funds and working together... This could make this project shine, like a real diamond.

Well, you are free to do so Wink

I'm not saying I'm innocent here, but the Elastic Project has a lot of "there should be"s, "someone could"s and so on. There are very few people to actually act upon it.

I think, we need a plan what is going to happen with the funds. Which task is worth how much, stuff like that. Dangle some BTC in front of people's faces, and they will flood this thread. Did that sound too harsh? Well, you get what I mean.
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
November 16, 2016, 08:25:19 PM
 #2580

Quote
EK,pls help me.thx.

I am moving everything to maven right now. Should be finished soon.
For now, you could check out elastic pl, then "mvn compile package install"
and then do the same for elastic-core. You can then run elastic using "java -jar target/elastic-core-0.6.0.jar"

This process will be made easier soon.

Code:
$ mvn compile package install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for elastic-core:elastic-core:jar:0.6.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 60, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing. @ line 48, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building elastic-core 0.6.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for elastic-pl:elastic-pl:jar:0.0.1 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.934 s
[INFO] Finished at: 2016-11-16T20:08:12+01:00
[INFO] Final Memory: 12M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project elastic-core: Could not resolve dependencies for project elastic-core:elastic-core:jar:0.6.0: Failure to find elastic-pl:elastic-pl:jar:0.0.1 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [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/DependencyResolutionException

On mac

The error does not come, if you exactly follow the instruction

Quote
For now, you could check out elastic pl, then "mvn compile package install"

 Wink  elastic-pl ist not yet in the central repository so has to be installed manually.
Pages: « 1 ... 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 [129] 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 ... 345 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!