eclipse

Changing pop-ups dynamically in eclipse plugin.

I have a plugin where for a particular type of file i will enable some options to perform. so now i have requirement where i need to decide the type of a file dynamically and apply a particular options for that type of file. Is it possible to do that? if yes, need some help about the same. Thanks. ...

Error running a Dynamic Web Project in Eclipse Galileo

Hello, Im using Eclipse Galileo, and have configured it for Apache Tomcat . I have added Apache Tomcat 6.0 to Windows->Server->Runtime Environments, with the following settings: Tomcat Installation Directory - C:\apache-tomcat-6.0.24\apache-tomcat-6.0.24 JRE - Workbench Default JRE (This points to C:\Program Files\Java\jre6) Now, i c...

Exclude Eclipse's hidden .settings directory from commits when using TortoiseSVN

I'm using the TortoiseSVN client and Eclipse. When I attempt to commit a Eclipse project TortoiseSVN displays a .settings directory in the file list and says that it is un-versioned. The `.settings' directory seems to be where Eclipse keeps all of it's settings for a project. Is there a way to exclude this directory so that it is comple...

how to run Specific activity in android emulator?

dear friends, i have created 4 activities in eclipse now i want to run activity 1, 2,3 ,4 repectively one by one in emulator for testing. can any one guide me how can i run those all??? when i press run button it only runs first activity. any help would be appriciated. ...

Testing a WSDL in Eclipse Web Services Explorer

Hello, I have a WSDL file for a web service which i want to test. Im using the Web Services Explorer in Eclipse to test the webservice. The webservice defines a login operation,containing a loginRequest message. The definitions are as shown below. Login Operation <wsdl:operation name="login" parameterOrder="in0"> <wsdl:input...

Analyzing Java OO Code in Eclipse

I have seen this question, but it's not what I'm looking for. There used to be a plugin for JBuilder or Together that analyzed your code to find when one class depended too much on another class and things like that. It suggested refactoring based on GoF design patterns. I have checked out PMD but it's not what I need, exactly. I'm lo...

Blackberry with Eclipse - How can I get rid of multiple Debug Servers?

Each time I choose 'run' it creates a DebugServer (in the debug view). Almost all the context menu options are disabled, including 'Terminate' option. Is there a way to get rid of these without restarting Eclipse (every dozen runs or so)? Thanks, Chris. ...

Eclipse proxy setting for XML validation

Running Eclipse 3.5 (= Galileo) under (K)Ubuntu Linux 9.10 . Corporate environment with HTTP proxies. I have my Preferences | General | Network Connections all set up with HTTP, host, port, Authentication required and the credentials. Eclipse is asking for my master password at Eclipse startup. So I've provided all the authorization I...

Eclipse style help system (SWT?)

I am writing a custom app that requires a help system. The app is written in SWT. Is there anyway I can generate eclipse style help with SWT? I.e when you press F1 in the Eclipse editor you get a new window on the side. As an aside, I would also like to be able to provide an editor for this help documentation. ...

WSDLException : An error occurred trying to resolve schema referenced at ...

Hello i'm trying to generate a proxy class from a local wsdl file with eclipse Galileo and axis 2 1.4 on windows xp . My problem is that i get an error due to an imported schema inside the wsdl . The line tha troubles me is : <xsd:import namespace="http://www.w3.org/2005/05/xmlmime" schemaLocation="http://www.w3.org/2005/05/xmlmime"/&g...

Should source code be saved in UTF-8 format

How important is it to save your source code in UTF-8 format? Eclipse on Windows uses CP1252 character encoding by default. The CP1251 format means non UTF-8 characters can be saved and I have seen this happen if you copy and paste from a Word document for a comment. The reason I ask is because out of habit I set-up Maven encoding to b...

Sharing code among Android applications

I'm trying to come up with a best practice for sharing code among a group of Android applications. For example, suppose I have a content provider that I want to access from several Android applications. I'd like to have a class that contains static members for content URIs, column identifiers, etc. This class would be shared by the conte...

FTD3: Existing Flex project No Code Assist

Hi guys, I am starting to use FDT3, and added an existing Flex project, from what I was using previously,Flex Builder, setting core library to default as3 library I suppose. I however do not have the ability to either (a) get live syntax checking or more importantly (b) predictive syntax completion. I think somewhere it said i should c...

Can I use subversion in such a way that "commit" automatically updates my server files?

I would like to know if there is any way to make it so that when I commit changes using Subversion, that the changes are automatically reflected on my server in the testing folder? Perhaps this idea is irrational. I'm struggling to get a good big-picture view here. If I kept the subversion repository on the server, would that be reaso...

Using nameFilters for excluding a particular type of items.

In eclipse's plugin extentions we can have pop up menus applicable for particular item depending on the type we specify in the nameFilter field. But now i want it to be reversed, means I want this pop up menu not to be shown for some types of items(based on its extensions). So is it possible. Need help badly. Thanks ...

Default flags for gcc compiler in Eclipse

I want all my C programs to be compiled with the options -Wall -pedantic -ansi by default. Is there a way to have Eclipse add these flags to the compiler command by default for all projects? ...

How to properly declare in a JSF page that an object is present in the sesion object with a given type?

I have a legacy JSF 1.0 application (using JSP, not facelets) which I have now migrated from MyEclipse to Eclipse 3.5 JEE, and I get a lot of errors from code similar to the following: <f:view locale="#{foo.connection.langLocale}"> where the problem is that "foo" is explicitly inserted in the session object from Java code, and not inj...

Need help with maven example

Hello all, I'm trying to learn maven ASAP as its required for my current work place. I found this great book which pretty much explains everything about maven. I'm using eclipse for java development and I installed maven eclipse plugin, in the book I mentioned above there is example(which may or may not be relevant) 4.2.1. Yahoo! Weath...

Silent Fail on subclipse login

I'm unable to connect to the SVN repository through subclipse: the login dialog box pops up, I enter my credentials, which I know work, since I can put them in through a web browser or at the command line, and then it simply resets the dialog. I see no "authorization failed" or "incorrect password" kind of messages (no messages of any ki...

Eclipse project export and CVS settings

I exported about 100 projects in Eclipse from one machine to another. I did it this way to save some time rather than trying to pull all the data from CVS via VPN. The problem is, when I did the project exports in Eclipse it did not preserve each projects CVS information. Is there a way to update all these projects' CVS information? ...