Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A ArduinoJson
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • 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
  • Benoît Blanchon
  • ArduinoJson
  • Issues
  • #396
Closed
Open
Issue created Dec 02, 2016 by Administrator@rootContributor

Avoid .ipp extension as it's ignored by Arduino IDE

Created by: Humphreybas

I don't expect this to be 'solved' (certainly since it's not actually a problem of the ArduinoJson software), but maybe someone has some insights or tips on this:

For git, portability and easy deployment of my Arduino project, I would like to keep the ArduinoJson library inside the project/sketch folder. With the Arduino IDE this was ridiculous hard to do, they wanted you to use the global library folder. However now that I am working with version 1.6.13 of the IDE it's a bit easier. You can actually include a relative path: #include "ArduinoJson/ArduinoJson.h"

Unfortunately, this does not work for ArduinoJson because JsonParser.ipp cannot be found, and as I learned in a arduino forum thread this is because the Arduino IDE does not copy *.ipp files to the temp directory in which it is building. I tried renaming the ipp files to cpp but that gave all sorts of errors. Is there by any change someone who has a tip how to solve this?

Assignee
Assign to
Time tracking