I have project with the following layout (Python 2.4.3)
root
+--- src
+--- xyz
+--- __init__.py
+--- C1.py
+--- C2.py
+--- test
+--- xyz
+--- __init__.py
+--- CXMock.py
+--- C1Test.py
+--- C2Test.py
So i'm writing a un...
I'm using git for version control but I'm currently lacking a good issue/bug/ticket tracker with Eclipse Mylyn integration.
The features I'm looking for:
Open source implementation (so that I can add the features I need in the future. GPL, LGPL, MIT or BSD license preferred).
Distributed (the issues must be stored in git the repositor...
I am using Eclipse Version: Helios Release for a java application. I need to run multiple instances of same application and want easy visibility of multiple consoles.
can it be done? If yes, how?
Thanks in advance.
...
Hello,
I have a problem with my build path. In my web project all .jar must go on projects, so I cannot use the WEB-INF/lib resource to add .jars there.
So I created a Lib project so I could use it in the same way I use the WEB-INF/lib. Problem is I am not beeing able to make it work properly.
Seems fairly easy, I create a Java proye...
I created a Hello world app but get this strange error:
The project cannot be built until the build path errors are resolved
I haven't changed the project, jut created it and tried to run it.
...
Hi,
I've got problem with look of freshly installed Eclipse in my Ubuntu 10.04. The toolbars and tabs are just too wide, there's lot of empty space above and below text or images on them, so I wish to make them narrower.
Fast look in google didn't give the answer how to configure it, so I hope someone has dealt with it. This is same ...
In the lower levels of the application I am working on, the application uses SunJCE to encryt something (I'm pretty sure exactly what it is doing is not relevant to this question). Please let me know if you need more info on that and I'll dig it up.
We always use a Sun JDK,so the having the dependency of the SunJCE is not a big issue f...
Trying to create a multi module maven project in eclipse.
Parent Pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>parent</gro...
We have an internal Java library, that for legacy reasons, needs to be compiled using Java 1.4. However, this lib has gone through several versions, the latter of which have had certain methods and objects deprecated. For client support reasons, the code needs to use some of these deprecated methods/objects. As such, we always keep th...
I'm using metro 2.0.1 for a client application who connects to WCF Service With security. Everything works fine in my unit tests but when I call the method in my Java application I get the following exception:
Exception in thread "main" java.lang.AssertionError: StreamMessage has been already consumed. See the nested exception for where...
I have imported a project with Mercurial (hg clone ...).
When opening it with Eclipse, a red exclamation mark appears by the project's name in the Project Explorer, and it cannot be built. Silly messages like "import java.util cannot be resolved" appear, and errors in files are not marked in the Package Explorer.
How can I resolve thi...
I am running Eclipse CDT (Helios) for C/C++ on Windows 7 x64. At first I was having the problem of output not appearing when run in the Eclipse console until the program exited, even though it did while running in a Windows console. I discovered this had to do with buffering on the stdout stream. I was able to disable the buffering with ...
Hello,
I installed eclipse with pydev plugin. I need to run my existing project on eclipse. But there are relative paths to the files inside my code. I expect from eclipse to append relative paths to the project's default directory. Instead, it appends the relative path to the directory where Eclipse is installed. I could not find a way...
The side bar in eclipse shows a red cross on the title of my project folder but there are no such signs in the directories below it in hierarchy. In which particular file does error exist? How can I know that?
Error log shows: Current file is not a match for the given config.
...
hi there!
i have a severe problem with eclipse, where i need to compile a somewhat larger class. by "larger" i mean, the class has about 5000 lines of code...
problem is that on saving this project, eclipse takes several seconds (30-40) to "build the workspace". to be exact, it says "50%" and keeps saying that for 30-40 seconds. then, ...
Coming from .NET background ...
Is there a way to either via key stroke or by automatic settings to have the "Import" statements added that are needed by the code?
Right now I have to right click each class that I am referencing and choose the add option to have the Imports added and that's slow. I'd like to do them all at once with a ...
I love the Manning In Action Series. One of appealing area is that the code listing inside the book always has a footnote where there is a detailed explanation by a reference number. See below the example:
So I'm wondering if there is an Eclipse plugin or online blogging service that allows footnote taking in the source code?
...
Is there a way to have eclipse validate javascript within a <script> block on an HTML page?
...
I'm wondering if anyone has had any luck using the Eclipse Metrics Plugin with Projects that are not in Java (specifically I'm trying to generate code metrics for a couple of PyDev Projects). I've read through the walk-through for the Metrics project but it indicates that I should be in the Java Perspective before accessing the Properti...
We are developing a project that has a fair amount of shared 'library' code, and application code specific for each product. We have makefiles for each product, and we have started to set up working sets that show only the files that are pulled in from the common lib code, but doing this by hand is slow and repetitive, and could be hard ...