build config error, missing aspectpath entry/incorrect classpath
See original GitHub issueWhen I try to add Hugo to my build, I get the following during the :app:compileDebugJavaWithJavac
task:
build config error: skipping missing, empty or corrupt aspectpath entry: /Users/jeff/projects/VisitorDetector/app/build/tmp/kotlin-classes/debug
incorrect classpath: /Users/jeff/projects/VisitorDetector/app/build/tmp/kotlin-classes/debug
advice defined in hugo.weaving.internal.Hugo has not been applied [Xlint:adviceDidNotMatch]
and I don’t get any of the logging output from Hugo.
Any idea as to what could be going wrong?
The code I’m trying to build with ./gradlew build
is at https://github.com/jeffcharles/visitor-detector/tree/add-hugo (specifically the add-hugo
branch).
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Weaving production aspect into test class with Gradle AspectJ
java [ant:iajc] [warning] build config error: skipping missing, empty or corrupt inpath entry: [...]\gradle-aspectj-poc\src\test\java\com\hello\aop\TestService.
Read more >AjcTask (iajc) - Eclipse
Similar to classpath, aspectpath contains read-only, binary aspect libraries that are woven into sources ... If true, emit no errors for unresolved imports....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fair enough. Might be worth calling out that Hugo doesn’t support non-Java Android languages for now in the README.
@JakeWharton. We are currently migrating our android projects to Kotlin. Is the support for Kotlin to be released soon ?