odan / slim4-skeleton

A Slim 4 Skeleton
https://odan.github.io/slim4-skeleton/
MIT License
439 stars 80 forks source link

Ant build fails #48

Closed cirolaferrara closed 3 years ago

cirolaferrara commented 3 years ago

Hi @odan. Check this please

composer create-project odan/slim4-skeleton my-app composer build

C:\my-app>composer build
> ant build
Buildfile: C:\my-app\build.xml

build:
      [get] Getting: https://getcomposer.org/composer.phar
      [get] To: C:\my-app\build\composer.phar
     [exec] fatal: not a git repository (or any of the parent directories): .git

BUILD FAILED
C:\my-app\build.xml:73: exec returned: 128

Total time: 8 seconds
Script ant build handling the build event returned with error code 1
odan commented 3 years ago

fatal: not a git repository (or any of the parent directories): .git

The project is maybe not versioned, so the build script cannot fetch the latest version from git.

cirolaferrara commented 3 years ago

doc sould be update 👍