As you build with ant it must know how to build, put
in the party build.xml file.
Note that this introduces a dependency from party to product component.
I did not try and this will maybe not work because the product jar file must exist and if you look at the application build.xml
party is c
OrderServices.java has this import directive
import org.ofbiz.product.store.ProductStoreWorker;
If I copy the import to PartyServices.java the compiler complains it
doesn't know about the package.
Is there a different import statement that would work?
PartyServices.java:145: package org.ofbiz.pro