From: "David E Jones" <[EMAIL PROTECTED]>
>
> On Oct 6, 2006, at 8:02 AM, [EMAIL PROTECTED] wrote:
>
> > Author: jleroux
> > Date: Fri Oct 6 00:02:41 2006
> > New Revision: 453515
> >
> > URL: http://svn.apache.org/viewvc?view=rev&rev=453515
> > Log:
> > This commit resolves "Percentage item and sale discounts not
> > working" (https://issues.apache.org/jira/browse/OFBIZ-289)
> >
> > Thanks to Ray Barlow for reporting and Si Chen/Iain Fogg for their
> > clues. I have tested it quite thourougly it seems to work well.
> > IMHO there is still work to be done for the receipt that does not
> > show clearly the sale adjustment. But that's another story...
> >
> > Added:
> > incubator/ofbiz/trunk/framework/base/lib/plugin.jar (with props)
>
> What is this plugin.jar? Was this added by accident? If so, let's get
> rid of it. If it is needed then we need to update:
> http://docs.ofbiz.org/display/OFBADMIN/Libraries+Included+in+OFBiz
> LICENSE file
> NOTICE file (possibly)
>
> -David
Hi David,
It's an accident, I have ripped it off.
Yes it's is needed else you get (at least on Windows no problem if missing on
Linux)
classes:
[javac] Compiling 42 source files to
D:\WorkspaceNew\ofbiz\applications\product\build\classes
[javac]
D:\WorkspaceNew\ofbiz\applications\product\src\ShipmentScaleApplet.java:35:
package netscape.javascript does not exist
[javac] import netscape.javascript.JSObject;
[javac] ^
[javac]
D:\WorkspaceNew\ofbiz\applications\product\src\ShipmentScaleApplet.java:208:
cannot resolve symbol
[javac] symbol : class JSObject
[javac] location: class ShipmentScaleApplet
[javac] JSObject win = JSObject.getWindow(this);
[javac] ^
[javac]
D:\WorkspaceNew\ofbiz\applications\product\src\ShipmentScaleApplet.java:208:
cannot resolve symbol
[javac] symbol : variable JSObject
[javac] location: class ShipmentScaleApplet
[javac] JSObject win = JSObject.getWindow(this);
[javac] ^
[javac] 3 errors
[subant] Failure for target 'null' of:
D:\WorkspaceNew\ofbiz\applications\build.xml
[subant] The following error occurred while executing this line:
[subant] D:\WorkspaceNew\ofbiz\applications\build.xml:67: The following
error occurred while executing this line:
[subant] D:\WorkspaceNew\ofbiz\applications\product\build.xml:97: Compile
failed; see the compiler error output for details.
[subant] No sub-builds to iterate on
[echo] [build] ========== Done Building (Compile) ==========
BUILD SUCCESSFUL
Total time: 45 seconds
I already updated OPTIONAL_LIBRARIES some time ago. I take a look at
http://docs.ofbiz.org/display/OFBADMIN/Libraries+Included+in+OFBiz LICENCE and
NOTICE file also...
Jacques