eclipse

Building a plugin with two source folders fails

I have an Eclipse Plug-in that contains two source folders: src/ src-gen/ The reason is that, as the name implies, the second folder is filled with the results of code generation. However, when I try an Eclipse PDE build, or even a single export of the plugin, the code in src/ that refers to generated classes will not compile. It s...

ToolTips In Source Code

Hello Guys, I want to thank you all for your previous replies. I am showing package names, class names, methods and fields in a view(in tree and table format) of a plugin. I am using the method below so that anytime the user clicks on the package/class/method/field name then the source code in the workspace will open and that particu...

Include Third Party Jars ANT

I am new to using ANT and am trying to include third party jars in the build using Eclipse 3.5. I keep getting "cannot find symbol" errors in the compilation, so obviously it is not taking these two jars into consideration. If anyone can show me where I am going wrong, or suggest another route, I would appreciate it. Thanks. JarPath bel...

how to stop flexbuilder from copying CVS files to tomcat deployment

I have a flexbuilder project (project1) that builds 2 modules. This project has a source path that includes project2 (another flex project that builds an application). When I build project1 it will not copy an xml config file to my tomcat deployment without the 'copy non-embedded files to output folder' option set. However, with that ...

What are the common tricks in eclipse when working with jsp files?

I looked through this list of “Hidden” features/tricks for Eclipse?", but it doesn't have anything for web-developement (jsp). A very useful list of tricks for a general eclipse user! I work with jsp pages in Eclipse Ganymede, and I would like to find out a list of shortcuts commonly used to facilitate development. I always seem to str...

Different change lists in subclipse?

In IntelliJ, I can have different change lists so that I can put certain files that I never want to commit into a different change list, and I won't be prompted to commit those files unless I select that change list. For example, certain database configuration files, eclipse project files etc., I want to rarely or never commit. Is there...

ASTNodes And Views

Hello guys I would like to know if there is a function that when i give it an ASTNode object (the ASTNode can be a class, method or a field in a CompilationUnit) as an argument it can show this object in a view (Tree view or Table view). If there isn't any such function, is there another way or workaround of doing it? Thanks for your h...

version control and deployment with eclipse?

I am working an a php webapp with eclipse as my IDE. I would now like to set up a version control system to manage my source code. I would also like to use the plugin to deploy my code live to the server. Can anybody recommend a plugin (subclipse?) and perhaps explain how I would use it to deploy my code? ...

Seam 2.2 and JBoss Tools 3.1, Why JBoss Tools doesnt work anymore?

Hello Stackoverflow, I've downloaded the new Seam 2.2GA but it doesn't work with the current version of JBoss Tools 3.1. Anyone had any luck making those work together again? Is there a new version of JBoss Tools out somewhere? maybe a beta, something you can get back to generating Seam projects in eclipse, rather than using the seam-...

How to change the order of entries in "order and export tab" of eclipse java build path programmatically ?

I am stuck in a great problem, I need to change the order of two jar files in java build path of eclipse. there is some operation on which the junit3.jar will be set before junit4.jar, but i am not able to find any clue. Please help me... Thanks in advance. ...

How to add a folder to java build path as library, having multiple jars or entries in it ?

First I want to say lots of thanks to "Rich seller" to solving my query for changing the entry order in eclipse java build path programatically. I want to add my Library folder to java build path which has several jars in it. It should behave like a classpath container. I tried with IClasspathContainer but failed to implement. Please h...

Ant: How can I see the std output of Java task?

I have a java program to run and it will print out some messages on the console. When I put the program as an Ant java task, I can't see my output on the console. What should I do? I should add that I run Ant from Eclipse. The console output does not appear in Eclipse console. ...

Using both netbeans and eclipse to edit a netbeans project

Hi Netbeans is the default IDE at my workplace. I want to use Eclipse to edit the Netbeans projects. How easy or difficult is it to do this. Can someone outline the steps involved for this. ...

Why an Eclipse RCP product build can not find classes in org.eclipse.ui during headless build?

I have a product definition that includes one feature I wrote and the org.eclipse.feature. When I build this product from eclipse, it completes successfully. However, when I try to use the Headless build, the compilation process fails as it complains that it cannot find classes included in org.eclipse.ui. One of these classes, for exa...

How to set Eclipse compiler level to 1.1

Hi I use Eclipse 3.4 Ganymade which uses JRE 1.4/1.5 alternatively. Now I have to use JDK1.1 for one of my application. As far as I know Eclipse uses JRE1.3 as the default level of compiler. Is there any way to work with JRE1.1. I had installed both JDK 1.1 and 1.4 as well. ...

maven groovy stub generation

I'm using the GMAven plugin to create Java stubs which successfully compiles my project (Java code that references Groovy). After the stubs have generated I create an Eclipse project (mvn eclipse:eclipse) but the stubs are included on the classpath so rather than my Groovy getting executed (when debugging in Eclipse) the Java stubs are ...

Eclipse Redeploy/Undeploy Web Project without Restarting the Server

In my eclipse web application I made a Web Project and a Library Project. The Web Project referenced the Library Project. When I started the Server, every time I change a code in the Library Project and build it. The server wants to restart and it does not redeploy by the Web Project only. I do not want to restart the server because it...

Python Strongly type lists.

Hello, I am using eclips for python and i am facing a problem. I have many classes with many properties and want a list of objects from one of my declared classes. The problem is:When i am accessing any item from the list, the IDE does not know it's type because in python we do not declare the variable with it's type, so there is no auto...

Drawbacks to using Lift (Scala-based framework) for webservices?

I have been working on a project and as I have just started on the webservice I found Lift has been released, so I am curious if there will be much more complication by using Lift over Jax-WS using JDK6. I am doing this with the Eclipse IDE, but I don't know if I will get much benefit from the IDE on this project. ...

My Eclipse can compile but I can't find a JDK!

I've installed Eclipse on a Windows machine some time ago. A couple of days back I was doing some Java coding and I noticed I don't have a JDK, but still Eclipse could compile & run the Java classes. Does it have a compiler included? ...