Re: build error on stable release

2010-01-25 Thread Mridul Pathak
If you have checked it out via SVN, then to get the revision number of your
installed copy, on terminal go to OFBiz trunk directory, and run "svn info"
command, it will give you the revision info of your installed copy.

-- 
Thanks & Regards
Mridul Pathak
Hotwax Media
http://www.hotwaxmedia.com
mridul.pat...@hotwaxmedia.com
-
direct: +91 - 942.592.6892


On Mon, Jan 25, 2010 at 12:49 PM, Patrick wrote:

> 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:  classname="org.ofbiz.tools.ant.IfTask"
> classpath="${ofbiz.home.dir}/tools/build/classes"/>
>
> What should I do to make it compile?  Thanks.
> Patrick
>


Re: build error on stable release

2010-01-25 Thread Adrian Crum

ant build

or

ant run-install

-Adrian


Patrick wrote:

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: 

What should I do to make it compile?  Thanks.
Patrick



build error on stable release

2010-01-25 Thread Patrick
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: 

What should I do to make it compile?  Thanks.
Patrick