Re: Java 6 Question

2009-12-04 Thread Jacques Le Roux
I was more thinking about Debian/Ubuntu packages, but anyway Linux package at large, yes! Jacques From: Shi Jinghai sh...@langhua.cn Exciting... As Jacques mentioned 'packages', the packages may look like yum install ofbiz-framework-9.04 yum install ofbiz-applications-9.04 yum install

Re: Java 6 Question

2009-12-04 Thread Jacques Le Roux
Hi Sam, Inline... From: Sam Hamilton s...@sh81.com Thanks Shi. I found that OFBiz trunk is in Hudson and from what I can tell is only building against sun-java6-jdk-1.6.0.10 (http://ci.apache.org/builders/ofbiz-trunk) but I totally could be reading this wrong. Builbot is not Hudson

Re: Java 6 Question

2009-12-04 Thread Scott Gray
I'm guessing no committers are using OpenJDK since it's not compiling on it at the moment, which would make it pretty difficult to fix any problems that arise. IMO anyone who is using OpenJDK should just submit fixes for any issues that they find while using it, I'd rather not have

Re: Java 6 Question

2009-12-04 Thread Shi Jinghai
It's unnecessary to add OpenJDK to the build list. Don't use packages of sun.*, then it should be OK. 在 2009-12-04五的 13:30 +0100,Jacques Le Roux写道: Hi Sam, Inline... From: Sam Hamilton s...@sh81.com Thanks Shi. I found that OFBiz trunk is in Hudson and from what I can tell is only

Re: Java 6 Question

2009-12-03 Thread Shi Jinghai
That's the pain to follow trunk. Not sure whether OFBiz has used the Hudson. If yes, I think Hudson report will help you to know which the latest version has passed build and test without any errors. Good luck, Shi Jinghai/Beijing Langhua Ltd. 在 2009-12-03四的 11:42 +0800,Sam Hamilton写道: Shi -

Re: Java 6 Question

2009-12-03 Thread Sam Hamilton
Thanks Shi. I found that OFBiz trunk is in Hudson and from what I can tell is only building against sun-java6-jdk-1.6.0.10 (http://ci.apache.org/builders/ofbiz-trunk) but I totally could be reading this wrong. Does it make sense to add openJDK to the build list to make sure that ofbiz is

Re: Java 6 Question

2009-12-03 Thread Shi Jinghai
Exciting... As Jacques mentioned 'packages', the packages may look like yum install ofbiz-framework-9.04 yum install ofbiz-applications-9.04 yum install ofbiz-specailpurpose-pos-9.04 ... We'll make such a try (setup a repository). I'll let you know if we make any progress. 在 2009-12-04五的

Re: Java 6 Question

2009-12-02 Thread Sam Hamilton
Shi - yep the branch builds fine but the trunk errors out with the following error: classes: [javac15] Compiling 54 source files to /opt/ofbiz/applications/product/build/classes [javac15] /opt/ofbiz/applications/product/src/org/ofbiz/product/config/ProductConfigWorker.java:139: warning:

Re: Java 6 Question

2009-12-01 Thread Shi Jinghai
We have used OpenJDK (on Fedora) for a while. There is no problem at all. Regards, Shi Jinghai/Beijing Langhua Ltd. 在 2009-12-01二的 15:32 +0800,Sam Hamilton写道: Hi Guys, I see that there is a vote going on at the moment about java 6 - I am wondering if this would also mean that it would be

Re: Java 6 Question

2009-12-01 Thread Jacques Le Roux
This is very intereting because it allows to create packages for Linux systems. And this would increase much OFBiz visibility... Jacques From: Shi Jinghai sh...@langhua.cn We have used OpenJDK (on Fedora) for a while. There is no problem at all. Regards, Shi Jinghai/Beijing Langhua Ltd. 在

Re: Java 6 Question

2009-12-01 Thread Shi Jinghai
Yes, I see. That's a great idea. Not sure how Apache(httpd) and Tomcat became a part of Linux releases, create a self maintained repository at the 1st step and then try to merge it into Linux releases step by step? Shi Jinghai 在 2009-12-01二的 10:53 +0100,Jacques Le Roux写道: This is very

Re: Java 6 Question

2009-12-01 Thread Sam Hamilton
I dug this out from the fedora wiki - http://fedoraproject.org/wiki/PackageMaintainers which explains how to get a package submitted but at the moment the trunk r885762 fails to build so I am guessing Shi that you have fixed a few things to get it working. Sam Shi Jinghai wrote: Yes, I

Re: Java 6 Question

2009-12-01 Thread Shi Jinghai
Thank you for the link, Sam! I have used Red Hat over 10 years, but shame, never contribute any code back. BTW, we use 09.04 release branch. 在 2009-12-01二的 21:49 +0800,Sam Hamilton写道: I dug this out from the fedora wiki - http://fedoraproject.org/wiki/PackageMaintainers which explains how to

Java 6 Question

2009-11-30 Thread Sam Hamilton
Hi Guys, I see that there is a vote going on at the moment about java 6 - I am wondering if this would also mean that it would be possible to run OFBiz using openJDK once this migration has been done? Cheers Sam