Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1

after git clone and mvn exec:java, new-entity: command or property not found

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.Alpha1
    • 1.0.0.Alpha1
    • UI - Shell
    • None
    • Hide

      1. git clone git://github.com/seam/forge.git seam-forge
      2. cd seam-forge
      3. mvn install
      4. cd dist
      5. mvn exec:java
      6. new-project --named TestDomain --topLevelPackage com.test
      7. install persistence
      8. new-entity --named Goofy
      Here step 8, now this command! I only show new-project one command!

      show : new-entity: command or property not found

      Show
      1. git clone git://github.com/seam/forge.git seam-forge 2. cd seam-forge 3. mvn install 4. cd dist 5. mvn exec:java 6. new-project --named TestDomain --topLevelPackage com.test 7. install persistence 8. new-entity --named Goofy Here step 8, now this command! I only show new-project one command! show : new-entity: command or property not found

    Description

      stan@eoc-server:~/seam-forge/dist$ mvn exec:java
      [INFO] Scanning for projects...
      [INFO]
      [INFO] ------------------------------------------------------------------------
      [INFO] Building Seam Forge - Distribution 1.0.0-SNAPSHOT
      [INFO] ------------------------------------------------------------------------
      [INFO]
      [INFO] >>> exec-maven-plugin:1.1.1:java (default-cli) @ forge-distribution >>>
      [INFO]
      [INFO] — maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ forge-distribution —
      [WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
      [INFO]
      [INFO] — build-helper-maven-plugin:1.5:maven-version (default) @ forge-distribution —
      [INFO]
      [INFO] — build-helper-maven-plugin:1.5:parse-version (default) @ forge-distribution —
      [INFO]
      [INFO] <<< exec-maven-plugin:1.1.1:java (default-cli) @ forge-distribution <<<
      [INFO]
      [INFO] — exec-maven-plugin:1.1.1:java (default-cli) @ forge-distribution —
      ____ _____
      / __| ___ __ _ _ __ ___ | ___|_ _ __ __ _ ___
      ___ \ / _ \/ ` | ' ` _ \ | |_ / _ | '__/ _` |/ _ \
      __) | __/ (| | | | | | | | | () | | | (_| | __/ //

      ___/ __ _, _   _   _   _ ___/ _ __, ___
      ___/

      [forge-distribution] dist $ new-project --named TestDomain --topLevelPackage com.test
      Use [/home/stan/seam-forge/dist/TestDomain] as project directory? [Y/n] y
      Wrote /home/stan/seam-forge/dist/TestDomain/pom.xml
      Wrote /home/stan/seam-forge/dist/TestDomain/src/main/java/com/test/HelloWorld.java
      Wrote /home/stan/seam-forge/dist/TestDomain/src/main/resources/META-INF/forge.xml
      **SUCCESS** Created project [TestDomain] in new working directory [/home/stan/seam-forge/dist/TestDomain]
      [TestDomain] TestDomain $ install persistence
      Wrote /home/stan/seam-forge/dist/TestDomain/src/main/java/com/test/persist/DatasourceProducer.java
      Wrote /home/stan/seam-forge/dist/TestDomain/src/main/java/com/test/persist/PersistenceUtil.java
      Wrote /home/stan/seam-forge/dist/TestDomain/src/main/resources/META-INF/persistence.xml
      Installation completed successfully.
      [TestDomain] TestDomain $ new-entity --named Goofy
      new-entity: command or property not found.
      [TestDomain] TestDomain $

      Attachments

        Activity

          People

            lincolnthree Lincoln Baxter III (Inactive)
            stan8688 stan xi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: