Hi,
I checked out tomcat 6 from http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk which unfortunatly I put as the repository location in subclipse.
It appears that I should have used a parent http://svn.apache.org/repos/asf/tomcat so I can compare tomcat 6 and tomcat 7 code.
I can't disconnect this location as the project (with cha...
I'm working on a blackberry project using eclipse and bb-ant tools. I've created a build.xml file to perform the build. Everytime I try to run an Ant build, eclipse pops up the progress dialog and it hangs stating "Waiting for virtual machine to exit."
I downloaded an open source Blackberry project that has an ant build and it is show...
Eclipse can build this project, the dependency jar is in the local repository, the compiler lists the jar.
I'm using Eclipse Helios with Maven Integration For Eclipse (0.10.2);
And yet it fails because the compiler can't resolve PropertiesEditor from spring-beans-2.5.6.jar.
Here is the full report from the build
http://wellingtonpeopl...
there are some error in valuse folder:
An error has occurred. See error log for more details.
java.lang.NullPointerException
...
Hi,
I created a new library and added the jars from web harvester to do a bit of web scraping in my android project. in my main activity I import classes that I need. but starting the project on my phone I get a
08-23 08:28:09.763: ERROR/dalvikvm(2123): Could not find class 'org.webharvest.definition.ScraperConfiguration', referenced ...
When I search something in eclipse, the search items stay highlighted for sometime. How do I remove this after I have found what I was looking for.
...
hi,
I have added a location into Eclipse (so I can say create project from an SVN location).
I am no longer using one of the SVN locations but it still appears in the list.
How do I remove this SVN location from the list (when I go Team > Create project from SVN location).
I am using Subclipse.
Thanks,
David
...
Hello,
I would like to generate Eclipse Java Project with my Java program. When I click a button: it will generate an eclipse project with the parameters I specified (source path, library, ...)
My questions are:
is there a way to do that ? and how ? (api).
it is possible to generate Net-beans project too ?
Best regards,
Florent
...
Hi,
I'm using svn for the first time, to maintain a custom version of Wordpress. I'm using the subclipse plugin in eclipse. The time has come to merge the changes in the latest release of Wordpress with my customised code base.
I have tried creating a branch and adding the new Wordpress release there, then performing a merge. No changes ...
I have a maven project A that use hibernate-annotations 3.4.0.GA which use the slf4j-api version 1.5.5 (checked through the dependency tree in the pom.xml file). Further project A specifies slf4j-log4j12 version 1.4.2 as a dependency.
I have another maven project B which depend on project A. In project B I have specified the following d...
Hey guys,
I have a Java project and Flex together in Eclipse. The Java is the server and Flex is the client.
I once (this morning) could just right click on my main.mxml -> RunAs->FlexApplication and that would launch the client.
I messed up the project somehow ( deleted the main.mxml, then returned ti etc...) and can not run it now.
...
I can only find and download OSGi Specs(e.g. core-spec, enterprise-spec) from its website. What about so-called OSGi RFCs? Are they publicly accessable, and how related to the Specs? Thanks!
...
I am new to JSF 2.0 and I am planning to use Eclipse as the IDE and Tomcat as servletcontainer. Are there any good tutorials for this?
...
Hi
I am developing an eclipse plugin. I have declared an action set with one action, but when the action is invoked it isn't doing what it should.
Here is the class for the action.
package instantmessengerplugin;
import java.io.IOException;
import org.eclipse.jface.action.Action;
import org.eclipse.jface.action.IAction;
import org....
At home, I use Eclipse on Linux, but here, at work, I'm on Windows. I suppose they're set up differently, or I set them up differently. But, at home, if I have code like:
$variable = array());
I get something in the "problems" tab in Eclipse. Here, no. I've been digging through the options and I've googled the problem (but the words "...
I'm new to using Eclipse (CDT for C++ use) and would like any hints or pointers to a good default set of items to add to my ignore list (e.g. in MS Visual Studio I typically add *.suo, *.ncb, etc.).
...
I just downloaded a Google App Engine sample Java project. I am trying to import it into eclipse. If I chose file/import/existing projects into workspace, and navigate to the appropriate directory, it doesn't find any projects. I'm speculating this means that dotmatrix is not an Eclipse project. How can I import it?
Thanks.
...
I want to be able to import things from applications in my project without referring to my project name.
My folder structure is like so; I have a project called djangoproject1, and inside I have a folder called apps, and then I have my individual apps in that folder.
djangoproject1, apps, and all my applications have an empty "__init__...
I am trying to use autowire="autodetect"..
In eclipse code suggest does not show me autodetect as the option..But it shows other values like byname,bytype,constructor..
whats missing in my application?
...
What's wrong - how can I find out what Eclipse doesn't like about my project?
As you can see it shows no errors in sources, no other errors, just the project. There is no tooltip telling me what's wrong. Can't see anything wrong on console either. Project builds fine with build.xml.
What the hell Eclipse wants from me and my project?
...