Hi devs,
I changed folder structure of the all application modules after doing some changes to the build.xml I manage to build the following modules
-- thanks Ganath |
Le 06/06/2011 05:39, Ganath Rathnayaka a écrit :
> Hi devs, > I changed folder structure of the all application modules after doing > some changes to the build.xml I manage to build the following modules > > 1. content > 2. party > 3. workeffort > 4. product > 5. marketing > 6. order > 7. manufacturing > > But when I do some changes to the accounting/build.xml I got the > following output(attached to the mail) with the some compile errors. Can > you please help me to figure out the errors. > > -- > thanks > Ganath > the list is not allowing attached files. Could you paste the messages in the mail ? Thanks, -- Erwan de FERRIERES www.nereide.biz |
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 |
Le 06/06/2011 09:41, Ganath Rathnayaka a écrit :
> Hi Erwan, > Here is the errors I got. > > classes: Hi, you may take a look at the full commit, when this was introduced by Hans in January. https://fisheye6.atlassian.com/changelog/ofbiz?cs=1062608 IdealPayment is not used in OFBiz, until you add the library, I think. Cheers, -- Erwan de FERRIERES www.nereide.biz |
I am sorry Erwan I didn't get what you called library. Do we need to add a
separate library to build it? thanks Eranda |
Le 07/06/2011 20:55, Ganath Rathnayaka a écrit :
> I am sorry Erwan I didn't get what you called library. Do we need to add a > separate library to build it? > > thanks > Eranda > if you look in applications/accounting/build.xml, you'll see that some paths are excluded, search the init target. You have just to adapt this to the new pattern you are creating. BTW, I haven't seen much commits on your git repo, you should commit more, as it is said : commit early, commit often ! Cheers, -- Erwan de FERRIERES www.nereide.biz |
I am currently stuck there and no more changes to commit. After resolving
this I can move to the next part. Next time I'll commit the changes as soon as they changed. Ganath |
Hi Erwan,
Problem solved and willing to commit as soon as possible. -- thanks Ganath |
Free forum by Nabble | Edit this page |