You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Anil Patel <to...@gmail.com> on 2007/04/23 04:42:21 UTC

code from trunk, Build Error

svn revision 531315

classes:
    [javac] Compiling 6 source files to
C:\ofbiz-mq\hot-deploy\marquee\build\classes
    [javac]
C:\ofbiz-mq\hot-deploy\marquee\src\com\hotwaxmedia\marquee\remote\RemoteServices.java:20
1: unreported exception org.ofbiz.base.config.GenericConfigException; must
be caught or declared to
be thrown
    [javac]                     scon.setSSLSocketFactory(
SSLUtil.getSSLSocketFactory(ks, password, a
lias));

[javac]
^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error


regards
Anil Patel

Re: code from trunk, Build Error

Posted by Tim Ruppert <ti...@hotwaxmedia.com>.
Anil, this is a local build error due to a component you're loading.   
Remove and the trunk should build fine.

Cheers,
Tim
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595


On Apr 22, 2007, at 8:42 PM, Anil Patel wrote:

> svn revision 531315
>
> classes:
>    [javac] Compiling 6 source files to
> C:\ofbiz-mq\hot-deploy\marquee\build\classes
>    [javac]
> C:\ofbiz-mq\hot-deploy\marquee\src\com\hotwaxmedia\marquee\remote 
> \RemoteServices.java:20
> 1: unreported exception  
> org.ofbiz.base.config.GenericConfigException; must
> be caught or declared to
> be thrown
>    [javac]                     scon.setSSLSocketFactory(
> SSLUtil.getSSLSocketFactory(ks, password, a
> lias));
>
> [javac]
> ^
>    [javac] Note: Some input files use unchecked or unsafe operations.
>    [javac] Note: Recompile with -Xlint:unchecked for details.
>    [javac] 1 error
>
>
> regards
> Anil Patel