Project

General

Profile

Actions

Bug #23053

closed

Rudderc produces metadata.xml under target directory which breaks webapp

Added by François ARMAND 10 months ago. Updated 10 months ago.

Status:
Released
Priority:
N/A
Category:
Architecture - Code maintenance
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No

Description

rudderc is a well behaved compiler that produces its output under a subdirectory `target`.

But the webapp expects a technique to be `techniqueId/X.Y/metadata.xml`.

Either (1) we make the webapp understand that metadata can be under `techniqueId/X.Y/target/metadata.xml` or we (2) make a mv post rudderc compilation to make things as expected.

(1) seems extremelly hard because a lot of assumption is made in rudder about that structure, like the "git technique repo" which is looking for metadata.xml to find technique.

We will make (2)

Actions

Also available in: Atom PDF