<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><b><font color="FF0000">> Unknown
          lifecycle phase "istall".<br>
        </font></b></div>
    <br>
    This is normall 'install', so there is something wrong with your
    script (?)<br>
    <br>
    <b><font color="FF0000"><font color="FF0000"><b>> I mean that if
            I delete all the main code on graphhopper parent directory
            It still works and <br>
            <br>
          </b></font></font></b>It is automagically handled by the
    script. Normally no need to tweak it.<br>
    <br>
    <br>
    <b><font color="FF0000">> Error assembling WAR: webxml attribute
        is required</font></b><br>
    <br>
    for normal GH this works:<br>
    cd web; mvn clean war:war<br>
    <br>
    Regards,<br>
    Peter.<br>
    <br>
    <blockquote cite="mid:14440066ca8.marcosi66@virgilio.it" type="cite">
      <blockquote>
        <!--
    
  -->>Hey Marcosi,<br>
        <div class="moz-cite-prefix"> <br>
          >it looks like your PARENT project already did not compile.
          We need the full logs to be helpful.<br>
          <br>
          > but when I do " ./graphhopper.sh web map.osm" nothing
          change<br>
          <br>
          >What do you mean here? What does not change?<br>
          <br>
          <font color="FF0000"><b>---I mean that if I delete all the
              main code on graphhopper parent directory It still works
              and there isn't any warning/error, so I think that, as so
              you wrote, the problem is that I have to build the parent
              directory not the web directory but I didn't now how to do
              it.</b><br>
          </font><br>
          <br>
          > I try to use the command "<code>mvn clean war:war" on my
            project directory but there are so many error like this:</code><br>
          <br>
          >Maybe try: mvn clean install war:war<br>
          <br>
          <b><font color="FF0000">--I try but there and this the all
              risult:<br>
              [INFO] Scanning for projects...<br>
              [INFO]
              ------------------------------------------------------------------------<br>
              [INFO] Reactor Build Order:<br>
              [INFO] <br>
              [INFO] GraphHopper Parent Project<br>
              [INFO] GraphHopper<br>
              [INFO] GraphHopper Tools<br>
              [INFO] GraphHopper Android<br>
              [INFO]                                                                        
              <br>
              [INFO]
              ------------------------------------------------------------------------<br>
              [INFO] Building GraphHopper Parent Project 0.3-SNAPSHOT<br>
              [INFO]
              ------------------------------------------------------------------------<br>
              [INFO]
              ------------------------------------------------------------------------<br>
              [INFO] Reactor Summary:<br>
              [INFO] <br>
              [INFO] GraphHopper Parent Project ........................
              FAILURE [0.002s]<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: 1.623s<br>
              [INFO] Finished at: Mon Feb 17 14:17:49 CET 2014<br>
              [INFO] Final Memory: 14M/158M<br>
              [INFO]
              ------------------------------------------------------------------------<br>
              [ERROR] Unknown lifecycle phase "istall". You must specify
              a valid lifecycle phase or a goal in the format
              <plugin-prefix>:<goal> or
              <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>.
              Available lifecycle phases are: validate, initialize,
              generate-sources, process-sources, generate-resources,
              process-resources, compile, process-classes,
              generate-test-sources, process-test-sources,
              generate-test-resources, process-test-resources,
              test-compile, process-test-classes, test, prepare-package,
              package, pre-integration-test, integration-test,
              post-integration-test, verify, install, deploy, pre-site,
              site, post-site, site-deploy, pre-clean, clean,
              post-clean. -> [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]
<a class="moz-txt-link-freetext" href="http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException">http://cwiki.apache.org/confluence/display/MAVEN/LifecyclePhaseNotFoundException</a><br>
              lisa@<font color="FF0000">mypc</font>:~/graphhopper$ mvn
              clean install war:war<br>
              [INFO] Scanning for projects...<br>
              [INFO]
              ------------------------------------------------------------------------<br>
              [INFO] Reactor Build Order:<br>
              [INFO] <br>
              [INFO] GraphHopper Parent Project<br>
              [INFO] GraphHopper<br>
              [INFO] GraphHopper Tools<br>
              [INFO] GraphHopper Android<br>
              [INFO]                                                                        
              <br>
              [INFO]
              ------------------------------------------------------------------------<br>
              [INFO] Building GraphHopper Parent Project 0.3-SNAPSHOT<br>
              [INFO]
              ------------------------------------------------------------------------<br>
              [INFO] <br>
              [INFO] --- maven-clean-plugin:2.3:clean (default-clean) @
              graphhopper-parent ---<br>
              [INFO] Deleting file set: /home/lisa/graphhopper/target
              (included: [**], excluded: [])<br>
              [INFO] <br>
              [INFO] --- maven-enforcer-plugin:1.0:enforce
              (enforce-maven) @ graphhopper-parent ---<br>
              [INFO] <br>
              [INFO] --- maven-failsafe-plugin:2.15:integration-test
              (default) @ graphhopper-parent ---<br>
              [INFO] No tests to run.<br>
              [INFO] <br>
              [INFO] --- maven-failsafe-plugin:2.15:verify (default) @
              graphhopper-parent ---<br>
              [INFO] No tests to run.<br>
              [INFO] <br>
              [INFO] --- maven-install-plugin:2.3:install
              (default-install) @ graphhopper-parent ---<br>
              [INFO] Installing /home/lisa/graphhopper/pom.xml to
/home/lisa/.m2/repository/com/graphhopper/graphhopper-parent/0.3-SNAPSHOT/graphhopper-parent-0.3-SNAPSHOT.pom<br>
              [INFO] <br>
              [INFO] --- maven-war-plugin:2.4:war (default-cli) @
              graphhopper-parent ---<br>
              [INFO] Packaging webapp<br>
              [INFO] Assembling webapp [graphhopper-parent] in
              [/home/lisa/graphhopper/target/graphhopper-parent-0.3-SNAPSHOT]<br>
              [INFO] Processing war project<br>
              [INFO] Webapp assembled in [20 msecs]<br>
              [INFO] Building war:
              /home/lisa/graphhopper/target/graphhopper-parent-0.3-SNAPSHOT.war<br>
              [INFO]
              ------------------------------------------------------------------------<br>
              [INFO] Reactor Summary:<br>
              [INFO] <br>
              [INFO] GraphHopper Parent Project ........................
              FAILURE [1.392s]<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: 3.048s<br>
              [INFO] Finished at: Mon Feb 17 14:18:01 CET 2014<br>
              [INFO] Final Memory: 15M/161M<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]
              <a class="moz-txt-link-freetext" href="http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException">http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException</a><br>
              <br>
            </font>Thank you.<br>
            <br>
          </b><br>
          <br>
          Regards,<br>
          Peter.<br>
          <br>
          <br>
        </div>
        <blockquote cite="mid:1443fa95ec4.marcosi66@virgilio.it"
          type="cite">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] <a moz-do-not-send="true"
                  class="moz-txt-link-freetext"
href="http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException">http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException</a><br>
              </i></span><br>
            <br>
            What I have to do? And why there is this problem?</code><br>
        </blockquote>
        <br>
        <br>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
GraphHopper mailing list
<a class="moz-txt-link-abbreviated" href="mailto:GraphHopper@openstreetmap.org">GraphHopper@openstreetmap.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openstreetmap.org/listinfo/graphhopper">https://lists.openstreetmap.org/listinfo/graphhopper</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>