Hi,

I have created a *maven2/3 project *in jenkins.

At build step we are getting following error message :

[JENKINS] Archiving /var/lib/jenkins/workspace/test/pom.xml to
/var/lib/jenkins/jobs/test/modules/com.xyz$test/builds/2014-02-04_07-12-24/archive/com.xyz/test/1.0-SNAPSHOT/test-1.0-SNAPSHOT.pom
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] The specified web.xml file
'/var/lib/jenkins/workspace/test/webapp\WEB-INF\web.xml' does not exist
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 6 seconds
[INFO] Finished at: Tue Feb 04 07:12:36 PST 2014
[INFO] Final Memory: 32M/208M

Why is it looking under
/var/lib/jenkins/workspace/test/webapp\WEB-INF\web.xml and not
/var/lib/jenkins/workspace/test/webapp/WEB-INF/web.xml ?

*Note: difference in slash*

My web.xml file is present under
/var/lib/jenkins/workspace/test/webapp/WEB-INF but it is using wrong slash
and causing issues. How can I configure that ?

Any help would be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to