Using eclipse with maven plugin, how should I setup my build so it deploys to tomcat?
I'm not sure if I have to do this in 1 or 2 steps, but I want to compile my spring mvc (3) application and deploy to my local tomcat.
Right now I just mapped the RunAs -> Maven build to a 'compile' goal type.
I'm very new to do this so not sure how...
I created one application in eclipse.I want to deploy my application into google app engine.How to deploy my application into google app engine.
...
Hello everybody, can anyone help me with installing eclipse bugzilla plugin? Where can I find tutorial on how to install it?
[EDIT] I got it http://download.eclipse.org/tools/mylyn/update/e3.4/ or you can use pulse explorer to find the plugin for you
...
Hello everybody, I've built my project successfully. My war is located in target dir and I try to run the war on the jboss here is the part of pom.xml that says jboss where to look for war..
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jboss-maven-plugin<...
After I start the emulator by hitting Debug in Eclipse, after certain time it disconnects from the ADB, but the emulator stays open. It is responsive, I can navigate and start apps.
How can I attach back the emulator to ADB, to be able to debug from Eclipse?
(the current workaround is the terminate the emulator, close Eclipse and resta...
I need to use my phone as emulator/target/virtual device when I run my application.
I have installed HTC Sync and the USB driver is in order.
I have enabled the USB Debugging in Settings.
What more do I need to do to make Eclipse AVD Manager to detect my phone?
I made it work on anohher coumputer, following the exact same steps I have d...
Hello everybody,
I started jboss-5.1.0.GA server with maven2, is there a possibility that I can see what is happening in the console. I'm using eclipse plugin to run maven. Is it possible to see console in eclipse or elsewhere?
Here is what I mean by console :
Is it possible to see this output somewhere? I took this screen shot when...
I am getting this error:
An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
Artifact not found: osgi.bundle,org.eclipse.jem,2.0.300.R3_1_maintenance.
http://download.eclipse.org/tools/ve/u...
I have been given an application which uses a build.xml file for building purposes. I have very little knowledge of Apache Ant and the classpaths seems to be the following:
<!-- Classpath -->
<path id="development-classpath">
<fileset dir="${libs.dir}">
<include name="**/*.jar"/>
</fileset>
<pathelement location="."/...
OK my project uses an xml file called Chart-app.xml inside this XML file there is a tag called <version></version> which I keep in the format like: <version>1.2.128</version> I am wondering if I can set it to append to the third number every time I run my project.
So if I ran it now it would be 1.2.129, then if i ran it again it would b...
The eclipse 'problems' tab is displaying this error:
Description Resource Path Location Type
Java compiler level does not match the version of the installed Java project facet. groupping Unknown Faceted Project Problem (Java Version Mismatch)
I am using eclipse, my pom.xml has this setting:
<plugins>
<plugi...
I've found similar questions to this problem but they don't really satisfy my situation. My code is apart of a single "project" in an SVN repository. The "project" includes not just Java code, but also C/C++/Cuda. I simply want to check the entire repository out but only work on the Java code (that runs from an Ant build).
I'm lookin...
I'd like to narrow task results in the Eclipse "Tasks" view to the class that I have open. Right now it's showing all tasks for the project.
So for example, if Foo.java is open, only TODOs, FIXMEs, and XXXs will show in the "Tasks" view for that class.
Any insight?
...
Hi!
I am currently trying to setup Xdebug on an XP computer with Eclipse PHP installed. I am using WAMP and I'll think I have done everything by the book (as intended by several tutorials online), but when I'll try to execute the Debugging and start the session, nothing happens, which also is notified by Eclipse. Another tab is opened w...
In Eclipse, if I change a file programmatically, and it is open in a text editor, it doesn't always reload, not even when refreshing the resource programmatically. How can I forcibly reload the text editor from code so that it show the changed file contents?
...
We've recently moved from CVS to Subversion 1.6. We used the native Eclipse CVS support as our CVS client. We now use the Subsclipse plugin as our SVN client.
We used to use the CVS "edit" function to mark a file for edit so our users can see who is currently editing what. They also get prompted when they try to edit something already u...
We've recently moved from CVS to Subversion 1.6. We used the native Eclipse CVS support as our CVS client. We now use the Subsclipse plugin as our SVN client.
I've found that we're having problem seeing locked files in Subclise if the file isn't configured with "svn:needs-lock".
If a file has "svn:needs-lock" then the Navigator pane cl...
Hello,
I am running Ubuntu 9.10 and I'm attempting to install a plugin for Eclipse 3.5 from a repository that my company created. This worked in the past on this linux box and also works just fine on my laptop which has Windows XP installed.
The exact error message I'm getting in Eclipse is:
Unknown Host: <location of repository>
org...
I am using eclipse with maven2 plugin.
When doing a Run-As -> build with a goal of 'deploy' I am getting this error:
Error message:org.codehaus.plexus.component.configurator.ComponentConfigurationException: Class 'org.apache.maven.artifact.repository.ArtifactRepository' cannot be instantiated
I'm not sure I even need to do a 'deploy'...
I am using eclipse, tomcat6 and I have the maven2 eclipse plugin.
I have tried with using my own downloaded version of tomcat6 and the built in eclipse tomcat server, both havent' worked for me.
The page simply returns a 404 error from tomcat at http://localhost:8080/
(I set the context the '/')
I fired up netbeans and created the ex...