Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re[2]: [higgins-dev] Preparation for 1.1M4 build - idas.cp.jndi

It looks like it works now with this new version - will try to do
Higgins 1.1.M4 build by the end of today.


Valery

Friday, November 21, 2008, 5:38:52 AM, you wrote:

>  
>  
> ok, I checked in another build of the same jar using an actual 1.4 JDK. Crossing my fingers...
>  
>  
>  
> (Aside) They actually make it quite difficult these days to get the
> sun Java 1.4 JDK.  You have to jump through page after page, deal
> with all manner of warnings of lack of support, and finally wait for
> them to send you a link to your email address.

>>>> "Jim Sermersheim" <jimse@xxxxxxxxxx> 11/20/08 8:04 AM >>>
>  
> Looks like it's not enough to simply turn on the Java 1.4 source
> and target settings. I have to actually get a 1.4 JDK?
>  
>  
>  
> Sorry, my entire system is being rebuilt from scratch.  I'll try again today.

>>>> "Jim Sermersheim" <jimse@xxxxxxxxxx> 11/19/08 7:20 PM >>>
>  
> I rebuilt that jar using Java 1.4 settings and checked it in.  Hopefully that fixes it
>  
>  
>  
> Jim

>>>> Valery Kokhan <vkokhan@xxxxxxxxxxxxxx> 11/14/08 8:51 AM >>>
> Hi All,

> I'm working on preparation for Higgins 1.1M4 build but there are
> several projects which are still not built on build server.

> Jim or Tom,

> Could you look at build results for
> org.eclipse.higgins.idas.cp.jndi project at
> http://www.eclipse.org/higgins/downloads_parser.php?loc=/downloads/idas.cp.jndi

> It looks like cp.jndi project is unbuildable on build server for a
> long time due to incompatible version of bandit-jndi-0.2.2229.jar - it
> was built with Java 1.5 while build server uses Java 1.4

> See extraction from build log below
> ===================================
>     [javac] Compiling 8 source files to
> /opt/public/technology/higgins/bin/auto/wDir/bDir/org.eclipse.higgins.idas.cp.jndi/build/bin
>     [javac]
> /opt/public/technology/higgins/bin/auto/wDir/bDir/org.eclipse.higgins.idas.cp.jndi/src/org/eclipse/higgins/idas/cp/jndi/JNDIContext.java:111:
> cannot access org.bandit.util.jndi.RfcFilter
>     [javac] bad class file:
> /opt/public/technology/higgins/bin/auto/wDir/bDir/org.eclipse.higgins.dependencies.redistributable/bandit-jndi-0.2.2229/bandit-jndi-0.2.2229.jar(org/bandit/util/jndi/RfcFilter.class)
>     [javac] class file has wrong version 50.0, should be 48.0
>     [javac] Please remove or make sure it appears in the correct subdirectory of the classpath.
>     [javac] import org.bandit.util.jndi.RfcFilter;
>     [javac]                             ^
>     [javac] 1 error
>      [echo] Target failed: Error ->>>
> =================================

> It appears for me that org.eclipse.higgins.saml2idp.server project
> is unbuildable for the same reason.

> Could you replace bandit-jndi-0.2.2229.jar in
> org.eclipse.higgins.dependencies.redistributable project with the
> correct one?





Back to the top