Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-tm-dev] N-builds currently fail due to WinCE

Hi Martin,

You are correct, I was working on TM with JDK1.5 for a while and I accidentally introduced this
compile error. Yesterday I found the problem and reverted to the old IOException(String)
constructor, so the problem must be gone. I am going to use only JDK1.4 from now on when working on TM.

Thanks,
Rado

Oberhuber, Martin wrote:
> Hi Rado,
> 
> I noticed that our N-builds currently fail due to WinCE changes:
> 
>     [javac] 2. ERROR in
> /home/data/users/moberhuber/ws2/working/build/plugins/org.eclipse.rse.su
> bsystems.wince/src/org/eclipse/rse/in
> ternal/services/wince/files/WinCEFileService.java (at line 501)
>     [javac]     throw new IOException(e);
>     [javac]           ^^^^^^^^^^^^^^^^^^
>     [javac] The constructor IOException(RapiException) is undefined
> 
> Can you please check what's going wrong, and fix the issue.
> I could imagine that you're using a Java 1.5 environment locally,
> But the builds erver wants Java 1.4. Please make sure that you 
> Have a Java 1.4 installed on your computer and registered
> With Eclipse. 
> 
> I can help if you don't find out what the problem is. Just
> Skype me if you need help.
> 
> Cheers,
> --
> Martin Oberhuber, Senior Member of Technical Staff, Wind River
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm
>  
> 
> -----Original Message-----
> From: moberhuber@xxxxxxxxxxx [mailto:moberhuber@xxxxxxxxxxx] 
> Sent: Dienstag, 13. Mai 2008 07:11
> To: Oberhuber, Martin
> Subject: Cron <moberhuber@build> $HOME/ws2/doit_nightly.sh
> 
> Removing old logs and builds...
> Updating builder from CVS...
> Running the builder...
> myInit:
> 
> postBuild:
>      [move] Moving 15 files to
> /home/data/users/moberhuber/ws2/working/package/N20080513-0100
>      [move] Moving 4 files to
> /home/data/users/moberhuber/ws2/working/package/N20080513-0100
>      [copy] Copying 1 file to
> /home/data/users/moberhuber/ws2/working/package/N20080513-0100
>      [copy] Copying 6 files to
> /home/data/users/moberhuber/ws2/working/package/N20080513-0100
> 
> publish:
> 
> myInit:
> 
> publishCopy:
> 
> myInit:
> 
> publishUpload:
> 
> myInit:
> 
> mail:
> 
> mailPass:
> 
> mailFail:
>      [mail] Failed to initialise MIME mail:
> javax/mail/MessagingException
> BUILD SUCCESSFUL
> 
> BUILD SUCCESSFUL
> Total time: 10 minutes 35 seconds
> ls: N20080513-01*/RSE-SDK-N20080513-01*.zip: No such file or directory
> FILES=
> _______________________________________________
> dsdp-tm-dev mailing list
> dsdp-tm-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev
> 
> 


Back to the top