espressif / idf-eclipse-plugin

Espressif-IDE (based on Eclipse CDT) for ESP-IDF CMake based projects 4.x and above
Eclipse Public License 2.0
302 stars 121 forks source link

fix: add freemarker new plugin to idf.target #871

Closed kolipakakondal closed 9 months ago

kolipakakondal commented 9 months ago

Description

idf.target is not resolving org.freemarker.freemarker plugin.

Fixes # (IEP-XXX)

Type of change

How has this been tested?

Test 1: Espressif-IDE v2.11.1+ PR Update site > Install Tools > Create a new project Test 2: Eclipse CDT 2023-09 + PR Update site > Install Tools > Create a new project

Test Configuration:

Dependent components impacted by this PR:

Checklist

Summary by CodeRabbit

coderabbitai[bot] commented 9 months ago

Walkthrough

The changes involve updates to an XML configuration file for the Espressif IDF target within a release engineering project. The modifications include a cleanup of the version format in <unit> tags and the addition of a new Maven dependency for ASM within a <location> element. There are no alterations to any exported or public entities, indicating that the changes are confined to configuration management.

Changes

File Path Change Summary
releng/.../com.espressif.idf.target.target Reformatted version attributes in <unit> tags; Added new <location> for ASM Maven dependency

🐇✨ In the realm of code, where the data streams flow, A tidy-up here, a new line in tow. As the XML blooms, with tags so precise, The rabbit's work done, all neat and nice. 🌟📝

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ?


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - You can reply to a review comment made by CodeRabbit. - You can tag CodeRabbit on specific lines of code or files in the PR by tagging `@coderabbitai` in a comment. - You can tag `@coderabbitai` in a PR comment and ask one-off questions about the PR and the codebase. Use quoted replies to pass the context for follow-up questions. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json`