eclipse

Does Eclipse Ganymede have a mouse-click bug in the Navigator view?

I've had to downgrade from Galileo to Ganymede in order to use the version of the FlexBuilder plugin that we are licensed for. Since the downgrade, I have several times accidentally dragged files or entire folders from one part of my project into another (or even into another project). I blamed this on fatfingers the first couple times...

Automatically copy new Jar file to Tomcat project WEB-INF/lib folder

I am developing a Tomcat app (actually it's a Red5 app, but this is effectively the same). This contains the usual /WebContent/WEB-INF/lib folder, which is where I locate the various jars it uses. Recently, I pulled a package out of my app project, and converted into a separate Jar project which was then released as open source (this ...

Best Practices for Project Feature Sub-Modules with Mecurial and Eclipse?

I have a couple of ANT projects for several different clients; the directory structure I have for my projects looks like this: L___standard_workspace L___.hg L___validation_commons-sub-proj <- JS Library/Module | L___java | | L___jar | L___old_stuff | L___src | | L___css | | L___js ...

Vi plugin for eclipse?

I have seen a few vi plugins for eclipse. Can anyone suggest which one is the best (not buggy, maintained easy to install...)? Thanks, Marko ...

How to remove the explicit dependencies to other projects' libraries in Eclipse launch configurations?

In Eclipse it is possible to create launch configurations in a project, specifying the runtime dependencies from another project. A problem I found was that if you have a multiple project workspace, being possible that each project has its own libraries, it is easy to add explicit dependencies in a secondary project to libraries that are...

Eclipse c++ with mingw comiler cant build boost regex example, can find .a library files

Hi, I'm trying to build the boost regex example in eclipse using mingw on vista. I built boost ok with mingw as there are library files XXXX.a. I could build/compile the first boost example that doesnt require any of the compiled boost libraries. When I compile the regex example I get a linker error saying it cant find the library file....

How to copy plugins between two eclipses

I have two eclipse directories, both are Galileo. One has plugin A installed, the another has plugin B. Now I want to have just one eclipse, is it save to just copy the plugins directory from one of the eclipses to the other? ...

StatET debugging tool

I think I'm just being dense, but I can't seem to figure out how to use the debugging tool while working in R in Eclipse (StatET plugin). Has anyone got any tips or tutorials on the subject? ...

realmethod in eclipse

Hai friends What is the realmethod. how it is using in eclipse. what is the use of realmethod in eclipse. can anyone tell me clearly what is realmethod and its uses. Thanks in advance ...

Debugging maven junit tests with filtered resources?

We are using filtered testResources in JUnit-tests that are usually executed by the maven surefire plugin. That is, the pom contains a section <build> <testResources> <testResource> <directory>src/test/resources</directory> <filtering>true</filtering> </testResource> </testResources> ... How c...

Building the WAR with m2eclipse in combination with WTP (handling webResources)

I have a situation where I have a web application that is built using maven (i.e., maven-war-plugin). For each code modification, we have had to manually launch maven and restart the application server. Now, to reduce build cycle overhead, I want to use WTP to publish the webapp. Now, we have resource processing with Maven, and there ar...

glut library for Eclipse

hello everyone I'm working with Eclipse under Windows XP, but I can't find there glut library, all I have inside GL are only gl.h, glu.h and glext.h, can somebody please help me import glut library and explain what is this glext.h, thanks in advance for any help ...

What is the difference between Run as php script and php web page in eclipse?

Hi all, I am a newbie to php and have been trying to use Eclipse PDT for my php work. I have found that there are two options that I can use for a php page from eclipse pdt Run as php script and Run as php web page but wondering what is the exact difference between those. Also, I want to know if the difference is eclipse specific ...

Stable Scala 2.8 plugin

Does anyone know if there exists a stable version of the Scala plugin for eclipse, running with Scala 2.8 (any version of scala 2.8...RC or beta or whatever). I like the fact that it compiles 10 times faster than the netbeans plugin, but it is very unstable, and auto-imports doesnt work. Also, sometimes it cant find classes when I hit "...

OpenGL and GLUT in Eclipse on Windows

Hello to everyone, can somebody explain please how can I import glut library to the eclipse, I can't find any explanations in net, thanks in advance ...

Positioning new editors side by side

Hi there... I'm working on an eclipse rcp application and want to avoid this effect when opening a new editor: http://www.fotos-hochladen.net/stackededitorsfcpt3zoq.png and want to achieve this effect programmatically: http://www.fotos-hochladen.net/separareeditorsmv58nzua.png Has anyone an idea how this can be achieved? Thanks! :...

When to choose "Generate an activator..." when creating a new Eclipse plugin project

There are lots of Eclipse RCP tutorials that begin with the obvious first step: "Create a new plugin project..." It seems that approx. 70% of them specify checking the "Generate an activator, a Java class that controls the plug-in life cycle". The others specifically say don't check that toggle. Its not clear to me, what generating a...

problems with openGl on eclipse

I'm working on Windows XP I have portable version of Eclipse Galileo, but I didn't find there glut so I decided to add it using this link I made all steps and and now I'm trying to compile this code #include "GL/glut.h" #include "GL/gl.h" #include "GL/glu.h" /////////////////////////////////////////////////////////// // Called to draw ...

Eclipse + m2eclipse plugin + EAR module dependencies

Hi, I'm trying to create an eclipse project from scratch using m2eclipse plugin to help resolving dependencies. The project consists of the following modules: test-ear test-ejb test-war The ear references both other projects, and pom files are ready and working in each project. Still I have one situation: Instead of just maven buil...

BlackBerry project version number

I have a BlackBerry Java project in Eclipse. It has version number written down in four different spots: in the project properties, under "BlackBerry Project Settings/General" in the JAD file, under MIDlet-1 (?) in the JAD file, under MIDlet-Version in the ALX file, under <version> (?) And they seem uncorrelated. Changing either of t...