eclipse

Ecplise CDT .settings folder

How can I make Eclipse CDT store its .settings folder in the project folder instead of .metadata.plugins\org.eclipse.core.runtime.settings ? More general, can Eclipse put all the settings there? Background for the question is: I think there are many settings that I wand to put into SVN to archive and share in the project, but putting t...

CSS rule cleanup tool

We have several massive CSS files that just kept growing over the years whenever new elements were added to our system as well as JSP pages (which further include other JSP pages and so on) that reference these files. We know that we have many rules that are no longer used and many that are redundant. New tools just keep coming out. ...

How Do I Automatically Generate A .jar File In An Eclipse Java Project

I have an Eclipse Java project. It contains a folder named "dist". In that folder is a .jar file. How can I set things up in this project to make sure this .jar file is updated any time one of the .java files in the project has been re-compiled? Thanks. ...

What is your favorite automatic class diagram generator for Eclipse?

I am looking for an automatic class diagram generator in Eclipse. It will look at a project and automatically create a class diagram without needing to run the code. What is your favorite class diagram generator for Eclipse? ...

CodeIgniter with Eclipse PDT, is clean integration possible?

I am attempting to setup codeigniter with eclipse but am getting project errors. From what I understand this should be as simple as creating a new project in eclipse and pointing to the root directory of codeigniter. This properly loads up the codeigniter files but eclipse reports several errors. Looking into the files, it seems like ...

How do I build .war file in Eclipse for Glassfish server

I have web application written in java using Eclipse. It has just one servlet that does some file manipulations. How do I build war file so I can easily deploy it to my remote server. ...

Force Look/Feel in SWT

Hopefully no one has asked this question - didn't see it, but I apologize if it's a duplicate. Anyway, I'm building some plug-ins with Eclipse RCP and am using SWT for my UI. I have a Composite that contains some panels and other items - anyway, I've noticed a bit of a difference in the appearance of the UI depending on how my OS is se...

How to do source cleanup / code formatting (defined in eclipse) using ant task

Hi all We have a defined a set of rules in Eclipse for code formatting and clean up. is there a way to run the code clean up using ant task ? I know that there are tools like checkstyle but these tool have thier own configurations and rules, and I don't want to maintain 2 sets of rules. I'm looking for an ant task that will use the s...

Good tool for system design in Java/Eclipse?

Does anyone know of a good tool for laying out class diagrams and the like for eclipse? Preferably soemthing that will let me draw up the relationships between the classes/interfaces and will then generate stub code for me to fill in. I've just been handed a 288 page API doc and told to implement it in Java and I want to make sure I h...

gwt maven plugin - unable to run archetype generated sample project in eclipse

I'm trying to setup a new gwt project in Eclipse (3.4 Ganymede) using maven with the codehause gwt-mave-plugin (v. 1.1). I have installed the Google Eclipse Plugin including the Google App Engine Java SDK 1.2.2, the Google Plugin for Eclipse 3.4 and the Google Web Toolkit SDK 1.7.0. I'm using the gwt-maven-plugin archetype to generate ...

Using TPTP to profile an Eclipse Plugin

I’m currently trying to profile an Eclipse Plugin using the TPTP tools. However, I have run into issues when trying to profile an plugin. I can profile a Java application fine, however when I try to profile an plugin, the runtime workbench fails to load and the profiling terminates after a few seconds. I’m at a lost to what I’m doing ...

Blackberry Eclipse Plugin - cannot generate cod file or see BB properties

Hi I am using the BB eclipse plugin to create a BlackBerry app. I made some changes to my app but they were not reflected in the simulator. So I ran clean.bat and rebuilt the project. But now the project's cod file is not getting generated. And if I try and view the BlackBerry project properties for the Project, I get an error saying t...

Draw2D figure with get position at offset

Hello. I am looking for a way to get the position coordinates for an offset of a Draw2D TextFlow. For example SWT's StyledText supports that directly (getLocationAtOffset), but none of the Draw2D text figures supports this. Any ideas how I could calculate the position with the given methods of TextFlow? Regards, Kai ...

Creating a separate Folder in the same package... [ECLIPSE]

Hello! Is it possible in Eclipse to create a separate Folder in a package? When select "new --> folder", my eclipse version always creates a package. But i want the new folder to be in the old package. How can this be achieved? Thanks in advance... Patrick ...

Break on Exception in Eclipse using jUnit

Is there a way to make Eclipse break on uncaught exceptions while in debug mode for jUnit? Eclipse breaks fine when executing main(). Is there a command-line switch I can use? Thanks ...

Is is possible to profile using Sysdeo Tomcat?

I'm trying to profile a web application using Sysdeo Tomcat(1) on Eclipse using TPTP(2). Is it possible? 1 - Sysdeo Eclipse Tomcat Launcher plugin 2 - Eclipse Test & Performance Tools Platform Project ...

In Eclipse 3.5 : Rewrite xsl import/include location behind the scenes so it will properly validate files

I'm using Ubuntu I'm working with xsl files that have import or include statements like this <xsl:import href="/xsl/content/contentsecondary.xsl" /> Eclipse can't find this file because the /xsl/ isn't actually at the the root of the project, but is seen from the root of the web server because of this line in my etc/xml/catalog file:...

Change Eclipse variable autohighlight color

I have customized my own colors in eclipse but cannot find where to change the auto highlight color when you click on a variable and it highlights all other uses. Has anyone done this before? ...

Replicate Eclipse's "display tab" in my Java/Swing application?

So, I've got a Swing GUI that, for testing purposes (the other applications that my task will interact with aren't all developed yet), I'd like to be able to give a "debug console" to. The idea being that I could use this console to explicitly set values in my model, and verify that the appropriate GUI elements get updated. The Eclip...

Is it possible to map a hotkey to "compare to each other" in eclipse?

The key mapping options in eclipse are voluminous, but they don't seem to include "compare to each other." Is there something I'm missing? ...