1 Reply Latest reply on Jul 12, 2006 3:46 PM by kukeltje

    ANT and generated script

      Hi,
      I want to generate JBPM's[3.0.3] script of SQL server 2000 .

      I do the procedure normaly[Run As -->Ant Build]

      this is the screen of console

      Buildfile: C:\JBPM\jbpm-starters-kit-3.0.3\jbpm-db\build.xml
      mssql.scripts:
      prepare:
      compile.jbpm:
      compile.jbpm.test:
      compile.identity:
      compile.webapp:
      compile.identity.test:
      compile.examples:
      compile:
      db.scripts:
       [mkdir] Created dir: C:\JBPM\jbpm-starters-kit-3.0.3\jbpm-db\build\mssql\scripts
       [java] syntax: JbpmSchema create
       [java] syntax: JbpmSchema drop
       [java] syntax: JbpmSchema clean
       [java] syntax: JbpmSchema scripts <dir> <prefix>
      BUILD SUCCESSFUL
      Total time: 2 seconds
      

      But the folder ) ..\build\mssql\script is empty
      Any idea!!?
      Regards

        • 1. Re: ANT and generated script
          kukeltje

          the build command did not return any errors, correct, but the db.scripts did not run. Try running it seperately and by passing ONE of the 'create, drop, clean or scripts ' params