eclipse

Problem with conditionally hiding rows of a grid in generated PDF reports

I am generating PDF/HTML report from a BIRT template. I am using "visibility" property to hide a grid row conditionally. It is working fine and that row is hidden in generated report. But, I am getting a bottom border missing from the upper grid row in my PDF report and although HTML report is generated perfectly fine. To understand i...

How to set initial window size in Java OpenGL

Hi guys... I just built a Java OpenGL application in Eclipse... and when i was trying to export the application using EclipseP5Exporter, it requires me to initialize the window size (not viewport size, a window may contain several viewports). I already googled some solutions in the net but I can't seem to get anything useful.. I've tri...

Highlighting modified lines in Eclipse

In netbeans, if I open a file which is under version control the lines which are modified are highlighted in the left. (green for new lines and blue for modified lines) Is it possible to get a similar effect in Eclipse? ...

How to add a jar build by a project to the project in eclipse?

I have a project which as part of the build process creates an XMLBeans jar file (stbSchemas.jar) which I want to include and reference in this project. Is this the best way to go about this (Single project) or should I have a child project which is built from the parent project? I am building this using Maven2 inside Eclipse. Is ther...

Eclipse 3.5 (Cocoa) slowing down irregularly after some time

Hi, I'd like to hear, if anyone else encounters the same problems, and doesn't use Google's GWT (2.0) plugins: Sometimes, my Eclipse 3.5 (Cocoa) slows down after some time of usage (>=30 minutes), so that things like maximizing an editor or moving the splitters becomes unbearably slow (reacting only after several seconds). After an Ecl...

How to export each open project in Eclipse as its own JAR?

I have several projects open in an Eclipse workspace. Like so: com.harbl.project.one com.harbl.project.two com.harbl.project.three I would like to export those as JARs in a batch such that I wind up with the following JAR files: ./com.harbl.project.one.jar ./com.harbl.project.two.jar ./com.harbl.project.three.jar Is this possible w...

Getting EL variable properties in eclipse

I'm using Eclipse/Spring source to edit JSP tags and EL. If I want to check what all the properties of a variable are is there a way to do this? Or even find out which file is generating the variable that's passed in. I'm thinking something along the lines of firebug for Javascript, where you can select an object and drill-down to get it...

Can I have a workspace that is both a git workspace and a svn workspace?

I have checked out now a local working copy of a codebase that lives in an svn repo. It's a big Java project that I use Eclipse to develop in. Eclipse of course builds everything on the fly, in it's own way with all the binaries ending up in [project root]/bin. That's perfectly fine with me, for development, but when the build runs on...

Problem Setting VM Arguments with Eclipse 3.5.2

Hello everyone. I upgraded my Eclipse application from 3.4.1 to 3.5.2 and up until this point, I had no problems. What I'm experiencing now has to do with the VM arguments. I'm trying to set them in the main plugin's *.product file, under the "Launching" tab as such: -DSTANDALONE -Xmx500M -Duser.dir=${project_loc}/.. However, instea...

Convert Existing Eclipse Project to Maven Project

For a project at work, we're considering using the Maven plugin for Eclipse to automate our builds. Right now the procedure is far more complicated than it ought to be, and we're hoping that Maven will simplify things to a one-click build. My question is, is there a wizard or automatic importer for converting an existing Eclipse Java p...

Plugin for aptana/eclipse that saves my opened files ?

I wonder if there is a plugin that is able to save the current state of my opened windows? In my case I work at a large system, and attend several bugs in different locations, i submit a bug to test, but lots of times some adjusts must be made.. the point is I don't remember the files i changed after a few days, so It is desirable that ...

Eclipse takes ages to display breakpoint when running tomcat

Hi, When tomcat hits a breakpoint in Eclipse, the execution thread stops, but the breakpoint takes absolutely ages to appear in Eclipse. The same is true if I try to inspect a variable; the first time takes about 2 minutes. After that, the debug session is fine. What with that and the CONSTANT need to keep re-publishing to tomcat every...

Eclipse can't see content in CVS Repository

I'm trying to check out files from our CVS Repository (I have access, but I don't have repository admin access), but I'm running into an issue where certain sub-folders of the module in question aren't displaying their contents, and they are failing to do so consistently. That is, certain folders do display their contents, while others d...

Android App Build system differences between Eclipse and Ant?

The Eclipse build for my 1.6 application project is succeeding and the Ant build is failing. I'm looking for help on why they aren't behaving the same way. We are developing on Mac OSX 10.5.8 with Eclipse 3.5 against SDK 1.6 + Google APIs. There are no setting changes in Eclipse, either at workspace or project level. Similarly, our a...

Run and Search appear in RCP Menubar

I suddenly have "Run" and "Search" in the menubar of my RCP application. Is there anyway to remove them? ...

How to install Eclipse + PHP Development Tools (PDT) + Debugger on Mac in The Year 2010

I had a lot of trouble installing Eclipse and PDT on my system. It took two days, largely because all the tutorials I could find were out of date (written in 2008, it's 2010 now) and various steps they included were no longer necessary, broken, or irrelevant. I wanted to write my process here so it could be improved upon (via wiki) as ti...

How do I handle an UnresolvedImport Eclipse (Python)

When I write import MySQLdb in Eclipse using the PyDev plugin, I get an unresolved import. However, the program runs without error. I can add an annotation to get the error to go away, but what is the right way to handle this? How can I help Eclipse know that MySQLdb is there? ...

Scalac command line parameters in eclipse?

Scala includes the continuations plugin now (yay), but must be enabled by passing "-P:continuations:enable" to the scala compiler. Is there a way to pass arbitrary arguments to scalac for the eclipse scala plugin? From: http://permalink.gmane.org/gmane.comp.lang.scala/19439 the plugin is loaded by default, but it must be enabled ...

How do i remove m2eclipse from my eclipse installation?

I don't need m2eclipse to work properly, I just need to remove m2eclipse for now and let eclipse behave normally. how do i do this? ...

Eclipse (Springsource Tool Suite 2.3.1) can't resolve dependencies for classes in the same package

This started happening when I upgraded my Springsource Toolsuite from 2.3 to 2.3.1. Essentially whenever I do anything, such as open a file, change a file, etc, I have to do a clean. Everything works fine when I do mvn commands on the command line, which leads me to believe that Eclipse is looking in the wrong place for compiled code o...