eclipse

calling plugin from java code

hi i am using eclipse as IDE for the development of my application. I have one doubt. I have one plugin that is capable to creating a class on from one xml file. Now, the problem is that i have many xml files and classses to generate.. can anyone please tell me how to invoke the plugin from my java test class, so that i can create clas...

Jigloo, Eclipse and Android

Im fairly new at programming and was wondering if the Jigloo gui builder plugin would work with android app developement. I have Eclipse setup with the android sdk plugin configured, after seeing what Jigloo can do and that you can see the source code after creating the gui iI figured this would be a helpful tool to use. I would be very...

Setting & finding a svn repository on a system in LAN

Hi There, I have installed TortoiseSVN on machine 192.168.1.56, & want to synchronise with it from 192.168.1.60, when i insert the repository address in URL like this "file:///192.168.1.56/D:/Repository" and click finish, i get the message "Location information has been specified incorrectly" what is the proper format...Thanks inadvance ...

Overwriting generated target in local maven repository with Maven-Eclipse?

Maven won't overwrite the built version of an eclipse project in my local repository. I only changed a META-INF/MANIFEST.MF file, but Maven doesn't seem to recognize that and therefore doesn't overwrite the artifacts in the local repository. How can I force it to overwrite? This is the maven log: [INFO] [INFO] --- maven-jar-plugin:2.2:...

how to automatically add a new file to SVN in eclipse

Is there any plugin in eclipse, so that when ever I created new java file it will be added to SVN. Though I am doing an SVN add immediately after creating a java file, I am forgetting it many times, which is causing problems. We have lot of un-versioned files, so when committing it is not easy to look through the un-versioned files to fi...

android: button onClick(), cant tell if anything is happening...

My Activity onClick() below doesn't appear to be doing anything (not seeing any string appear), yet I dont get any errors. What am I missing? Is there a way to trace the function? package com.HelloTabWidget2; import android.app.Activity; import android.os.Bundle; import android.widget.Button; import android.widget.TextView; import a...

I want to add commands (shell scripts etc.) to Eclpise Package Explorer or Navigator

I'm in desparate need for a functionallity I miss in Eclipse: Right click on a file in Navigator (or a resource in package explorer) and execute a command on it, like "chmod a-w". Google did not bring anything up, likely I use the wrogn search terms. I assume someone must have written a plugin for that ... I'm helping myself right now...

JFace question: Disable some entries in ListSelectionDialog?

I have a ListSelectionDialog. Something like this for instance: Now what I'd like to do is to have some items permanently selected and disabled (Basically I'd like to indicate to the user that these are part of the "core" selections and are not optional). Is there a way to do this? ...

Any way to stop Eclipse CDT build?

I'm attempting to build a project in Eclipse CDT and the build process fails early on, but then takes minutes to finish computing and finally quit. How, through the Eclipse IDE, can I stop the build process. I know there must be some way because I can delete any random file from the Project Explorer and a box pops up with the pro...

What's so great about Block Selection Mode?

Longtime Eclipse user here; I recently discovered the "Block Selection Mode" (Alt-Shift-A) that was added into Eclipse 3.5. I tried it out, it's pretty neat--I can select a rectangle of text in my source code instead of selecting things a line at a time like I usually do. Apparently this feature is common in other editors too, under o...

BIRT auto size grid to match the table

I am trying to create a bill notice with payment stub underneath as a BIRT report. My bill line items can be more than one. The report uses a gird layout with the bill line item information in a table. I would like to 1 . get the table and the enclosing grid to expand as much as possible, if needed (without affecting the tear off stu...

Use Eclipse PDT (or Mylyn) drilldown, without the clutter

Hi everyone, I am becoming a frequent user of eclipse, and I like it. However I find myself wondering: Is there a way I can use eclipse drill-down and then hide everything in enclosing folders except the folder that I'm drilling into? (kind of how Mylyn filters stuff, but without me having to build a context) I would like to do this,...

Get OpenCV2.1 to run in windows using eclipse

Hi, I am trying to get OpenCV2.1 to run on my windows machine. Here is what I have done so far: Installed MinGW using MinGW-get-inst Installed Visual Studio C++ 2008 Express Installed OpenCV-2.1.0-win32-vs2008.exe downloaded from OpenCV's website Installed Eclipse Then to test everything, I created a new project, and: Configured Ec...

Double installation of apk

I have an app that i am working on. but when i run it through the eclipse avd... It shows two icons in the app screen. any ideas what is going on? Also I used the apk to install on my phone and i also saw two installation of the same app on my phone. ...

Is there a Eclipse plugin that provide FTP sync & merge & compare?

As titled, I couldn't find such plugin. Though many plugins provide FTP sync functions(like Aptana). But it lacks of compare/merge. Compare/Merge functions are usually used for versioning. However, in our web developments, we need such functions due to the followings: Our designers will modify the web site using FTP. I want to mer...

Call to .NET web service timed out (Android dev using KSOAP2)

I'm getting a Java Socket Exception "Operation timed out" when trying to call a .NET web service method. I've followed the many examples out there on the web to get my android to call a .net web service. I'm running the web service using VS2010 in debug mode. The web method I'm calling is very simple -> "string GetVersion()" I've rea...

running android app in eclipse

I am new in Android. I have downloaded the Ecllipse 3.4 and Integrate with ADT and Android SDK r06. But Problem is that My Simulator is not working, It opens Properly but screen Shows only "ANDROID.." What should i do. please help. ...

How to share code between multiple GWT eclipse projects?

I would like to have multiple GWT projects that share common code. Is this possible? AFAICT my GWT projects need to each have their own directory, with source directly underneath, which seems to preclude code-sharing. I tried using linked folders, but GWT didn't seem to like that (described here). If I want to do this, is my only cho...

Stop Subclipse from displaying revision information beside file name

Hi everyone, I am using Eclipse PDT and the navigator view and I am wondering: Is it possible to stop Subclipse from displaying revision information beside file name? e.g. Turn: .buildpath 6 04/09/10 9:25 AM Lemiant Into .buildpath I would still like to be able to access the information, I just don't need it cluttering of the nav...

How can you get eclipse code complete for CI when using &get_instance() ?

Hi everyone, I'm currently using Eclipse PDT and CodeIgniter, is it possible to get code-completion for the sessions library like so: $CI = &get_instance(); $CI->session->se (No auto-completion here.) Also, is there some sort of plug-in (or just a method) that would allow eclipse to do this for all my CodeIgniter libraries. Note: ...