Skip to content

Conversation

dasarathirout
Copy link
Member

Issue #11782 Updated IGV_DATA_SETTINGS file location to 'target/classes/*'

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 23, 2025
@oubidar-Abderrahim oubidar-Abderrahim added the igv Ideal Graph Visualizer label Sep 24, 2025
@oubidar-Abderrahim
Copy link
Member

Thank you for your contribution

@oubidar-Abderrahim
Copy link
Member

Hi @wirthi could you please review or assign someone to do so? thanks

@tkrodriguez
Copy link
Member

tkrodriguez commented Sep 24, 2025

IGV_DATA_SETTINGS is actually dead after IGV_JSONEXPORTER was deleted in ba4c7acab9764c9371d9cf4a3785cd39480172dc so it should just be deleted from suite.py. github doesn't do a very good job with that diff because it's so big, but it's basically this in suite.py

@@ -122,17 +64,5 @@ suite = {
       },
       "defaultBuild" : False,
     },
-
-    "IGV_JSONEXPORTER": {
-      "dependencies" : [
-        "IdealGraphVisualizer",
-      ],
-      "distDependencies": [
-        "IGV_DATA_SETTINGS",
-        "OPENIDE_UTIL_LOOKUP",
-        "OPENIDE_UTIL",
-      ],
-      "defaultBuild" : False,
-    },
   },
 }

],
},

"IGV_DATA_SETTINGS": {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tkrodriguez, Thanks for the suggestion, removed IGV_DATA_SETTINGS .

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you squash this down to a single commit I'll push it from our side.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

got new PR #12226

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
igv Ideal Graph Visualizer OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants