Build error

2012-06-01 Thread G.Ben
Hi, I'm trying to build my app, I've copied the build file from another application and just change the names with my the one of my application "CGA" So I've got the following build error : Buildfile: C:\OFBiz\hot-deploy\CGA\build.xml init: prepare: classes: BUILD F

Build Error

2021-12-07 Thread Jeremy Olmstead
I can't figure out what has changed, but I am now getting a compilation error during the task 'test' when I try to build. Does anybody have any insights as to what may have happened? The error I get is below. I am running a heavily customized 18.12 on a Windows 11 development machine. After this fa

Re: Build Error

2021-12-07 Thread Nicolas Malin
Hello Jeremy, We detect this error from our side, but not update on the project. Try to apply this patch : diff --git a/build.gradle b/build.gradle index 1bc148e636..4c256c74d8 100644 --- a/build.gradle +++ b/build.gradle @@ -292,7 +292,7 @@ sourceSets { resources { srcDirs

Re: Build Error

2021-12-07 Thread Nicolas Malin
With pleasure :) I open a fix issue https://issues.apache.org/jira/browse/OFBIZ-12437 , I just wait some suggest before push it on the code base. Nicolas On 07/12/2021 19:04, Jeremy Olmstead wrote: > This worked, thank you so much! > > On Tue, Dec 7, 2021 at 10:51 AM Nicolas Malin > mailto:nicol

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.

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 ru

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 mri