Eclipse Community Forums: Search for THE LINE Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Show: Today's Messages :: Unanswered Messages :: Show Polls :: Message Navigator

488 Search Results Found
1 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Tue, 07 July 2009 20:14 «» By: Dave Russo
Re: Adding new platform to RTSC
Madhvi wrote: > I downloaded CCSv4 and tried using RTSC wizard. One thing I realized was > that the wizard just creates a different platform type for an already > existing device. However I want to create a new platform for a new > devic...
2 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Tue, 07 July 2009 18:58 «» By: Madhvi
Adding new platform to RTSC
I downloaded CCSv4 and tried using RTSC wizard. One thing I realized was that the wizard just creates a different platform type for an already existing device. However I want to create a new platform for a new device – Leo TNETV107X (which is similar...
3 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Tue, 30 June 2009 16:51 «» By: Dave Russo
Re: XDC build error with specific XDCARGS
Badri wrote: > Champs, > I am using XDC tools version 3.15.00.50 on Windows. I am seeing that the > xdc build fails with message: > "can't create directory syslink_2_00_00_04" on giving the following XDC > build command line...
4 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Tue, 30 June 2009 09:47 «» By: Badri
XDC build error with specific XDCARGS
Champs, I am using XDC tools version 3.15.00.50 on Windows. I am seeing that the xdc build fails with message: "can't create directory syslink_2_00_00_04" on giving the following XDC build command line: xdc all XDCARGS="SYSLINKDIR=D:...
5 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Mon, 29 June 2009 19:33 «» By: Dave Russo
Re: Path-related Errors
Brad Griffis wrote: > I've been discussing this topic with Dave and wanted to make it more > visible. Here are what I *think* we've agreed to, though I'm sure Dave > will chime in if I've misrepresented him! > > This all relates to ...
6 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Wed, 17 June 2009 02:47 «» By: Brad Griffis
Path-related Errors
I've been discussing this topic with Dave and wanted to make it more visible. Here are what I *think* we've agreed to, though I'm sure Dave will chime in if I've misrepresented him! This all relates to the following bug: https://bugs.eclipse.org...
7 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Tue, 16 June 2009 16:56 «» By: Eclipse User
Re: compilation error in "RTSC Module Primer" Lesson2
Originally posted by: bob.biosbob.biz it looks like you are using a "pre-release" of xdctools 3.15, which you may have received in some beta of CCS4 i would recommend downloading the "latest" xdctools 3.15 referenced via the lin...
8 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Tue, 16 June 2009 08:26 «» By: olivier Paviot
compilation error in "RTSC Module Primer" Lesson2
Hello, I'm running the "RTSC Module Primer" tutorial. Lesson0 and Lesson1 are OK. When compiling Lesson2 (and Lesson3) with "gmake all", I get the following message: /******************************************************...
9 Forum: SeMantic Information Logistics Architecture (SMILA) «» Posted on: Mon, 15 June 2009 15:04 «» By: Juergen Schumacher
Re: Including a crawler in the build
Strange. Another try: Please add a line -Dequinox.ds.print=true to SMILA.ini. This should display errors that occur during activation of your Crawler service. And if there is nothing, you can add -Dequinox.ds.debug=true This will show lots ...
10 Forum: EGit / JGit «» Posted on: Thu, 11 June 2009 20:12 «» By: Robin Rosenberg
Re: Using EGit - basics
Jay Strauss wrote: > Hi, sorry I'm a total noob. > > I'm just starting to play with eclipse (Version: 3.4.2) and GIT (1.6.3) > and EGIT (0.4.0 I think). I don't seem to be able to "add" or "commit" > within eclip...
11 Forum: EGit / JGit «» Posted on: Thu, 11 June 2009 03:59 «» By: Jay Strauss
Using EGit - basics
Hi, sorry I'm a total noob. I'm just starting to play with eclipse (Version: 3.4.2) and GIT (1.6.3) and EGIT (0.4.0 I think). I don't seem to be able to "add" or "commit" within eclipse (after installing the EGIT plugin). Whe...
12 Forum: SeMantic Information Logistics Architecture (SMILA) «» Posted on: Mon, 08 June 2009 12:42 «» By: Juergen Schumacher
Re: Source JARs
Hi Roman, Am 08.06.2009, 14:08 Uhr, schrieb Roman Klimaschewski <roman.klimaschewski@empolis.com>: > How do you create the jar files that ends with .source_Version ? In the > feature projekt is no linking to any existing manifest-...
13 Forum: GEF3D «» Posted on: Fri, 29 May 2009 22:26 «» By: Miles Parker
Re: A couple of errors in ..draw3d
Cool. One more change I needed. In both Lwjgl (awkward name!) and DummyGraphics, he'll need to do something like: public void setAntialias(int value) { } public void setLineAttributes(LineAttributes attributes) { } To avoid...
14 Forum: GEF3D «» Posted on: Fri, 29 May 2009 20:41 «» By: Jens von Pilgrim
Re: A couple of errors in ..draw3d
Hi Miles, yes, there were indeed some changes with GEF 2.5, some methods were added to the Graphics interface. I will ask Kristian about that problem, he has implemented the GEF3D Graphics implementation. Cheers Jens On 2009-05-29 01:38:01 ...
15 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Fri, 29 May 2009 14:54 «» By: Dave Russo
Re: XDC on Mac OS X
Amichi Amar wrote: > Hello, > > I'd like to use the XDC tools on my Mac and would like to help getting > the toolset working on OS X. > Are the sources and instructions on how to build the suite available? I > understand there is...
16 Forum: GEF3D «» Posted on: Thu, 28 May 2009 23:38 «» By: Miles Parker
Re: A couple of errors in ..draw3d
OK, I added these lines to each of the three bad files: public float getLineWidthFloat() { return getLineWidth(); } public void setLineMiterLimit(float miterLimit) { // ignored } public void setLineWidthFl...
17 Forum: GEF3D «» Posted on: Thu, 28 May 2009 23:24 «» By: Miles Parker
Re: A couple of errors in ..draw3d
Same issue in LwjglGraphics. This looks like its actually due to an API breaking change in GEF 3.5. I'll make the obvious changes and post them back here. On 2009-05-28 16:04:58 -0700, Miles Parker <milesparker@gmail.com> said: > ...
18 Forum: GEF3D «» Posted on: Thu, 28 May 2009 23:04 «» By: Miles Parker
A couple of errors in ..draw3d
Ideas? Description Resource Path Location Type The type DummyGraphics must implement the inherited abstract method Graphics.getLineWidthFloat() DummyGraphics.java /org.eclipse.draw3d/src/java/org/eclipse/draw3d line 35 Java Problem The type DummyG...
19 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Wed, 20 May 2009 19:09 «» By: Dave Russo
Re: Change "Warning" to "Remark"
Chris Ring wrote: >> You can explicitly specify the config.bld to use on the command line, >> place a config.bld in the package's base, or place it in any directory >> named on the package path. > > If I explicitly say XDCBU...
20 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Wed, 20 May 2009 16:17 «» By: Chris Ring
Re: Change "Warning" to "Remark"
dave russo wrote: > Chris Ring wrote: >> I'd like to suggest that the current "Warning: no config.bld file was >> found along the package path..." emitted whenever the >> $XDC_INSTALL_DIR/packages/config.bld is used be ...
21 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Wed, 20 May 2009 14:47 «» By: Dave Russo
Re: Change "Warning" to "Remark"
Chris Ring wrote: > I'd like to suggest that the current "Warning: no config.bld file was > found along the package path..." emitted whenever the > $XDC_INSTALL_DIR/packages/config.bld is used be changed to a "Remark". ...
22 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Wed, 20 May 2009 14:34 «» By: Dave Russo
Re: To Rebuild the Package ... or not
sgspecker wrote: > This seems like a naive question, but I haven't been able to figure out > the answer on my own. > > I want to create a RTSC package for an algorithm I've written. I've used > the RTSC Codec Packaging wizard to crea...
23 Forum: JFace «» Posted on: Tue, 19 May 2009 15:40 «» By: Boris Bokowski
Re: problem creating tableviewer on the wizardpage
Hi Manohar, "Manohar " <manohar.babu@gmail.com> wrote in message news:6b740b26e1d6d9a6634bc3ed36d0fad5$1@www.eclipse.org... > if you check this line, I am setting the column names... > > // Set up the table > Ta...
24 Forum: JFace «» Posted on: Tue, 19 May 2009 12:25 «» By: Aurélien Pupier
Re: TableViewer CellEditor
ok, it was that... I thought that I have already tried that but it finally seems that not. thanks a lot for the answer and the response time. Tom Schindl wrote: > Hi, > Looks like you created you TableViewer *without* SWT.FULL_SELECTION ...
25 Forum: JFace «» Posted on: Tue, 19 May 2009 12:14 «» By: Thomas Schindl
Re: TableViewer CellEditor
Hi, Looks like you created you TableViewer *without* SWT.FULL_SELECTION and then SWT in Win32 is not sending the appropriate coordinates. Tom Aurelien Pupier schrieb: > Hi, > > I created a TableViewer and set an editing support to it...
26 Forum: JFace «» Posted on: Tue, 19 May 2009 11:58 «» By: Aurélien Pupier
TableViewer CellEditor
Hi, I created a TableViewer and set an editing support to it in order to edit only one column. The cell editor can appear only if I selected the element in the first column of the line. Otherwise, I can only select element in the first column. ...
27 Forum: JFace «» Posted on: Mon, 18 May 2009 19:38 «» By: Manohar
Re: problem creating tableviewer on the wizardpage
if you check this line, I am setting the column names... // Set up the table Table table = viewer.getTable(); new TableColumn(table, SWT.LEFT).setText("Items"); new TableColumn(table, SWT.LEFT).setText("Name"); thanks Manohar
28 Forum: JFace «» Posted on: Fri, 15 May 2009 19:42 «» By: Eclipse User
Re: Databinding with Enum + Combo
Originally posted by: fakemail.xyz.de This is a multi-part message in MIME format. --------------050409030108030606030603 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Boris Bokowski schrieb: > Hi C...
29 Forum: JFace «» Posted on: Fri, 15 May 2009 17:48 «» By: Boris Bokowski
Re: Image control in TreeViewer
Hi Allen, see below... "Allen D. McDonald" <admcdonald1@verizon.net> wrote in message news:1ee94cdc5f0875efd0e465705bcf35e5$1@www.eclipse.org... >I have a tree viewer that uses images and color to display the overall &...
30 Forum: JFace «» Posted on: Fri, 15 May 2009 00:54 «» By: Allen D. McDonald
Image control in TreeViewer
I have a tree viewer that uses images and color to display the overall status of children. It's a library manager, of sorts. I have two problems. In the SWT version, I was able to detect the expand/collapse state of an item and apply the appropria...
31 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Wed, 13 May 2009 17:27 «» By: Dave Russo
Re: Memory fill using configuration file
Martin Ambrose wrote: > Hello. > > I have a separate linker command file with this directive: > > .data:DSPLINK_shmBaseAddress: fill=0xC3F05000 {} > SDRAM > > Ideally I could subsume this into my .cfg file but I don't ...
32 Forum: JFace «» Posted on: Wed, 13 May 2009 16:03 «» By: Irum Godil
Re: CCombo updates in Eclipse 3.4.
Hi Tom, Thanks for forwarding it to the JFace Group, I will follow it up there. Regards, Irum. Tom Schindl wrote: > Hi, > ColumnViewerEditor is new since 3.3 and it is correct that CCombo since > 3.4 provides us with new features ...
33 Forum: JFace «» Posted on: Wed, 13 May 2009 15:59 «» By: Thomas Schindl
Re: CCombo updates in Eclipse 3.4.
Hi, ColumnViewerEditor is new since 3.3 and it is correct that CCombo since 3.4 provides us with new features like providing mouse-events. I could swear since CCombo is giving us the events appropriately what happens is that ColumnViewerEditor catc...
34 Forum: JFace «» Posted on: Mon, 11 May 2009 14:59 «» By: Boris Bokowski
Re: GridLayoutFactory vs GridLayout
Luca, Sebastian is right, GridLayoutFactory etc. is a pure convenience API, it does not add any additional layout capabilities. It can also generate a "default" layout that can be useful to further reduce the lines of code needed to set ...
35 Forum: JFace «» Posted on: Mon, 11 May 2009 10:03 «» By: Sebastian Paul
Re: GridLayoutFactory vs GridLayout
Hi Luca, as the name suggests, GLF creates GridLayout objects. Similar is GridDataFactory, which creates GridData objects. Both are made for convenience, you can always achieve the same by directly creating the objects. The main advantage of the fac...
36 Forum: EGit / JGit «» Posted on: Fri, 08 May 2009 14:59 «» By: Shawn O. Pearce
Re: Git and submodules via HTTP
Daniel Cheng wrote: > On 8/5/2009 16:49, Alex Blewitt wrote: > [...] >> Lastly, can I assume that the URL is always going to be of the form >> http://example.com/.*/.*\.git/.* ? Or do we have to cater for the .git >> extension...
37 Forum: JFace «» Posted on: Thu, 07 May 2009 19:57 «» By: Boris Bokowski
Re: System.out.println into a TableViewer
Hi Luca, see below: "Luca D." <dan.luca@hotmail.com> wrote in message news:ccb97a06d0de434aaa5fd6b90e3a3b92$1@www.eclipse.org... >I think I made it work.. :-) > But the TableViewer gave me the possibility to add...
38 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Thu, 07 May 2009 19:54 «» By: Eclipse User
Re: Creating a buffer in .cfg
Originally posted by: bob.biosbob.biz assigning target pointer-values in the meta-domain attempts to mirror the semantics of C in the following sense: "specific" pointer-values (eg., of type 'Attr*') can be assigned to "generic" p...
39 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Thu, 07 May 2009 15:52 «» By: Todd Mullanix
Re: Creating a buffer in .cfg
I had tried that and was getting the following error: js: "ti/sdo/ipc/HeapFoo.xs", line 98: XDC runtime error: ti.sdo.ipc.HeapFoo.Instance_State#0: incompatible assignment to attrs :xdc.services.intern.xsr.Value$Arr@192a848::ti.sdo.ipc.t...
40 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Thu, 07 May 2009 02:05 «» By: Dave Russo
Re: Creating a buffer in .cfg
Try removing the unnecessary (and undocumented) $adrr(). This function is only used to create addresses from literal constants. Todd Mullanix wrote: > I have a HeapFoo module that has an instance configuration parameter > that is an address ...
41 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Wed, 06 May 2009 23:35 «» By: Todd Mullanix
Creating a buffer in .cfg
I have a HeapFoo module that has an instance configuration parameter that is an address (sharedAddr) and an Instance_State field attrs HeapFoo.xdc =========== instance: config Ptr sharedAddr = null; ... internal struct Instance_State...
42 Forum: EGit / JGit «» Posted on: Wed, 06 May 2009 20:17 «» By: Shawn O. Pearce
Re: Git HTTP protocol/improvements?
Alex Blewitt wrote: > I don't yet know how to plug in the only-send-updates (well, how to > orchestrate the protocol; I'm assuming that the PackWriter will do the work > for that as well). Yes. The uninteresting collection that can't be nul...
43 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Wed, 06 May 2009 14:10 «» By: Dave Russo
Re: pb running some commands in lesson 2 of packaging primer
Patrick Geremia wrote: > I ran lesson 2 from the packaging primer and the command > xs xdc.tools.repoman -c -v -r «local»/myrepo -p > «shared»/products/charlie_mathsu.../packages charlie.* > > did not work (no match). You need to put...
44 Forum: JFace «» Posted on: Wed, 06 May 2009 08:33 «» By: Thomas Schindl
Re: When can I use run() from ApplicationWindow?
Hi, At the time you are calling initData the createContents() is no finished and hence you get the NPE. Tom Allen D. McDonald schrieb: > I have a middling little tool that uses a TreeViewer to display book > files and edit, open and build...
45 Forum: JFace «» Posted on: Wed, 06 May 2009 04:58 «» By: Allen D. McDonald
When can I use run() from ApplicationWindow?
I have a middling little tool that uses a TreeViewer to display book files and edit, open and build them. I built this strictly in SWT, but had a lot of trouble with data/view synchronization. Then I ran across your databinding and decided that was...
46 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Tue, 05 May 2009 21:59 «» By: Amit Mookerjee
typedefs in the RTSC spec world
Discussion on typedefs in RTSC ---------------------------------------------------- I will post this mail chain to the newsgroup. Best Wishes Amit Mookerjee ------------------------------------------------------------ ----------...
47 Forum: JFace «» Posted on: Mon, 04 May 2009 18:52 «» By: Boris Bokowski
Re: JFace Data Binding/Getting started
You somehow got the wrong import for Realm... see http://wiki.eclipse.org/JFace_Data_Binding/Getting_started#E xample_Code - the first sentence of that section states that the import should be: import org.eclipse.core.databinding.observable.Realm; ...
48 Forum: JFace «» Posted on: Mon, 04 May 2009 17:34 «» By: Igor Ganapolsky
JFace Data Binding/Getting started
Hello, I am following the JFace Data Binding/Getting started article on http://wiki.eclipse.org/JFace_Data_Binding/Getting_started, which was written by Boris Bokowski and Frank Schaare. I am getting several compilation errors in this example, but t...
49 Forum: EGit / JGit «» Posted on: Wed, 22 April 2009 15:24 «» By: Shawn O. Pearce
Re: Patch handling process and mylyn?
Alex Blewitt wrote: > A goal of EGit should be to make it as easy to apply patches via Mylyn > as it currently is with SVN and CVS. That's the modus operandi for Eclipse > projects, and would be a big win for adoption. Ok, I'll have to look ...
50 Forum: EGit / JGit «» Posted on: Wed, 22 April 2009 11:49 «» By: Eclipse User
Re: Patch handling process and mylyn?
Originally posted by: alex_blewitt.nospam.yahoo.com Shawn Pearce wrote: > Alex Blewitt wrote: >>> Robin Rosenberg wrote: >> >> Right, but my point of starting this thread is that there is a current >> disconnect between ...
51 Forum: EGit / JGit «» Posted on: Tue, 21 April 2009 19:37 «» By: Shawn O. Pearce
Re: Patch handling process and mylyn?
Alex Blewitt wrote: >> Robin Rosenberg wrote: > > Right, but my point of starting this thread is that there is a current > disconnect between how the e/jgit projects operate and the way that > projects hosted at Eclipse operate. ...
52 Forum: Spatiotemporal Epidemiological Modeler (STEM) «» Posted on: Sun, 12 April 2009 10:58 «» By: Werner Keil
Re: Events
This seems to be a Virtual Conference in Orlando, July this year. I received various calls for participation already, but at least for Eclipse Babel or my JCP project it seemed to scientific or abstract. I cannot say if STEM or related fields match, bu...
53 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Fri, 10 April 2009 00:03 «» By: Dave Russo
Re: How to create memory sections for a given platform in RTSC
Ravi Sankar Korada wrote: > Amit, > > How can I supply a linker command file for project directly instead of > using the one generated by RTSC project? > > -Ravi- > If you are using xdc to build your executable it can be sp...
54 Forum: EGit / JGit «» Posted on: Mon, 06 April 2009 22:39 «» By: Shawn O. Pearce
Re: Welcome to eclipse.egit
Werner Keil wrote: > IC, well thanks a lot for the update. > I guess they may still keep it in package naming if I'm not wrong? I would assume they would, yes. > Does this project or any committed code already work with GIT projects >...
55 Forum: Linux Tools Project «» Posted on: Fri, 03 April 2009 09:46 «» By: Eclipse User
Re: Autotools with CygWin
Originally posted by: paul.mcconkey.net > The Autotools plugin hasn't been tested with CygWin but we don't restrict > it from being used there. Hi Jeff, Thanks for the response, it encouraged me to spend another day seeing how I could get t...
56 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Thu, 02 April 2009 00:13 «» By: Dave Russo
Re: Proper way to configure C only target
Amichi Amar wrote: > I think I figured it out. If someone can confirm that would be great. > > In the package.bld script within the rts folder for my target there was > a line that said lib.addObjects(RtsBuild.objs), I changed this to &...
57 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Wed, 01 April 2009 03:00 «» By: Amichi Amar
Re: Proper way to configure C only target
I think I figured it out. If someone can confirm that would be great. In the package.bld script within the rts folder for my target there was a line that said lib.addObjects(RtsBuild.objs), I changed this to lib.addObjects(RtsBuild.c_objs) which ref...
58 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Tue, 31 March 2009 15:01 «» By: Dave Russo
Re: How to include opts-file?
Ramsey Harris wrote: >>> xdc.opts >>> @xs.opts >>> XDCARGS=profile=debug >>> >>> xdc @$fc/xdc.opts .interfaces -PR . >>> >>> /db/toolsrc/library/tools/vendors/xdc/xdctools_3_15_00_28/Li...
59 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Fri, 27 March 2009 23:50 «» By: Ramsey Harris
Re: How to include opts-file?
dave russo wrote: > Ramsey Harris wrote: >> Champs, >> >> I'm trying to include an opts-file from another opts-file, but I'm >> getting the following error. >> >> xs.opts >> --xdcpath=^/../imports;/db/...
60 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Wed, 18 March 2009 14:55 «» By: Dave Russo
Re: How to include opts-file?
Ramsey Harris wrote: > Champs, > > I'm trying to include an opts-file from another opts-file, but I'm > getting the following error. > > xs.opts > --xdcpath=^/../imports;/db/toolsrc/library/tools/packages;/h ome/xlibrary/tre...
61 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Tue, 17 March 2009 18:54 «» By: Ramsey Harris
How to include opts-file?
Champs, I'm trying to include an opts-file from another opts-file, but I'm getting the following error. xs.opts --xdcpath=^/../imports;/db/toolsrc/library/tools/packages;/h ome/xlibrary/trees/avalaprod/avalaprod-d23/product/bios_6_20 _00_23/package...
62 Forum: GEF3D «» Posted on: Fri, 06 March 2009 18:13 «» By: Jens von Pilgrim
Re: really interesting
On 2009-03-03 10:06:50 +0100, Gr9vy Guy <gr8vyguy@googlemail.com> said: > i want to know how to create diagrams like this one. > > http://www.fernuni-hagen.de/se/personen/pilgrim/gef3d/fig/sc reenshots/large/CombinationOf2DAnd3D01.j...
63 Forum: Linux Tools Project «» Posted on: Mon, 02 March 2009 16:25 «» By: Uwe Stieber
Re: OProfile on openSUSE 11.1
Hi Kent, >> Kent, I don't see anything in the OProfile view too. The consolehelper >> issue had been "workarounded" (just copied it) and I've run >> "opcontrol --init" as root myself, the kernel module is loaded...
64 Forum: Linux Tools Project «» Posted on: Tue, 24 February 2009 15:18 «» By: Kent Sebastian
Re: OProfile on openSUSE 11.1
Uwe Stieber wrote: > Kent, I don't see anything in the OProfile view too. The consolehelper issue > had been "workarounded" (just copied it) and I've run "opcontrol --init" as > root myself, the kernel module is loaded. &q...
65 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Mon, 23 February 2009 21:33 «» By: Ramsey Harris
Re: How to use @opts-file with xs command
dave russo wrote: > Ramsey Harris wrote: >> Champs, >> >> I am using the @opts-file option with the xdc command and it seems to >> be working. When I attempt to use the same @opts-file with the xs >> command I get a...
66 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Mon, 23 February 2009 15:31 «» By: Dave Russo
Re: How to use @opts-file with xs command
Ramsey Harris wrote: > Champs, > > I am using the @opts-file option with the xdc command and it seems to be > working. When I attempt to use the same @opts-file with the xs command I > get a package not found error. Should I be able ...
67 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Sun, 22 February 2009 19:41 «» By: Ramsey Harris
How to use @opts-file with xs command
Champs, I am using the @opts-file option with the xdc command and it seems to be working. When I attempt to use the same @opts-file with the xs command I get a package not found error. Should I be able to use the same @opts-file for both commands? I'...
68 Forum: Linux Tools Project «» Posted on: Fri, 20 February 2009 08:56 «» By: Axel Mueller
Re: OProfile on openSUSE 11.1
> Actually you could use the linuxtools nightly update site: > http://download.eclipse.org/technology/linuxtools/updates-ni ghtly > It would still require an opxml rebuild. Still doesn't work. Here is the output (only the frist lines) of ...
69 Forum: Linux Tools Project «» Posted on: Thu, 19 February 2009 07:48 «» By: Axel Mueller
Re: OProfile on openSUSE 11.1
Kent Sebastian wrote: > Oh boy, I expected some problems with 0.1 but not this many ;) > Axel Mueller wrote: >> OK, I recompiled opxml and put it in the aforementioned directory. >> Calling opxml from the command line now works. ...
70 Forum: Linux Tools Project «» Posted on: Wed, 18 February 2009 14:59 «» By: Kent Sebastian
Re: OProfile on openSUSE 11.1
Oh boy, I expected some problems with 0.1 but not this many ;) Axel Mueller wrote: > OK, I recompiled opxml and put it in the aforementioned directory. > Calling opxml from the command line now works. However, I still have > problems with ...
71 Forum: Linux Tools Project «» Posted on: Wed, 18 February 2009 08:42 «» By: Axel Mueller
Re: OProfile on openSUSE 11.1
Kent Sebastian wrote: > Axel Mueller wrote: >> /opxml: /lib/libc.so.6: version `GLIBC_2.8' not found (required by /opxml) >> Ah, I have glibc 2.6.1 installed (the latest stable version on Gentoo). >> I guess that's the origin of...
72 Forum: Memory Analyzer (MAT) «» Posted on: Wed, 11 February 2009 18:02 «» By: Andreas Buchen
Re: Load 3,4 GB 64 bits dump on 32 bits
> I can open the dump file on MAT and open the dominator tree, but opening > the leak suspects report, trigger a new parser operation and after some > hours, there is an OOME (java heap space) Strange. If the MAT versions are identical on b...
73 Forum: Memory Analyzer (MAT) «» Posted on: Wed, 11 February 2009 13:16 «» By: Claudio Miranda
Load 3,4 GB 64 bits dump on 32 bits
A dump file was generated on an linux 64 bits machine (jdk 6 u10). The dump was generated by command line: jmap -dump:file=dump.bin Used ParseHeapDump.sh on the same machine to generate the index files (see below), copied those index files to my lap...
74 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Tue, 10 February 2009 15:31 «» By: Dave Russo
Re: Incompatibility xdc.corevers warning when building application
Arnie Reynoso wrote: > An issue has been reported when building an application using XDCTOOLS. > The following error/warning is issued: > > ------------------------------------------ > Warning: incompatible use of package 'xdc.coreve...
75 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Fri, 06 February 2009 20:31 «» By: Arnie Reynoso
Incompatibility xdc.corevers warning when building application
An issue has been reported when building an application using XDCTOOLS. The following error/warning is issued: ------------------------------------------ Warning: incompatible use of package 'xdc.corevers': imported xdc.corevers [16,0,0,1,12036212...
76 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Mon, 02 February 2009 19:37 «» By: Dave Russo
Re: XDC Tool dependency
Karthik wrote: > The following provides an overview of the changes done on the same code > base without any modifications. The only changes are migrating to later > releases of XDC. The plan is to baseline the changes on XDC Version > 3....
77 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Mon, 02 February 2009 18:02 «» By: Karthik
XDC Tool dependency
The following provides an overview of the changes done on the same code base without any modifications. The only changes are migrating to later releases of XDC. The plan is to baseline the changes on XDC Version 3.15.00.16. Is this recommended? ...
78 Forum: Epsilon «» Posted on: Tue, 27 January 2009 07:52 «» By: Nicolas Rouquette
Re: Building an Epsilon product is, well, hum...
Rafael, I've cross-posted to the PDE group where I hope someone can shed some light on this issue which seems to be more general to me than just building the Epsilon plugins/features in a continuous build environment. Rafael Chaves wrote: > I...
79 Forum: Epsilon «» Posted on: Tue, 27 January 2009 07:21 «» By: Nicolas Rouquette
Re: Building an Epsilon product is, well, hum...
Dimitrios, Unfortunately, I don't have a point of comparison between bamboo and OS alternatives. Ideally, we should be able to just setup the same continous build/test system that Eclipse itself uses; however, I haven't figured out how to do that....
80 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Tue, 13 January 2009 18:47 «» By: Dave Russo
Re: recommended way to put XDC paths in a file?
Alan Campbell wrote: > hello, > > What's the recommended way to put a big long XDC path in a file? I've > seen a few diff't ways hence thot I'd ask i.e. > > 1. TI DM6437 EVM DVSDK CCS 3.3 pjt files use: - > --xdcpathsfile=&qu...
81 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Tue, 13 January 2009 18:07 «» By: Alan Campbell
recommended way to put XDC paths in a file?
hello, What's the recommended way to put a big long XDC path in a file? I've seen a few diff't ways hence thot I'd ask i.e. 1. TI DM6437 EVM DVSDK CCS 3.3 pjt files use: - --xdcpathsfile="xdcpaths.dat" where xdcpaths.dat contains xdcp...
82 Forum: Epsilon «» Posted on: Tue, 13 January 2009 10:18 «» By: Dimitrios Kolovos
Re: Compare an enumeration value with a string in EVL
Forgot to mention that there is no reason to prefix messages with [Epsilon] any more as this is a dedicated newsgroup. Cheers, Dimitris Dimitrios Kolovos wrote: > Hi Hector, > > The value of the .aggregation property is not a string; ...
83 Forum: Epsilon «» Posted on: Tue, 13 January 2009 10:17 «» By: Dimitrios Kolovos
Re: [Epsilon] Compare an enumeration value with a string in EVL
Hi Hector, The value of the .aggregation property is not a string; it is an instance of class org.eclipse.uml2.uml.AggregationKind (you can see this by doing a .aggregation.getClass().println()). To obtain the actual string you should call .aggreg...
84 Forum: Epsilon «» Posted on: Mon, 12 January 2009 16:00 «» By: Hector Iturria
[Epsilon] Compare an enumeration value with a string in EVL
Hi! I am still using EVL to validate UML (I say "still" becuase it has passed a long time since my last question) and I have found something wrong (or that I don't know how to do it). The thing is that I tried to compare an enumeration ...
85 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Fri, 09 January 2009 00:32 «» By: Dave Russo
Re: preserving package/info/*.js in xdc clean
Alan Campbell wrote: > > The sequence of events from customer POV is: - > > 1. I got my decodeCombo.x64P and package/info/decodeCombo.x64P.info.js > so I can run prod codecs/combo > 2. now I want to add a codec or put in updated ...
86 Forum: Epsilon «» Posted on: Thu, 08 January 2009 05:22 «» By: Eclipse User
Re: Building an Epsilon product is, well, hum...
Originally posted by: rafael.abstratt.com I am too surprised that the order required bundles appear matter at all. It sounds to me like a bug in PDE-build, as I don't think the OSGi spec attributes any semantics to the order required bundles are lis...
87 Forum: Epsilon «» Posted on: Wed, 07 January 2009 14:56 «» By: Dimitrios Kolovos
Re: Building an Epsilon product is, well, hum...
Hi Nicolas, Thanks for submitting this patch. I've tried to merge it with my workspace but I get a few errors which are probably due to the parallel evolution of the two copies. What I'll do is I'll install a continuous integration and build serve...
88 Forum: Epsilon «» Posted on: Wed, 07 January 2009 06:28 «» By: Nicolas Rouquette
Re: Building an Epsilon product is, well, hum...
Indeed, I was initially thrown off as well because everything looked peachy clean in my workspace with the usual PDE update site build procedures. On the other hand, building from scratch is sufficiently different that it is worth making sure all of ...
89 Forum: Epsilon «» Posted on: Tue, 06 January 2009 23:36 «» By: Dimitrios Kolovos
Re: Building an Epsilon product is, well, hum...
Hi Nicolas, Glad you managed to sort this one out and thanks for reporting back on it! I hadn't ever come across such issues before as I'm using the "Build all" facility of the update site editor which doesn't seem to care about the spec...
90 Forum: Epsilon «» Posted on: Tue, 06 January 2009 21:33 «» By: Nicolas Rouquette
Re: Building an Epsilon product is, well, hum...
I managed to fix all problems which, roughly, fall into 3 categories. 1) out-of-order dependencies e,g, org.eclipse.epsilon.emc.emf.dt's MANIFEST.MF shows: Require-Bundle: org.eclipse.epsilon.common.dt, org.eclipse.jface, org.eclipse.epsilon...
91 Forum: Epsilon «» Posted on: Tue, 06 January 2009 05:54 «» By: Nicolas Rouquette
Building an Epsilon product is, well, hum...
At JPL, I use a Bamboo continuous build server to build a toolkit based on Ganymede SR1 with the UML2Tools components. So far so good. I checked out the full Epsilon enchilada from SVN because it provides a really nice scripting mechanism I can use ...
92 Forum: Epsilon «» Posted on: Tue, 23 December 2008 12:47 «» By: Dimitrios Kolovos
Re: @gmf not recognized - setup problem?
Hi Reto, I assume you are getting the error in the Emfatic editor. The latest version of Emfatic does not seem to support annotations without details. I'd suggest you add a dummy detail as a workaround: e.g. @gmf(foo="bar") Cheers, ...
93 Forum: Epsilon «» Posted on: Tue, 23 December 2008 12:41 «» By: Reto Weiss
@gmf not recognized - setup problem?
Editing the 'filesystem' example fails with an error: "Encountered "@ gmf package" at line... However, pure Emfatic editing seems to work properly, including ecore model generation. It seems as if Eugenia is not properly installed or ...
94 Forum: Epsilon «» Posted on: Thu, 11 December 2008 16:04 «» By: Dimitrios Kolovos
Re: Error message displayed when using Ant, but not with launch configuration
Hi Edd, var coll : Set also creates a new Set (EOL does this implicitly for primitive types and collection types) so the Set.createInstance() part is not really necessary. I'll have a look into the cause of this inconsistent behaviour and get back...
95 Forum: Epsilon «» Posted on: Thu, 11 December 2008 15:43 «» By: No real name
Error message displayed when using Ant, but not with launch configuration
Hia there, I was just wondering whether the following behaviour I get is due to my configuration/me being new to Epsilon or something: I have an ETL script that had the following line: var coll : Collection := Set.createInstance(); -- #1 W...
96 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Fri, 28 November 2008 22:09 «» By: Dave Russo
Re: "function called through a non-compatible type" when activating diags_ENTRY
Clemens Fuchs wrote: > Hi, > > when activating diagnosis support like described in the user's guide > (Defaults.common$.diags_ENTRY = Diags.RUNTIME_ON;), I get following > error for all function calls when compiling: > > pac...
97 Forum: Eclipse 4 «» Posted on: Sun, 23 November 2008 18:27 «» By: Thomas Schindl
Re: What is e4?
Hi Werner, I don't know if you follow the e4-dev mailling list I there proposed a new change to how we translate strings using Interfaces so the backend-store for this could be anything from a database to ... . IMHO the indirection has 2 advantages...
98 Forum: Eclipse 4 «» Posted on: Sun, 23 November 2008 17:28 «» By: Werner Keil
Re: What is e4?
Hi McQ, Funny tag line, sounds like McG, the director of T4... Any resemblance planned here? Since you are the "director" of E4 now ;-) What is the time line for E4 so far? I know, T4 is going to be out some time in 2009. That's about ...
99 Forum: DSDP - Real-Time Software Components (RTSC) «» Posted on: Fri, 21 November 2008 06:44 «» By: Dave Russo
Re: RTSC with Eclipse CDT
Clemens Fuchs wrote: > Hi, > > I just started to evaluate RTSC and I'd like to a have a closer look, if > it's appropriate for our needs. My first question is: can I use CDT for > developing with RTSC or do I have to use CCStudio? I ...
100 Forum: Epsilon «» Posted on: Thu, 20 November 2008 17:06 «» By: Louis Rose
Re: (Beginner) Ant/Epsilon: "failed to create task or type epsilon.loadModel"
Hi again Edd, I've just added an exemplar Ant script to the OO2DB M2M example in the Epsilon subversion repository. You can view the source here: http://dev.eclipse.org/viewsvn/index.cgi/trunk/examples/org. eclipse.epsilon.examples.oo2db/launch.x...
101 Forum: Epsilon «» Posted on: Thu, 20 November 2008 16:47 «» By: Louis Rose
Re: (Beginner) Ant/Epsilon: "failed to create task or type epsilon.loadModel"
This is a multi-part message in MIME format. --------------010504070806040905010108 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi Edd, Could this be because you're running the build from a JRE othe...
102 Forum: Epsilon «» Posted on: Thu, 20 November 2008 13:31 «» By: No real name
(Beginner) Ant/Epsilon: "failed to create task or type epsilon.loadModel"
Hi there, I'm new to using Epsilon and have been experimenting with some simple model-model translations using ETL. I'm able to create .launch files to perform this, but would like to make use of Epsilon tasks in Ant, to describe work-flows, so ...
103 Forum: Memory Analyzer (MAT) «» Posted on: Thu, 20 November 2008 12:29 «» By: Andreas Buchen
Re: Minor CSVOutputter patch - 1 attachment
> I noticed that Export to CSV uses the semicolon as the field separator. I > understand this is the standard in parts (all?) of Europe, but isn't the > standard in the US. This patch asks the Locale and tries to use the most > approriate...
104 Forum: Epsilon «» Posted on: Wed, 12 November 2008 14:34 «» By: Dimitrios Kolovos
Re: InMemoryEmfModel without resource
Good catch Steffen! https://bugs.eclipse.org/bugs/show_bug.cgi?id=255047 Cheers, Dimitrios Steffen Zschaler wrote: > Hi, > > I just found out, after debugging deep into InMemoryEmfModel, that the > code below doesn't quite work....
105 Forum: Epsilon «» Posted on: Wed, 12 November 2008 14:12 «» By: Eclipse User
Re: InMemoryEmfModel without resource
Originally posted by: szchaler.acm.org This is a multi-part message in MIME format. --------------020000090108060909010400 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I just found out, after deb...
106 Forum: Epsilon «» Posted on: Wed, 12 November 2008 13:23 «» By: Dimitrios Kolovos
Re: Loading EMF models from a resource within some plugin
Created https://bugs.eclipse.org/bugs/show_bug.cgi?id=255030 to track this. Dimitrios Kolovos wrote: > Hi Steffen, > > Glad you found a workaround for this and thanks for sharing your > experiences! I'll look into the issues you mentio...
107 Forum: Epsilon «» Posted on: Wed, 12 November 2008 11:57 «» By: Eclipse User
Re: Loading EMF models from a resource within some plugin
Originally posted by: szchaler.acm.org Hi, This sounds really helpful :-) Anyway, I have it working now, so I'll probably just stick to my solution (which probably does what you are doing under the covers anyway :-) ). Steffen Dimitrios Kolov...
108 Forum: Epsilon «» Posted on: Wed, 12 November 2008 11:47 «» By: Dimitrios Kolovos
Re: Loading EMF models from a resource within some plugin
Hi Steffen, Glad you found a workaround for this and thanks for sharing your experiences! I'll look into the issues you mentioned and address them in the next release of Epsilon. Thanks again! Dimitrios Steffen Zschaler wrote: > OK, I hav...
109 Forum: Epsilon «» Posted on: Wed, 12 November 2008 11:36 «» By: Eclipse User
Re: Loading EMF models from a resource within some plugin
Originally posted by: szchaler.acm.org This is a multi-part message in MIME format. --------------070706000409030306070703 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit OK, I have this bit working now. J...
110 Forum: Epsilon «» Posted on: Wed, 12 November 2008 11:32 «» By: Dimitrios Kolovos
Re: Loading EMF models from a resource within some plugin
Hi Steffen, Currently EmfModel is configured to work only with models/metamodels that reside in the filesystem. I've added support for plugin based models/metamodels too and committed to the SVN. Are you using Epsilon from source? If not and it's ...
111 Forum: Epsilon «» Posted on: Wed, 12 November 2008 10:10 «» By: Eclipse User
Re: Loading EMF models from a resource within some plugin
Originally posted by: szchaler.acm.org Thanks, this has helped. For some reason, I am not getting a FileNotFoundException. Not quite sure why this is, I am assuming OSGI is hiding this file from me. Well, I guess its time for another workaround :-( ...
112 Forum: Epsilon «» Posted on: Tue, 11 November 2008 17:37 «» By: Dimitrios Kolovos
Re: Loading EMF models from a resource within some plugin
At a first glance it seems that this line is causing the problem: core.load(properties, ResourcesPlugin.getWorkspace().getRoot().getRawLocation().to PortableString()); by giving load(...) the second argument ResourcesPlugin.getWorkspace().getRo...
113 Forum: SWTBot «» Posted on: Fri, 07 November 2008 03:04 «» By: Ketan Padegaonkar
Re: support for JUnit4?
Technically you can still use JUnit 4 to write and run your tests, for both plain SWT and RCP/plugins. The problem arises if you'd like to run pde based SWTBot tests from the command line via the eclipse test framework. More info on this bug https...
114 Forum: Epsilon «» Posted on: Fri, 17 October 2008 11:33 «» By: Dimitrios Kolovos
Re: [Epsilon] Make a reference from HUTN to an element of a pre-builded model
I seem to also be needing the .ecore metamodel http:///es.cv.gvcase.rulesCatalog.ecore Cheers, Dimitrios Dimitrios Kolovos wrote: > Hi Hector, > > Could you please attach the UML2DB.rulescatalog model so that I can try > to repro...
115 Forum: Epsilon «» Posted on: Fri, 17 October 2008 10:25 «» By: Dimitrios Kolovos
Re: [Epsilon] Make a reference from HUTN to an element of a pre-builded model
Hi Hector, Could you please attach the UML2DB.rulescatalog model so that I can try to reproduce this? Cheers, Dimitrios Héctor Iturria wrote: > > Hi, > > Once I have updated my HUTN specifications and regenerated the models, I...
116 Forum: Epsilon «» Posted on: Fri, 17 October 2008 09:49 «» By: Hector Iturria
Re: [Epsilon] Make a reference from HUTN to an element of a pre-builded model
Hi, Once I have updated my HUTN specifications and regenerated the models, I am going again with this. I am writing the first model which references extern elements, here is a little fragment: Model "UML"{ name: "UML2 Model"...
117 Forum: Memory Analyzer (MAT) «» Posted on: Fri, 17 October 2008 07:24 «» By: Krum Tsvetkov
Re: Using pre-indexed dump
B R wrote: > I indexed a big heap dump on a 64-bit machine with lots of memory, using > the advice from a previous posting ("Performing initial > analysis/conversion using command line tool"). > The only place I can run the ...
118 Forum: Memory Analyzer (MAT) «» Posted on: Wed, 15 October 2008 20:24 «» By: B R
Using pre-indexed dump
I indexed a big heap dump on a 64-bit machine with lots of memory, using the advice from a previous posting ("Performing initial analysis/conversion using command line tool"). The only place I can run the GUI is on a 32-bit machine, so I c...
119 Forum: Epsilon «» Posted on: Mon, 13 October 2008 15:43 «» By: Pau Giner
Re: [HUTN] Null value on a reference
Ok, the problem was more a conceptual issue (stating something explicitly), than a practical problem. In this case I can always write it as a comment and obtain the same effect ;-) Dimitrios Kolovos escribió: > Hi Pau, > > useCase...
120 Forum: Epsilon «» Posted on: Mon, 13 October 2008 13:46 «» By: Louis Rose
Re: [HUTN] Null value on a reference
Hi Pau, As Dimitrios mentions, the following HUTN will produce a model containing a single class whose useCase feature is empty: @Spec { metamodel "UML" { nsUri: "http://www.eclipse.org/uml2/2.1.0/UML" } } UML { Cla...
121 Forum: Epsilon «» Posted on: Mon, 13 October 2008 13:37 «» By: Dimitrios Kolovos
Re: [HUTN] Null value on a reference
Hi Pau, useCase is a multi-valued feature (collection). Why would you need to set it to null? If you don't specify a value for it at all in HUTN, it should be left empty by default. Cheers, Dimitrios Pau Giner wrote: > Hello, > >...
122 Forum: Epsilon «» Posted on: Mon, 13 October 2008 13:31 «» By: Pau Giner
[HUTN] Null value on a reference
Hello, is there any way of indicating in HUTN that a reference is empty? I tried unsuccessfully different options ( null, OclUndefined, none, nil, etc.) being null the one that provides a non-standard error message. With null I get the following ...
123 Forum: Corona «» Posted on: Tue, 30 September 2008 17:00 «» By: stuart pond
Re: SOA under Corona
Joel, Any updates on this? Did you have any luck with Axis2. Would be interested in hearing how things went. -Stu "Joel Hawkins" <joel.hawkins@compuware.com> wrote in message news:dtdfr1$6kc$1@utils.eclipse.org... > ...
124 Forum: Memory Analyzer (MAT) «» Posted on: Fri, 05 September 2008 07:29 «» By: Thomas Winkler
OQL Parser
Executed Query: SELECT * FROM com.filenet.is.ra.cci.FN_IS_CciConnection isra Problem reported: Encountered "is" at line 1, column 27. Was expecting: <IDENTIFIER> ... ******************************* somehow the .is. ma...
125 Forum: Memory Analyzer (MAT) «» Posted on: Tue, 02 September 2008 15:43 «» By: Krum Tsvetkov
Re: help to interpret results
Hi, What the report shows is the memory is accumulated in the finalizer. I've seen this several times, and I'm afraid you may need more than a heap dump to find the root cause. The fact that the Finalizer is so huge, means that finalizing the obj...
126 Forum: Memory Analyzer (MAT) «» Posted on: Mon, 01 September 2008 09:26 «» By: Andreas Buchen
Re: Finding top n largest strings
Hi tt :-) > I seems like I have a heap dump (with indexes) for which the histogram > calculation is extremely slow (still running after 15 minutes). That is strange. The default histogram is not really calculated, but should always be avail...
127 Forum: Memory Analyzer (MAT) «» Posted on: Wed, 27 August 2008 15:47 «» By: Andreas Buchen
Re: Namespace reporting is not enabled
For those interested in the technical details. The problem was that the SAXON transformer is a little bit more accurate as to what it expects. At one point during the report generation, a XML document was created. Somehow along those lines: SAXTra...
128 Forum: Memory Analyzer (MAT) «» Posted on: Tue, 26 August 2008 21:02 «» By: Taras Tielkes
Performing initial analysis/conversion using command line tool
I've got some large heap dumps that I cannot load when running EMA on Win32. It would be nice if I could transfer the dump to a 64 bits *nix server, run the initial parsing/conversion there, then transfer the index files that EMA creates back to my ...
129 Forum: Memory Analyzer (MAT) «» Posted on: Tue, 26 August 2008 14:03 «» By: Eclipse User
Re: Stuck on 63%
Originally posted by: tweakmonkey78.hotmail.com Andreas Buchen wrote: > The size of the dump is not really relevant, it's the number of objects. > The number of objects hurts when transforming the object graph into the > dominator tree... ...
130 Forum: Memory Analyzer (MAT) «» Posted on: Mon, 25 August 2008 19:35 «» By: Andreas Buchen
Re: Stuck on 63%
Tweakmonkey wrote: > I have an 800MB dump and I'm running the standalone Memory Analyzer with > -Xmx1340M but the this doesn't seem to be enough as it always gets stuck > at 63% complete with the CPU at 99%. So after about 20 minutes at 63%...
131 Forum: Board committer reps «» Posted on: Wed, 02 July 2008 20:42 «» By: Darin Swanson
Re: XMPP Server for Committers
Thanks for the update Ed. I think the point is then that the Committer reps need to ensure to bring up this issue and push for an increase in whatever line item in the budget makes sense as the budget gets fleshed out for the next year. Supporting,...
132 Forum: EPP «» Posted on: Wed, 25 June 2008 09:05 «» By: Eugen Reiswich
Re: UDC in own RCP applications
Wayne Beaton wrote: > ... > Your involvement in, at least, defining what you need the UDC to do for > you would be helpful. > We can discuss in this forum if you'd like, or you can create bug > reports in Eclipse bugzilla. Or both. ...
133 Forum: Plugin Development Environment (PDE) «» Posted on: Mon, 23 June 2008 08:08 «» By: Laurent Marchal
Re: Eclipse 3.4 RC4 Headless Build Icon Problems
Thanks to spent your time on this ! This will solve my headless build issues. regards. Laurent Marchal. Martin Woodward wrote: > Thanks Eric, > > Submitted http://bugs.eclipse.org/237922 as a showstopper. Attached the > patch...
134 Forum: Plugin Development Environment (PDE) «» Posted on: Fri, 20 June 2008 19:02 «» By: Martin Woodward
Re: Eclipse 3.4 RC4 Headless Build Icon Problems
Thanks Eric, Submitted http://bugs.eclipse.org/237922 as a showstopper. Attached the patch to fix it. As with all these sorts of things, 3 days of pulling my hair out turned out to be a 3 line fix affecting 2 classes :-) Give me a shout if ther...
135 Forum: Plugin Development Environment (PDE) «» Posted on: Fri, 20 June 2008 13:15 «» By: Martin Woodward
Re: Eclipse 3.4 RC4 Headless Build Icon Problems
I think I have found the problem. Looks like a pretty high impact bug affecting all branding of RCP applications by PDE at 3.4 RC4? In org.eclipse.pde.build: On line 389 of AbstractScriptGenerator the method loadProduct returns a product file of...
136 Forum: Plugin Development Environment (PDE) «» Posted on: Mon, 16 June 2008 14:00 «» By: Wayne Beaton
Re: Page NullPointerException when trying to register a listener
FWIW, this sort of question probably belongs in eclipse.platform. Wayne On Mon, 2008-06-16 at 10:21 +0200, Franz Brenner wrote: > Hello! > > I am writing a plug-in for Eclipse, and I want to register a > PartListener which implement...
137 Forum: Plugin Development Environment (PDE) «» Posted on: Mon, 16 June 2008 13:59 «» By: Wayne Beaton
Re: Page NullPointerException when trying to register a listener
With the activator, you're probably running into a thread issue. Only the UI thread can call getActiveWorkbenchWindow() (checkout the comments in Workbench#getActiveWorkbenchWindow()). Try instead something like: createPartControl(Composite c) { ...
138 Forum: Plugin Development Environment (PDE) «» Posted on: Mon, 16 June 2008 08:21 «» By: Eclipse User
Page NullPointerException when trying to register a listener
Originally posted by: franzi483.web.de Hello! I am writing a plug-in for Eclipse, and I want to register a PartListener which implements IPartListener2 when a particular view of my plug-in is created. I try to achieve this by the following code:...
139 Forum: Riena «» Posted on: Mon, 26 May 2008 23:05 «» By: Christian Campo
Re: riena server outside eclipse
maybe I am getting this wrong. But it seems you are actually asking two questions. how to create a WAR file for the Riena server ? how to create the manifest.mf for Hibernate ? Riena Server is no different than any equinox based application in a...
140 Forum: Plugin Development Environment (PDE) «» Posted on: Tue, 20 May 2008 13:54 «» By: Andreas Pakulat
Re: headless product build creates non-working .zip's
Andreas Pakulat wrote: > Hi, > > I've setup the product build and as far as I can see it should be ok, > however the org.eclipse.equinox.launcher.<platform> plugin gets packages > as .jar, which causes the launching executable ...
141 Forum: Plugin Development Environment (PDE) «» Posted on: Fri, 16 May 2008 14:27 «» By: Paul Gardiner
Re: [pdebuild] exploding plugins
Thanks. I figured it out a couple of weeks ago, and it turned out to be the file name of the bundle. Once I changed the bundle's file name to match the bundle name, it worked fine. "Andrew Niefer" <aniefer@ca.ibm.com> wrote in ...
142 Forum: Plugin Development Environment (PDE) «» Posted on: Wed, 14 May 2008 21:58 «» By: Andrew Niefer
Re: [pdebuild] exploding plugins
Paul, The bundle will need to be exploded for compilation to work, but that is independent of the resolution errors you are getting. The few import package statements I looked at all appear to also be exported from that bundle. So I would guess th...
143 Forum: Plugin Development Environment (PDE) «» Posted on: Tue, 06 May 2008 13:31 «» By: Eclipse User
Re: WORKSPACE, .metadata, solutions files, project files
Originally posted by: eclipse-news.rizzoweb.com Derek Lac wrote: > Hello, > I am trying to understand who Eclipse works in terms of Workspace, > .metadata, solutions files, and project. I need to know because I am CRM > admin, and I ne...
144 Forum: Maven Integration (M2E) «» Posted on: Mon, 05 May 2008 18:48 «» By: foo bar
Re: Maven embedder
In article <fvkbir$i0t$1@build.eclipse.org> Abel Muiño Vizcaino<amuino@gmail.com> wrote: > I think that pushing an official Embedder release is something that > maybe the three teams (Buckminster, IAM and M2E) can work togethe...
145 Forum: Maven Integration (M2E) «» Posted on: Sun, 04 May 2008 12:53 «» By: Abel Mui
Re: Maven embedder
I think that pushing an official Embedder release is something that maybe the three teams (Buckminster, IAM and M2E) can work together. IAM is using the embedder as the runtime for every operation, while M2E is not using it so much in favor of exter...
146 Forum: IAM (Eclipse Integration for Apache Maven) «» Posted on: Sun, 04 May 2008 12:53 «» By: Abel Mui
Re: Maven embedder
I think that pushing an official Embedder release is something that maybe the three teams (Buckminster, IAM and M2E) can work together. IAM is using the embedder as the runtime for every operation, while M2E is not using it so much in favor of exter...
147 Forum: Maven Integration (M2E) «» Posted on: Sat, 03 May 2008 16:48 «» By: Werner Keil
Re: contributing to m2e
Eugene, Thanks a Lot for the feedback. I am currently on a conference trip through Central Europe and going to speak in Bangelore, too. I heard from your WTP committer, Raghu, that he's in India again, too. I've been in touch with him over Babel be...
148 Forum: Plugin Development Environment (PDE) «» Posted on: Thu, 01 May 2008 19:01 «» By: Paul Gardiner
[pdebuild] exploding plugins
We use pdebuild product build to create a couple of products. Recently, I added the knopflerfish axis2 bundle into the build (into my product config file), and it's having issues. Basically, it says that a bunch of dependencies are missing, althoug...
149 Forum: Maven Integration (M2E) «» Posted on: Wed, 30 April 2008 23:15 «» By: Eugene Kuleshov
Re: m2e and jdt plans
Tim Reilly wrote: > I am glad to see m2eclipse here at Eclipse. I've been wondering if at > some point in the future there are plans for the m2eclipse to provide > the compile or really all build tasks within Eclipse - such that JDT > an...
150 Forum: Maven Integration (M2E) «» Posted on: Wed, 30 April 2008 18:54 «» By: Eugene Kuleshov
Re: contributing to m2eclipse (build)
Willian, As Igor already mentioned, this project is not required to run m2eclipse in self-hosted mode from PDE. However we made several fixes in our build configuration, as well as Maven repository we use for all external dependencies. So, yo...
151 Forum: Maven Integration (M2E) «» Posted on: Tue, 29 April 2008 14:37 «» By: foo bar
Re: Maven embedder
In article <fv6hnm$1up$1@build.eclipse.org> Thomas Hallgren<thomas@tada.se> wrote: > Jason van Zyl wrote: >> No formal releases of 2.1 where the embedder lives. >> >> I was hoping that the Buckminster p...
152 Forum: Plugin Development Environment (PDE) «» Posted on: Sat, 26 April 2008 01:34 «» By: Will Horn
Re: [JDT] wrong source editor opened during debugging
Cross posting to PDE in case this is a PDE issue. Will Horn wrote: > I realized this issue extends beyond SWT fragments. It happens when I > debug any object in the target. To reproduce it I: > > 1) Navigate to any object in the targ...
153 Forum: Maven Integration (M2E) «» Posted on: Fri, 25 April 2008 14:12 «» By: Eugene Kuleshov
Re: Imported plugin code into eclipse. Compile problem.
I've tried to reproduce it and checked out m2eclipse code into clean Eclipse 3.3.1.1 workspace that doesn't have 1.4 JRE registered but don't see this compilation error. Would be interesting to figure out what is going on here. regards, Eugen...
154 Forum: Maven Integration (M2E) «» Posted on: Fri, 25 April 2008 13:43 «» By: Eclipse User
Re: Imported plugin code into eclipse. Compile problem.
Originally posted by: igorfie.yahoo.com Gavin, Sounds like you have java 1.5 compatibility enabled for org.maven.ide.eclipse project. Have you followed these instructions http://docs.codehaus.org/display/M2ECLIPSE/Configuring+Devel opment+Environm...
155 Forum: Maven Integration (M2E) «» Posted on: Fri, 25 April 2008 07:21 «» By: Eclipse User
Imported plugin code into eclipse. Compile problem.
Originally posted by: eclipsedev.20.geekrunner.spamgourmet.com I tried importing the project for org.maven.ide.eclipse into eclipse 3.3.1.1 but it's giving me a red flag on NexusIndexManager.java. The line in question looks like this: int sourc...
156 Forum: OSEE «» Posted on: Tue, 22 April 2008 17:56 «» By: Donald Dunne
Question "What are Branches and how are they used in OSEE?"
One of the problems OSEE intended to solve was to be able to manage Variants or Product Lines. After a set of requirements is developed, it may become the baseline for variant sets of requirements for similar products. In other words, you may develop...
157 Forum: Memory Analyzer (MAT) «» Posted on: Tue, 22 April 2008 07:34 «» By: Eclipse User
Re: Blog: Immortal Objects - Or: How to Find Memory Leaks
Originally posted by: joerg.von.frantzius.artnology.com Very nice article! That should definitely attract some people to the Memory Analyzer, as it deserves :) By the way, what does the "T" stand for in "MAT"? Andreas Buchen sc...
158 Forum: Memory Analyzer (MAT) «» Posted on: Mon, 21 April 2008 17:14 «» By: Andreas Buchen
Blog: Immortal Objects - Or: How to Find Memory Leaks
Hi, just wanted to let you know about the blog I just posted: Immortal Objects - Or: How to Find Memory Leaks http://dev.eclipse.org/blogs/memoryanalyzer/2008/04/21/immor tal-objects-or-how-to-find-memory-leaks/ While searching for a...
159 Forum: Plugin Development Environment (PDE) «» Posted on: Mon, 21 April 2008 08:38 «» By: Eclipse User
Re: Using the "pde.build" target of generated ant scripts
Originally posted by: le_nemo.yahoo.fr Thank you for your answer, I don't know why today the problem is resolved. As you say, something was surely missing, or the paths were not up to date. So i'm sorry for disturbing you. But your suggestion to...
160 Forum: Plugin Development Environment (PDE) «» Posted on: Fri, 18 April 2008 20:00 «» By: Andrew Niefer
Re: Using the "pde.build" target of generated ant scripts
"eclipse.fetch" is a custom task provided by org.eclipse.pde.build. It is expected that the org.eclipse.ant.core.antRunner application will set up the ant classpaths properly so that this and other custom tasks are found properly. Does /o...
161 Forum: Plugin Development Environment (PDE) «» Posted on: Fri, 18 April 2008 14:43 «» By: Eclipse User
Using the "pde.build" target of generated ant scripts
Originally posted by: le_nemo.yahoo.fr Hello, I am trying to use the "pde.build" target of ant scripts generated by PDE. I use the command specified in the the documentation. In my case, it is : java -Xmx1024m -jar /opt/eclipse/plug...
162 Forum: EPP «» Posted on: Tue, 15 April 2008 17:35 «» By: Eclipse User
Re: Getting the org.eclipse.releng.eclipse.builder code
Originally posted by: mknauer.innoopract.com Hi Derek, your questions don't belong to this newsgroup, maybe eclipse.platform.pde or eclipse.newcomer would be a better place to ask. But anyway, see my answers below. Derek wrote: > Hello, >...
163 Forum: EPP «» Posted on: Tue, 15 April 2008 16:00 «» By: Derek Lac
Getting the org.eclipse.releng.eclipse.builder code
Hello, How do I get the org.eclipse.releng.eclipse.builder code from CVS? I login in using /cvrroot/eclipse. Next for the remote-> checkout settings, I see jdt, jdt-core, ..., pde, platform. However there is none that points to releng. Also ...
164 Forum: OSEE «» Posted on: Fri, 11 April 2008 09:22 «» By: Eclipse User
Re: Dependeny requirements to build OSEE
Originally posted by: yppirtos.yahoo.com Don, Thanks for the reply. I'd loaded out the latest from SVN and all of the dependencies have been resolved except for my OS X SVN Connectors issue. This is a very interesting project so I can understan...
165 Forum: OSEE «» Posted on: Thu, 10 April 2008 17:52 «» By: Donald Dunne
Re: Dependeny requirements to build OSEE
Chris Webb wrote: > Hello, I'm trying to setup OSSE and I've followed this discussion but > I'm still have the following dependency. > > Severity and Description Path Resource Location Creation > Time Id > Bundle '...
166 Forum: OSEE «» Posted on: Thu, 03 April 2008 14:06 «» By: Eclipse User
Re: Dependeny requirements to build OSEE
Originally posted by: yppirtos.yahoo.com Hello, I'm trying to setup OSSE and I've followed this discussion but I'm still have the following dependency. Severity and Description Path Resource Location Creation Time Id Bundle 'lba.framework.ui.skynet'...
167 Forum: OSEE «» Posted on: Sat, 29 March 2008 13:43 «» By: Barbara Rosi-Schwartz
Re: Documentation components
On 2008-03-27 17:20:35 +0000, donald.g.dunne@boeing.com (Don Dunne) said: > OSEE's documentation is provided through the standard eclipse help > extension points. The first step, if you haven't already, would be to > become familiar wi...
168 Forum: ORMF «» Posted on: Sat, 29 March 2008 13:43 «» By: Barbara Rosi-Schwartz
Re: Documentation components
On 2008-03-27 17:20:35 +0000, donald.g.dunne@boeing.com (Don Dunne) said: > OSEE's documentation is provided through the standard eclipse help > extension points. The first step, if you haven't already, would be to > become familiar wi...
169 Forum: OSEE «» Posted on: Thu, 27 March 2008 17:20 «» By: Donald Dunne
Re: Documentation components
OSEE's documentation is provided through the standard eclipse help extension points. The first step, if you haven't already, would be to become familiar with how Eclipse provides these extensions. The article http://www.eclipse.org/articles/Artic...
170 Forum: ORMF «» Posted on: Thu, 27 March 2008 17:20 «» By: Donald Dunne
Re: Documentation components
OSEE's documentation is provided through the standard eclipse help extension points. The first step, if you haven't already, would be to become familiar with how Eclipse provides these extensions. The article http://www.eclipse.org/articles/Artic...
171 Forum: EPP «» Posted on: Thu, 20 March 2008 06:55 «» By: Eclipse User
Re: using http proxy for downloading
Originally posted by: mknauer.innoopract.com Tomasz Pik wrote: > Hello, > > I'm working on custom packaging and it looks that it would be very > useful for me to use http proxy for downloading features/plugins. > Is it possible to c...
172 Forum: Buckminster dev «» Posted on: Wed, 12 March 2008 15:25 «» By: Todd Lee
Re: [buckminster-dev] headless resolve with properties
Pressing on, I substituted hardcoded username/password in my rmap until I find a resolution as to why the properties don't work. Running my small headless test case (resolving a feature which has two plugin dependencies) it seems to churn away okay (use...
173 Forum: Buckminster dev «» Posted on: Wed, 12 March 2008 14:47 «» By: Todd Lee
Re: [buckminster-dev] headless resolve with properties
As a follow up, I tried opening a new workspace and running buckminster from the IDE with the same CQUERY, using the properties for user.name and user.pass in the CQUERY file - no problem. Resolve and materialize were completed using the cvs authenic...
174 Forum: Buckminster dev «» Posted on: Wed, 12 March 2008 08:52 «» By: Adrian Skehill
Re: Ignoring a dependency and advisor nodes
Thomas Hallgren wrote: > Adrian Skehill wrote: >> In my cquery, I have the following line: >> >> <cq:advisorNode namePattern="^com\.iona\.repository(\..*)?" >> componentType="maven,jar" prune="...
175 Forum: Buckminster dev «» Posted on: Wed, 12 March 2008 07:08 «» By: Thomas Hallgren
Re: Ignoring a dependency and advisor nodes
Adrian Skehill wrote: > In my cquery, I have the following line: > > <cq:advisorNode namePattern="^com\.iona\.repository(\..*)?" > componentType="maven,jar" prune="true"/> > I think the problem...
176 Forum: Buckminster dev «» Posted on: Tue, 11 March 2008 23:04 «» By: Adrian Skehill
Ignoring a dependency and advisor nodes
Hi There, I've been tearing my hair out trying to get this to work, so hopefully there's some help on the alias. I'm trying to resolve a plugin which has a cspex defined to pull in a number of jars from a maven repository. All of these jars have ...
177 Forum: Buckminster dev «» Posted on: Tue, 11 March 2008 22:21 «» By: Todd Lee
Re: [buckminster-dev] headless resolve with properties
Hey Thomas, Thanks for the response. To try and narrow down the issue, I've changed the rmap to skip the pde maps and hit cvs directly. Still get error on no CVS Authenticator ): No component match was found com.amis.platform:eclipse.feature: No pro...
178 Forum: Buckminster dev «» Posted on: Tue, 11 March 2008 21:51 «» By: Thomas Hallgren
Re: [buckminster-dev] headless resolve with properties
Hi Todd, I see that you're using a pde map provider. Could it be that the first cvs access (the one that retrieves the map files) works OK and that the error occurs when an attempt is made to access one of components in the map file? If so, you m...
179 Forum: Buckminster dev «» Posted on: Tue, 11 March 2008 17:53 «» By: Todd Lee
Re: [buckminster-dev] headless resolve with properties
Sorry, I should add that I did see this: http://dev.eclipse.org/newslists/news.eclipse.technology.buc kminster/msg00507.html which suggests that headless authentication should be possible using properties in the RMAP (though the case in point uses svn ...
180 Forum: TMF (Xtext) «» Posted on: Tue, 11 March 2008 14:28 «» By: Frédéric Jouault
Re: [TCS] NullPointerException with builder setup
Hi, We recently corrected a memory leak bug in TGE. Did you use TGE while doing these changes? Best regards, Frédéric Jouault Thibault Kruse a écrit : > Hi, > > this is using Eclipse Version: 3.3.1.1 > Build id: M2007102...
181 Forum: TMF (Xtext) «» Posted on: Fri, 29 February 2008 10:05 «» By: T Kruse
[TCS] NullPointerException with builder setup
Hi, this is using Eclipse Version: 3.3.1.1 Build id: M20071023-1652 on WinXP I have setup an Eclipse project with the builder setup as in the TCS Language project wiki site. All worked fine for a while. Now, every once in a while, I get the e...
182 Forum: Babel «» Posted on: Tue, 26 February 2008 14:19 «» By: Olle HÃ¥kansson
Re: Join in and help translate the CDT to your language
Kit Lo skrev: > This key is used in Help>About Eclipse SDK>Feature Details. The last > back slash on each line is a Java resource bundle continuation > character. They are just for separating long lines. Technically, we can > have ...
183 Forum: Babel «» Posted on: Tue, 26 February 2008 14:12 «» By: Kit Lo
Re: Join in and help translate the CDT to your language
This key is used in Help>About Eclipse SDK>Feature Details. The last back slash on each line is a Java resource bundle continuation character. They are just for separating long lines. Technically, we can have something like this: Eclipse C/C...
184 Forum: Buckminster dev «» Posted on: Fri, 22 February 2008 22:15 «» By: Todd Lee
[buckminster-dev] problems with resolve - uncaught exception
Hi there, Before I go and file a bug, I just want to check with you to see if you've seen this before. I'm trying to set up a rmap for use in materializing a developer's workbench which will contain a number of features and plugins among other things...
185 Forum: TMF (Xtext) «» Posted on: Thu, 21 February 2008 13:43 «» By: Frédéric Jouault
Re: [TCS] IModelHandler
Hello, Could you please tell us what tools you are using, what versions of MOF, etc? Thanks, Frédéric Jouault Thibault a écrit : > Frédéric Jouault wrote: > >> Hello, > >>> I need to create an Injector injecti...
186 Forum: TMF (Xtext) «» Posted on: Thu, 21 February 2008 10:24 «» By: T Kruse
Re: [TCS] IModelHandler
Frédéric Jouault wrote: > Hello, >> I need to create an Injector injecting into MOF, not KM3, using a MOF >> DSL metamodel, not a KM3 metamodel... > > The first question is therefore: do you really need to modify it? The &g...
187 Forum: Buckminster dev «» Posted on: Thu, 14 February 2008 19:46 «» By: Todd Lee
Re: [buckminster-dev] help with CVS
Hey Thomas, Just to follow up, that's a no-go on the repo access - sorry, but I'm sure you understand corporate policy ;) By all means though, let me know if there's something that I can test locally. We're quite focused on trying to get some infrast...
188 Forum: Buckminster dev «» Posted on: Thu, 14 February 2008 18:18 «» By: Todd Lee
Re: [buckminster-dev] help with CVS
Hey Thomas, I saw the bugzilla issue. I'm not getting I/O errors though, so not sure it's the same thing. While we do use the TortoiseCVS client (which I understand is build on CVSNT), our server runs on a RedHat linux distro. [leet@sam leet]$...
189 Forum: Buckminster dev «» Posted on: Thu, 14 February 2008 17:48 «» By: Thomas Hallgren
Re: [buckminster-dev] help with CVS
Hi Todd, I do have a bugzilla that indicates some difficulties pertaining to use of CVSNT but the rpository root "/usr/local/share/projects/cvsrep" would suggest that it's not what you're using :-) Any chance you could give me temporary a...
190 Forum: Buckminster dev «» Posted on: Thu, 14 February 2008 17:22 «» By: Todd Lee
Re: [buckminster-dev] help with CVS
Hi Thomas - thanks for the reply... Curious though. I can indeed check out ALL the projects into my eclipse workspace using Eclipse CVS. Of course, with autobuild turned on I get the following Errors/warnings Errors: Severity and Description ...
191 Forum: Dash «» Posted on: Tue, 11 December 2007 17:54 «» By: Eclipse User
Examples, examples.
Originally posted by: Jim.Cooper.sas.com Just installed Eclipse Monkey from the Europa Discovery site. Created the example scripts, and tried to run them. Editors__Comment_Lines.js, for instance, gives me a "java.lang.NullPointerException&quo...
192 Forum: Dash «» Posted on: Thu, 08 November 2007 02:12 «» By: Phillip Rhodes
Help with Monkey script (IllegalArgumentException calling Eclipse API method)
Hi all, I'm working on a simple Monkey script, the intent of which is to generate a UUID and put it on the clipboard. I have this so far, which at first blush looks like it should work. But line 18 blows up with an IllegalArgumentExeption. Any though...
193 Forum: Albireo «» Posted on: Wed, 10 October 2007 16:47 «» By: Eclipse User
Re: From the SWT/Swing artical proposal in Bugzilla
Originally posted by: canadianguy.gmail.com I put parent.forceActive() in the SwtInputBlocker's close method and it seems to do the trick on Win2k. It seems to be required any time that a modal dialog is opened from inside of another modal dialog. W...
194 Forum: Albireo «» Posted on: Tue, 09 October 2007 20:43 «» By: Gordon Hirsch
Re: From the SWT/Swing artical proposal in Bugzilla
James Peltzer wrote: > I have found an issue with the SWT.ON_TOP attribute being used under Windows > 2000. > > SWT.ON_TOP seems to cause the main SWT window to move under other > applications when the Swing dialog box is closed. >...
195 Forum: DSDP - Tools for Mobile Linux (TML) «» Posted on: Thu, 27 September 2007 20:09 «» By: Doug Gaff
Eclipse Summit Europe - Embedded and Mobile Symposium
Hi all, Hopefully by now you've all seen the many advertisements for Eclipse Summit Europe. It's less than 2 weeks away, but there's still time to register and participate. The Eclipse Foundation has asked that we do a final "get the word o...
196 Forum: DSDP - Native Application Builder (NAB) «» Posted on: Thu, 27 September 2007 20:09 «» By: Doug Gaff
Eclipse Summit Europe - Embedded and Mobile Symposium
Hi all, Hopefully by now you've all seen the many advertisements for Eclipse Summit Europe. It's less than 2 weeks away, but there's still time to register and participate. The Eclipse Foundation has asked that we do a final "get the word o...
197 Forum: IMP «» Posted on: Fri, 21 September 2007 18:33 «» By: Philippe Charles
Re: LexStream
Yes, the behavior is intentional. For a given line number i, i > 0, the method getLineOffset(i) returns the offset of the newline character that ends the line in question. getLineOffset(0) returns -1. Given an offset i in the input, getLineNum...
198 Forum: IMP «» Posted on: Fri, 21 September 2007 16:41 «» By: Eclipse User
Re: LexStream
Originally posted by: olegm.gmail.com Hello, Stanley Sutton wrote: > When you say that getLineOffset(int i) works with 0-based line indexes, > what do you mean? As I read the code, the value of getLineOffset(0) > will always be -1. So, ...
199 Forum: IMP «» Posted on: Fri, 21 September 2007 16:20 «» By: Stan Sutton
Re: LexStream
Oleg, I am sure that this is intentional, but Philippe will have to explain the rationale. When you say that getLineOffset(int i) works with 0-based line indexes, what do you mean? As I read the code, the value of getLineOffset(0) will always ...
200 Forum: IMP «» Posted on: Thu, 20 September 2007 20:04 «» By: Eclipse User
LexStream
Originally posted by: olegm.gmail.com Hello, Class LexStream provides the following methods ----------------------- class LexStream { public int getLineOffset(int i) { return lineOffsets.get(i); } public int getLineNumberOfCharAt(int i)...
Pages (3): [1  2  3    »]

Current Time: Mon Jun 03 13:37:21 GMT 2024

Powered by FUDForum. Page generated in 3.25527 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top