Hi Skip,
Please do following changes in build.xml files:
1. applications/order/build.xml in this file add <fileset
dir="../../framework/widget/build/lib" includes="*.jar"/> after this
<fileset dir="../../framework/common/build/lib" includes="*.jar"/> line.
2. applications/party/build.xml in this file add <fileset
dir="../../framework/widget/build/lib" includes="*.jar"/> after this
<fileset dir="../../framework/common/build/lib" includes="*.jar"/> line.
3. applications/product/build.xml in this file add <fileset
dir="../../framework/widget/build/lib" includes="*.jar"/> after this
<fileset dir="../../framework/common/build/lib" includes="*.jar"/> line.
4. applications/workeffort/build.xml in this file add <fileset
dir="../../framework/widget/build/lib" includes="*.jar"/> after this
<fileset dir="../../framework/common/build/lib" includes="*.jar"/> line.
5. specialpurpose/ebay/build.xml in this file add these two
lines <fileset dir="../../framework/widget/build/lib"
includes="*.jar"/><fileset dir="../../applications/content/build/lib"
includes="*.jar"/> after this <fileset
dir="../../framework/common/build/lib" includes="*.jar"/> line.
6. specialpurpose/pos/build.xml in this file add <fileset
dir="../../framework/start/build/lib" includes="*.jar"/> after
this <fileset dir="${lib.dir}" includes="*.jar"/> line.
One more changes in macros.xml file like target and source value with 1.8
version:
<default-javac compiler="javac1.6" target="1.8" source="1.8"
encoding="UTF-8" sourcepathref="src-path">
Thanks & Regards
--
Yashwant Dhakad
HotWax Systems
http://www.hotwaxsystems.com/
On Sat, Dec 9, 2017 at 4:48 AM, Skip <[email protected]> wrote:
> I am using Ofbiz version 12. I cannot easily convert to the latest because
> I have made thousands of changes to the ofbiz core code and redoing all
> that
> for version 16 will take a long time.
>
> Recently, UPS stopped support for TLS 1.0. It now requires 1.2. This is
> supported in Java 8.
>
> Does anyone have any experience using Java 8 with older versions of OFbiz?
>
> Thanks in Advance
>
> Skip
>
>