| Summary: | Deployment is missing files | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Joseph Vincens <jvincens> | ||||||||||
| Component: | EDT | Assignee: | Yun Feng Ma <mayunf> | ||||||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||||||
| Severity: | major | ||||||||||||
| Priority: | P3 | CC: | chenzhh, pharmon, svihovec | ||||||||||
| Version: | unspecified | ||||||||||||
| Target Milestone: | --- | ||||||||||||
| Hardware: | PC | ||||||||||||
| OS: | Linux | ||||||||||||
| Whiteboard: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Joseph Vincens
Created attachment 202636 [details]
testcase
Created attachment 202967 [details]
Patch for HTML Gen
This is a patch for HTML Generator. Please review it. Thanks.
Created attachment 202969 [details]
Patch for IRUtils
Hi Paul,
Here is a patch for IRUtils.java, please review it.
The patch removed the below visit method in PartsReferencedResolver:
public boolean visit(ArrayLiteral expr) {
expr.getType().accept(this);
return false;
}
Think about below case:
handler MyHander1 type RUIhandler {initialUI = [ ui ],onConstructionFunction = start, cssFile="css/MyRUI4.css", title="MyHander1"}
Button button{ text = "Button1" };
ui Box{ children = [button, new Image{}]};
function start()
end
end
The Image is not in the dependent parts got from IRUtils.getReferencedPartsFor(part).
All fixes are in. Resolve this. Thanks. Created attachment 203412 [details]
college test app
I still can't display a datagrid that includes columns because the , "org/eclipse/edt/rui/widgets/DataGridColumn.js" is not included.
see previous comment and file attachment Hi Joe, DataGridColumn is a basic handler, this issue is covered by bug 357284. so resolved this bug. Thanks. *** Bug 357162 has been marked as a duplicate of this bug. *** verified |