Skip to Content
0
Former Member
Jun 12, 2009 at 02:42 PM

error when building the Java pricing userexit manual code

43 Views

I went throught the manual for the pricing userexit manual... it tells you to ignore the errors when you do an ant build but I want to remove all the errors since they dont let the rest the code compile.... where are the jars for these errors:

[javadoc] C:\DEV\PRC_UE_CUSTOMER\lib_src\src\com\sap\spc\document\DocumentConstants.java:16: package com.sap.vmc.logging does not exist

[javadoc] import com.sap.vmc.logging.Category;

[javadoc] ^

[javadoc] C:\DEV\PRC_UE_CUSTOMER\lib_src\src\com\sap\spc\document\DocumentConstants.java:26: cannot resolve symbol

[javadoc] symbol : class Category

[javadoc] location: class com.sap.spc.document.DocumentConstants

[javadoc] public static final Category CATEGORY = Category.getCategory(Category.APPLICATIONS, "/AP/SPC/Document");

[javadoc] ^