eclipse

In Birt - group items in a table according to substring.

Hi, A newbie question which I could not find an answer to. I have a report containing a table holding several items that have a "Time" Column. I would like to group the items by time so that all items of the same month will be grouped together. To do this I have to extract the month/year out of the "Time" String (format is "17:22 19/0...

PHPDoc documentation generator in or out of Eclipse?

I am developing with Eclipse + PDT. I've been adding phpdoc comments into my code, but actually never generated a resulting documentation in Eclipse. How should I do it - is there some functionality in Eclipse, or doc generation should be done externally? ...

Is Eclipse Galileo compatible to Google Plugin for Eclipse?

They don't seem to mention which Eclipse Version must be used... ...

Are there other trusted download sources for Eclipse Ganymede 3.4.2? It's no longer available on eclipse.org!

Eclipse.org took it off for some reason. When trying to download Ganymede, the server says the files are not there. I need it for Mac OS X Cocoa 32 bit. J2EE or the lightweight version. Eclipse downloads - file unavailable The selected file is invalid, or it is no longer available for download. This happens when the file...

How can I run the example project of Google App Engine + GWT in Eclipse?

Ive installed the Google Plugin for Eclipse and created a demo project using App Engine and GWT. Now I want to launch and see it. But after compile nothing else happens. Shouldn't there be an integrated browser that shows the app? ...

What's the trick to write code faster in Eclipse?

I know there is a trick that when you type quickly code in Eclipse, you can hit some secret keys and it will auto-complete the missing parts. Who knows them? example: I have someVeryLongVariablesWhichIWantToTypeFast and I start typing someVeryLongVa but nothing happens. Only when I type method names a yellow box appears that wants to he...

How can I exclude some folders from my Eclipse project?

Hi there I'm adding an eclipse project to our existing code-base, and I'd like to know if there is a way to exclude some directories from being picked up by eclipse at all? The reason is that we have a huge "third-party" directory in our repository that cannot be present in the project for the pair-programming plugin we are using to be...

How to view existing projects in newer version of the Eclipse on another computer?

Hi On one of my machines, I am using PDT Eclipse Europa and have a workspace at D:/folder/myworkspace. Then I log into my another machine, where I have just installed Eclipse Galileo. And it asks me to select workspace, and I choose M:/folder/myworkspace (a network drive, could have named it same as D:/ ) and it opens up the workspace....

What is an easy Mylyn task repository to use for a small (~40 devs) project?

I'm currently the only developer using Eclipse Mylyn integration (I'm the experimental one). I have two repositories configured - Bugzilla, which the project uses for internal bug tracking and a Local repository. I use the Local repo for organizing the stories I am working on for the iteration. What I'd like to do is make that Local rep...

What is the best way to integrate an external build tool into Eclipse?

I've just started using Eclipse for Python development since we can make use of a lovely plugin I've found to enable distributed pair-programming. Anyway, the next step to getting Eclipse to integrate properly with our existing environment, would be finding a way to drive our current build tool (Waf) from within the IDE. So the questio...

Is it possible to synchronize JUnit test cases with the classes under tests within Eclipe?

I know it is possible to create a TestCase or TestSuite with the wizard within JUnit, but how does one sync the code after the class under the test has been modified, such as method signature modification or newly added methods. I would like my TestCases to be able to sync up (remove or add) those changed methods/parameters/method signat...

Eclipse-plugin: Can't see my results in AbstractTextSearchViewPage

I've implemented a ISearchQuery and ISearchResult. They get loaded into my class that extends AbstractTextSearchViewPage. I'm using some code taken from the FileSearchPage to show the results in both a TreeViewer and a TableViewer. protected void configureTableViewer(TableViewer viewer) { viewer.setUseHashlookup(true); Fi...

Strange Eclipse C++ #define behaviour (resolved)

(A case of over relying on an IDE) I have some legacy C code that I compile as C++ for the purpose of Unit testing. The C source is C++ aware in that it conditionally defines based on environment. E.g. (PRIVATE resolves to static): #if!defined __cplusplus #define PRIVATE1 PRIVATE #endif ... PRIVATE1 const int some_var; The proble...

eclipse plug-in dependencies and classnotfoundexception

Hi, I am new to Eclipse RCP plugin development and I have the following problem: I am trying to instantiate a MessageConsole object in my plugin. I create the appropriate dependency for org.eclipse.ui.console in MANIFEST.MF, build the plugin, and then load the plugin inside the same Eclipse application (I export the plugin as a zip, s...

jsps give me a bunch of errors, probably due to DOCTYPE

First here: <html xmlns="http://www.w3.org/1999/xhtml"&gt; I get the warning: "Undefined attribute name (xmlns)." What's the best way to solve this in Eclipse? I also get an error here "Missing quotes for attribute value (it refers to center) <table align=center> <% if(action!=null && "sendemail".equals(action)){ if(!"".e...

How do I get Eclipse to resolve classes generated with Maven 2?

I'm using Google Protocol Buffers to generate some Java classes for my project. Using Maven 2 and its "antrun" plugin, these classes are freshly generated before compile, output to target/generated-sources and put on the classpath during the build. So building the project from the POM is no problem. However, Eclipse doesn't know how to ...

How to diagnose eclipse crashes?

OMG, eclipse (it's Gallileo, but with previous versions I also had such problems) crashed again, silently as always. That can happen one time per week, but this is really annoying. All I have now is a crash log. Are there any ways of discovering the true reason of these crashes? Header of crash log, can't see anything useful: # # An un...

JAR file folder for eclipse projects

I'm trying to create a centralized folder (in some kind of a "meta project" in my eclipse workspace) for commonly used JAR files for referenced projects in this workspace. It should work similar to the WEB-INF/lib folder for web projects but also apply to non web projects, and automatically scan and add all jar files in this folder. I t...

Windows installer for Eclipse plugin

I'd like to create Windows installer, which follows these steps: warn user to exit all programs introduce the extension to be installed if appropriate, ask the user for the name of the registered owner and for the license key display the extension's licensing agreement and ask the user to accept recommend a location on the disk to inst...

Converting an Eclipse Java project to a Google AppEngine one

I have a project with a large amount of pre-processing. I have written this part and would now like to convert the project to a GAE project. I have enabled the GAE support in Project->Properties and have some functionality but when I want to testrun the app I get a "Web application archive directory does not exist." Is there a way to ...