breautek commented on issue #588: URL: https://github.com/apache/cordova-cli/issues/588#issuecomment-1336251329
My concern is the template is one cog of the machine. We utilise several third-party tooling that also creates directories and file structures. Like the Android SDK uses Gradle as it's main build tool and Gradle projects installs a local gradle wrapper. These tools also generates folder structures and if they work in your environment as is, then awesome... but if they do not work, then that's a problem that cannot be solved by Cordova, even if we solve the problem with the Cordova app template. For example, if you create a folder and add the following files: `settings.gradle` ```groovy rootProject.name = 'gradletest' ``` `build.gradle` ```groovy // Can be left empty ``` Then run `gradle wrapper`, does gradle successfully installs the wrapper? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
