[OFBiz] Users - 7266: Compile Errors in Order

Vinay Agarwal VinayKAgarwal at hotmail.com
Mon Apr 10 18:47:24 CDT 2006


I was using the main build.xml and it compiles order first. When I tried
compiling accounting by running "ant" in that directory, I get these errors

classes:

    [javac] Compiling 4 source files to
C:\Server\ofbizREF\applications\accounting\build\classes

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\invoice\
InvoiceServices.java:47: package org.ofbiz.order.order does not exist

    [javac] import org.ofbiz.order.order.OrderReadHelper;

    [javac]                              ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
BillingAccountWorker.java:50: package org.ofbiz.order.order does not exist

    [javac] import org.ofbiz.order.order.OrderReadHelper;

    [javac]                              ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
GiftCertificateServices.java:48: package org.ofbiz.order.order does not
exist

    [javac] import org.ofbiz.order.order.OrderReadHelper;

    [javac]                              ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\invoice\
InvoiceServices.java:171: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class org.ofbiz.accounting.invoice.InvoiceServices

    [javac]             OrderReadHelper orh = new
OrderReadHelper(orderHeader);

    [javac]             ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\invoice\
InvoiceServices.java:171: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class org.ofbiz.accounting.invoice.InvoiceServices

    [javac]             OrderReadHelper orh = new
OrderReadHelper(orderHeader);

    [javac]                                       ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\invoice\
InvoiceServices.java:431: cannot resolve symbol

    [javac] symbol  : variable OrderReadHelper

    [javac] location: class org.ofbiz.accounting.invoice.InvoiceServices

    [javac]                     List itemAdjustments =
OrderReadHelper.getOrderItemAdjustmentList(orderItem, orh.getAdjustments());

    [javac]                                            ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
BillingAccountWorker.java:143: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class
org.ofbiz.accounting.payment.BillingAccountWorker

    [javac]                 OrderReadHelper orh = new
OrderReadHelper(orderHeader);

    [javac]                 ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
BillingAccountWorker.java:143: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class
org.ofbiz.accounting.payment.BillingAccountWorker

    [javac]                 OrderReadHelper orh = new
OrderReadHelper(orderHeader);

    [javac]                                           ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
GiftCertificateServices.java:354: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class
org.ofbiz.accounting.payment.GiftCertificateServices

    [javac]             OrderReadHelper orh = new OrderReadHelper(delegator,
orderPaymentPreference.getString("orderId"));

    [javac]             ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
GiftCertificateServices.java:354: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class
org.ofbiz.accounting.payment.GiftCertificateServices

    [javac]             OrderReadHelper orh = new OrderReadHelper(delegator,
orderPaymentPreference.getString("orderId"));

    [javac]                                       ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
GiftCertificateServices.java:415: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class
org.ofbiz.accounting.payment.GiftCertificateServices

    [javac]         OrderReadHelper orh = new OrderReadHelper(delegator,
orderId);

    [javac]         ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
GiftCertificateServices.java:415: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class
org.ofbiz.accounting.payment.GiftCertificateServices

    [javac]         OrderReadHelper orh = new OrderReadHelper(delegator,
orderId);

    [javac]                                   ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
GiftCertificateServices.java:527: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class
org.ofbiz.accounting.payment.GiftCertificateServices

    [javac]         OrderReadHelper orh = new OrderReadHelper(delegator,
orderId);

    [javac]         ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
GiftCertificateServices.java:527: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class
org.ofbiz.accounting.payment.GiftCertificateServices

    [javac]         OrderReadHelper orh = new OrderReadHelper(delegator,
orderId);

    [javac]                                   ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
GiftCertificateServices.java:610: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class
org.ofbiz.accounting.payment.GiftCertificateServices

    [javac]         OrderReadHelper orh = new OrderReadHelper(orderHeader);

    [javac]         ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
GiftCertificateServices.java:610: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class
org.ofbiz.accounting.payment.GiftCertificateServices

    [javac]         OrderReadHelper orh = new OrderReadHelper(orderHeader);

    [javac]                                   ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
GiftCertificateServices.java:848: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class
org.ofbiz.accounting.payment.GiftCertificateServices

    [javac]         OrderReadHelper orh = new OrderReadHelper(orderHeader);

    [javac]         ^

    [javac]
C:\Server\ofbizREF\applications\accounting\src\org\ofbiz\accounting\payment\
GiftCertificateServices.java:848: cannot resolve symbol

    [javac] symbol  : class OrderReadHelper

    [javac] location: class
org.ofbiz.accounting.payment.GiftCertificateServices

    [javac]         OrderReadHelper orh = new OrderReadHelper(orderHeader);

    [javac]                                   ^

    [javac] 18 errors

 

BUILD FAILED

C:\Server\ofbizREF\applications\accounting\build.xml:98: Compile failed; see
the compiler error output for details.

 

Total time: 4 seconds

C:\Server\ofbizREF\applications\accounting>

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ofbiz.org/pipermail/users/attachments/20060410/240d6241/attachment-0001.htm


More information about the Users mailing list