-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aspect fails consuming JavaInfo without srcjar. #1616
Closed
Labels
Comments
restingbull
pushed a commit
to restingbull/rules_kotlin
that referenced
this issue
Feb 5, 2020
cgruber
pushed a commit
to bazelbuild/rules_kotlin
that referenced
this issue
Feb 10, 2020
…iled jars. (#271) * Add work around for Intellij SrcJar bug: github.com/bazelbuild/intellij/issues/1616 * Move android_sdk to 3rd_party Move toolchain configuration to the toolchains.bzl Issue: #269 (comment) * Introduce release_archive for packaging the Kotlin rules. Added //:rules_kotlin_release to build a release. Issue: #269 (comment) * Move maven repo back to kotlin_repos Make examples use the release repository Issue: #269 (comment) * Move maven repo back to kotlin_repos Make examples use the release repository Issue: #269 (comment) * Move maven repo back to kotlin_repos Make examples use the release repository Make git ignore profiling artifacts Issue: #269 (comment) * Apply buildifier and update reflow_skylark script to run. * Removed extranous visibility. * Fixing merge errors in packager.bzl * build the release in the parent directory. * rename to retry presubmit * fix accidental target rename.
cgruber
added a commit
to cgruber/rules_kotlin
that referenced
this issue
Feb 10, 2020
cgruber
added a commit
to bazelbuild/rules_kotlin
that referenced
this issue
Feb 18, 2020
cromwellian
pushed a commit
to cromwellian/rules_kotlin
that referenced
this issue
Mar 7, 2020
…iled jars. (bazelbuild#271) * Add work around for Intellij SrcJar bug: github.com/bazelbuild/intellij/issues/1616 * Move android_sdk to 3rd_party Move toolchain configuration to the toolchains.bzl Issue: bazelbuild#269 (comment) * Introduce release_archive for packaging the Kotlin rules. Added //:rules_kotlin_release to build a release. Issue: bazelbuild#269 (comment) * Move maven repo back to kotlin_repos Make examples use the release repository Issue: bazelbuild#269 (comment) * Move maven repo back to kotlin_repos Make examples use the release repository Issue: bazelbuild#269 (comment) * Move maven repo back to kotlin_repos Make examples use the release repository Make git ignore profiling artifacts Issue: bazelbuild#269 (comment) * Apply buildifier and update reflow_skylark script to run. * Removed extranous visibility. * Fixing merge errors in packager.bzl * build the release in the parent directory. * rename to retry presubmit * fix accidental target rename.
cromwellian
pushed a commit
to cromwellian/rules_kotlin
that referenced
this issue
Mar 7, 2020
cgruber
added a commit
to cgruber/rules_kotlin
that referenced
this issue
Apr 14, 2020
* upstream/master: Fix non-reproducible archives (bazelbuild#304) Adds a kt_plugin rule (bazelbuild#308) Ensure that KotlionBuilder workers use a clean directory for each compilation. (bazelbuild#298) Apply autoformatting to all files. (bazelbuild#302) Optional outputs (bazelbuild#291) Change plugins to use depsets, as opposed to lists. (bazelbuild#292) Add Corbin to the codeowners. (bazelbuild#293) Update Protobuf to 3.11.3 (bazelbuild#286) Remove tree artifacts (bazelbuild#287) Cleanup src tree (bazelbuild#288) Update README.md (bazelbuild#285) Filter non-kotlin code out of generated sources (bazelbuild#263) Update readme so the dev instructions highlight using a local clone (bazelbuild#283) Remove third_party checked in jars, and properly pull maven dependencies. (bazelbuild#279) Only propagate srcjar if it isn't the default empty jar added in ae70089 to fix bazelbuild/intellij#1616 (bazelbuild#276) Allow resources to be in a kotlin directory (bazelbuild#268)
jongerrish
added a commit
to jongerrish/rules_kotlin
that referenced
this issue
Apr 16, 2020
…iled jars. (bazelbuild#271) * Add work around for Intellij SrcJar bug: github.com/bazelbuild/intellij/issues/1616 * Move android_sdk to 3rd_party Move toolchain configuration to the toolchains.bzl Issue: bazelbuild#269 (comment) * Introduce release_archive for packaging the Kotlin rules. Added //:rules_kotlin_release to build a release. Issue: bazelbuild#269 (comment) * Move maven repo back to kotlin_repos Make examples use the release repository Issue: bazelbuild#269 (comment) * Move maven repo back to kotlin_repos Make examples use the release repository Issue: bazelbuild#269 (comment) * Move maven repo back to kotlin_repos Make examples use the release repository Make git ignore profiling artifacts Issue: bazelbuild#269 (comment) * Apply buildifier and update reflow_skylark script to run. * Removed extranous visibility. * Fixing merge errors in packager.bzl * build the release in the parent directory. * rename to retry presubmit * fix accidental target rename.
jongerrish
added a commit
to jongerrish/rules_kotlin
that referenced
this issue
Apr 16, 2020
richmowd411
added a commit
to richmowd411/Rules-Kotlin
that referenced
this issue
Apr 12, 2022
…iled jars. (#271) * Add work around for Intellij SrcJar bug: github.com/bazelbuild/intellij/issues/1616 * Move android_sdk to 3rd_party Move toolchain configuration to the toolchains.bzl Issue: bazelbuild/rules_kotlin#269 (comment) * Introduce release_archive for packaging the Kotlin rules. Added //:rules_kotlin_release to build a release. Issue: bazelbuild/rules_kotlin#269 (comment) * Move maven repo back to kotlin_repos Make examples use the release repository Issue: bazelbuild/rules_kotlin#269 (comment) * Move maven repo back to kotlin_repos Make examples use the release repository Issue: bazelbuild/rules_kotlin#269 (comment) * Move maven repo back to kotlin_repos Make examples use the release repository Make git ignore profiling artifacts Issue: bazelbuild/rules_kotlin#269 (comment) * Apply buildifier and update reflow_skylark script to run. * Removed extranous visibility. * Fixing merge errors in packager.bzl * build the release in the parent directory. * rename to retry presubmit * fix accidental target rename.
richmowd411
added a commit
to richmowd411/Rules-Kotlin
that referenced
this issue
Apr 12, 2022
…089a2f672182d55ef8cd1bd97ec6d2370d6a to fix bazelbuild/intellij#1616 (#276)
Hi there! We're doing a clean up of old issues and will be closing this one. Please reopen if you’d like to discuss anything further. We’ll respond as soon as we have the bandwidth/resources to do so. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The Intellij aspect expects srcjar to always be populated if it exists on a provider.
Version:
2019.10.21.0.0-6823f76
Reproduce:
Checkout https://github.com/bazelbuild/rules_kotlin/tree/legacy-1.3.0-rc4
Import .bazelproject
Sync.
Error:
The text was updated successfully, but these errors were encountered: