You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Dan Dodd <da...@ihop.org> on 2009/12/14 15:03:33 UTC

Build Failed in 9.04 revision 890303.

I ran svn up and updated to revision 890303, ran ant clean-all and then ant run-install



classes:
  [javac15] Compiling 57 source files to C:\develop\ofbiz.9.04\specialpurpose\pos\build\classes
  [javac15] C:\develop\ofbiz.9.04\specialpurpose\pos\src\org\ofbiz\pos\event\ManagerEvents.java:472: cannot find symbol
  [javac15] symbol  : class Delegator
  [javac15] location: class org.ofbiz.pos.event.ManagerEvents
  [javac15]             Delegator delegator = pos.getSession().getDelegator();
  [javac15]             ^
  [javac15] Note: Some input files use unchecked or unsafe operations.
  [javac15] Note: Recompile with -Xlint:unchecked for details.
  [javac15] 1 error

BUILD FAILED
C:\develop\ofbiz.9.04\build.xml:154: The following error occurred while executing this line:
C:\develop\ofbiz.9.04\specialpurpose\build.xml:74: The following error occurred while executing this line:
C:\develop\ofbiz.9.04\macros.xml:27: The following error occurred while executing this line:
C:\develop\ofbiz.9.04\specialpurpose\pos\build.xml:57: Compile failed; see the compiler error output for details.

Dan Dodd

Re: Build Failed in 9.04 revision 890303.

Posted by Jacques Le Roux <ja...@les7arts.com>.
Thanks Dan,

Fixed at r890351

Jacques

From: "Dan Dodd" <da...@ihop.org>
>I ran svn up and updated to revision 890303, ran ant clean-all and then ant run-install
> 
> 
> 
> classes:
>  [javac15] Compiling 57 source files to C:\develop\ofbiz.9.04\specialpurpose\pos\build\classes
>  [javac15] C:\develop\ofbiz.9.04\specialpurpose\pos\src\org\ofbiz\pos\event\ManagerEvents.java:472: cannot find symbol
>  [javac15] symbol  : class Delegator
>  [javac15] location: class org.ofbiz.pos.event.ManagerEvents
>  [javac15]             Delegator delegator = pos.getSession().getDelegator();
>  [javac15]             ^
>  [javac15] Note: Some input files use unchecked or unsafe operations.
>  [javac15] Note: Recompile with -Xlint:unchecked for details.
>  [javac15] 1 error
> 
> BUILD FAILED
> C:\develop\ofbiz.9.04\build.xml:154: The following error occurred while executing this line:
> C:\develop\ofbiz.9.04\specialpurpose\build.xml:74: The following error occurred while executing this line:
> C:\develop\ofbiz.9.04\macros.xml:27: The following error occurred while executing this line:
> C:\develop\ofbiz.9.04\specialpurpose\pos\build.xml:57: Compile failed; see the compiler error output for details.
> 
> Dan Dodd
>