Hello! Due to incomplete understanding of eclipse infrastructure I have one problem.
Historically we have one ugly thing in our build procedure. It looks like following:
After eclipse builds entire workspace there is one incomplete thing in local build of plugins. It is some data file which is currently built during execution of special ...
Hi,
I have a section with TITLE_BAR, and i try to add a menu to the section header (like in the PDE editors).
All I could find is the context menu.
...
can some one explain me how to crate jar file. my source folder has various sub folders and image files. you can see images explaining source folder structure from following url
http://img63.imageshack.us/gal.php?g=capturev.png.
when jar is created using eclipse export jar function, it only include class files only , but i want to crea...
Dear All,
I am running an independent (I mean not inside any IDE) tomcat instance. I want to profile my application because it seams to respond really slow in a particular use case.
So, I tried installing TPTP on my mac os x 10.4 (tiger) but it seams that there is no version available.
Then I tried to just set "JAVA_OPTS="-Xmx512m -Xru...
hello,
i have noticed that eclipse recently creates a .settings directory with 1 file inside and i am wondering if i should add this to version control? SVN?
also, is this new? i have been using eclipse for quite a while, but never noticed it.
the contents of the file in the directory is this:
#Sun Oct 11 14:57:03 CEST 2009
eclipse.p...
Hi,
I am new in Java and I need some information.
What is file build.xml?
I mean I have a university project which I should extend. It contains also a build.xml.
I was wondering if it is a possibility to import this project in eclipse or netbeans using this build.xml.
I tried to import the project but I get some errors since one part is ...
I'm trying to get started with Eclipse/Java/Scala on a MacBook. The installed JDK was 1.5. The SDT plugin for Scala requires 1.6 which was included in an OS update, but I also manually installed a package from Apple to update 1.6.
The problem is that I cannot run anything from Eclipse. I always get the following error:
An internal erro...
Hi, I have the following XML:
<HTML>
<HEAD>
<META name="GENERATOR" content="Microsoft HTML Help Workshop 4.1" />
<!-- Sitemap 1.0 -->
</HEAD>
<BODY>
<OBJECT type="text/site properties">
<param name="FrameName" value="contents" />
</OBJECT>
<UL>
<LI>
<OBJECT type="text/sitemap">
<pa...
I am making the step from Flex Builder to FDT. Now I have configured the content assist to trigger at ".:_abcdefghijklmnopqrstuvwxyz" - which works close to great. I get all the options presented to me. However when I try to select one by double clicking the item or hitting enter - the selectionbox disappears, without leaving the selecte...
While programming software stored in a Subversion repo, I often modify some files, then notice that I'd like to do some preparatory change for my main work. E.g. while implementing new functionality, I notice some refactoring which might help me.
In order not to mix two unrelated changes, in these cases I'd like to "stow away" my change...
How do I get a Font object representing the font set as the "Text Font" in the Eclipse Preferences -> General -> Appearance -> Colors and Fonts? I'm implementing a table-view where one of the columns is supposed to contained fixed-width text.
...
I'm developing an Eclipse RCP based application, that uses the resource model of eclipse (workspace, projects, resources, etc.). For basic usage of the resource concept, there is no need to depend on the IDE plug-in. But many dialogs, wizards or views I want to use are inside this plug-in. I read about not to have any dependencies on IDE...
Hi,
I have an editor (emf editor). And I only want one of the tabs in the editor.
If I do not add the other pages, I still see one tab in the tab selection. Can I hide the tab, so the user will not see it is a multipageeditor?
...
Intellij has a shortcut for moving the current method internally in the class ( I think it is Ctrl+Shift+{Up or Down Arrow})
I would like to know if Eclipse has the same functionality.
I could mark the whole method and then alt-arrow to move it, but then it would move one line at a time. I would like it to move one member for every key...
I'm working on application sending changed files to other computers. Currently a changed file is sent completely even if the change is minor. I'm looking for a library (C,C++,Java) that would allow me to create a binary diff and send only the delta and the matching patch to merge the data back.
I'm looking for something ideally under an...
I am trying to create an eclipse runtime tool to diff 2 files. For my specific instance the files have the same name but are comparing versions.
I created a runtime external tool configuration using p4merge using these arguments:
gen\${string_prompt:File Name} gen2\${string_prompt:File Name}
What I really want is 1 dialog box where I...
I'm writing a Java library with a lot of jni code. Pretty much every test case needs to load my jni dll, and I have a lot of test cases. In order to run the test cases out of Eclipse's Junit launcher, I have to create a run/debug configuration and edit the VM arguments and environment variables.
I would like a way to set the VM argument...
This is with Flexbuilder 3.2, Eclipse 3.3.2.
I am moving my development environment to a new machine. Actionscript classes that compiled in the old environment now get a compile error:
A file found in a source-path must have an externally visible definition. If a definition in the file is meant to be externally visible, please put the...
It looks like the "Externalize Strings" feature takes everything, makes a Messages class, and a .txt file in which to store the Strings themselves. This is interesting, but I've got another way to store constants:
public final class Constants {
//for parsing commands
public static final String REGEX_COMMAND = "(\\w*) *= *\"(.*)\...
I compiled one C++ project which transplanted from another project, and there are some undefined symbol warnings while linking after compiled. The point is that these warnings are so strange. They are divided into 2 types:
Type 1:
dld: warning: Undefined symbol **'__record_needed_destruction'** in file './xxx/xx.o'
dld: warning: Undefi...