| Forum: Newcomers |
|---|
| Topic: how to access the subclass from the superclass |
|---|
| how to access the subclass from the superclass [message #1060560] |
Sun, 26 May 2013 17:42 |
Fatima Salhi Messages: 2 Registered: May 2013 |
Junior Member |
|
|
hi everyone
Here are some of my EMF meta model:

I want to retrieve the names of all primitives
here is my java code:
Systeme s = (Systeme)resource.getContents().get(0);
//Component
EList<Component> list1 = s.getComponente();
Iterator i1 = list1.iterator();
while (i1.hasNext()){
Component c =(Component) i1.next();
java.lang.System.out.println(c.getNom());
}
but this code displays the names of all the Component elements
how can I access the Primitive class from the Component class?
|
|
|
| Topic: .product file write error |
|---|
| .product file write error [message #1060522] |
Sun, 26 May 2013 00:27 |
Kumail Haider Messages: 4 Registered: April 2013 |
Junior Member |
|
|
I am trying to export my osgi project using the eclipse export manager. In my .product file after defining the dependencies and the launch preferences, I click on the 'run an instance' option in the overview tab but it keeps saying that I can't write the .config file to my workspace. I have attached the log from my workspace. Appreciate any help!
Attachment: error.log
(Size: 1.81KB, Downloaded 6 times)
|
|
|
| Topic: I have lost the Menue Iteam Team |
|---|
|
| Topic: Debugging Error - Conflicting handlers for org.eclipse.wst.sse |
|---|
| Debugging Error - Conflicting handlers for org.eclipse.wst.sse [message #1060454] |
Fri, 24 May 2013 13:51 |
Kathy Piast Messages: 2 Registered: May 2013 |
Junior Member |
|
|
I'm a little baffled as I have used eclipse to debug PHP with XDebug on other machines. I am not setup up a new machine and when I try to use the debugger I get the following error:
eclipse.buildId=M20130204-1200
java.version=1.7.0_21
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_CA
Command-line arguments: -os win32 -ws win32 -arch x86_64
Error
Sat May 25 13:28:14 EDT 2013
Conflicting handlers for org.eclipse.wst.sse.ui.toggle.comment: {org.eclipse.wst.sse.ui.internal.handlers.ToggleLineCommentHandler@18e2184c} vs {org.eclipse.php.internal.ui.actions.PHPToggleLineCommentHandler@23a93257}
Any words of wisdom?
Kate
|
|
|
| Topic: Open project path |
|---|
| Open project path [message #1060318] |
Fri, 24 May 2013 02:51 |
Mazaeva Darya Messages: 2 Registered: May 2013 |
Junior Member |
|
|
I am developing a plug-in that allows you to create external application and C-projects in it.How to get currently open project path programmatically in plug-in.
|
|
|
| Topic: How to cancel prompt box: "Undefined variable" ? |
|---|
| How to cancel prompt box: "Undefined variable" ? [message #1060299] |
Thu, 23 May 2013 23:34 |
jduie dkd Messages: 1 Registered: May 2013 |
Junior Member |
|
|
I use eclipse and pydev, I have canceled:
1, perferences-general-editors-text editor-annotation: error, spelling errors and warning
2, perferences-pydev-editor: hover, and code analysis(including undefined)
But when cursor stay on some function name, there's still a prompt box: "Undefined Variable:function-name press f2 for focus". How to cancel it? Thank you!
|
|
|
| Topic: Looking for Eclipse IDE for C/C++ Developers version from 3.8.0 to 4.0.0 |
|---|
|
| Topic: Is the XSL 'document' function implemented/supported? |
|---|
| Is the XSL 'document' function implemented/supported? [message #1060279] |
Thu, 23 May 2013 15:53 |
Paul Carew Messages: 1 Registered: May 2013 |
Junior Member |
|
|
I'm trying to write an XSL transformation that reaeds/transforms an Android layout file to HTML.
Android layout files reference other 'value' xml files for specific values, e.g. strings.xml
I tried using the xsl document funxtion to open the strings.xml file to extract a string value.
However, nothing seems to happen. No errors and no results from the access.
Here is the code snippets:
This is the xsl line that tries to open the strings file and get a value.
<xsl:value-of select="document('../values/strings.xml')/String[@name=substring-after(@android:text,'/')]" />
I also tried placing the strings.xml file in the same directory as the xsl file, but that didn't make any difference.
Any help/insight would be greatly appreciated.
Paul.
|
|
|
| Topic: OSGi Application name is null in VisualVM |
|---|
| OSGi Application name is null in VisualVM [message #1060009] |
Wed, 22 May 2013 10:16 |
Stephen Ranger Messages: 2 Registered: November 2012 |
Junior Member |
|
|
When I start my OSGi Application and look at it in VisualVM, the name of the process is "null"
How are you supposed to name your process? I can't find any information regarding this issue. Any help would be appreciated. Thanks!
|
|
|
| Topic: Documentation print topic and all subtopics problem |
|---|
|
| Topic: With Perl - An internal error occurred during: "Toggle Line Breakpoint (epic)" |
|---|
| With Perl - An internal error occurred during: "Toggle Line Breakpoint (epic)" [message #1059683] |
Tue, 21 May 2013 04:20 |
matan ostrovsky Messages: 1 Registered: May 2013 |
Junior Member |
|
|
I installed:
1. win 7.
2. strawberry Perl.
3. Eclipse (classic) Version: 4.2.2
Build id: M20130204-1200
4. Update the last jave ver. 1.7.0_21
5. install Active Perl
6. copy epic package to C:\eclipse\plugins
in this order.
A. I open a perl file.
B. I try to toggle a break point and I go tthe above problem/excption
Can someone please help?!?!?
Thanks alot.
Matan
|
|
|
Powered by
FUDForum. Page generated in 0.02771 seconds