eclipse

Creating Android Modular Applications on Eclipse

I am currently porting a framework for building applications on J2ME to Android. This framework consists of several projects that compile to libraries (jars). Each individual JAR can contain graphical data (resources, J4ME screens, etc.). Every project generally has a well defined entry point (module). When someone wants to build an appl...

How can I connect Lighthouse tickets to Eclipse Mylyn?

I of course came across this but without any success, I used the pattern from the screenshot (and comments) but I'm still getting empty task list (see attachment). I examined the pattern and compared it to Lighthouse tickets.xml, and it all seems correct. ...

flex builder 3 plugin error files

hi , where does Flex builder 3 plugin output error messages? I'm trying to import wsdl however i keep getting an "unable to load wsdl" message. Ive tried creating a trusted certificate in the jdk cacerts file however no success and could do with seeing what is actually the problem. I have looked under the Program Files/Adobe/Flex Build...

Android - How to setup child views inside a viewgroup

Can someone help me with my Syntax/Methodology? I would like to set up a bunch of different views in a viewgroup. My code fails at the addView method. Unfortunately, I can’t find jack for examples (which is how I learn) using the ViewGroup class online. Thanks all. public class TileView extends ViewGroup { private TestClass mTestCla...

Problem adding commons-configuration to m2eclipse

I want to use the apache commons configuration jars in my Maven project. When I add it using m2Eclipse it produces this: <dependency> <groupId>commons-configuration</groupId> <artifactId>commons-configuration</artifactId> <version>20041012.002804</version> <type>jar</type> <scope>compile</scope> </dependency> This seems fi...

pydev doesn't find python library after installation

Hi, I'm using Django and PyDev/Eclipse. I just installed django-treebeard with setup.py install and it got installed in my site-packages directory C:\Python26\Lib\site-packages. I can successfully import it in the python shell with import treebeard. However PyDev complains that it cannot resolve it when I try to import it. Unfortunate...

Eclipse Hot Code Replace Fail - republish web application

I use the Hot Swap java debugging feature with web app on Tomcat. After some class signature change, I got "Hot Code Replace Fail" Eclipse dialog - I understand that. What I want in such case is to republish the application (I can do that) and work with the newly deployed code. However the debugger stil complains, until I restart the se...

Importing Multiple XSD Files into Eclipse's XML Catalog

We presently have about 15 different XSD files that define the many XML configuration files available to developers configuring our project. Is there any convenient way to import all of these into the XML Catalog in a simple pass? Although multiple select would be better than importing the files one at a time (as we presently have to do...

In Eclipse, in a class's Outline view, can I list class members alphabetically?

In the "Outline" pane, the one that lists a class' methods and members, the listing is in order of declaration. Any way to change that ordering to alphabetical? ...

Merging of branch to trunk in SVN using Eclipse

I am looking forward to merge my codes which I developed in a branch of SVN to the trunk. I am using Eclipse and I have been using Team->Commit to commit my updates to the SVN. But I haven't done a merge before. Please help me with this. Thanks ...

Java project: should .classpath .project file be committed into repository?

I am a newbie using Eclipse to develop Java program, and here is my question: should I check in my .project and .classpath file? My friend told me that I should only check in .java files and the build.xml to guarantee portability. He said ".classpath will cause you much less portability on different environment. .project is entirely you...

GWT Maven Eclipse Plugin - Compilation Fails Due to Duplicate Class

Hi, I am using Eclipse 3.5 (Galileo) with m2eclipse and GWT Eclipse plugins installed. I created a project using the gwt-maven-plugin archetype. I have created an RPC service defined with these classes: my.package.client.DataService my.package.client.DataServiceAsync my.package.server.DataServiceImpl When I run mvn clean, the targe...

How can I get Eclipse PHP-IDE to collapse #regions with PHP like Visual Studio does with C#?

Ever since I've seen a .NET/C# developer encapsulate code in regions and have Visual Studio collapse the code I started encapsulating my php code in regions. Not quite as much fun (or as useful) when I can't collapse regions in my IDE. Can anyone help? ...

Eclipse PDT - How to use for Java development

I use PDT for PHP development. I am going to start learning Java. What packages should I install in PDT in order to have at least the same functionality as if I would fresh install Eclipse IDE for Java Developers? ...

BIRT dynamic image url - cannot get access to data columns

I am trying to display different images based on data returned. I am running into the following issues DataSet is not available on the image control for me to make decisions based on the column information. I am using a grid layout (no tables)... Think of a letter I tried to create report level variables and assign it the value from da...

Access to jdbc/ jndi properties associated with the Datasource in BIRT

Is there a way to access jdbc/ jndi resource properties associated with a Datasource in BIRT? I would like to access the properties (esp. driverClass) to modify the query associated with the datasets to address database engine specific variations. TIA ...

XML validation by XSLT or Schematron in Eclipse XML Editor?

How can we validate xml document by either schematron or xslt in Eclipse xml editor? The idea is to extend xml document live validation in eclipse xml editor with some rules based validation method. ...

Maven and GWT (and Eclipse) - Does it really work?

Over the past few days I have been trying to create/run a project in Eclipse using the gwt-maven-plugin and keep running into roadblocks (see some of my previous questions). I like to use Maven to do my builds, but I'm at the point where I'm thinking of going the Ant build route because of the complications of using Maven. Does anyone ...

How to configure Jetty 8 for a Dynamic Web Project in Eclipse?

The only Jetty there's available seems to be 6, which is ancient. ...

Android change SDK version in Eclipse? Unable to resolve target android-x

I developed an Android aplication against 2.1 SDK. Since then I have re-installed Eclipse/Android SDK; with the new install, I want to 'upgrade' the dependancy of the Android application to 2.2 SDK (because I dont want 2.1 installed on my machine). Is this possible? I am getting the following error from eclipse: [2010-08-31 18:18:32 - A...