when i import a web project builded by maven from my local disk,myeclipse(version 10.7.1)
happened to tell that maven build error ,the error description is "No marketplace entries found to handle svn-revision-number-maven-plugin:1.13:revision in Eclipse."
i can't post a shorcut of this problem because of the number of reputation.
howerver,please
Related
It showing error like this (Plug-in "org.eclipse.m2e.editor" was unable to instantiate class "org.eclipse.m2e.editor.pom.MavenPomEditor"). when selected POM.XML on maven project
I have try to run the maven project but not able to run it and that was happen only on maven java project not an java project. I want to run the maven project without any error so can you help me out on it.
Hi my Import job with Jenkins is failing with below error . I'm trying to import .xml from Slave machine. I can able to see .xml file in slave location but still getting the error for file not found . when we run the test from Master then it can able to search the xml . so can anyone help with this ?
ERROR: File path is a directory or the file doesn't exist
ERROR: Step ‘Xray: Results Import Task’ aborted due to exception:
java.io.IOException: java.io.IOException: File path is a directory or the
file doesn't exist
at
Looks like it is not able to findthe xml file. when i try to import same file using Curl command it is working . can any one help to solve it ?
I'm converting my Nunit xml to nunit2 for my HTML reporting . I tried to import nunit 2 converted xml manually and works fine but from Jenkins keep on getting error .
If you are able to add plugins to your Jenkins server, there is a plugin specifically to do this, but you won't find it on the Jenkins plugin manager, follow the steps here to install and configure;
Xray for JIRA Jenkins Plugin
In short;
Download this xray-for-jira-connector.hpi
Go to the Update Center of Jenkins ("Manage Jenkins" > "Manage Plugins")
Select the advanced tab
On the Upload Plugin section, click upload and select the file xray-for-jira-connector.hpi file.
Next you need to add your JIRA server configuration to Jenkins (Manage Jenkins > Configure System > Xray for JIRA configuration).
Once you have done the above, you should now be able to add a build step that can export Cucumber feature files from any Cucumber tests you have set up within Xray, and, a post-build action for importing test results files including an NUnit XML file.
All of the info here is described in more detail in the first link i provided, as well as additional information on how to setup the build step and post build action. Hope this helps.
I have a simple Gradle project.
I have the following in my build.gradle:
compile('javax.inject:javax.inject:1')
And I can see the jar in gradle cache. But in both Eclipse and IDEA I get following message
Error:(8, 20) java: package javax.inject does not exist
The really odd thing is that :build is successful, but there is an IDE message and an error when trying to "run".
I tried creating a Maven project and there I can import "#Inject" just fine.
I am very new to SpringRooSuit tool.I installed that exe 3.3 release .And I started to create the project .When building my project Its giving the error below:
Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'HelloWorld'.
Could not calculate build plan: Plugin org.codehaus.mojo:aspectj-maven-plugin:1.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.codehaus.mojo:aspectj-maven-plugin:jar:1.4
Plugin org.codehaus.mojo:aspectj-maven-plugin:1.4 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.codehaus.mojo:aspectj-maven-plugin:jar:1.4
My first Question is Do we need to setup the Maven for this?I think maven should hace Embeeded in this exe only. I am new to Maven also.
If maven has to integrate with STS IDE how to do this...??
Please help me...
Came across this issue today so I thought I add exactly what I changed to help anyone else
Changed this from
<aspectj.version>1.7.2</aspectj.version>
to
<aspectj.version>1.7.3</aspectj.version>
and changed
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.4</version>
to
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.5</version>
Project now builds
Im having some problems creating a Struts 2 project from Maven. I saw this post on tackOverflow here which talks about creating your own remote catalog, however Eclipse is telling me that the catalog is empty.
Also after following myKongs notes I get to the part of converting the generated Maven project into a Java Web Project by entering mvn eclipse:eclipse -Dwtpversion=2.0 However this seems to only create a normal Java project - it cannot be run on a server.
What am I doing wrong?
Cheers