srvarey / openid-server

Automatically exported from code.google.com/p/openid-server
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

jos-webapp jetty runtime build error #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Build openid-server from trunk currently fails with

--
[INFO] [jetty:run {execution: start-jetty}]
[INFO] Configuring Jetty for project: Java OpenID Server - Web Application
[INFO] Webapp source directory = 
/home/hudson/.hudson/jobs/openid-server/workspace/openid-server-read-only/jos-we
bapp/src/main/webapp
[INFO] Reload Mechanic: automatic
[INFO] web.xml file = 
/home/hudson/.hudson/jobs/openid-server/workspace/openid-server-read-only/jos-we
bapp/src/main/webapp/WEB-INF/web.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] jetty-env.xml file does not exist at location 
/home/hudson/.hudson/jobs/openid-server/workspace/openid-server-read-only/jos-we
bapp/jetty-env.xml
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23 seconds
[INFO] Finished at: Wed Oct 13 11:42:33 CEST 2010
[INFO] Final Memory: 90M/654M
--

The file exist but has the "dist" suffix, so either the pom.xml need to be 
changed or the file renamed to match pom.xml--

All the best, Pether

Original issue reported on code.google.com by pether.s...@gmail.com on 13 Oct 2010 at 2:34

GoogleCodeExporter commented 8 years ago
Fixed in r549 .

Original comment by zhoushu...@gmail.com on 21 Aug 2011 at 3:07