diff --git a/jfrog-applications/SUMMARY.md b/jfrog-applications/SUMMARY.md index e2dc6ef..53709fa 100644 --- a/jfrog-applications/SUMMARY.md +++ b/jfrog-applications/SUMMARY.md @@ -56,7 +56,6 @@ * [Analyze your Results](jfrog-applications/ide/visual-studio-code/how-tos/analyze-your-results/README.md) * [Resolve Issues](jfrog-applications/ide/visual-studio-code/how-tos/analyze-your-results/resolve-issues.md) * [Ignore Findings](jfrog-applications/ide/visual-studio-code/how-tos/analyze-your-results/ignore-findings.md) - * [Building and Testing the Sources](jfrog-applications/ide/visual-studio-code/how-tos/building-and-testing-the-sources.md) * [JetBrains IDEs](ide/jetbrains-ides/README.md) * [Supported Technologies](jfrog-applications/ide/jetbrains-ides/supported-technologies.md) * [Install the JFrog IDEA Plugin](ide/jetbrains-ides/install-the-jfrog-idea-plugin.md) @@ -64,7 +63,6 @@ * [Using the JFrog Plugin in the JetBrains IDEs](ide/jetbrains-ides/using-the-jfrog-plugin-in-the-jetbrains-ides.md) * [Plugin Configuration](ide/jetbrains-ides/plugin-configuration.md) * [Apply Xray Policies and Watches](ide/jetbrains-ides/apply-xray-policies-and-watches.md) - * [Android Studio Support for JCEF](ide/jetbrains-ides/android-studio-support-for-jcef.md) * [Troubleshooting](ide/jetbrains-ides/troubleshooting.md) * [Eclipse](jfrog-applications/ide/eclipse/README.md) * [Supported Technologies](jfrog-applications/ide/eclipse/supported-technologies.md) diff --git a/jfrog-applications/ide/jetbrains-ides/android-studio-support-for-jcef.md b/jfrog-applications/ide/jetbrains-ides/android-studio-support-for-jcef.md deleted file mode 100644 index 8d49bcc..0000000 --- a/jfrog-applications/ide/jetbrains-ides/android-studio-support-for-jcef.md +++ /dev/null @@ -1,9 +0,0 @@ -# Android Studio Support for JCEF - -The JFrog Plugin uses JCEF (Java Chromium Embedded Framework) to create a webview component in the plugin's tool window. - -Most IntelliJ-based IDEs use a boot runtime that contains JCEF by default. - -Android Studio and some older versions of other IntelliJ-based IDEs use a boot runtime that doesn't contain JCEF by default, and therefore the plugin can't be loaded in them. - -To solve this issue, open the ["Choose Boot Runtime for the IDE"](https://www.jetbrains.com/help/idea/switching-boot-jdk.html) dialog where you can change the boot runtime to one that contains JCEF. diff --git a/jfrog-applications/ide/jetbrains-ides/troubleshooting.md b/jfrog-applications/ide/jetbrains-ides/troubleshooting.md index 31546ee..8c3e8da 100644 --- a/jfrog-applications/ide/jetbrains-ides/troubleshooting.md +++ b/jfrog-applications/ide/jetbrains-ides/troubleshooting.md @@ -21,6 +21,16 @@ Please report issues by opening an issue on [GitHub](https://github.com/jfrog/jf We welcome community contributions through pull requests. To help us improve this project, please read our Contribution guide. +### Android Studio Support for JCEF + +The JFrog Plugin uses JCEF (Java Chromium Embedded Framework) to create a webview component in the plugin's tool window. + +Most IntelliJ-based IDEs use a boot runtime that contains JCEF by default. + +Android Studio and some older versions of other IntelliJ-based IDEs use a boot runtime that doesn't contain JCEF by default, and therefore the plugin can't be loaded in them. + +To solve this issue, open the ["Choose Boot Runtime for the IDE"](https://www.jetbrains.com/help/idea/switching-boot-jdk.html) dialog where you can change the boot runtime to one that contains JCEF. + ## Release Notes The release notes are available on [Marketplace](https://plugins.jetbrains.com/plugin/9834-jfrog/versions). diff --git a/jfrog-applications/jfrog-applications/ide/eclipse/supported-technologies.md b/jfrog-applications/jfrog-applications/ide/eclipse/supported-technologies.md index 3444b7a..e8462e1 100644 --- a/jfrog-applications/jfrog-applications/ide/eclipse/supported-technologies.md +++ b/jfrog-applications/jfrog-applications/ide/eclipse/supported-technologies.md @@ -2,4 +2,4 @@ ### Software Composition Analysis (SCA) -JFrog supports **NuGet** Package Manager for Eclipse +JFrog supports **Maven** | **Gradle** | **npm** Package Manager for Eclipse diff --git a/jfrog-applications/jfrog-applications/ide/visual-studio-code/how-tos/building-and-testing-the-sources.md b/jfrog-applications/jfrog-applications/ide/visual-studio-code/how-tos/building-and-testing-the-sources.md deleted file mode 100644 index c0270c8..0000000 --- a/jfrog-applications/jfrog-applications/ide/visual-studio-code/how-tos/building-and-testing-the-sources.md +++ /dev/null @@ -1,34 +0,0 @@ -# Building and Testing the Sources - -#### Preconditions - -* npm 7 and above -* JFrog CLI's `jf` executable - required for tests - -To build the extension from sources, please follow these steps: - -1. Clone the code from Github. -2. Update submodules: - -``` -git submodule init -git submodule update -``` - -3. Build and create the VS-Code extension vsix file by running the following npm command: - -```bash - npm i - npm run package -``` - -After the build finishes, you'll find the vsix file in the _jfrog-vscode-extension_ directory. The vsix file can be loaded into VS-Code - -#### Test Instructions: -* Set the environment variables JFROG_IDE_PLATFORM_URL and JFROG_IDE_ACCESS_TOKEN to establish a connection with a valid JFrog instance. -* create a remote repository named `releases-proxy` designed to function as a [proxy jfrog releases](https://docs.jfrog-applications.jfrog.io/jfrog-applications/ide/visual-studio-code/extension-settings#downloading-external-resources-through-artifactory). - -To run the test, execute the following command: -```bash -npm t -``` \ No newline at end of file diff --git a/jfrog-applications/jfrog-applications/ide/visual-studio/supported-technologies.md b/jfrog-applications/jfrog-applications/ide/visual-studio/supported-technologies.md index ca311aa..298e7aa 100644 --- a/jfrog-applications/jfrog-applications/ide/visual-studio/supported-technologies.md +++ b/jfrog-applications/jfrog-applications/ide/visual-studio/supported-technologies.md @@ -4,4 +4,4 @@ JFrog supports the following Package Managers for Visual Studio: -**Maven** | **Gradle** | **npm** +**NuGet | npm**