I think I am running the most stable release 9.04, but I can't
completely remember which version I downloaded. How can I get the
version number from OfBiz?
I was going to use my build number to ask this question. I tried to
compile by running ant, I just typed "ant" in the ofbiz-trunk
directory. I get the following error.
BUILD FAILED
/opt/ofbiz-trunk/build.xml:190: The following error occurred while
executing this line:
/opt/ofbiz-trunk/framework/build.xml:147: The following error occurred
while executing this line:
/opt/ofbiz-trunk/macros.xml:27: The following error occurred while
executing this line:
/opt/ofbiz-trunk/common.xml:51: taskdef A class needed by class
org.ofbiz.tools.ant.IfTask cannot be found: ConditionBase
Line 51 is this: <taskdef name="if"
classname="org.ofbiz.tools.ant.IfTask"
classpath="${ofbiz.home.dir}/tools/build/classes"/>
What should I do to make it compile? Thanks.
Patrick