Hi Taher,

You're right I was using old package names, sadly after update package names
into import clauses I'm still getting the same errors, any additional
recommendation?

Thanks again for help.
Victor

#gradlew build
:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:createBaseTestServiceProviderJar
:processResources UP-TO-DATE
:classes
:jar
:assemble
:compileTestJava
:processTestResources UP-TO-DATE
:testClasses
:test
:check
:build
:hot-deploy:tc:compileJava
E:\app\apache\tc-dev\branches\tc-ofbiz-trunk-rev1759478\hot-deploy\tc\src\main\java\com\tc\ofbizdemo\services\OfbizDemoServices.java:5:
error: package org.apach
e.ofbiz.base.util does not exist
import org.apache.ofbiz.base.util.Debug;
                                 ^
E:\app\apache\tc-dev\branches\tc-ofbiz-trunk-rev1759478\hot-deploy\tc\src\main\java\com\tc\ofbizdemo\services\OfbizDemoServices.java:6:
error: package org.apach
e.ofbiz.entity does not exist
import org.apache.ofbiz.entity.Delegator;
                              ^
...



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Unable-import-ofbiz-references-into-hot-deploy-java-code-tp4696861p4696864.html
Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Reply via email to