Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 53a5ea7783b9d2497b79e31eaa92a54fb6d45529
Author: Daniel Santiago Rivera <danysantiago@google.com>
Date: Tue Dec 04 10:54:13 2018
Filter out directories when searching for navigation files in the
Safe-Args Plugin.
Bug: 117893516
Test: ./gradlew navigation:navigation-safe-args-gradle-plugin:test
Change-Id: Idb99022be341ee69207e3ed431824aab5446659d
M navigation/safe-args-gradle-plugin/src/main/kotlin/androidx/navigation/safeargs/gradle/SafeArgsPlugin.kt
A navigation/safe-args-gradle-plugin/src/test/test-data/app-project/src/main/res/navigation/VC_folder/VC_file
https://android-review.googlesource.com/840990
https://goto.google.com/android-sha1/53a5ea7783b9d2497b79e31eaa92a54fb6d45529
Branch: androidx-master-dev
commit 53a5ea7783b9d2497b79e31eaa92a54fb6d45529
Author: Daniel Santiago Rivera <danysantiago@google.com>
Date: Tue Dec 04 10:54:13 2018
Filter out directories when searching for navigation files in the
Safe-Args Plugin.
Bug: 117893516
Test: ./gradlew navigation:navigation-safe-args-gradle-plugin:test
Change-Id: Idb99022be341ee69207e3ed431824aab5446659d
M navigation/safe-args-gradle-plugin/src/main/kotlin/androidx/navigation/safeargs/gradle/SafeArgsPlugin.kt
A navigation/safe-args-gradle-plugin/src/test/test-data/app-project/src/main/res/navigation/VC_folder/VC_file
il...@google.com <il...@google.com> #3
This is fixed internally and will be available in Navigation 1.0.0-alpha08
Description
Hi, I have a project that uses a cvs repository (don't judge!).
This means every folder has a CVS subfolder--including res/navigation.
When I add [apply plugin: "androidx.navigation.safeargs"] to my build.gradle, I get the following:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:generateSafeArgsDebug'.
> java.io.FileNotFoundException: (mypath)\app\src\main\res\navigation\CVS (Access is denied)
Thanks for any insights. Note that if I remove the CVS folder, it builds OK. If I then add an empty folder "blah", it fails again with res\navigation\blah.