[OFBiz] Dev - SVN compile failure...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[OFBiz] Dev - SVN compile failure...

Ray Barlow
Hi,

Anybody else getting this compile error on latest SVN:
classes:
    [javac] Compiling 21 source files to
/home/ray/work/OFBiz/ofbiztest/applications/accounting/build/classes
    [javac]
/home/ray/work/OFBiz/ofbiztest/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java:636:
cannot resolve symbol
    [javac] symbol  : method getDefaultProductStoreEmailScreenLocation
(java.lang.String)
    [javac] location: class org.ofbiz.order.order.OrderServices
    [javac]                     bodyScreenLocation =
OrderServices.getDefaultProductStoreEmailScreenLocation(emailType);
    [javac]                                                       ^
    [javac]
/home/ray/work/OFBiz/ofbiztest/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java:859:
cannot resolve symbol
    [javac] symbol  : method getDefaultProductStoreEmailScreenLocation
(java.lang.String)
    [javac] location: class org.ofbiz.order.order.OrderServices
    [javac]                 bodyScreenLocation =
OrderServices.getDefaultProductStoreEmailScreenLocation(emailType);
    [javac]                                                   ^
..............

This is after "ant clean" etc and I've very few files modified on this
test instance, so don't think it's a local problem.

Ray

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Dev - SVN compile failure...

Jacopo Cappellato
Hi Ray,

thanks for the bug report. The attached patch should fix the issue.

I'll try to commit it to SVN as well, but now I'm having an
authorization error... I don't know why.

Jacopo

Ray wrote:

> Hi,
>
> Anybody else getting this compile error on latest SVN:
> classes:
>    [javac] Compiling 21 source files to
> /home/ray/work/OFBiz/ofbiztest/applications/accounting/build/classes
>    [javac]
> /home/ray/work/OFBiz/ofbiztest/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java:636:
> cannot resolve symbol
>    [javac] symbol  : method getDefaultProductStoreEmailScreenLocation
> (java.lang.String)
>    [javac] location: class org.ofbiz.order.order.OrderServices
>    [javac]                     bodyScreenLocation =
> OrderServices.getDefaultProductStoreEmailScreenLocation(emailType);
>    [javac]                                                       ^
>    [javac]
> /home/ray/work/OFBiz/ofbiztest/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java:859:
> cannot resolve symbol
>    [javac] symbol  : method getDefaultProductStoreEmailScreenLocation
> (java.lang.String)
>    [javac] location: class org.ofbiz.order.order.OrderServices
>    [javac]                 bodyScreenLocation =
> OrderServices.getDefaultProductStoreEmailScreenLocation(emailType);
>    [javac]                                                   ^
> ..............
>
> This is after "ant clean" etc and I've very few files modified on this
> test instance, so don't think it's a local problem.
>
> Ray
>
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev
>

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev

accounting.zip (776 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Dev - SVN compile failure...

David E. Jones

This is now fixed in rev 6148 that Andy committed earlier today.

-David


On Nov 19, 2005, at 3:40 AM, Jacopo Cappellato wrote:

> Hi Ray,
>
> thanks for the bug report. The attached patch should fix the issue.
>
> I'll try to commit it to SVN as well, but now I'm having an  
> authorization error... I don't know why.
>
> Jacopo
>
> Ray wrote:
>> Hi,
>> Anybody else getting this compile error on latest SVN:
>> classes:
>>    [javac] Compiling 21 source files to /home/ray/work/OFBiz/
>> ofbiztest/applications/accounting/build/classes
>>    [javac] /home/ray/work/OFBiz/ofbiztest/applications/accounting/
>> src/org/ofbiz/accounting/payment/GiftCertificateServices.java:636:  
>> cannot resolve symbol
>>    [javac] symbol  : method  
>> getDefaultProductStoreEmailScreenLocation (java.lang.String)
>>    [javac] location: class org.ofbiz.order.order.OrderServices
>>    [javac]                     bodyScreenLocation =  
>> OrderServices.getDefaultProductStoreEmailScreenLocation(emailType);
>>    [javac]                                                       ^
>>    [javac] /home/ray/work/OFBiz/ofbiztest/applications/accounting/
>> src/org/ofbiz/accounting/payment/GiftCertificateServices.java:859:  
>> cannot resolve symbol
>>    [javac] symbol  : method  
>> getDefaultProductStoreEmailScreenLocation (java.lang.String)
>>    [javac] location: class org.ofbiz.order.order.OrderServices
>>    [javac]                 bodyScreenLocation =  
>> OrderServices.getDefaultProductStoreEmailScreenLocation(emailType);
>>    [javac]                                                   ^
>> ..............
>> This is after "ant clean" etc and I've very few files modified on  
>> this test instance, so don't think it's a local problem.
>> Ray
>> _______________________________________________
>> Dev mailing list
>> [hidden email]
>> http://lists.ofbiz.org/mailman/listinfo/dev
>
> <accounting.zip>
>
> _______________________________________________
> Dev mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/dev

 
_______________________________________________
Dev mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/dev