Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] N-build failure in SystemTableViewPart

Hi Dave,

it looks like you're depending on a Java5 API in SystemTableViewPart:
this is incorrect since we officially still depend on Java 1.4 only.
Can you please fix it, and make sure that you have a Java 1.4 JRE
installed and registered in the Preferences -- then you should see
the error yourself before committing:

    [javac] 965. ERROR in /home/data/users/moberhuber/ws2/working/build/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/internal/ui/view/SystemTableView
Part.java (at line 702)
    [javac]     if (columnWidths.contains(";")){        //$NON-NLS-1$
    [javac]                      ^^^^^^^^
    [javac] The method contains(String) is undefined for the type String


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: Mittwoch, 14. Jänner 2009 07:10
To: martin.oberhuber@xxxxxx
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/N20090114-0100
     [move] Moving 4 files to /home/data/users/moberhuber/ws2/working/package/N20090114-0100
     [copy] Copying 1 file to /home/data/users/moberhuber/ws2/working/package/N20090114-0100
     [copy] Copying 6 files to /home/data/users/moberhuber/ws2/working/package/N20090114-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: 9 minutes 48 seconds
ls: N20090114-01*/RSE-SDK-N20090114-01*.zip: No such file or directory
FILES=



Back to the top