Hello everybody,<br>I want to add a function to modify a file text that an user send me, to do that, first of all, I try to create a function to open/reader a file text in my GraphHopper.java file(in the GRaphhopper main project), but when I do " ./graphhopper.sh web map.osm" nothing change(even if I cancel all the code in GraohHopper.java) .... I try to use the command "<code>mvn clean war:war" on my project directory but there are so many error like this:<br><br><span style="background-color: rgb(153, 204, 0);"><i>[INFO] Reactor Summary:<br>[INFO] <br>[INFO] GraphHopper Parent Project ........................ FAILURE [0.569s]<br>[INFO] GraphHopper ....................................... SKIPPED<br>[INFO] GraphHopper Tools ................................. SKIPPED<br>[INFO] GraphHopper Android ............................... SKIPPED<br>[INFO] ------------------------------------------------------------------------<br>[INFO] BUILD FAILURE<br>[INFO] ------------------------------------------------------------------------<br>[INFO] Total time: 2.118s<br>[INFO] Finished at: Mon Feb 17 12:42:18 CET 2014<br>[INFO] Final Memory: 14M/162M<br>[INFO] ------------------------------------------------------------------------<br>[ERROR] Failed to execute goal org.apache.maven.plugins:maven-war-plugin:2.4:war (default-cli) on project graphhopper-parent: Error assembling WAR: webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1]<br>[ERROR] <br>[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.<br>[ERROR] Re-run Maven using the -X switch to enable full debug logging.<br>[ERROR] <br>[ERROR] For more information about the errors and possible solutions, please read the following articles:<br>[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException<br></i></span><br><br>What I have to do? And why there is this problem?<br></code>