Skip to main content

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

Hi Martin,

I've updated the code to use indexOf instead of contains.

Thanks,
____________________________________
David McKnight
Phone: 905-413-3902 , T/L: 969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail: D1/YFY/8200/TOR
____________________________________

Inactive hide details for "Oberhuber, Martin" <Martin.Oberhuber@xxxxxxxxxxxxx>"Oberhuber, Martin" <Martin.Oberhuber@xxxxxxxxxxxxx>


          "Oberhuber, Martin" <Martin.Oberhuber@xxxxxxxxxxxxx>

          14/01/2009 10:33 AM


To

David McKnight/Toronto/IBM@IBMCA

cc

"Target Management developer discussions" <dsdp-tm-dev@xxxxxxxxxxx>

Subject

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=


GIF image

GIF image

GIF image


Back to the top