Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #7715
Closed
Open
Issue created Oct 14, 2020 by William Cheng@wing328Contributor5 of 6 checklist items completed5/6 checklist items

[BUG] Failed to write FILES metadata to track generated files.

Bug Report Checklist

  • Have you provided a full/minimal spec to reproduce the issue?
  • Have you validated the input using an OpenAPI validator (example)?
  • Have you tested with the latest master to confirm the issue still exists?
  • Have you searched for related issues/PRs?
  • What's the actual output vs expected output?
  • [Optional] Sponsorship to speed up the bug fix or feature request (example)
Description

Run ./bin/generate-samples.sh ./bin/configs/other/ada.yaml and you will see the following:

[main] INFO  o.o.codegen.TemplateManager - writing file samples/client/petstore/ada/src/samples.ads
[main] INFO  o.o.codegen.TemplateManager - writing file samples/client/petstore/ada/src/samples-petstore.ads
[main] INFO  o.o.codegen.TemplateManager - writing file samples/client/petstore/ada/src/samples-petstore-client.adb
[main] INFO  o.o.codegen.TemplateManager - Skipped samples/client/petstore/ada/.openapi-generator-ignore (Skipped by supportingFiles options supplied by user.)
[main] INFO  o.o.codegen.TemplateManager - writing file samples/client/petstore/ada/.openapi-generator/VERSION
[main] WARN  o.o.codegen.DefaultGenerator - Failed to write FILES metadata to track generated files.

No FILES was written.

openapi-generator version

Latest master

OpenAPI declaration file content or url

Any spec.

Generation Details
Steps to reproduce

./bin/generate-samples.sh ./bin/configs/other/ada.yaml

Related issues/PRs
Suggest a fix
Assignee
Assign to
Time tracking