Hi Erwan,
Here is the errors I got.

classes:
  [javac16] Compiling 41 source files to
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/build/classes
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:31:
package com.ing.ideal.connector does not exist
  [javac16] import com.ing.ideal.connector.IdealConnector;
  [javac16]                               ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:32:
package com.ing.ideal.connector does not exist
  [javac16] import com.ing.ideal.connector.IdealException;
  [javac16]                               ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:33:
package com.ing.ideal.connector does not exist
  [javac16] import com.ing.ideal.connector.Transaction;
  [javac16]                               ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:63:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:63:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]                                            ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:65:
cannot find symbol
  [javac16] symbol  : class IdealException
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]         } catch (IdealException ex){
  [javac16]                  ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:72:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:72:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]                                            ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:76:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transaction = new Transaction();
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:76:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transaction = new Transaction();
  [javac16]                                           ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:86:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction trx =
connector.requestTransaction(transaction);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:88:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transactionCustomer =
connector.requestTransactionStatus(transactionId);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:92:
cannot find symbol
  [javac16] symbol  : class IdealException
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]         } catch (IdealException ex) {
  [javac16]                  ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:99:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:99:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]                                            ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:103:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transaction = new Transaction();
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:103:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transaction = new Transaction();
  [javac16]                                           ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:113:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction trx =
connector.requestTransaction(transaction);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:115:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transactionCustomer =
connector.requestTransactionStatus(transactionId);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:119:
cannot find symbol
  [javac16] symbol  : class IdealException
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]         } catch (IdealException ex) {
  [javac16]                  ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:126:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:126:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]                                            ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:130:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transaction = new Transaction();
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:130:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transaction = new Transaction();
  [javac16]                                           ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:140:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction trx =
connector.requestTransaction(transaction);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:142:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transactionCustomer =
connector.requestTransactionStatus(transactionId);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:146:
cannot find symbol
  [javac16] symbol  : class IdealException
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]         } catch (IdealException ex) {
  [javac16]                  ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:153:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:153:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]                                            ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:157:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transaction = new Transaction();
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:157:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transaction = new Transaction();
  [javac16]                                           ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:167:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction trx =
connector.requestTransaction(transaction);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:169:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transactionCustomer =
connector.requestTransactionStatus(transactionId);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:173:
cannot find symbol
  [javac16] symbol  : class IdealException
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]         } catch (IdealException ex) {
  [javac16]                  ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:180:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:180:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]                                            ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:184:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transaction = new Transaction();
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:184:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transaction = new Transaction();
  [javac16]                                           ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:194:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction trx =
connector.requestTransaction(transaction);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:196:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transactionCustomer =
connector.requestTransactionStatus(transactionId);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:200:
cannot find symbol
  [javac16] symbol  : class IdealException
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]         } catch (IdealException ex) {
  [javac16]                  ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:207:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:207:
cannot find symbol
  [javac16] symbol  : class IdealConnector
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealConnector connector = new
IdealConnector(configFile);
  [javac16]                                            ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:211:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transaction = new Transaction();
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:211:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transaction = new Transaction();
  [javac16]                                           ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:221:
cannot find symbol
  [javac16] symbol  : class IdealException
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealException ex = new IdealException("");
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:221:
cannot find symbol
  [javac16] symbol  : class IdealException
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             IdealException ex = new IdealException("");
  [javac16]                                     ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:223:
cannot find symbol
  [javac16] symbol  : class Transaction
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]             Transaction transactionCustomer =
connector.requestTransaction(transaction);
  [javac16]             ^
  [javac16]
/home/eranda/Documents/ofbiz/git/ofbiz/applications/accounting/src/test/java/org/ofbiz/accounting/thirdparty/ideal/IdealPaymentServiceTest.java:226:
cannot find symbol
  [javac16] symbol  : class IdealException
  [javac16] location: class
org.ofbiz.accounting.thirdparty.ideal.IdealPaymentServiceTest
  [javac16]         } catch (IdealException ex){
  [javac16]                  ^
  [javac16] 49 errors

thanks
Ganath

Reply via email to