Re: Build dependencies on OfBiz code for new plugin

2023-08-17 Thread Carsten Schinzer
Hi Michael, Thanks to have a look and respond. Here is the console output that a gives me trouble: $ ./gradlew build 190 Welcome to Gradle 7.6! 191

Re: Build dependencies on OfBiz code for new plugin

2023-08-15 Thread Michael Brohl
Hi Carsten, hard to say without seeing what's in your plugin. Integration of plugins is straightforward. You can even make a symlink to an external plugin repo and it normally works. It sounds like everything is setup ok, the plugin code can be found. Does compilation work if you don't have

Re: Build Failed while running ofbiz 18.12.01 due to checkstyle.xml

2022-02-17 Thread Jacques Le Roux
Hi Mahi, First and that's unrelated, for security reason I'd recommend you to rather use the last release (18.12.05): https://ofbiz.apache.org/download.html Only since few months the checkstyle issues are completely resolved in trunk and new 22.01 branch. Or actually a bunch of cases, that

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 >

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 {

Re: build failed for 18.12.01

2021-11-11 Thread Jacques Le Roux
Ha wait, I did not get far enough in your msg. You need to use Gradle 6.5. Please read carefully https://ci.apache.org/projects/ofbiz/site/trunk/readme/html5/README.html and notably https://ci.apache.org/projects/ofbiz/site/trunk/readme/html5/README.html Le 12/11/2021 à 08:50, Jacques Le Roux

Re: build failed for 18.12.01

2021-11-11 Thread Jacques Le Roux
Hi, Don't worry, this is just a deprecation. BTW I fixed it in trunk and I see no reasons to not backport to R18 (so it will soon be in 18.12.2). I'll do that now. The fix is here: https://github.com/apache/ofbiz-framework/commit/7a78d4c Jacques Le 12/11/2021 à 07:28, Mahi maheshwari a

RE: RE: BUILD FAILED

2021-05-10 Thread Katie Qiu
nday, May 09, 2021 11:27 PM > To: user@ofbiz.apache.org > Subject: Re: BUILD FAILED > > Hi Girish > > Thank you for your reply. Gradlew doesn't seem to work either and returns the > following: > > C:\Users\jbret\Downloads\apache-ofbiz-17.12.07\apache-ofbiz-

Re: RE: BUILD FAILED

2021-05-10 Thread James Brett
ote: > Hi James, > > You need to install gradle-wrapper.jar file and put it in the folder at > project folder -> gradle -> wrapper > > Thanks > Katie > > -Original Message- > From: James Brett [mailto:jbrett.m...@gmail.com] > Sent: Sunday, May 09,

RE: BUILD FAILED

2021-05-10 Thread Katie Qiu
Hi James, You need to install gradle-wrapper.jar file and put it in the folder at project folder -> gradle -> wrapper Thanks Katie -Original Message- From: James Brett [mailto:jbrett.m...@gmail.com] Sent: Sunday, May 09, 2021 11:27 PM To: user@ofbiz.apache.org Subject: Re:

Re: BUILD FAILED

2021-05-10 Thread James Brett
Hi Girish Thank you for your reply. Gradlew doesn't seem to work either and returns the following: C:\Users\jbret\Downloads\apache-ofbiz-17.12.07\apache-ofbiz-17.12.07>gradlew init-gradle-wrapper Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

Re: BUILD FAILED

2021-05-07 Thread Girish Vasmatkar
"gradle gradlew'" does nothing. Please use *gradlew* instead of *gradle*. *gradle* command will use the version that is found on your PATH and chances of mismatch exists. Best Regards, Girish On Fri, May 7, 2021 at 1:41 PM Ingo Wolfmayr wrote: > Hi James, > > I asume your gradle version is

Re: BUILD FAILED

2021-05-07 Thread James Brett
Hi Girish This is the resulting failure from running 'gradle gradlew' command. C:\apache-ofbiz-17.12.07>gradle gradlew FAILURE: Build failed with an exception. * Where: Build file 'C:\apache-ofbiz-17.12.07\build.gradle' line: 105 * What went wrong: A problem occurred evaluating root project

Re: BUILD FAILED

2021-05-07 Thread James Brett
Hi Jacques I'm sorry I should have mentioned that I am not a developer - I ran the debug because it was suggested by the resulting build failure. Thanks for your help, James. On 2021/05/06 11:16:51, Jacques Le Roux wrote: > What did you expect to do with 'gradle --debug'? > > Please refer

Re: BUILD FAILED

2021-05-07 Thread James Brett
Hi Girish Thanks for your reply. I'm sorry I should have mentioned, I am not a developer so I don't quite understand. What is the command I should enter to run 'gradlew'? Thanks again, James. On 2021/05/06 10:57:59, Girish Vasmatkar wrote: > Hi James > > Since you're running "gradle",

Re: BUILD FAILED

2021-05-06 Thread Jacques Le Roux
What did you expect to do with 'gradle --debug'? Please refer to https://ci.apache.org/projects/ofbiz/site/trunk/readme/html5/README.html (and subscribe to user ML, don't expect direct answers from me, TIA) HTH Jacques Le 06/05/2021 à 11:33, James Brett a écrit : Hi Jacques My apologies -

Re: BUILD FAILED

2021-05-06 Thread Girish Vasmatkar
Hi James Since you're running "gradle", instead of "gradlew", chances are there is a version mismatch because gradlew will make sure to download the compatible gradle version to use for installation of OFBiz version in question. Using gradle will use the version that's on your "PATH" which may or

Re: BUILD FAILED

2021-05-06 Thread James Brett
Hi Jacques My apologies - I thought I had already subscribed. After I ran 'gradle init-gradle-wrapper' command (which failed), I ran 'gradle --debug' which returned the errors in my original post. I am using Windows 10. Thanks, James. On 2021/05/06 09:26:30, Jacques Le Roux wrote: > Hi

Re: BUILD FAILED

2021-05-06 Thread Jacques Le Roux
Hi James, Your message has been moderated, else it would not have reached this Mailing List. Please subscribe to the user ML for such questions and then use your email client. See why here http://ofbiz.apache.org/mailing-lists.html. You will get a better support, people can answer you on the

Re: Build failure > Ofbiz 17.12.06 in Ubuntu 18.04.5 LTS; Build success > Ofbiz 17.12.06 Windows Server 2016 : RESOLVED

2021-04-06 Thread Sakthivel Vellingiri
Girish - Sorry for the late reply. I updated ./gradle/init-gradle-wrapper.sh with --debug option as below [image: image.png] However when i run the command, i only get the below, not getting a lot of debug info, Pls let know if you want me to rerun with another option or if i'm missing something

Re: Build failure > Ofbiz 17.12.06 in Ubuntu 18.04.5 LTS; Build success > Ofbiz 17.12.06 Windows Server 2016 : RESOLVED

2021-03-29 Thread Girish Vasmatkar
Please try the following and let me know - wget --debug -S -O $GRADLE_WRAPPER_OFBIZ_PATH/$1 $2/$1 Since I can't recreate the issue on my machine (MacOS) I need to know exactly what is happening. The JIRA ticket you cited, I was able to recreate that issue but not any more so just wanted to check

Re: Build failure > Ofbiz 17.12.06 in Ubuntu 18.04.5 LTS; Build success > Ofbiz 17.12.06 Windows Server 2016 : RESOLVED

2021-03-25 Thread Sakthivel Vellingiri
Thanks Girish for looking into this, Pls find the results and let me know if i can help with anything else. I'm not sure where you would like me to enable wget debug (wget --debug), i tried to enable wget debug in the gradle/init-gradle-wrapper.sh as below and still get the below response

Re: Build failure > Ofbiz 17.12.06 in Ubuntu 18.04.5 LTS; Build success > Ofbiz 17.12.06 Windows Server 2016 : RESOLVED

2021-03-25 Thread Michael Brohl
Hi Girish, the download of the gradle-wrapper.properties file is deliberately removed for the 17.12 release because of inconstistencies in the Gradle plugins repository which was necessary to use because of the JCenter/Bintray shutdown. The file is not downloaded and the checksum matches

Re: Build failure > Ofbiz 17.12.06 in Ubuntu 18.04.5 LTS; Build success > Ofbiz 17.12.06 Windows Server 2016 : RESOLVED

2021-03-24 Thread Girish Vasmatkar
Hi Sakthivel The ticket you're linking to also dealt with a similar issue related to wget. Based on your logs, I see two issues but while one is apparent and reproducible, I am not sure why the download is not happening. I think with latest changes to the file, gradle-wrapper.properties file no

Re: Build failure > Ofbiz 17.12.06 in Ubuntu 18.04.5 LTS; Build success > Ofbiz 17.12.06 Windows Server 2016 : RESOLVED

2021-03-24 Thread Sakthivel Vellingiri
Believe i found a resolution and the root cause of the issue, the bottom line is ./gradle/init-gradle-wrapper.sh does not work with wget [When curl is not installed], and throws the below error, however when i installed curl things worked as expected. Again below is my environment details where

Re: Build failure > Ofbiz 17.12.06 in Ubuntu 18.04.5 LTS; Build success > Ofbiz 17.12.06 Windows Server 2016

2021-03-23 Thread Sakthivel Vellingiri
Dug a little further and see the below reference (for metadataSources) in build.gradle, when i commented the below, i get further along and download other dependencies, but as expected and noted in the comment below, unable to resolve > org.milyn:flute; it appears linux does not seem to like

Re: Build Tool for OFBiz

2018-08-09 Thread Ahmad Saki
Thank you On Thu, Aug 9, 2018, 11:15 AM Aditya Sharma wrote: > Hi Ahmad Saki, > > As per build tool is concerned, Apache Ant was used till 15.12 ( > https://cwiki.apache.org/confluence/x/Cw4jB ) & with OFBiz 16.11 it > comes with an embedded Gradlew wrapper that can be used with "gradlew" >

Re: Build Tool for OFBiz

2018-08-08 Thread Aditya Sharma
Hi Ahmad Saki, As per build tool is concerned, Apache Ant was used till 15.12 ( https://cwiki.apache.org/confluence/x/Cw4jB ) & with OFBiz 16.11 it comes with an embedded Gradlew wrapper that can be used with "gradlew" keyword. ( https://cwiki.apache.org/confluence/x/KA4jB ). For both the cases,

Re: build but not start the system

2018-03-04 Thread Taher Alkhateeb
If I'm not mistaken, the build command would resolve compile dependencies but not runtime dependencies. If this is correct then I recommend you run any OFBiz server command. For example: ./gradlew "ofbiz --help" On Mar 5, 2018 9:00 AM, "Deepak Dixit" wrote: Hi

Re: build but not start the system

2018-03-04 Thread Deepak Dixit
Hi Hans, You can use ./gradlew or ./gradlew build Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Mon, Mar 5, 2018 at 11:12 AM, Hans Bakker wrote: > For the creation of a docker image i need to be able to build the system > and

Re: Build issue in custom plugin

2017-10-25 Thread Michael Brohl
Tejas, I recommend to use the Gradle task to create a complete plugin with all necessary structures and files, see README.md: === ### Create a new plugin Create a new plugin. The following project parameters are passed: - pluginId: mandatory - pluginResourceName: optional, default is the

Re: Build issue in custom plugin

2017-10-25 Thread Tejas Lot
Hello Deepak, My Java class structure was not proper. It was "customPlugin/src/myPackage", I changed it to "customPlugin/src/main/java/myPackage" and it worked. Thank you. Warm regards, Tejas Lot. vnnogile Solutions Private Limited www.vnnogile.com On 10/25/2017 11:20 AM, Deepak Dixit

Re: Build issue in custom plugin

2017-10-24 Thread Deepak Dixit
On Wed, Oct 25, 2017 at 11:19 AM, Deepak Dixit < deepak.di...@hotwaxsystems.com> wrote: > Hi Tejas, > > Could you please share your java class structure? > Could you please share your plugin structure? Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co > > You need to

Re: Build issue in custom plugin

2017-10-24 Thread Deepak Dixit
Hi Tejas, Could you please share your java class structure? You need to keep java files at following location src/main/java/ Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Wed, Oct 25, 2017 at 11:13 AM, Tejas Lot wrote: > Hello Everyone, > > I

Re: Build and Deploy Ofbiz on Production

2012-06-20 Thread Mansour Al Akeel
Jacques, I tried it in different versions of tomcat and ofbiz revisions. I tested it on ofbiz 10.04 and 11.04 with tomcat 6 and 7. It failed in all cases. I am not sure if there's a way to modify ofbiz to be depoyed just like moqui, where we drop a war file in tomcat, and make it point to the

Re: Build and Deploy Ofbiz on Production

2012-06-20 Thread Jacques Le Roux
No, it's not, and has never been, quite as easy as in Moqui, indeed. Those who succeeded in time left the ways they did, that's all. Maybe it's harder now. For myself, I only tried with WASCE/Geronimo in 2008... Jacques From: Mansour Al Akeel mansour.alak...@gmail.com Jacques, I tried it in

Re: Build and Deploy Ofbiz on Production

2012-06-19 Thread Mansour Al Akeel
deployment to external tomcat is not supported, and not working properly. On Thu, Jun 7, 2012 at 4:49 PM, Deepak Agarwal dagarwa...@gmail.com wrote: Try this: https://cwiki.apache.org/confluence/display/OFBTECH/Tomcat On Fri, Jun 8, 2012 at 2:12 AM, Deepak Agarwal dagarwa...@gmail.com wrote:

Re: Build and Deploy Ofbiz on Production

2012-06-19 Thread Jacques Le Roux
It depends on versions https://cwiki.apache.org/confluence/display/OFBTECH/Run+OFBiz+under+outside+Application+Servers Seems that lastly some issues were crossed. Jacques From: Mansour Al Akeel mansour.alak...@gmail.com deployment to external tomcat is not supported, and not working properly.

Re: Build and Deploy Ofbiz on Production

2012-06-07 Thread Deepak Agarwal
There is a separate well return guide to deploy ofbiz in tomcat (if not using embedded tomcat) with or without Apache (httpd). On Thu, Jun 7, 2012 at 6:01 PM, guptahim himanshu_gu...@hcl.com wrote: Hi, I have to deploy and build Ofbiz on linux server. I have following questions- 1. Is there

Re: Build and Deploy Ofbiz on Production

2012-06-07 Thread Deepak Agarwal
Try this: https://cwiki.apache.org/confluence/display/OFBTECH/Tomcat On Fri, Jun 8, 2012 at 2:12 AM, Deepak Agarwal dagarwa...@gmail.com wrote: There is a separate well return guide to deploy ofbiz in tomcat (if not using embedded tomcat) with or without Apache (httpd). On Thu, Jun 7, 2012

RE: Build failed with OFBiz 10.04

2011-05-05 Thread Hardik Handa
Did you do ant run-install ??? Regards, Hardik Handa -Original Message- From: robert.matovino...@web.de [mailto:robert.matovino...@web.de] Sent: Thursday, May 05, 2011 2:32 PM To: user@ofbiz.apache.org Subject: Build failed with OFBiz 10.04 Hi, I'm new to OFBiz and want to install it,

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

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

Re: Build Failed in 9.04 revision 890303.

2009-12-14 Thread Jacques Le Roux
Thanks Dan, Fixed at r890351 Jacques From: Dan Dodd dand...@ihop.org I ran svn up and updated to revision 890303, ran ant clean-all and then ant run-install classes: [javac15] Compiling 57 source files to C:\develop\ofbiz.9.04\specialpurpose\pos\build\classes [javac15]

Re: Build path Error in OFBiz 9.4

2009-08-29 Thread Scott Gray
Thanks André, fixed in r809223 Regards Scott HotWax Media http://www.hotwaxmedia.com On 30/08/2009, at 4:32 AM, André Herbst wrote: Hi, I am getting the following error in Eclipse after downloading a fresh copy of OFBiz 9.4 from SVN: Project 'ofbiz 9.4' is missing required library:

Re: Build Failed

2009-07-08 Thread BJ Freeman
what does this mean to you C:\workspace\ofbiz\hot-deploy\content\build\lib not found. su2 sent the following on 7/8/2009 12:56 PM: Hello All, I am trying to create Hello 3 application using the tutorial. I added Hello3Services.java in src folder, Hello3Services.xml in script folder.

Re: Build Failed

2009-07-08 Thread Rob Schapper
THe Hello1-3 practice apps are opentaps tutorials. You will probably have better luck getting your questions answered by asking the opentaps folks. Thanks, Rob Schapper On Jul 8, 2009, at 2:01 PM, BJ Freeman wrote: what does this mean to you

Re: Build Failed

2009-07-08 Thread su2
I checked at that location and there is lib(at the same location specified in the error) folder. That is what I checked first when I saw the error. BJ Freeman wrote: what does this mean to you C:\workspace\ofbiz\hot-deploy\content\build\lib not found. su2 sent the following on

Re: Build Failed

2009-07-08 Thread BJ Freeman
so you have a folder under the hot-deploy called content or is it under ofbiz/content su2 sent the following on 7/8/2009 1:23 PM: I checked at that location and there is lib(at the same location specified in the error) folder. That is what I checked first when I saw the error. BJ Freeman

Re: Build Failed

2009-07-08 Thread su2
I was able to fix it. thank you for the help. BJ Freeman wrote: so you have a folder under the hot-deploy called content or is it under ofbiz/content su2 sent the following on 7/8/2009 1:23 PM: I checked at that location and there is lib(at the same location specified in the error)

Re: BUILD FAILED while adding new component

2009-05-28 Thread Ashish Vijaywargiya
You should add the below entry in your build.xml file. fileset dir=../../framework/base/lib/j2eespecs includes=*.jar/ It looks like you have done entry for party component, so you will be fine to move further. Still you get error then share your build.xml file. -- Ashish shuchi wrote: I

Re: BUILD FAILED while adding new component

2009-05-27 Thread shuchi
Hello BJ Freeman, I already have fileset dir=../../applications/party/build/lib includes=*.jar/ under target name=classpath in build.xml under hot-deploy folder. Also the java class that I added is @ testtools src ofbiz learning learning LearningEvents.java The Java class has

Re: BUILD FAILED while adding new component

2009-05-26 Thread BJ Freeman
looks like your error is not related to the hot deploy. first ant clean ant build if you still have the error remove the hot deploy till you resolve all other errors then put it back in. though removing the hot deploy is not really necessary for a newbie it helps clear where to look. to th e

Re: BUILD FAILED while adding new component

2009-05-26 Thread shuchi
I added a new java class and I think there I am getting the error. I looked at the compiler at it gives following error messages. * [javac] Compiling 1 source file to C:\workspace\ofbiz4.0\framework\testtools\build\classes [javac]

Re: BUILD FAILED while adding new component

2009-05-26 Thread BJ Freeman
need to add the paths into the build file under target name=classpath shuchi sent the following on 5/26/2009 1:18 PM: I added a new java class and I think there I am getting the error. I looked at the compiler at it gives following error messages.

Re: BUILD FAILED while adding new component

2009-05-26 Thread Anil Patel
Hi, Knowing that you are new to Ofbiz, I suggest you should use code from Ofbiz trunk instead. Refer to following document to checkout code from svn repository. http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Source+Repository+and+Access We also have a nice tutorial that will help you learn

Re: Build file dependency problem

2008-09-15 Thread BJ Freeman
have not checked but can you ithe common first. Adrian Crum sent the following on 9/15/2008 1:53 PM: I need help solving a dependency problem. I have added some code to the common component, and I modified the service component to use the code. Problem is, the common component depends on the

Re: Build file dependency problem

2008-09-15 Thread Adrian Crum
I just moved the new code to the service component. Problem solved. Thanks. -Adrian BJ Freeman wrote: have not checked but can you ithe common first. Adrian Crum sent the following on 9/15/2008 1:53 PM: I need help solving a dependency problem. I have added some code to the common

Re: Build to update a production database

2008-09-11 Thread Jacques Le Roux
Please Eric, for the sake of thread continuity, create a new message when the topic is unrelated. I did the same error in the past when I joigned the list and now I better understand how it can be annoying when browsing old threads (in Nabble for instance). About your question, you might be

RE: Build

2007-12-09 Thread Brendan Vogt
of the sites that you have done with OFBiz? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, December 08, 2007 10:39 PM To: user@ofbiz.apache.org Subject: RE: Build This is Java 6. However, some folks report success with 1.6. I had trouble with it that could

RE: Build

2007-12-08 Thread Brendan Vogt
HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing) I thought I downloaded Java EE. Brendan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, October 20, 2007 7:43 PM To: user@ofbiz.apache.org Subject: RE: Build Brandon Get used to your

Re: Build

2007-12-08 Thread v. sunder anand
Java version clearly tell that it is java 1.6 (called as java 6) -Original Message- From: Brendan Vogt [EMAIL PROTECTED] Date: Sat, 8 Dec 2007 15:38:43 To:user@ofbiz.apache.org Subject: RE: Build Hi Skip, I just went through my OFBiz emails and came upon this one. You said

RE: Build

2007-12-08 Thread Brendan Vogt
And why is this not supposed to be used with OFBiz?? -Original Message- From: v. sunder anand [mailto:[EMAIL PROTECTED] Sent: Saturday, December 08, 2007 3:42 PM To: user@ofbiz.apache.org Subject: Re: Build Java version clearly tell that it is java 1.6 (called as java 6

Re: Build

2007-12-08 Thread Jacques Le Roux
Subject: Re: Build Java version clearly tell that it is java 1.6 (called as java 6) -Original Message- From: Brendan Vogt [EMAIL PROTECTED] Date: Sat, 8 Dec 2007 15:38:43 To:user@ofbiz.apache.org Subject: RE: Build Hi Skip, I just went through my OFBiz emails and came

RE: Build

2007-12-08 Thread Brendan Vogt
AFAIK?? -Original Message- From: Jacques Le Roux [mailto:[EMAIL PROTECTED] Sent: Saturday, December 08, 2007 4:12 PM To: user@ofbiz.apache.org Subject: Re: Build AFAIK, there are no problems with 1.6. Jacques De : Brendan Vogt [EMAIL PROTECTED] And why is this not supposed

Re: Build

2007-12-08 Thread Raj Saini
As Far As I Know Brendan Vogt wrote: AFAIK?? -Original Message- From: Jacques Le Roux [mailto:[EMAIL PROTECTED] Sent: Saturday, December 08, 2007 4:12 PM To: user@ofbiz.apache.org Subject: Re: Build AFAIK, there are no problems with 1.6. Jacques De : Brendan Vogt [EMAIL

Re: Build

2007-12-08 Thread BJ Freeman
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, October 20, 2007 7:43 PM To: user@ofbiz.apache.org Subject: RE: Build Brandon Get used to your command line interface. Don't start clicking on files. build.xml is NOT generated. It is downloaded from svn

RE: Build

2007-12-08 Thread [EMAIL PROTECTED]
Subject: RE: Build Hi Skip, I just went through my OFBiz emails and came upon this one. You said that I should not use Java 6. How would I know that?? I did java -version and it showed 1.6.03. Is this Java 6 or 5? It also says: java version 1.6.0_03 Java(TM) SE Runtime Environment (build

Re: Build

2007-10-20 Thread BJ Freeman
the build.xml is not generated, but used to build the jar files. the error you got that the tools.jar that has the Javac in it is not able to be found. you are correct you are not pointed to the JDK change your windows environment so JAVA_HOME points to 1.5 JDK Brendan Vogt sent the following on

RE: Build

2007-10-20 Thread [EMAIL PROTECTED]
Brandon Get used to your command line interface. Don't start clicking on files. build.xml is NOT generated. It is downloaded from svn. Make sure you have JAVA_HOME environmental variable set as well as ANT_HOME, eg set JAVA_HOME=your install dir If you are going to do any serious java

Re: build ecommerce under eclipse

2007-05-29 Thread Walter Vaughan
x d wrote: i am a beginner to ofbiz.today i fetched code from apache svn and tried to deploy ecommerce (with build.xml under /applications/ecommerce/).but i continuously got this message BUILD FAILED Your subject line said you were trying to do this under eclipse. Have you followed the

Re: build ecommerce under eclipse

2007-05-29 Thread Jacques Le Roux
You may also have a look here http://docs.ofbiz.org/display/OFBIZ/Eclipse+Tips http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse Actualy it's easy to do a search on eclipse in http://docs.ofbiz.org Jacques x d wrote: i am a beginner to ofbiz.today i fetched code