I have been using ofbiz versions below 9.x for 5+ years. I am in the
process of updating to 12.04. I downloaded the zip file, made a few critical modifications and ran "ant" I am getting over a hundred errors related to com.sun.star.io For example: package com.sun.star.io does not exist import com.sun.star.io.NotConnectedException I ran this on both 32 and 64 bit version of jdk1.6 with the same results. Did a google search but found nothing useful. Is there some other ant command I need to build some base libraries or do I need to get this openoffice library somewhere else first? Any help is appreciated. I am just trying to do an iterative build as I make these changes before actually using any data. Skip |
Skip,
Welcome back! It might help if you could specify the environment - specifically the OS and JDK manufacturer. No one has reported the problems you describe, so it might be a version or configuration problem. -Adrian On 5/7/2013 6:23 PM, Skip wrote: > I have been using ofbiz versions below 9.x for 5+ years. I am in the > process of updating to 12.04. > > I downloaded the zip file, made a few critical modifications and ran "ant" > > I am getting over a hundred errors related to com.sun.star.io > > For example: > > package com.sun.star.io does not exist > > import com.sun.star.io.NotConnectedException > > I ran this on both 32 and 64 bit version of jdk1.6 with the same results. > Did a google search but found nothing useful. > > Is there some other ant command I need to build some base libraries or do I > need to get this openoffice library somewhere else first? > > Any help is appreciated. > > I am just trying to do an iterative build as I make these changes before > actually using any data. > > Skip > |
Adrian
Thanks for the reply. This is version 12.04. I have modified several files to support some additional stuff. After some messing around, I discovered that I needed the libraries in content\lib\uno which has the openoffice stuff as well as the jasperreports stuff in framework. I downloaded and installed the jars and everything compiles now. The only issue is that I am not sure what version of these libraries are currently being used. Can someone elaborate or should I just use the latest. Thanks in Advance Skip -----Original Message----- From: Adrian Crum [mailto:[hidden email]] Sent: Tuesday, May 07, 2013 3:38 PM To: [hidden email] Subject: Re: 12.04 Build Errors Skip, Welcome back! It might help if you could specify the environment - specifically the OS and JDK manufacturer. No one has reported the problems you describe, so it might be a version or configuration problem. -Adrian On 5/7/2013 6:23 PM, Skip wrote: > I have been using ofbiz versions below 9.x for 5+ years. I am in the > process of updating to 12.04. > > I downloaded the zip file, made a few critical modifications and ran "ant" > > I am getting over a hundred errors related to com.sun.star.io > > For example: > > package com.sun.star.io does not exist > > import com.sun.star.io.NotConnectedException > > I ran this on both 32 and 64 bit version of jdk1.6 with the same results. > Did a google search but found nothing useful. > > Is there some other ant command I need to build some base libraries or do > need to get this openoffice library somewhere else first? > > Any help is appreciated. > > I am just trying to do an iterative build as I make these changes before > actually using any data. > > Skip > |
Free forum by Nabble | Edit this page |