Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] swt-motif-3128 not found?


I have entered this bug to track the problem you are reporting:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=96471

Feel free to add yourself to the cc list and to annotate with further questions or comments.

Sonia



"Yu Chen" <yuchen@xxxxxxx>
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

05/24/2005 01:09 PM

Please respond to
"Eclipse platform release engineering list."

To
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
cc
Subject
[platform-releng-dev] swt-motif-3128 not found?





I had posted my question to platform.swt newsgroup, but hope to get some quick help from this list…
 
----------------------------------------------------------------------------------------------------
Anyone know where I can find swt-motif-3128? I am on a window platform,  runnning the releng's performance.ui.Main to generate the charting results… I am not sure why it would look for swt-motif-3128.  Can anyone shed some light on this?

 
Thanks!
-yuchen
=========================================
The ' characters around the executable and arguments are
not part of the command.
    [java] test: generating scenario results...done.
    [java] Exception in thread "main" java.lang.UnsatisfiedLinkError: no
swt-motif-3128 in java.library.path
    [java]     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
    [java]     at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    [java]     at java.lang.System.loadLibrary(System.java:992)
    [java]     at
org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
    [java]     at org.eclipse.swt.internal.motif.OS.<clinit>(OS.java:18)
    [java]     at org.eclipse.swt.graphics.Device.<clinit>(Device.java:107)
    [java]     at
org.eclipse.test.performance.ui.FingerPrint.save(FingerPrint.java:160)
    [java]     at
org.eclipse.test.performance.ui.FingerPrint.run(FingerPrint.java:109)
    [java]     at
org.eclipse.test.performance.ui.FingerPrint.<init>(FingerPrint.java:81)
    [java]     at org.eclipse.test.performance.ui.Main.run(Main.java:131)
    [java]     at org.eclipse.test.performance.ui.Main.run(Main.java:52)
    [java]     at org.eclipse.test.performance.ui.Main.main(Main.java:36)
    [java] test: generating fingerprints and scenario status tables...
    [java] Java Result: 1

BUILD SUCCESSFUL
Total time: 3 seconds

C:\CVS\src\org.eclipse.releng.basebuilder\plugins\org.eclipse.test.performance.ui\scripts>

 



From: platform-releng-dev-bounces@xxxxxxxxxxx [mailto:platform-releng-dev-bounces@xxxxxxxxxxx] On Behalf Of Steven Wasleski
Sent:
Friday, May 20, 2005 9:36 AM
To:
Eclipse platform release engineering list.
Cc:
Eclipse platform release engineering list.; platform-releng-dev-bounces@xxxxxxxxxxx
Subject:
Re: [platform-releng-dev] Translatable Attributes in manifest files

 

From a translation point of view, CHKPII errors in plugin.xml and feature.xml are not an issue as these files are not translated. All strings to be translated must be separated into plugin.properties and feature.properties respectively. From a "we would like the build to help catch strings that should be separated but are not" perspective it may be nice to leave this check in the build. However, CHKPII does not always catch these mistakes and does create false positives sometimes. A PDE usage based solution like Wassim suggests may be best.

Thanks,
Steve Wasleski

IES Technical Lead

Inactive hide details for Wassim Melhem <wassimm@xxxxxxxxxx>Wassim Melhem <wassimm@xxxxxxxxxx>

Wassim Melhem <wassimm@xxxxxxxxxx>
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

05/20/2005 10:30 AM


Please respond to
"Eclipse platform release engineering list."



To

"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>

cc

Subject

[platform-releng-dev] Translatable Attributes in manifest files

 




There is no way for the chkpii tool to determine without a shadow of a
doubt which attributes in the plugin.xml are translatable and which are
not.

But PDE can, thanks to all teams marking their translatable attributes as
such in their extension point schemas.

If the build process starts ignoring plugin.xml files wholesale to avoid
bogus errors, then legitimate errors would go unnoticed.

Therefore, I recommend that teams set the PDE manifest builder flag for
'usage of non-externalized strings' to ERROR.

To do so, bring up the properties dialog of your project.  Go to the
Plug-in Manifest Compiler property page, and the flag in question is listed
last.

Wassim.

By the way, the inspiration for this email came from my observation that in
Nick's workspace, all untranslated attributes are marked as ERROR.
So I presume the Platform/UI team were the pioneers of this.





                                                                         
           Sonia                                                        
           Dimitrov/Ottawa/I                                            
           BM@IBMCA                                                   To
           Sent by:                  "Eclipse platform release          
           platform-releng-d         engineering list."                  
           ev-bounces@eclips         <platform-releng-dev@xxxxxxxxxxx>  
           e.org                                                      cc
                                                                         
                                                                 Subject
           05/20/2005 10:05          Re: [platform-releng-dev]          
           AM                        [eclipse-build]Build                
                                     N20050520-0010    (Timestamp:      
                                     200505200010):Automated       JUnit
           Please respond to         testing complete.       Test        
           "Eclipse platform         failures/errors occurred.          
                release                                                  
              engineering                                                
                list."                                                  
                                                                         
                                                                         
                                                                         





This plugin.xml has been added to the ignored file list.

Sonia


                                                                         
Darin                                                                    
Wright/Ottawa/IB                                                          
M@IBMCA                                                                To
Sent by:                           "Eclipse platform release engineering  
platform-releng-                   list."                                
dev-bounces@ecli                   <platform-releng-dev@xxxxxxxxxxx>      
pse.org                                                                cc
                                                                         
                                                                 Subject
05/20/2005 09:12                   Re: [platform-releng-dev]              
AM                                 [eclipse-build]Build                  
                                  N20050520-0010        (Timestamp:      
                                  200505200010):Automated        JUnit  
Please respond                    testing complete.        Test          
      to                          failures/errors occurred.              
   "Eclipse                                                              
   platform                                                              
    release                                                              
  engineering                                                            
    list."                                                              
                                                                         
                                                                         
                                                                         
                                                                         





The chkpii error in jdt.debug.ui should be ignored. The text is not
intended to be translated:

eclipse/plugins/org.eclipse.jdt.debug.ui_3.1.0_jar/
plugin.xml    XML-10      969   (W) XML tag attribute (qualifier) may
contain translatable text which cannot be translated.  Line: 2515


Darin




eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
05/20/2005 06:10 AM
Please respond to
"Eclipse platform release engineering list."


To
platform-releng-dev@xxxxxxxxxxx
cc

Subject
[platform-releng-dev] [eclipse-build]Build N20050520-0010 (Timestamp:
200505200010):Automated JUnit testing complete. Test failures/errors
occurred.






Build N20050520-0010 (Timestamp: 200505200010):  Automated JUnit testing
is complete.  Test failures/errors occurred in the following:

org.eclipse.ant.tests.ui_linux.gtk
org.eclipse.releng.tests_linux.gtk
org.eclipse.releng.tests_winxp
org.eclipse.swt.tests_linux.gtk

HTTP Download:


http://download.eclipse.org/downloads/drops/N20050520-0010

FTP Download:

              user: anonymous
              password: (e-mail address or leave blank)
              server:  download.eclipse.org
              cd to directory:  N20050520-0010

              or

             
ftp://download.eclipse.org/N20050520-0010
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/platform-releng-dev_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top