You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@ofbiz.org> on 2006/08/03 08:58:33 UTC

[JIRA] Fermé: (OFBIZ-894) plugin.jar is missing in /base/lib or something must be done in applications\product\src\ShipmentScaleApplet.java

     [ http://jira.undersunconsulting.com/browse/OFBIZ-894?page=all ]
     
Jacques Le Roux closed OFBIZ-894:
---------------------------------

    Resolution: Duplicate

This is now Apache-OFBIZ-92

> plugin.jar is missing in /base/lib or something must be done in applications\product\src\ShipmentScaleApplet.java
> -----------------------------------------------------------------------------------------------------------------
>
>          Key: OFBIZ-894
>          URL: http://jira.undersunconsulting.com/browse/OFBIZ-894
>      Project: [OFBiz] Open For Business
>         Type: Bug
>   Components: base
>     Versions: SVN
>     Reporter: Jacques Le Roux
>     Assignee: Jira Administrator
>      Fix For: SVN

>
>
> I can't understand why, but it seems that plugin.jar is missing in /base/lib.
> Without it I can't compile OFBiz with last svn (rev 7674 fresh checkout no modification).
> I get :
> ______________________________________________
> ...
> init:
> clean-lib:
>    [delete] Deleting directory
> D:\WorkspaceNew\ofbiz\applications\product\build\lib
> prepare:
>     [mkdir] Created dir: D:\WorkspaceNew\ofbiz\applications\product\build\lib
> classpath:
> classes:
>     [javac] Compiling 1 source file to
> D:\WorkspaceNew\ofbiz\applications\product\build\classes
>     [javac]
> D:\WorkspaceNew\ofbiz\applications\product\src\ShipmentScaleApplet.java:42:
> package netscape.javascript does not exist
>     [javac] import netscape.javascript.JSObject;
>     [javac]                            ^
>     [javac]
> D:\WorkspaceNew\ofbiz\applications\product\src\ShipmentScaleApplet.java:215:
> 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:215:
> cannot resolve symbol
>     [javac] symbol  : variable JSObject
>     [javac] location: class ShipmentScaleApplet
>     [javac]         JSObject win = JSObject.getWindow(this);
>     [javac]                        ^
>     [javac] 3 errors
> BUILD FAILED
> D:\WorkspaceNew\ofbiz\build.xml:152: The following error occurred while
> executing this line:
> D:\WorkspaceNew\ofbiz\applications\product\build.xml:104: Compile failed; see
> the compiler error output for details.
> ______________________________________________
> Whis it in base/lib, it's OK (either on Linux or Windows)
> Either if it's related to this comment in OPTIONAL_LIBRARIES
> -JavaScript/Rhino (NPL 1.1):
>   http://www.mozilla.org/js
>   TO BUILD comment out exclude: base/build.xml:org/ofbiz/base/util/OfbizJsBsfEngine.java
> something must be done in applications\product\src\ShipmentScaleApplet.java
> Or I'm missing something ?
> Jacques

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.undersunconsulting.com/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira