1 Reply Latest reply on Nov 13, 2007 7:57 AM by tom.baeyens

    docbook-support and ant build under windows

    camunda

      Hi.

      I encountered a problem with the ant build of jbpm 3.2. I tried to execute a "clean" which failed with the following error:

      BUILD FAILED
      C:\Projekte_OSS\jbpm.3_HEAD\build\build.xml:11: The following error occurred while executing this line:
      C:\Projekte_OSS\jbpm.3_HEAD\jpdl\userguide\build.xml:17: Cannot find C:/Projekte_OSS/jbpm-repository/docbook-support/support.xml imported from C:\Projekte_OSS\jbpm.3_HEAD\jpdl\userguide\build.xml
      


      He is right, but the docbook support can not be downloaded on windows, because "get.docbook.support" uses the cvs command, which is not available:

      get.docbook.support.if.necessary:
       [cvs] Caught exception: Cannot run program "cvs" (in directory "C:\Projekte_OSS\jbpm-repository"): CreateProcess error=2, Das System kann die angegebene Datei nicht finden
      BUILD SUCCESSFUL


      This not really nice, especially that the clean is failing absolutely unecessary.

        • 1. Re: docbook-support and ant build under windows
          tom.baeyens

          do you have a propose for a fix ?

          i believe we have a zip file somewhere in the sources or somewhere with the windows cvs executable.

          alternatively you can use your IDE to get the docbook-support module from anon jboss cvs and just put it on the right location. then it should work as well.

          HTH