Resource on embedded linux not available - qt5

I build a simple test project with qt creator. Just a window, a button and an icon.
The icon (stopbutton.svg) is in an resource file.
In qtcreator I have setup two kids, one fore desktop-linux and one for the embedded-linux system.
In the project file I add the resource:
RESOURCES += KeyboardMouseResource.qrc
I can compile and start both programs but on the embedded system the stopbutton.svg is not available.
Has anyone a solution for that?
How can I disable the creation of the "commonstyle" resource entries?
I used QDirIterator to list the resources
QDirIterator
it(":", QDirIterator::Subdirectories);
while (it.hasNext())
{
qDebug() << it.next();
}
On the desktop system I got:
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
":/qgradient"
":/qgradient/webgradients.binaryjson"
":/qpdf"
":/qpdf/qpdfa_metadata.xml"
":/qpdf/sRGB2014.icc"
":/qt-project.org"
":/qt-project.org/styles"
":/qt-project.org/styles/commonstyle"
":/qt-project.org/styles/commonstyle/images"
":/qt-project.org/styles/commonstyle/images/networkdrive-16.png"
":/qt-project.org/styles/commonstyle/images/networkdrive-32.png"
":/qt-project.org/styles/commonstyle/images/dvd-16.png"
":/qt-project.org/styles/commonstyle/images/cdr-16.png"
":/qt-project.org/styles/commonstyle/images/up-16.png"
":/qt-project.org/styles/commonstyle/images/up-32.png"
":/qt-project.org/styles/commonstyle/images/dvd-32.png"
":/qt-project.org/styles/commonstyle/images/cdr-32.png"
":/qt-project.org/styles/commonstyle/images/left-32.png"
":/qt-project.org/styles/commonstyle/images/stop-32.png"
":/qt-project.org/styles/commonstyle/images/file-16.png"
":/qt-project.org/styles/commonstyle/images/down-16.png"
":/qt-project.org/styles/commonstyle/images/stop-24.png"
":/qt-project.org/styles/commonstyle/images/left-16.png"
":/qt-project.org/styles/commonstyle/images/toolbar-ext-h-rtl-8.png"
":/qt-project.org/styles/commonstyle/images/down-32.png"
":/qt-project.org/styles/commonstyle/images/file-32.png"
":/qt-project.org/styles/commonstyle/images/dirlink-32.png"
":/qt-project.org/styles/commonstyle/images/diropen-32.png"
":/qt-project.org/styles/commonstyle/images/cleartext-32.png"
":/qt-project.org/styles/commonstyle/images/diropen-16.png"
":/qt-project.org/styles/commonstyle/images/cleartext-16.png"
":/qt-project.org/styles/commonstyle/images/dirlink-16.png"
":/qt-project.org/styles/commonstyle/images/networkdrive-128.png"
":/qt-project.org/styles/commonstyle/images/media-volume-muted-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-cancel-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-open-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-apply-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-apply-16.png"
":/qt-project.org/styles/commonstyle/images/fonttruetype-16.png"
":/qt-project.org/styles/commonstyle/images/newdirectory-128.png"
":/qt-project.org/styles/commonstyle/images/filecontents-128.png"
":/qt-project.org/styles/commonstyle/images/floppy-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-delete-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-delete-32.png"
":/qt-project.org/styles/commonstyle/images/harddrive-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-clear-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-close-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-clear-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-close-16.png"
":/qt-project.org/styles/commonstyle/images/closedock-32.png"
":/qt-project.org/styles/commonstyle/images/closedock-48.png"
":/qt-project.org/styles/commonstyle/images/dirclosed-128.png"
":/qt-project.org/styles/commonstyle/images/closedock-16.png"
":/qt-project.org/styles/commonstyle/images/closedock-10.png"
":/qt-project.org/styles/commonstyle/images/closedock-20.png"
":/qt-project.org/styles/commonstyle/images/trash-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-apply-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-yes-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-yes-32.png"
":/qt-project.org/styles/commonstyle/images/fontbitmap-16.png"
":/qt-project.org/styles/commonstyle/images/closedock-64.png"
":/qt-project.org/styles/commonstyle/images/newdirectory-32.png"
":/qt-project.org/styles/commonstyle/images/dirclosed-32.png"
":/qt-project.org/styles/commonstyle/images/newdirectory-16.png"
":/qt-project.org/styles/commonstyle/images/dirclosed-16.png"
":/qt-project.org/styles/commonstyle/images/up-128.png"
":/qt-project.org/styles/commonstyle/images/media-pause-32.png"
":/qt-project.org/styles/commonstyle/images/media-pause-16.png"
":/qt-project.org/styles/commonstyle/images/cdr-128.png"
":/qt-project.org/styles/commonstyle/images/dvd-128.png"
":/qt-project.org/styles/commonstyle/images/media-volume-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-closetab-hover-32.png"
":/qt-project.org/styles/commonstyle/images/harddrive-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-cancel-16.png"
":/qt-project.org/styles/commonstyle/images/harddrive-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-closetab-hover-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-cancel-32.png"
":/qt-project.org/styles/commonstyle/images/viewdetailed-128.png"
":/qt-project.org/styles/commonstyle/images/fusion_groupbox.png"
":/qt-project.org/styles/commonstyle/images/right-128.png"
":/qt-project.org/styles/commonstyle/images/fileinfo-16.png"
":/qt-project.org/styles/commonstyle/images/filelink-16.png"
":/qt-project.org/styles/commonstyle/images/titlebar-shade-16.png"
":/qt-project.org/styles/commonstyle/images/filelink-32.png"
":/qt-project.org/styles/commonstyle/images/fileinfo-32.png"
":/qt-project.org/styles/commonstyle/images/titlebar-shade-48.png"
":/qt-project.org/styles/commonstyle/images/titlebar-shade-32.png"
":/qt-project.org/styles/commonstyle/images/dirlink-128.png"
":/qt-project.org/styles/commonstyle/images/media-seek-forward-16.png"
":/qt-project.org/styles/commonstyle/images/media-seek-forward-32.png"
":/qt-project.org/styles/commonstyle/images/titlebar-unshade-16.png"
":/qt-project.org/styles/commonstyle/images/diropen-128.png"
":/qt-project.org/styles/commonstyle/images/titlebar-unshade-32.png"
":/qt-project.org/styles/commonstyle/images/titlebar-unshade-48.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-help-128.png"
":/qt-project.org/styles/commonstyle/images/viewdetailed-16.png"
":/qt-project.org/styles/commonstyle/images/viewdetailed-32.png"
":/qt-project.org/styles/commonstyle/images/media-seek-backward-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-ok-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-no-128.png"
":/qt-project.org/styles/commonstyle/images/media-seek-backward-32.png"
":/qt-project.org/styles/commonstyle/images/refresh-32.png"
":/qt-project.org/styles/commonstyle/images/refresh-24.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-save-128.png"
":/qt-project.org/styles/commonstyle/images/normalizedockup-64.png"
":/qt-project.org/styles/commonstyle/images/viewlist-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-yes-128.png"
":/qt-project.org/styles/commonstyle/images/computer-32.png"
":/qt-project.org/styles/commonstyle/images/computer-16.png"
":/qt-project.org/styles/commonstyle/images/normalizedockup-16.png"
":/qt-project.org/styles/commonstyle/images/normalizedockup-10.png"
":/qt-project.org/styles/commonstyle/images/parentdir-32.png"
":/qt-project.org/styles/commonstyle/images/titlebar-contexthelp-16.png"
":/qt-project.org/styles/commonstyle/images/normalizedockup-20.png"
":/qt-project.org/styles/commonstyle/images/parentdir-16.png"
":/qt-project.org/styles/commonstyle/images/titlebar-contexthelp-48.png"
":/qt-project.org/styles/commonstyle/images/normalizedockup-32.png"
":/qt-project.org/styles/commonstyle/images/normalizedockup-48.png"
":/qt-project.org/styles/commonstyle/images/titlebar-contexthelp-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-closetab-16.png"
":/qt-project.org/styles/commonstyle/images/media-play-16.png"
":/qt-project.org/styles/commonstyle/images/desktop-16.png"
":/qt-project.org/styles/commonstyle/images/media-stop-16.png"
":/qt-project.org/styles/commonstyle/images/desktop-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-closetab-32.png"
":/qt-project.org/styles/commonstyle/images/media-play-32.png"
":/qt-project.org/styles/commonstyle/images/down-128.png"
":/qt-project.org/styles/commonstyle/images/media-stop-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-delete-128.png"
":/qt-project.org/styles/commonstyle/images/media-skip-backward-32.png"
":/qt-project.org/styles/commonstyle/images/media-skip-backward-16.png"
":/qt-project.org/styles/commonstyle/images/viewlist-16.png"
":/qt-project.org/styles/commonstyle/images/viewlist-32.png"
":/qt-project.org/styles/commonstyle/images/file-128.png"
":/qt-project.org/styles/commonstyle/images/floppy-32.png"
":/qt-project.org/styles/commonstyle/images/left-128.png"
":/qt-project.org/styles/commonstyle/images/floppy-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-no-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-ok-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-no-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-ok-16.png"
":/qt-project.org/styles/commonstyle/images/media-skip-forward-32.png"
":/qt-project.org/styles/commonstyle/images/media-skip-forward-16.png"
":/qt-project.org/styles/commonstyle/images/toolbar-ext-h-rtl-16.png"
":/qt-project.org/styles/commonstyle/images/toolbar-ext-h-rtl-32.png"
":/qt-project.org/styles/commonstyle/images/filelink-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-open-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-open-32.png"
":/qt-project.org/styles/commonstyle/images/fileinfo-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-help-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-help-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-save-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-save-32.png"
":/qt-project.org/styles/commonstyle/images/titlebar-min-16.png"
":/qt-project.org/styles/commonstyle/images/titlebar-max-16.png"
":/qt-project.org/styles/commonstyle/images/titlebar-min-32.png"
":/qt-project.org/styles/commonstyle/images/titlebar-max-32.png"
":/qt-project.org/styles/commonstyle/images/toolbar-ext-h-8.png"
":/qt-project.org/styles/commonstyle/images/titlebar-min-48.png"
":/qt-project.org/styles/commonstyle/images/titlebar-max-48.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-closetab-down-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-closetab-down-32.png"
":/qt-project.org/styles/commonstyle/images/toolbar-ext-v-20.png"
":/qt-project.org/styles/commonstyle/images/toolbar-ext-v-10.png"
":/qt-project.org/styles/commonstyle/images/toolbar-ext-h-16.png"
":/qt-project.org/styles/commonstyle/images/toolbar-ext-h-32.png"
":/qt-project.org/styles/commonstyle/images/parentdir-128.png"
":/qt-project.org/styles/commonstyle/images/toolbar-ext-v-5.png"
":/qt-project.org/styles/commonstyle/images/filecontents-32.png"
":/qt-project.org/styles/commonstyle/images/trash-32.png"
":/qt-project.org/styles/commonstyle/images/filecontents-16.png"
":/qt-project.org/styles/commonstyle/images/trash-16.png"
":/qt-project.org/styles/commonstyle/images/right-16.png"
":/qt-project.org/styles/commonstyle/images/right-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-clear-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-close-128.png"
":/qt-project.org/styles/macstyle"
":/qt-project.org/styles/macstyle/images"
":/qt-project.org/styles/macstyle/images/toolbar-ext.png"
":/qt-project.org/styles/macstyle/images/dockdock-down-16.png"
":/qt-project.org/styles/macstyle/images/closedock-16.png"
":/qt-project.org/styles/macstyle/images/dockdock-16.png"
":/qt-project.org/styles/macstyle/images/closedock-down-16.png"
":/qt-project.org/styles/macstyle/images/toolbar-ext#2x.png"
":/qt-project.org/qmessagebox"
":/qt-project.org/qmessagebox/images"
":/qt-project.org/qmessagebox/images/qtlogo-64.png"
":/prefix"
":/prefix/stopbutton.svg"
and on the embedded system I got this:
Cannot open file ':/prefix/stopbutton.svg', because: No such file or directory
Cannot open file ':/prefix/stopbutton.svg', because: No such file or directory
":/qt-project.org"
":/qt-project.org/qmime"
":/qt-project.org/qmime/freedesktop.org.xml"
":/qt-project.org/styles"
":/qt-project.org/styles/commonstyle"
":/qt-project.org/styles/commonstyle/images"
":/qt-project.org/styles/commonstyle/images/networkdrive-16.png"
":/qt-project.org/styles/commonstyle/images/networkdrive-32.png"
":/qt-project.org/styles/commonstyle/images/dvd-16.png"
":/qt-project.org/styles/commonstyle/images/cdr-16.png"
":/qt-project.org/styles/commonstyle/images/up-16.png"
":/qt-project.org/styles/commonstyle/images/up-32.png"
":/qt-project.org/styles/commonstyle/images/dvd-32.png"
":/qt-project.org/styles/commonstyle/images/cdr-32.png"
":/qt-project.org/styles/commonstyle/images/left-32.png"
":/qt-project.org/styles/commonstyle/images/stop-32.png"
":/qt-project.org/styles/commonstyle/images/file-16.png"
":/qt-project.org/styles/commonstyle/images/down-16.png"
":/qt-project.org/styles/commonstyle/images/stop-24.png"
":/qt-project.org/styles/commonstyle/images/left-16.png"
":/qt-project.org/styles/commonstyle/images/down-32.png"
":/qt-project.org/styles/commonstyle/images/file-32.png"
":/qt-project.org/styles/commonstyle/images/dirlink-32.png"
":/qt-project.org/styles/commonstyle/images/diropen-32.png"
":/qt-project.org/styles/commonstyle/images/cleartext-32.png"
":/qt-project.org/styles/commonstyle/images/diropen-16.png"
":/qt-project.org/styles/commonstyle/images/cleartext-16.png"
":/qt-project.org/styles/commonstyle/images/dirlink-16.png"
":/qt-project.org/styles/commonstyle/images/networkdrive-128.png"
":/qt-project.org/styles/commonstyle/images/media-volume-muted-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-cancel-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-open-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-apply-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-apply-16.png"
":/qt-project.org/styles/commonstyle/images/fonttruetype-16.png"
":/qt-project.org/styles/commonstyle/images/newdirectory-128.png"
":/qt-project.org/styles/commonstyle/images/filecontents-128.png"
":/qt-project.org/styles/commonstyle/images/floppy-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-delete-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-delete-32.png"
":/qt-project.org/styles/commonstyle/images/harddrive-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-clear-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-close-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-clear-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-close-16.png"
":/qt-project.org/styles/commonstyle/images/dirclosed-128.png"
":/qt-project.org/styles/commonstyle/images/trash-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-apply-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-yes-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-yes-32.png"
":/qt-project.org/styles/commonstyle/images/fontbitmap-16.png"
":/qt-project.org/styles/commonstyle/images/newdirectory-32.png"
":/qt-project.org/styles/commonstyle/images/dirclosed-32.png"
":/qt-project.org/styles/commonstyle/images/newdirectory-16.png"
":/qt-project.org/styles/commonstyle/images/dirclosed-16.png"
":/qt-project.org/styles/commonstyle/images/up-128.png"
":/qt-project.org/styles/commonstyle/images/media-pause-32.png"
":/qt-project.org/styles/commonstyle/images/media-pause-16.png"
":/qt-project.org/styles/commonstyle/images/cdr-128.png"
":/qt-project.org/styles/commonstyle/images/dvd-128.png"
":/qt-project.org/styles/commonstyle/images/media-volume-16.png"
":/qt-project.org/styles/commonstyle/images/harddrive-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-cancel-16.png"
":/qt-project.org/styles/commonstyle/images/harddrive-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-closetab-hover-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-cancel-32.png"
":/qt-project.org/styles/commonstyle/images/viewdetailed-128.png"
":/qt-project.org/styles/commonstyle/images/fusion_groupbox.png"
":/qt-project.org/styles/commonstyle/images/right-128.png"
":/qt-project.org/styles/commonstyle/images/fileinfo-16.png"
":/qt-project.org/styles/commonstyle/images/filelink-16.png"
":/qt-project.org/styles/commonstyle/images/filelink-32.png"
":/qt-project.org/styles/commonstyle/images/fileinfo-32.png"
":/qt-project.org/styles/commonstyle/images/dirlink-128.png"
":/qt-project.org/styles/commonstyle/images/media-seek-forward-16.png"
":/qt-project.org/styles/commonstyle/images/media-seek-forward-32.png"
":/qt-project.org/styles/commonstyle/images/diropen-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-help-128.png"
":/qt-project.org/styles/commonstyle/images/viewdetailed-16.png"
":/qt-project.org/styles/commonstyle/images/viewdetailed-32.png"
":/qt-project.org/styles/commonstyle/images/media-seek-backward-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-ok-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-no-128.png"
":/qt-project.org/styles/commonstyle/images/media-seek-backward-32.png"
":/qt-project.org/styles/commonstyle/images/refresh-32.png"
":/qt-project.org/styles/commonstyle/images/refresh-24.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-save-128.png"
":/qt-project.org/styles/commonstyle/images/viewlist-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-yes-128.png"
":/qt-project.org/styles/commonstyle/images/computer-32.png"
":/qt-project.org/styles/commonstyle/images/computer-16.png"
":/qt-project.org/styles/commonstyle/images/parentdir-32.png"
":/qt-project.org/styles/commonstyle/images/parentdir-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-closetab-16.png"
":/qt-project.org/styles/commonstyle/images/media-play-16.png"
":/qt-project.org/styles/commonstyle/images/desktop-16.png"
":/qt-project.org/styles/commonstyle/images/media-stop-16.png"
":/qt-project.org/styles/commonstyle/images/desktop-32.png"
":/qt-project.org/styles/commonstyle/images/media-play-32.png"
":/qt-project.org/styles/commonstyle/images/down-128.png"
":/qt-project.org/styles/commonstyle/images/media-stop-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-delete-128.png"
":/qt-project.org/styles/commonstyle/images/media-skip-backward-32.png"
":/qt-project.org/styles/commonstyle/images/media-skip-backward-16.png"
":/qt-project.org/styles/commonstyle/images/fusion_arrow.png"
":/qt-project.org/styles/commonstyle/images/viewlist-16.png"
":/qt-project.org/styles/commonstyle/images/viewlist-32.png"
":/qt-project.org/styles/commonstyle/images/file-128.png"
":/qt-project.org/styles/commonstyle/images/floppy-32.png"
":/qt-project.org/styles/commonstyle/images/left-128.png"
":/qt-project.org/styles/commonstyle/images/floppy-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-no-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-ok-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-no-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-ok-16.png"
":/qt-project.org/styles/commonstyle/images/media-skip-forward-32.png"
":/qt-project.org/styles/commonstyle/images/media-skip-forward-16.png"
":/qt-project.org/styles/commonstyle/images/filelink-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-open-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-open-32.png"
":/qt-project.org/styles/commonstyle/images/fileinfo-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-help-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-help-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-save-16.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-save-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-closetab-down-16.png"
":/qt-project.org/styles/commonstyle/images/parentdir-128.png"
":/qt-project.org/styles/commonstyle/images/filecontents-32.png"
":/qt-project.org/styles/commonstyle/images/trash-32.png"
":/qt-project.org/styles/commonstyle/images/filecontents-16.png"
":/qt-project.org/styles/commonstyle/images/trash-16.png"
":/qt-project.org/styles/commonstyle/images/right-16.png"
":/qt-project.org/styles/commonstyle/images/right-32.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-clear-128.png"
":/qt-project.org/styles/commonstyle/images/standardbutton-close-128.png"
":/qt-project.org/styles/macstyle"
":/qt-project.org/styles/macstyle/images"
":/qt-project.org/styles/macstyle/images/toolbar-ext.png"
":/qt-project.org/styles/macstyle/images/dockdock-down-16.png"
":/qt-project.org/styles/macstyle/images/closedock-16.png"
":/qt-project.org/styles/macstyle/images/dockdock-16.png"
":/qt-project.org/styles/macstyle/images/closedock-down-16.png"
":/qt-project.org/styles/macstyle/images/toolbar-ext#2x.png"
":/qt-project.org/qmessagebox"
":/qt-project.org/qmessagebox/images"
":/qt-project.org/qmessagebox/images/qtlogo-64.png"
":/cursor-atlas.png"
":/cursor.json"
could not open ":/prefix/stopbutton.svg"

Related

Syslog-ng row message required to send- no timestamp - no header require

I am using below configuration of syslog-ng OS. Our purpose is to get the syslog message from device and relay the same message to analytic tool. We want to have row log message as shown below , to be sent to analytic tool without removing any character (i.e. ',") from original message. providing configuration file , original log and processed log (by syslog-ng). We also want to get rid of additional header or timestamp added by syslog-ng.
Configuration file
Used version:- Version: 3.2.5
options {flush_lines (0);time_reopen (10);log_fifo_size (1000);long_hostnames (off);use_dns (no); use_fqdn (no);create_dirs (no);keep_hostname (yes);keep-timestamp(no);};
source slocal{syslog(port(514) transport("udp")flags(no-parse) );};
template t_syslog {template("${MESSAGE}\n");template-escape(yes);};
destination dfgtall { file("/var/netwitness/fgtall.log" template(t_syslog)); };
log { source(slocal);destination(dfgtall); };
Original log
date=2020-03-07 time=20:46:02 devname="ABCD" devid="FGT" logid="0000000013" type="traffic" subtype="forward" level="notice" vd="VDOM-Int" eventtime=1583594162 srcip=1.1.1.1 srcport=55498 srcintf="LAN" srcintfrole="lan" dstip=10.10.10.1 dstport=21 dstintf="EXTERNAL" dstintfrole="wan" sessionid=583411984 proto=6 action="deny" policyid=0 policytype="policy" service="FTP" dstcountry="United States" srccountry="Reserved" trandisp="noop" duration=0 sentbyte=0 rcvdbyte=0 sentpkt=0 appcat="unscanned" crscore=30 craction=131072 crlevel="high"
Received log message
<5>Jul 20 14:41:42 root: date=2020-03-07 time=20:46:02 devname=ABCD devid=FGT logid=0000000013 type=traffic subtype=forward level=notice vd=VDOM-Int eventtime=1583594162 srcip=1.1.1.1 srcport=55498 srcintf=LAN srcintfrole=lan dstip=10.10.10.1 dstport=21 dstintf=EXTERNAL dstintfrole=wan sessionid=583411984 proto=6 action=deny policyid=0 policytype=policy service=FTP dstcountry=United States srccountry=Reserved trandisp=noop duration=0 sentbyte=0 rcvdbyte=0 sentpkt=0 appcat=unscanned crscore=30 craction=131072 crlevel=high
syslog-ng v3.2.5 is really old. Please upgrade to a newer version.
Using flags(no-parse) in the source, and the proper template in the destination config ($MESSAGE\n) are the key here.
The following snippet works as expected with syslog-ng v3.28:
source s_udp {
syslog(
port(514)
transport("udp")
flags(no-parse)
);
};
destination dfgtall { file("/tmp/fgtall.log" template("${MESSAGE}\n")); };
log {
source(s_udp);
destination(dfgtall);
};

How to get the bazel dependencies of Tensorflow by bazel query?

I just start reading code of Tensorflow. I have some experience with other frameworks.
In order to see the dependencies of the whole Tensorflow project, I would like to use bazel query to print the dependency graph.
The bazel tutorial provides a simple example.
But when I did
bazel query --nohost_deps --noimplicit_deps 'deps(//tensorflow/tools/pip_package:build_pip_package)' --output graph
I got errors :
Starting local Bazel server and connecting to it...
ERROR: tensorflow/tensorflow/lite/kernels/internal/BUILD:698:1: no such package '#androidndk//': The repository could not be resolved and referenced by '//tensorflow/lite/kernels/internal:cpu_check'
ERROR: Evaluation of query "deps(//tensorflow/tools/pip_package:build_pip_package)" failed: errors were encountered while computing transitive closure
Loading: 246 packages loaded
Since the project is large, I hope that I can see the dependencies between each folder, each file so that I can add some features by my self.
The bazel is different from CMake and GNU make tools, so I have trouble transfering to this tool.
What is a good way to see the big picture of Tensorflow project(a colossus)?
tensorflow$ find . -name "BUILD"
./tensorflow/contrib/session_bundle/example/BUILD
./tensorflow/contrib/session_bundle/BUILD
./tensorflow/contrib/quantization/BUILD
./tensorflow/contrib/rnn/BUILD
./tensorflow/contrib/all_reduce/BUILD
./tensorflow/contrib/stateless/BUILD
./tensorflow/contrib/gdr/BUILD
./tensorflow/contrib/cudnn_rnn/BUILD
./tensorflow/contrib/kernel_methods/BUILD
./tensorflow/contrib/recurrent/BUILD
./tensorflow/contrib/periodic_resample/BUILD
./tensorflow/contrib/verbs/BUILD
./tensorflow/contrib/predictor/BUILD
./tensorflow/contrib/feature_column/BUILD
./tensorflow/contrib/tensorrt/BUILD
./tensorflow/contrib/tensorrt/custom_plugin_examples/BUILD
./tensorflow/contrib/cloud/BUILD
./tensorflow/contrib/cloud/kernels/BUILD
./tensorflow/contrib/receptive_field/BUILD
./tensorflow/contrib/constrained_optimization/BUILD
./tensorflow/contrib/compiler/BUILD
./tensorflow/contrib/solvers/BUILD
./tensorflow/contrib/keras/BUILD
./tensorflow/contrib/boosted_trees/proto/BUILD
./tensorflow/contrib/boosted_trees/BUILD
./tensorflow/contrib/boosted_trees/estimator_batch/BUILD
./tensorflow/contrib/boosted_trees/lib/BUILD
./tensorflow/contrib/boosted_trees/resources/BUILD
./tensorflow/contrib/cluster_resolver/BUILD
./tensorflow/contrib/remote_fused_graph/pylib/BUILD
./tensorflow/contrib/rpc/BUILD
./tensorflow/contrib/rpc/python/kernel_tests/BUILD
./tensorflow/contrib/rpc/python/ops/BUILD
./tensorflow/contrib/meta_graph_transform/BUILD
./tensorflow/contrib/tensor_forest/proto/BUILD
./tensorflow/contrib/tensor_forest/hybrid/BUILD
./tensorflow/contrib/tensor_forest/BUILD
./tensorflow/contrib/tensor_forest/kernels/v4/BUILD
./tensorflow/contrib/optimizer_v2/BUILD
./tensorflow/contrib/data/BUILD
./tensorflow/contrib/data/python/kernel_tests/BUILD
./tensorflow/contrib/data/python/ops/BUILD
./tensorflow/contrib/bayesflow/BUILD
./tensorflow/contrib/coder/BUILD
./tensorflow/contrib/estimator/BUILD
./tensorflow/contrib/grid_rnn/BUILD
./tensorflow/contrib/libsvm/BUILD
./tensorflow/contrib/mpi/BUILD
./tensorflow/contrib/proto/BUILD
./tensorflow/contrib/proto/python/kernel_tests/BUILD
./tensorflow/contrib/proto/python/ops/BUILD
./tensorflow/contrib/metrics/BUILD
./tensorflow/contrib/timeseries/examples/BUILD
./tensorflow/contrib/timeseries/BUILD
./tensorflow/contrib/timeseries/python/timeseries/BUILD
./tensorflow/contrib/timeseries/python/timeseries/state_space_models/BUILD
./tensorflow/contrib/hvx/clock_cycle_profiling/BUILD
./tensorflow/contrib/hvx/hvx_ops_support_checker/BUILD
./tensorflow/contrib/memory_stats/BUILD
./tensorflow/contrib/reduce_slice_ops/BUILD
./tensorflow/contrib/slim/BUILD
./tensorflow/contrib/slim/python/slim/data/BUILD
./tensorflow/contrib/slim/python/slim/nets/BUILD
./tensorflow/contrib/tfprof/BUILD
./tensorflow/contrib/graph_editor/BUILD
./tensorflow/contrib/android/BUILD
./tensorflow/contrib/integrate/BUILD
./tensorflow/contrib/seq2seq/BUILD
./tensorflow/contrib/linear_optimizer/BUILD
./tensorflow/contrib/tpu/BUILD
./tensorflow/contrib/tpu/profiler/BUILD
./tensorflow/contrib/tpu/profiler/pip_package/BUILD
./tensorflow/contrib/BUILD
./tensorflow/contrib/saved_model/cc/saved_model/BUILD
./tensorflow/contrib/saved_model/BUILD
./tensorflow/contrib/model_pruning/examples/cifar10/BUILD
./tensorflow/contrib/model_pruning/BUILD
./tensorflow/contrib/copy_graph/BUILD
./tensorflow/contrib/nearest_neighbor/BUILD
./tensorflow/contrib/resampler/BUILD
./tensorflow/contrib/summary/BUILD
./tensorflow/contrib/makefile/BUILD
./tensorflow/contrib/staging/BUILD
./tensorflow/contrib/nn/BUILD
./tensorflow/contrib/tensorboard/BUILD
./tensorflow/contrib/signal/BUILD
./tensorflow/contrib/image/BUILD
./tensorflow/contrib/util/BUILD
./tensorflow/contrib/text/BUILD
./tensorflow/contrib/decision_trees/proto/BUILD
./tensorflow/contrib/layers/BUILD
./tensorflow/contrib/layers/kernels/BUILD
./tensorflow/contrib/learn/BUILD
./tensorflow/contrib/learn/python/learn/datasets/BUILD
./tensorflow/contrib/eager/python/examples/rnn_colorbot/BUILD
./tensorflow/contrib/eager/python/examples/densenet/BUILD
./tensorflow/contrib/eager/python/examples/revnet/BUILD
./tensorflow/contrib/eager/python/examples/resnet50/BUILD
./tensorflow/contrib/eager/python/examples/spinn/BUILD
./tensorflow/contrib/eager/python/examples/linear_regression/BUILD
./tensorflow/contrib/eager/python/examples/BUILD
./tensorflow/contrib/eager/python/examples/rnn_ptb/BUILD
./tensorflow/contrib/eager/python/examples/gan/BUILD
./tensorflow/contrib/eager/python/examples/l2hmc/BUILD
./tensorflow/contrib/eager/python/BUILD
./tensorflow/contrib/sparsemax/BUILD
./tensorflow/contrib/rate/BUILD
./tensorflow/contrib/lookup/BUILD
./tensorflow/contrib/distributions/BUILD
./tensorflow/contrib/autograph/examples/benchmarks/BUILD
./tensorflow/contrib/autograph/BUILD
./tensorflow/contrib/distribute/BUILD
./tensorflow/contrib/distribute/python/examples/BUILD
./tensorflow/contrib/distribute/python/BUILD
./tensorflow/contrib/specs/BUILD
./tensorflow/contrib/quantize/BUILD
./tensorflow/contrib/training/BUILD
./tensorflow/contrib/fused_conv/BUILD
./tensorflow/contrib/checkpoint/python/BUILD
./tensorflow/contrib/bigtable/BUILD
./tensorflow/contrib/legacy_seq2seq/BUILD
./tensorflow/contrib/stat_summarizer/BUILD
./tensorflow/contrib/opt/BUILD
./tensorflow/contrib/mixed_precision/BUILD
./tensorflow/contrib/mixed_precision/python/BUILD
./tensorflow/contrib/losses/BUILD
./tensorflow/contrib/ignite/BUILD
./tensorflow/contrib/kafka/BUILD
./tensorflow/contrib/hadoop/BUILD
./tensorflow/contrib/factorization/examples/BUILD
./tensorflow/contrib/factorization/BUILD
./tensorflow/contrib/factorization/kernels/BUILD
./tensorflow/contrib/labeled_tensor/BUILD
./tensorflow/contrib/deprecated/BUILD
./tensorflow/contrib/input_pipeline/BUILD
./tensorflow/contrib/input_pipeline/kernels/BUILD
./tensorflow/contrib/gan/BUILD
./tensorflow/contrib/kinesis/BUILD
./tensorflow/contrib/mpi_collectives/BUILD
./tensorflow/contrib/framework/BUILD
./tensorflow/contrib/crf/BUILD
./tensorflow/contrib/batching/BUILD
./tensorflow/contrib/testing/BUILD
./tensorflow/contrib/hooks/BUILD
./tensorflow/contrib/ffmpeg/default/BUILD
./tensorflow/contrib/ffmpeg/BUILD
./tensorflow/cc/BUILD
./tensorflow/cc/saved_model/BUILD
./tensorflow/cc/saved_model/python/BUILD
./tensorflow/cc/tools/BUILD
./tensorflow/cc/profiler/BUILD
./tensorflow/compiler/xrt/cc/BUILD
./tensorflow/compiler/xrt/BUILD
./tensorflow/compiler/xrt/tests/BUILD
./tensorflow/compiler/xrt/kernels/BUILD
./tensorflow/compiler/xla/rpc/BUILD
./tensorflow/compiler/xla/experimental/xla_sharding/BUILD
./tensorflow/compiler/xla/BUILD
./tensorflow/compiler/xla/service/cpu/BUILD
./tensorflow/compiler/xla/service/cpu/tests/BUILD
./tensorflow/compiler/xla/service/llvm_ir/BUILD
./tensorflow/compiler/xla/service/BUILD
./tensorflow/compiler/xla/service/interpreter/BUILD
./tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/BUILD
./tensorflow/compiler/xla/service/gpu/BUILD
./tensorflow/compiler/xla/service/gpu/tests/BUILD
./tensorflow/compiler/xla/client/BUILD
./tensorflow/compiler/xla/client/lib/BUILD
./tensorflow/compiler/xla/tools/BUILD
./tensorflow/compiler/xla/python_api/BUILD
./tensorflow/compiler/xla/python/BUILD
./tensorflow/compiler/xla/tests/BUILD
./tensorflow/compiler/plugin/BUILD
./tensorflow/compiler/jit/graphcycles/BUILD
./tensorflow/compiler/jit/BUILD
./tensorflow/compiler/jit/ops/BUILD
./tensorflow/compiler/jit/kernels/BUILD
./tensorflow/compiler/aot/BUILD
./tensorflow/compiler/aot/tests/BUILD
./tensorflow/compiler/tf2xla/cc/BUILD
./tensorflow/compiler/tf2xla/BUILD
./tensorflow/compiler/tf2xla/ops/BUILD
./tensorflow/compiler/tf2xla/lib/BUILD
./tensorflow/compiler/tf2xla/python/BUILD
./tensorflow/compiler/tf2xla/kernels/BUILD
./tensorflow/compiler/tf2tensorrt/BUILD
./tensorflow/compiler/tests/BUILD
./tensorflow/core/debug/BUILD
./tensorflow/core/common_runtime/data/BUILD
./tensorflow/core/common_runtime/eager/BUILD
./tensorflow/core/platform/s3/BUILD
./tensorflow/core/platform/cloud/BUILD
./tensorflow/core/platform/default/build_config/BUILD
./tensorflow/core/platform/default/gpu/BUILD
./tensorflow/core/platform/hadoop/BUILD
./tensorflow/core/grappler/clusters/BUILD
./tensorflow/core/grappler/verifiers/BUILD
./tensorflow/core/grappler/inputs/BUILD
./tensorflow/core/grappler/optimizers/data/vectorization/BUILD
./tensorflow/core/grappler/optimizers/data/BUILD
./tensorflow/core/grappler/optimizers/BUILD
./tensorflow/core/grappler/BUILD
./tensorflow/core/grappler/utils/BUILD
./tensorflow/core/grappler/costs/BUILD
./tensorflow/core/grappler/graph_analyzer/BUILD
./tensorflow/core/tpu/BUILD
./tensorflow/core/BUILD
./tensorflow/core/distributed_runtime/rpc/BUILD
./tensorflow/core/distributed_runtime/rpc/eager/BUILD
./tensorflow/core/distributed_runtime/BUILD
./tensorflow/core/distributed_runtime/eager/BUILD
./tensorflow/core/ops/compat/BUILD
./tensorflow/core/api_def/BUILD
./tensorflow/core/summary/BUILD
./tensorflow/core/nccl/BUILD
./tensorflow/core/protobuf/tpu/BUILD
./tensorflow/core/util/rpc/BUILD
./tensorflow/core/util/proto/BUILD
./tensorflow/core/util/ctc/BUILD
./tensorflow/core/util/tensor_bundle/BUILD
./tensorflow/core/profiler/internal/cpu/BUILD
./tensorflow/core/profiler/internal/runtime/BUILD
./tensorflow/core/profiler/internal/advisor/BUILD
./tensorflow/core/profiler/internal/BUILD
./tensorflow/core/profiler/internal/gpu/BUILD
./tensorflow/core/profiler/rpc/BUILD
./tensorflow/core/profiler/rpc/client/BUILD
./tensorflow/core/profiler/BUILD
./tensorflow/core/profiler/lib/BUILD
./tensorflow/core/lib/db/BUILD
./tensorflow/core/kernels/boosted_trees/quantiles/BUILD
./tensorflow/core/kernels/boosted_trees/BUILD
./tensorflow/core/kernels/hexagon/BUILD
./tensorflow/core/kernels/tensor_forest/BUILD
./tensorflow/core/kernels/data/experimental/sql/BUILD
./tensorflow/core/kernels/data/experimental/BUILD
./tensorflow/core/kernels/data/BUILD
./tensorflow/core/kernels/batching_util/BUILD
./tensorflow/core/kernels/BUILD
./tensorflow/core/kernels/fuzzing/BUILD
./tensorflow/core/kernels/lookup_tables/BUILD
./tensorflow/core/kernels/neon/BUILD
./tensorflow/stream_executor/host/BUILD
./tensorflow/stream_executor/platform/default/BUILD
./tensorflow/stream_executor/platform/BUILD
./tensorflow/stream_executor/BUILD
./tensorflow/stream_executor/cuda/BUILD
./tensorflow/stream_executor/lib/BUILD
./tensorflow/stream_executor/rocm/BUILD
./tensorflow/stream_executor/gpu/BUILD
./tensorflow/js/BUILD
./tensorflow/c/BUILD
./tensorflow/c/eager/BUILD
./tensorflow/c/kernels/BUILD
./tensorflow/examples/multibox_detector/BUILD
./tensorflow/examples/wav_to_spectrogram/BUILD
./tensorflow/examples/how_tos/reading_data/BUILD
./tensorflow/examples/get_started/regression/BUILD
./tensorflow/examples/android/assets/BUILD
./tensorflow/examples/android/BUILD
./tensorflow/examples/label_image/BUILD
./tensorflow/examples/saved_model/integration_tests/BUILD
./tensorflow/examples/adding_an_op/BUILD
./tensorflow/examples/learn/BUILD
./tensorflow/examples/speech_commands/BUILD
./tensorflow/examples/tutorials/mnist/BUILD
./tensorflow/examples/tutorials/layers/BUILD
./tensorflow/examples/tutorials/word2vec/BUILD
./tensorflow/examples/tf2_showcase/BUILD
./tensorflow/BUILD
./tensorflow/lite/toco/tensorflow_graph_matching/BUILD
./tensorflow/lite/toco/graph_transformations/tests/BUILD
./tensorflow/lite/toco/tflite/BUILD
./tensorflow/lite/toco/BUILD
./tensorflow/lite/toco/python/BUILD
./tensorflow/lite/core/api/BUILD
./tensorflow/lite/models/smartreply/BUILD
./tensorflow/lite/models/smartreply/demo/app/src/main/assets/BUILD
./tensorflow/lite/models/smartreply/demo/app/src/main/BUILD
./tensorflow/lite/models/BUILD
./tensorflow/lite/nnapi/BUILD
./tensorflow/lite/experimental/c/BUILD
./tensorflow/lite/experimental/examples/lstm/BUILD
./tensorflow/lite/experimental/writer/BUILD
./tensorflow/lite/experimental/microfrontend/BUILD
./tensorflow/lite/experimental/microfrontend/lib/BUILD
./tensorflow/lite/experimental/micro/examples/micro_speech/BUILD
./tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/BUILD
./tensorflow/lite/experimental/micro/BUILD
./tensorflow/lite/experimental/micro/testing/BUILD
./tensorflow/lite/experimental/micro/kernels/BUILD
./tensorflow/lite/experimental/kernels/BUILD
./tensorflow/lite/profiling/BUILD
./tensorflow/lite/c/BUILD
./tensorflow/lite/examples/android/BUILD
./tensorflow/lite/examples/android/app/src/main/assets/BUILD
./tensorflow/lite/examples/label_image/BUILD
./tensorflow/lite/examples/minimal/BUILD
./tensorflow/lite/examples/python/BUILD
./tensorflow/lite/BUILD
./tensorflow/lite/delegates/nnapi/BUILD
./tensorflow/lite/delegates/flex/BUILD
./tensorflow/lite/tools/evaluation/proto/BUILD
./tensorflow/lite/tools/evaluation/BUILD
./tensorflow/lite/tools/accuracy/BUILD
./tensorflow/lite/tools/accuracy/ilsvrc/BUILD
./tensorflow/lite/tools/BUILD
./tensorflow/lite/tools/optimize/BUILD
./tensorflow/lite/tools/optimize/calibration/BUILD
./tensorflow/lite/tools/benchmark/android/BUILD
./tensorflow/lite/tools/benchmark/BUILD
./tensorflow/lite/schema/builtin_ops_header/BUILD
./tensorflow/lite/schema/BUILD
./tensorflow/lite/java/jni/BUILD
./tensorflow/lite/java/BUILD
./tensorflow/lite/java/ovic/BUILD
./tensorflow/lite/java/ovic/src/testdata/BUILD
./tensorflow/lite/java/ovic/demo/app/BUILD
./tensorflow/lite/java/src/testhelper/java/org/tensorflow/lite/BUILD
./tensorflow/lite/java/src/test/native/BUILD
./tensorflow/lite/java/src/main/native/BUILD
./tensorflow/lite/java/demo/app/src/main/assets/BUILD
./tensorflow/lite/java/demo/app/src/main/BUILD
./tensorflow/lite/tutorials/BUILD
./tensorflow/lite/python/testdata/BUILD
./tensorflow/lite/python/BUILD
./tensorflow/lite/python/optimize/BUILD
./tensorflow/lite/python/interpreter_wrapper/BUILD
./tensorflow/lite/lib_package/BUILD
./tensorflow/lite/testing/BUILD
./tensorflow/lite/testing/model_coverage/BUILD
./tensorflow/lite/testing/kernel_test/BUILD
./tensorflow/lite/kernels/internal/BUILD
./tensorflow/lite/kernels/BUILD
./tensorflow/tools/proto_text/BUILD
./tensorflow/tools/def_file_filter/BUILD
./tensorflow/tools/docker/notebooks/BUILD
./tensorflow/tools/docker/BUILD
./tensorflow/tools/ci_build/gpu_build/BUILD
./tensorflow/tools/ci_build/remote/BUILD
./tensorflow/tools/build_info/BUILD
./tensorflow/tools/test/BUILD
./tensorflow/tools/common/BUILD
./tensorflow/tools/api/golden/BUILD
./tensorflow/tools/api/lib/BUILD
./tensorflow/tools/api/tests/BUILD
./tensorflow/tools/docs/BUILD
./tensorflow/tools/optimization/BUILD
./tensorflow/tools/graph_transforms/BUILD
./tensorflow/tools/mlpbtxt/BUILD
./tensorflow/tools/git/BUILD
./tensorflow/tools/compatibility/BUILD
./tensorflow/tools/compatibility/update/BUILD
./tensorflow/tools/benchmark/BUILD
./tensorflow/tools/pip_package/BUILD
./tensorflow/tools/lib_package/BUILD
./tensorflow/java/BUILD
./tensorflow/java/src/main/native/BUILD
./tensorflow/java/src/main/java/org/tensorflow/examples/BUILD
./tensorflow/python/compat/BUILD
./tensorflow/python/feature_column/BUILD
./tensorflow/python/compiler/tensorrt/BUILD
./tensorflow/python/compiler/BUILD
./tensorflow/python/keras/optimizer_v2/BUILD
./tensorflow/python/keras/BUILD
./tensorflow/python/keras/api/BUILD
./tensorflow/python/keras/mixed_precision/experimental/BUILD
./tensorflow/python/kernel_tests/linalg/BUILD
./tensorflow/python/kernel_tests/boosted_trees/BUILD
./tensorflow/python/kernel_tests/testdata/BUILD
./tensorflow/python/kernel_tests/BUILD
./tensorflow/python/kernel_tests/signal/BUILD
./tensorflow/python/kernel_tests/distributions/BUILD
./tensorflow/python/kernel_tests/random/BUILD
./tensorflow/python/debug/BUILD
./tensorflow/python/data/benchmarks/BUILD
./tensorflow/python/data/kernel_tests/BUILD
./tensorflow/python/data/experimental/benchmarks/BUILD
./tensorflow/python/data/experimental/kernel_tests/BUILD
./tensorflow/python/data/experimental/kernel_tests/optimization/BUILD
./tensorflow/python/data/experimental/kernel_tests/serialization/BUILD
./tensorflow/python/data/experimental/BUILD
./tensorflow/python/data/experimental/ops/BUILD
./tensorflow/python/data/BUILD
./tensorflow/python/data/ops/BUILD
./tensorflow/python/data/util/BUILD
./tensorflow/python/estimator/BUILD
./tensorflow/python/module/BUILD
./tensorflow/python/tpu/experimental/BUILD
./tensorflow/python/tpu/BUILD
./tensorflow/python/tpu/profiler/BUILD
./tensorflow/python/BUILD
./tensorflow/python/saved_model/model_utils/BUILD
./tensorflow/python/saved_model/BUILD
./tensorflow/python/ops/linalg/BUILD
./tensorflow/python/ops/parallel_for/BUILD
./tensorflow/python/ops/signal/BUILD
./tensorflow/python/ops/ragged/BUILD
./tensorflow/python/ops/distributions/BUILD
./tensorflow/python/ops/losses/BUILD
./tensorflow/python/eager/BUILD
./tensorflow/python/autograph/pyct/static_analysis/BUILD
./tensorflow/python/autograph/pyct/common_transformers/BUILD
./tensorflow/python/autograph/pyct/BUILD
./tensorflow/python/autograph/pyct/testing/BUILD
./tensorflow/python/autograph/core/BUILD
./tensorflow/python/autograph/converters/BUILD
./tensorflow/python/autograph/BUILD
./tensorflow/python/autograph/utils/BUILD
./tensorflow/python/autograph/operators/BUILD
./tensorflow/python/autograph/impl/BUILD
./tensorflow/python/autograph/lang/BUILD
./tensorflow/python/distribute/cluster_resolver/BUILD
./tensorflow/python/distribute/experimental/BUILD
./tensorflow/python/distribute/BUILD
./tensorflow/python/tools/BUILD
./tensorflow/python/tools/api/generator/BUILD
./tensorflow/python/training/saving/BUILD
./tensorflow/python/training/tracking/BUILD
./tensorflow/python/profiler/internal/BUILD
./tensorflow/python/profiler/BUILD
./tensorflow/go/BUILD
./third_party/python_runtime/BUILD
./third_party/icu/BUILD
./third_party/jpeg/BUILD
./third_party/tensorrt/BUILD
./third_party/fft2d/BUILD
./third_party/toolchains/clang6/BUILD
./third_party/toolchains/remote/BUILD
./third_party/toolchains/BUILD
./third_party/toolchains/cpus/arm/BUILD
./third_party/toolchains/cpus/py/BUILD
./third_party/toolchains/cpus/py3/BUILD
./third_party/toolchains/preconfig/generate/BUILD
./third_party/toolchains/preconfig/ubuntu16.04/clang/BUILD
./third_party/toolchains/preconfig/ubuntu16.04/py3/BUILD
./third_party/toolchains/preconfig/ubuntu14.04/cuda10.0-cudnn7/cuda/BUILD
./third_party/toolchains/preconfig/ubuntu14.04/gcc-nvcc/BUILD
./third_party/toolchains/preconfig/ubuntu14.04/gcc-nvcc-cuda9.0/BUILD
./third_party/toolchains/preconfig/ubuntu14.04/gcc-nvcc-cuda10.0/BUILD
./third_party/toolchains/preconfig/ubuntu14.04/cuda9.0-cudnn7/cuda/BUILD
./third_party/toolchains/preconfig/ubuntu14.04/py3/BUILD
./third_party/toolchains/preconfig/ubuntu14.04/tensorrt5/BUILD
./third_party/toolchains/preconfig/ubuntu14.04/gcc7-nvcc-cuda10.0/BUILD
./third_party/toolchains/preconfig/win_1803/py36/BUILD
./third_party/toolchains/preconfig/win_1803/bazel_018/BUILD
./third_party/toolchains/preconfig/win_1803/BUILD
./third_party/nasm/BUILD
./third_party/ngraph/BUILD
./third_party/keras_applications_archive/BUILD
./third_party/flatbuffers/BUILD
./third_party/py/numpy/BUILD
./third_party/py/BUILD
./third_party/mpi/BUILD
./third_party/systemlibs/BUILD
./third_party/eigen3/BUILD
./third_party/boringssl/BUILD
./third_party/android/BUILD
./third_party/sycl/crosstool/BUILD
./third_party/sycl/sycl/BUILD
./third_party/sycl/BUILD
./third_party/examples/eager/spinn/BUILD
./third_party/hwloc/BUILD
./third_party/BUILD
./third_party/clang_toolchain/BUILD
./third_party/nccl/BUILD
./third_party/protobuf/BUILD
./third_party/highwayhash/BUILD
./third_party/mkl/BUILD
./third_party/git/BUILD
./third_party/llvm/BUILD
./third_party/grpc/BUILD
./third_party/pasta/BUILD
./third_party/ortools/BUILD
./third_party/aws/BUILD
./third_party/kafka/BUILD
./third_party/hadoop/BUILD
./third_party/mkl_dnn/BUILD
./third_party/mpi_collectives/BUILD
./third_party/kissfft/BUILD
./third_party/gpus/crosstool/BUILD
./third_party/gpus/BUILD
./third_party/gpus/cuda/BUILD
./third_party/gpus/rocm/BUILD
./BUILD
If just want to see the build target dependency graph, you can try to add --keep_going parameter to your bazel query command.
The error message is:
ERROR: tensorflow/tensorflow/lite/kernels/internal/BUILD:698:1: no such package '#androidndk//': The repository could not be resolved and referenced by '//tensorflow/lite/kernels/internal:cpu_check'
Have you ran the configure script and installed the Android NDK? If you have, is the ANDROID_NDK_HOME environment variable set to the path to the Android NDK?

using addRef with CRUD

I'm trying to learn how to use addRef.
I think I need a way to tell addRef which field should link with 'id' in Master?
To test, I have a 'master' table:
<?php
class Model_TestMaster extends Model_Table {
public $table='testmaster';
function init(){
parent::init();
$this->addField('Description');
$this->hasMany('testslave');
}
}
and a 'slave' table:
<?php
class Model_TestSlave extends Model_Table {
public $table='testslave';
function init(){
parent::init();
$this->addField('MastersID');
$this->addField('SubDescription');
}
}
and then I set up the 'page' like this:
<?php
class page_test extends Page {
function init(){
parent::init();
$page=$this;
$tabs = $this->add('Tabs');
$crud = $tabs->addTab('Master')->add('CRUD');
$crud->setModel('testmaster');
if (! $crud->isEditing()) {
// add subCRUD
$sub_crud = $crud->addRef('testslave', array(
'extra_fields' => array('MastersID','SubDescription')));
}
}
I think I need a way to tell addRef which field should link with 'id' in Master?
It displays Ok, but when I press the button to expand the slave I get:
Application Error: Child element not found
BaseException, code: 0
Additional information:
Raised by object: Object Model_TestSlave(51cf4a73__ter_testslave_model_testslave)
element: testmaster_id
:
Stack trace:
File Object Name Stack Trace
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\atk4\lib/BaseException.php :63 BaseException BaseException->collectBasicData(Null)
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\atk4\lib/AbstractObject.php :545 BaseException BaseException->__construct("Child element not found", Null)
/ : 51cf4a73__ter_testslave_model_testslave Model_TestSlave->exception("Child element not found")
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\atk4\lib\SQL/Model.php :107 Loggercall_user_func_array(Array(2), Array(1))
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\atk4\lib/AbstractObject.php :331 51cf4a73__ter_testslave_model_testslave Model_TestSlave->exception("Child element not found")
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\atk4\lib\SQL/Model.php :275 51cf4a73__ter_testslave_model_testslave Model_TestSlave->getElement("testmaster_id")
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\atk4\lib\SQL/Many.php :79 51cf4a73__ter_testslave_model_testslave Model_TestSlave->addCondition("testmaster_id", "0000000001")
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\atk4\lib\SQL/Model.php :248 51cf4a73__ter_testslave SQL_Many->ref(Null)
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\atk4\lib\View/CRUD.php :316 asol_Test_tabs_view_htmlelement_crud_model_testmaster Model_TestMaster->ref("testslave")
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\page/test.php :15 asol_Test_tabs_view_htmlelement_crud CRUD->addRef("testslave", Array(1))
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\atk4\lib/AbstractObject.php :306 asol_Test page_test->init()
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\atk4\lib/ApiFrontend.php :130 asol Admin->add("page_Test", "Test", "Content")
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\atk4\lib/ApiWeb.php :428 asol Admin->layout_Content()
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\atk4\lib/ApiFrontend.php :39 asol Admin->addLayout("Content")
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\atk4\lib/ApiWeb.php :275 asol Admin->initLayout()
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb/index.php :15 asol Admin->main()
Thank you,
Mark
Should be $this->hasMany('TestSlave'); not testslave. Otherwise there will be problems on Linux.
Don't use $this->addField('MastersID'); Instead use $this->hasOne('TestMaster');
Should be $crud->setModel('TestMaster'); not testmaster. Otherwise there will be problems on Linux.
Instead
$sub_crud = $crud->addRef('testslave', array(
'extra_fields' => array('MastersID','SubDescription')));
use
$sub_crud = $crud->addRef('TestSlave', array(
'extra_fields' => array('testmaster_id','SubDescription')));
Also you can use field "testmaster" in extra_fields. That'll be title field of TestMaster model.
Idea here is that when you put hasOne('ModelName') in your model, then 2 fields are created in model.
First one will have name "modelname_id" and will consist of ID of related model.
Second will have name "modelname" and will consist of title field of related model.

List all Defined MSBuild Variables - Equivalent to set

Is there a way to list all defined variables in an executing MSBuild project?
I'm trying to figure out exactly what paths and variables are set (to pass into WiX), and it's difficult to debug everything. Essentially, I would like something equivelent to running set at the command line. Example:
C:\Users\dsokol>set
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\dsokol\AppData\Roaming
asl.log=Destination=file
CLASSPATH=.;C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
...
Except that I would like it to list out all of the MSBuild variables (such as Target, OutDir?, and all the crap I've defined in the top of the XML file. Ideally:
$(OutDir)="C:\MyOutDir\bin"
$(ProductVersion)="6.1.0"
$(Platform)="Win32"
Does such a thing exist?
Have you tried running msbuild with with /v:diag command line option? This prints out all of the properties which includes the environment variables and the properties that have been set.
I bingoogled everywhere and couldn't find anything about existing code that does it, so I came with my own approach.
First - you build a project with msbuild using the preprocess/pp parameter to put all the linked projects to a single file.
C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" /verbosity:detailed /fl /p:Configuration=Debug /p:Platform=x86 MyApp.csproj /pp:flatproject.proj >detailedlog.txt
That already gives you a single project xml file with all properties that were set (perhaps except the environment variables or the ones passed with the /p parameter to msbuild or perhaps some others that might be set otherwise). For me that's over 800 properties. Now if you want to compile a list in alphabetical order - you could do that with a little bit of code - in my case C# and XAML:
<Window x:Class="WpfApplication4.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:WpfApplication4"
mc:Ignorable="d"
Title="MainWindow" Height="350" Width="525">
<Grid>
<TextBox
x:Name="tb"
VerticalAlignment="Stretch"
HorizontalScrollBarVisibility="Visible"
VerticalScrollBarVisibility="Visible"/>
</Grid>
</Window>
C# bit:
public partial class MainWindow : Window
{
Dictionary<string,string> properties = new Dictionary<string, string>();
public MainWindow()
{
InitializeComponent();
var xml = new XmlDocument();
xml.LoadXml(File.ReadAllText(#"c:\git\Photos\Photos\AppStubCS\AppStubCS.Windows\x.prop"));
PopulateProperties(xml);
SortAndOutput();
}
private void SortAndOutput()
{
var sb = new StringBuilder();
foreach (var kvp in properties.OrderBy(kvp => kvp.Key))
{
sb.AppendFormat("{0}: {1}\r\n", kvp.Key, kvp.Value);
}
this.tb.Text = sb.ToString();
}
private void PopulateProperties(XmlNode xml)
{
if (xml.Name == "PropertyGroup")
{
foreach (var childNode in xml.ChildNodes.OfType<XmlElement>())
{
var name = childNode.Name;
var val = childNode.InnerText;
if (properties.ContainsKey(name))
{
properties[name] = val;
}
else
{
properties.Add(name, val);
}
}
}
else
{
foreach (var childNode in xml.ChildNodes.OfType<XmlElement>())
{
PopulateProperties(childNode);
}
}
}
}
My list:
_AdjustedPlatform
_AppContainsManagedCodeForInjection
_AppContainsManagedCodeInItsClosure
_AppxBundlePlatformsForNamingIntermediate
_AppxManifestXmlFileName
_AppxMSBuildTaskAssembly
_AppxMSBuildToolsPath
_AppxPackageConfiguration
_AssemblyTimestampAfterCompile
_AssemblyTimestampBeforeCompile
_ContinueOnError
_ConvertedPlatform
_CoreRuntimeMSBuildTaskAssembly
_CoreRuntimePackageId
_CreateAppxBundleFilesDependsOn
_CreateAppxBundlePlatformSpecificArtifactsDependsOn
_CreateAppxPackageDependsOn
_CustomAppxManifestUsed
_DebugSymbolsProduced
_DeploymentApplicationDir
_DeploymentApplicationFolderName
_DeploymentApplicationManifestIdentity
_DeploymentApplicationUrl
_DeploymentBaseManifest
_DeploymentBuiltMinimumRequiredVersion
_DeploymentBuiltUpdateInterval
_DeploymentBuiltUpdateIntervalUnits
_DeploymentComponentsUrl
_DeploymentCopyApplicationManifest
_DeploymentDeployManifestIdentity
_DeploymentFileMappingExtension
_DeploymentManifestType
_DeploymentManifestVersion
_DeploymentPublishableProjectDefault
_DeploymentTargetApplicationManifestFileName
_DeploymentUrl
_DocumentationFileProduced
_EmbedFileResfilePath
_ExtractPlatforms
_FileNameToRemove
_FileToBuild
_FindDependencies
_FrameworkSdkNames
_GatekeeperCmd
_GatekeeperPlatformTarget
_GCTODIKeepDuplicates
_GCTODIKeepMetadata
_GenerateAppxManifestDependsOn
_GenerateAppxPackageBaseDependsOn
_GenerateAppxPackageDependsOn
_GenerateAppxPackageRecipeDependsOn
_GenerateAppxUploadPackageRecipeDependsOn
_GenerateBindingRedirectsIntermediateAppConfig
_GenerateProjectPriFileDependsOn
_GetChildProjectCopyToOutputDirectoryItems
_GetPackagePropertiesDependsOn
_IlcBuildType
_IlcExePath
_IlcExitCode
_IlcExternalReferencePath
_IlcFrameworkDependencies
_IlcInputPath
_IlcIntermediatePath
_IlcInvocationParameters
_IlcKeepIntermediates
_IlcMinBehavioralExitCode
_IlcParameters
_IlcResponseFile
_IlcRootPath
_IlcSharedAssemblyDefinitionFile
_IlcSharedAssemblyRootPath
_IlcSuppressPDBWarnings
_IlcVerbosity
_IntermediateWindowsMetadataPath
_InvalidConfigurationError
_InvalidConfigurationMessageText
_InvalidConfigurationWarning
_LayoutResfilesPath
_MultipleQualifiersPerDimensionFound
_MultipleQualifiersPerDimensionFoundPath
_NetCoreFrameworkInjectionNeeded
_NuGetRuntimeIdentifierPlatformTargetSuffix
_NuGetRuntimeIdentifierWithoutAot
_NuGetTargetFallbackMoniker
_OriginalConfiguration
_OriginalPlatform
_PackagingOutputsIncludesFramework
_PdbOutputRoot
_PlatformTargetForCoreRuntime
_PlatformTargetForIlcVersion
_PriConfigXmlPath
_PriResfilesPath
_ProjectArchitectureOutput
_ProjectArchitecturesFilePath
_ProjectDefaultTargets
_ProjectNPlatformSupported
_ProjectNProjectSupported
_ProjectNToolchainEnabled
_ProjectPriFileName
_ProjectPriFullPathOriginal
_ProjectSpecificProjectJsonFile
_QualifiersPath
_Rebuilding
_ResolveReferenceDependencies
_ResourcesResfilesPath
_ReverseMapProjectPriDirectory
_ReverseMapProjectPriFileName
_ReverseMapProjectPriUploadDirectory
_ReverseMapProjectPriUploadFileName
_SGenDllCreated
_SGenDllName
_SGenGenerateSerializationAssembliesConfig
_ShouldUnsetParentConfigurationAndPlatform
_SolutionConfigurationContentsToUse
_StoreManifestSchemaDir
_SupportEmbedFileResources
_SupportXbfAsEmbedFileResources
_TargetPlatform
_TargetPlatformIsWindowsPhone
_TargetPlatformMetadataPath
_TargetsCoreRuntime
_TargetToBuild
_TransformedAppxManifestXmlFile
_TransformedProjectPriFullPath
_WindowsMetadataOutputPath
_WindowsSDKSignToolPath
_WinMDDebugSymbolsOutputPath
_WinMDDocFileOutputPath
_WireUpCoreRuntimeExitCode
_WireUpCoreRuntimeMsg
_WireUpCoreRuntimeTaskExecuted
_XamlTemporaryAssemblyPath_
AddAppConfigToBuildOutputs
AddBuildInfoToAssembly
AddSyntheticProjectReferencesForSolutionDependencies
AfterBuildLinkTargets
AllOutputGroupsDependsOn
AllowedPlatformsForProjectN
AllowedReferenceAssemblyFileExtensions
AllowedReferenceRelatedFileExtensions
AllowLocalNetworkLoopback
AltPlatformTarget
AlwaysUseNumericalSuffixInItemNames
AppConfig
AppConfigForCompiler
AppDesignerFolder
AppLocalMetadataPath
AppxBundle
AppxBundleAutoResourcePackageQualifiers
AppxBundleDefaultValueUsed
AppxBundleDir
AppxBundleExtension
AppxBundleFolderSuffix
AppxBundleMainPackageFileMapGeneratedFilesListPath
AppxBundleMainPackageFileMapIntermediatePath
AppxBundleMainPackageFileMapIntermediatePrefix
AppxBundleMainPackageFileMapIntermediatePriPath
AppxBundleMainPackageFileMapPath
AppxBundleMainPackageFileMapPrefix
AppxBundleMainPackageFileMapSuffix
AppxBundleManifestVersion
AppxBundleOutput
AppxBundlePlatforms
AppxBundlePlatformsForNaming
AppxBundlePlatformSpecificArtifactsListPath
AppxBundlePlatformSpecificUploadArtifactsListPath
AppxBundlePriConfigXmlForMainPackageFileMapFileName
AppxBundlePriConfigXmlForSplittingFileName
AppxBundleProducingPlatform
AppxBundleResourcePacksProducingPlatform
AppxBundleSplitResourcesGeneratedFilesListPath
AppxBundleSplitResourcesPriPath
AppxBundleSplitResourcesPriPrefix
AppxBundleSplitResourcesQualifiersPath
AppxCopyLocalFilesOutputGroupIncludeXmlFiles
AppxDefaultHashAlgorithmId
AppxDefaultResourceQualifiers
AppxDefaultResourceQualifiers_UAP
AppxDefaultResourceQualifiers_Windows_80
AppxDefaultResourceQualifiers_Windows_81
AppxDefaultResourceQualifiers_Windows_82
AppxDefaultResourceQualifiers_Windows_Phone
AppxFilterOutUnusedLanguagesResourceFileMaps
AppxGeneratePackageRecipeEnabled
AppxGeneratePriEnabled
AppxGeneratePrisForPortableLibrariesEnabled
AppxGetPackagePropertiesEnabled
AppxHarvestWinmdRegistration
AppxHashAlgorithmId
AppxIntermediateExtension
AppxLayoutDir
AppxLayoutFolderName
AppxMainPackageOutput
AppxMSBuildTaskAssembly
AppxMSBuildToolsPath
AppxOSMaxVersionTested
AppxOSMaxVersionTestedReplaceManifestVersion
AppxOSMinVersion
AppxOSMinVersionReplaceManifestVersion
AppxPackage
AppxPackageAllowDebugFrameworkReferencesInManifest
AppxPackageArtifactsDir
AppxPackageDir
AppxPackageDirInProjectDir
AppxPackageDirName
AppxPackageDirWasSpecified
AppxPackageExtension
AppxPackageFileMap
AppxPackageIncludePrivateSymbols
AppxPackageIsForStore
AppxPackageName
AppxPackageNameNeutral
AppxPackageOutput
AppxPackagePipelineVersion
AppxPackageRecipe
AppxPackageSigningEnabled
AppxPackageTestDir
AppxPackageValidationEnabled
AppxPackagingArchitecture
AppxPackagingInfoFile
AppxPPPrefix
AppxPrependPriInitialPath
AppxPriConfigXmlDefaultSnippetPath
AppxPriConfigXmlPackagingSnippetPath
AppxPriInitialPath
AppxResourcePackOutputBase
AppxSkipUnchangedFiles
AppxStoreContainer
AppxStoreContainerExtension
AppxStrictManifestValidationEnabled
AppxSymbolPackageEnabled
AppxSymbolPackageExtension
AppxSymbolPackageOutput
AppxSymbolStrippedDir
AppxTestLayoutEnabled
AppxUploadBundleDir
AppxUploadBundleMainPackageFileMapGeneratedFilesListPath
AppxUploadBundleMainPackageFileMapIntermediatePath
AppxUploadBundleMainPackageFileMapIntermediatePriPath
AppxUploadBundleMainPackageFileMapPath
AppxUploadBundleOutput
AppxUploadBundlePriConfigXmlForMainPackageFileMapFileName
AppxUploadBundlePriConfigXmlForSplittingFileName
AppxUploadBundleSplitResourcesGeneratedFilesListPath
AppxUploadBundleSplitResourcesPriPath
AppxUploadBundleSplitResourcesQualifiersPath
AppxUploadLayoutDir
AppxUploadLayoutFolderName
AppxUploadMainPackageOutput
AppxUploadPackageArtifactsDir
AppxUploadPackageDir
AppxUploadPackageFileMap
AppxUploadPackageOutput
AppxUploadPackageRecipe
AppxUploadPackagingInfoFile
AppxUploadSymbolPackageOutput
AppxUploadSymbolStrippedDir
AppxUseHardlinksIfPossible
AppxUseResourceIndexerApi
AppxValidateAppxManifest
AppxValidateStoreManifest
AssemblyFile
AssemblyFoldersSuffix
AssemblyName
AssemblySearchPaths
AssignTargetPathsDependsOn
AutoIncrementPackageRevision
AutoUnifyAssemblyReferences
AvailablePlatforms
BaseIntermediateOutputPath
BaseNuGetRuntimeIdentifier
BeforeRunGatekeeperTargets
BuildAppxSideloadPackageForUap
BuildAppxUploadPackageForUap
BuildCompileAction
BuildDependsOn
BuildGenerateSourcesAction
BuildId
BuildInfoBinPath
BuildInfoConfigFileName
BuildInfoFileName
BuildInfoPath
BuildInfoResourceFileName
BuildInfoResourceLogicalName
BuildInfoTargets
BuildingInTeamBuild
BuildingProject
BuildInParallel
BuildLabel
BuildLinkAction
BuildProjectReferences
BuildTimestamp
BuiltProjectOutputGroupDependsOn
CAExcludePath
CanUseProjectN
CleanDependsOn
CleanFile
CleanPackageAction
CodeAnalysisApplyLogFileXsl
CodeAnalysisFailOnMissingRules
CodeAnalysisForceOutput
CodeAnalysisGenerateSuccessFile
CodeAnalysisIgnoreGeneratedCode
CodeAnalysisIgnoreInvalidTargets
CodeAnalysisIgnoreMissingIndirectReferences
CodeAnalysisInputAssembly
CodeAnalysisLogFile
CodeAnalysisModuleSuppressionsFile
CodeAnalysisOutputToConsole
CodeAnalysisOverrideRuleVisibilities
CodeAnalysisPath
CodeAnalysisQuiet
CodeAnalysisRuleDirectories
CodeAnalysisRuleSet
CodeAnalysisRuleSetDirectories
CodeAnalysisSaveMessagesToReport
CodeAnalysisSearchGlobalAssemblyCache
CodeAnalysisStaticAnalysisDirectory
CodeAnalysisSucceededFile
CodeAnalysisSummary
CodeAnalysisTargets
CodeAnalysisTimeout
CodeAnalysisTLogFile
CodeAnalysisTreatWarningsAsErrors
CodeAnalysisUpdateProject
CodeAnalysisUseTypeNameInSuppression
CodeAnalysisVerbose
CodeAnalysisVSSku
ComFilesOutputGroupDependsOn
CommonTargetsPath
CommonXamlResourcesDirectory
CompileDependsOn
CompileLicxFilesDependsOn
CompileTargetNameForTemporaryAssembly
ComputeIntermediateSatelliteAssembliesDependsOn
ComReferenceExecuteAsTool
ComReferenceNoClassMembers
Configuration
ConfigurationName
ConsiderPlatformAsProcessorArchitecture
ContentFilesProjectOutputGroupDependsOn
ContinueOnError
CopyBuildOutputToOutputDirectory
CopyLocalFilesOutputGroupDependsOn
CopyNuGetImplementations
CopyOutputSymbolsToOutputDirectory
CopyWinmdArtifactsOutputGroupDependsOn
CoreBuildDependsOn
CoreCleanDependsOn
CoreCompileDependsOn
CoreResGenDependsOn
CoreRuntimeSDKLocation
CoreRuntimeSDKName
CreateCustomManifestResourceNamesDependsOn
CreateHardLinksForCopyAdditionalFilesIfPossible
CreateHardLinksForCopyFilesToOutputDirectoryIfPossible
CreateHardLinksForCopyLocalIfPossible
CreateHardLinksForPublishFilesIfPossible
CreateManifestResourceNamesDependsOn
CreateSatelliteAssembliesDependsOn
CscToolPath
CSharpCoreTargetsPath
CSharpTargetsPath
CURRENTVSINSTALLDIR
CustomAfterMicrosoftCommonProps
CustomAfterMicrosoftCommonTargets
CustomAfterMicrosoftCSharpTargets
CustomBeforeMicrosoftCommonProps
CustomBeforeMicrosoftCommonTargets
CustomBeforeMicrosoftCSharpTargets
CustomVersionNumber_Build
CustomVersionNumber_Build2
CustomVersionNumber_FullVersion
CustomVersionNumber_Major
CustomVersionNumber_Minor
CustomVersionNumber_Revision
CVN_Len
DebugSymbols
DebugSymbolsProjectOutputGroupDependsOn
DebugType
DefaultLanguage
DefaultLanguageSourceExtension
DeferredValidationErrorsFileName
DefineCommonCapabilities
DefineCommonItemSchemas
DefineCommonReferenceSchemas
DefineConstants
DelaySign
DesignTimeAssemblySearchPaths
DesignTimeAutoUnify
DesignTimeFindDependencies
DesignTimeFindRelatedFiles
DesignTimeFindSatellites
DesignTimeFindSerializationAssemblies
DesignTimeIgnoreVersionForFrameworkReferences
DesignTimeIntermediateOutputPath
DesignTimeResolveAssemblyReferencesDependsOn
DesignTimeResolveAssemblyReferencesStateFile
DesignTimeSilentResolution
DevEnvDir
DisableXbfGeneration
DocumentationProjectOutputGroupDependsOn
DotNetNativeRuntimeSDKMoniker
DotNetNativeSharedAssemblySDKMoniker
DotNetNativeTargetConfiguration
DotNetNativeVCLibsDependencySDKMoniker
DTARUseReferencesFromProject
EmbeddedWin32Manifest
EnableAppLocalFXWorkaround
EnableDotNetNativeCompatibleProfile
EnableFavorites
EnableNDE
EnableSigningChecks
ErrorEndLocation
ErrorReport
ExpandSDKAllowedReferenceExtensions
ExpandSDKReferencesDependsOn
ExportWinMDFile
ExtensionsToDeleteOnClean
ExtPackagesRoot
FacadeWinmdPath
FaceNextSdkRoot
FaceSdk_Bin_Path
FaceSdk_Inc_Path
FaceSdkWrapperRoot
FakesBinPath
FakesCommandLineArguments
FakesCompilationProperties
FakesContinueOnError
FakesGenerateBeforeBuildDependsOn
FakesImported
FakesIntermediatePath
FakesMSBuildPath
FakesOutputPath
FakesResolveAssemblyReferencesStateFile
FakesTargets
FakesTasks
FakesToolsPath
FakesVerbosity
FallbackCulture
FileAlignment
FinalAppxManifestName
FinalAppxPackageRecipe
FinalAppxUploadManifestName
FinalAppxUploadPackageRecipe
FinalDefineConstants
FindInvalidProjectReferences
FindInvalidProjectReferencesDependsOn
Framework20Dir
Framework30Dir
Framework35Dir
Framework40Dir
FrameworkDir
FrameworkInjectionLockFile
FrameworkInjectionPackagesDirectory
FrameworkPathOverride
FrameworkRegistryBase
FrameworkSDKDir
FullReferenceAssemblyNames
GenerateAdditionalSources
GenerateAppxPackageOnBuild
GenerateBindingRedirectsOutputType
GenerateBuildInfoConfigFile
GenerateClickOnceManifests
GenerateCompiledExpressionsTempFilePathForEditing
GenerateCompiledExpressionsTempFilePathForTypeInfer
GenerateCompiledExpressionsTempFilePathForValidation
GenerateManifestsDependsOn
GenerateResourceMSBuildArchitecture
GenerateResourceMSBuildRuntime
GenerateTargetFrameworkAttribute
GetCopyToOutputDirectoryItemsDependsOn
GetFrameworkPathsDependsOn
GetPackagingOutputsDependsOn
GetTargetPathDependsOn
GetTargetPathWithTargetPlatformMonikerDependsOn
HasSharedItems
HighEntropyVA
IlcIntermediateRootPath
IlcOutputPath
IlcParameters
ILCPDBDir
IlcTargetPlatformSdkLibPath
ImplicitlyExpandTargetFramework
ImplicitlyExpandTargetFrameworkDependsOn
ImplicitlyExpandTargetPlatform
Import_RootNamespace
ImportXamlTargets
IncludeBuiltProjectOutputGroup
IncludeComFilesOutputGroup
IncludeContentFilesProjectOutputGroup
IncludeCopyLocalFilesOutputGroup
IncludeCopyWinmdArtifactsOutputGroup
IncludeCustomOutputGroupForPackaging
IncludeDebugSymbolsProjectOutputGroup
IncludeDocumentationProjectOutputGroup
IncludeFrameworkReferencesFromNuGet
IncludeGetResolvedSDKReferences
IncludePriFilesOutputGroup
IncludeProjectPriFile
IncludeSatelliteDllsProjectOutputGroup
IncludeSDKRedistOutputGroup
IncludeServerNameInBuildInfo
IncludeSGenFilesOutputGroup
IncludeSourceFilesProjectOutputGroup
InProcessMakePriExtensionPath
InsertReverseMap
IntermediateOutputPath
IntermediateUploadOutputPath
InternalBuildOutDir
InternalBuildOutputPath
InteropOutputPath
Language
LayoutDir
LCMSBuildArchitecture
LoadTimeSensitiveProperties
LoadTimeSensitiveTargets
LocalAssembly
LocalEspcPath
LumiaPlatform
MakeAppxExeFullPath
MakePriExeFullPath
MakePriExtensionPath
MakePriExtensionPath_x64
ManagedWinmdInprocImplementation
MarkupCompilePass1DependsOn
MarkupCompilePass2DependsOn
MaxTargetPath
MergedOutputCodeAnalysisFile
MergeInputCodeAnalysisFiles
MetadataNamespaceUri
MicrosoftCommonPropsHasBeenImported
MinimumVisualStudioVersion
MrmSupportLibraryArchitecture
MsAppxPackageTargets
MSBuildAllProjects
MSBuildExtensionsPath64Exists
MsTestToolsTargets
NativeCodeAnalysisTLogFile
NetfxCoreRuntimeSettingsTargets
NetfxCoreRuntimeTargets
NoCompilerStandardLib
NonExistentFile
NoStdLib
NoWarn
NoWin32Manifest
NuGetProps
NuGetRuntimeIdentifier
NuGetTargetFrameworkMonikerToInject
NuGetTargetMoniker
NuGetTargetMonikerToInject
NuGetTargets
OnlyReferenceAndBuildProjectsEnabledInSolutionConfiguration
OnXamlPreCompileErrorTarget
Optimize
OsVersion
OutDir
OutDirWasSpecified
OutOfProcessMakePriExtensionPath
OutputPath
OutputType
OverwriteReadOnlyFiles
PackageAction
PackageCertificateKeyFile
PackagingDirectoryWritesLogPath
PackagingFileWritesLogPath
PdbCopyExeFullPath
PdbFile
PdbOutputDir
Platform
PlatformName
PlatformSpecificBundleArtifactsListDir
PlatformSpecificBundleArtifactsListDirInProjectDir
PlatformSpecificBundleArtifactsListDirName
PlatformSpecificBundleArtifactsListDirWasSpecified
PlatformSpecificUploadBundleArtifactsListDir
PlatformSpecificUploadBundleArtifactsListDirInProjectDir
PlatformTarget
PlatformTargetAsMSBuildArchitecture
PlatformTargetAsMSBuildArchitectureExplicitlySet
PostBuildEventDependsOn
PreBuildEventDependsOn
Prefer32Bit
PreferredUILang
Prep_ComputeProcessXamlFilesDependsOn
PrepareForBuildDependsOn
PrepareForRunDependsOn
PrepareLayoutDependsOn
PrepareLibraryLayoutDependsOn
PrepareResourceNamesDependsOn
PrepareResourcesDependsOn
PrevWarningLevel
PriIndexName
ProcessorArchitecture
ProcessorArchitectureAsPlatform
ProduceAppxBundle
ProgFiles32
ProjectDesignTimeAssemblyResolutionSearchPaths
ProjectDir
ProjectExt
ProjectFileName
ProjectFlavor
ProjectGuid
ProjectLockFile
ProjectName
ProjectNProfileEnabled
ProjectNSettingsTargets
ProjectNTargets
ProjectPath
ProjectPriFileName
ProjectPriFullPath
ProjectPriIndexName
ProjectPriUploadFullPath
ProjectTypeGuids
PublishableProject
PublishBuildDependsOn
PublishDependsOn
PublishDir
PublishOnlyDependsOn
PublishPipelineCollectFilesCore
RebuildDependsOn
RebuildPackageAction
RedirectionTarget
RegisterAssemblyMSBuildArchitecture
RegisterAssemblyMSBuildRuntime
RemoveAssemblyFoldersIfNoTargetFramework
ReportingServicesTargets
ResGenDependsOn
ResGenExecuteAsTool
ResgenToolPath
ResolveAssemblyReferencesDependsOn
ResolveAssemblyReferencesSilent
ResolveAssemblyReferencesStateFile
ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch
ResolveComReferenceMSBuildArchitecture
ResolveComReferenceSilent
ResolveComReferenceToolPath
ResolveNuGetPackageAssetsDependsOn
ResolveNuGetPackages
ResolveReferencesDependsOn
ResolveSDKReferencesDependsOn
RootNamespace
RunCodeAnalysisDependsOn
RunCodeAnalysisInputs
RunCodeAnalysisOnThisProject
RunDependsOn
RunMergeNativeCodeAnalysisDependsOn
RunNativeCodeAnalysisInputs
SafeIntDir
SatelliteDllsProjectOutputGroupDependsOn
SDKExtensionDirectoryRoot
SDKIdentifier
SDKRedistOutputGroupDependsOn
SDKReferenceDirectoryRoot
SDKReferenceRegistryRoot
SDKReferenceWarnOnMissingMaxPlatformVersion
SDKRefVersionToUse
SDKVersion
SDKVersionToUse
SGenFilesOutputGroupDependsOn
SGenMSBuildArchitecture
SGenShouldGenerateSerializer
SGenUseKeep
SGenUseProxyTypes
SharedGUID
ShouldMarkCertainSDKReferencesAsRuntimeOnly
ShouldUnsetParentConfigurationAndPlatform
SignAppxPackageExeFullPath
SignToolPath
SkipCopyUnchangedFiles
SkipILCompilation
SkipIntermediatePriGenerationForResourceFiles
SkipMergingFrameworkResources
SolutionDir
SolutionDirNoTrailingBackspace
SolutionExt
SolutionFileName
SolutionName
SolutionPath
SourceFilesProjectOutputGroupDependsOn
StandardBuildPipeline
StoreManifestName
StripPrivateSymbols
SubsystemVersion
SupportWindows81SDKs
SupportWindowsPhone81SDKs
SuppressWarningsInPass1
SyncLibsForDotNetNativeSharedFrameworkPackage
SynthesizeLinkMetadata
TargetCulture
TargetDeployManifestFileName
TargetDir
TargetedFrameworkDir
TargetedSDKArchitecture
TargetedSDKConfiguration
TargetExt
TargetFileName
TargetFrameworkAsMSBuildRuntime
TargetFrameworkDirectory
TargetFrameworkIdentifier
TargetFrameworkMoniker
TargetFrameworkMonikerAssemblyAttributesFileClean
TargetFrameworkMonikerAssemblyAttributesPath
TargetFrameworkMonikerAssemblyAttributeText
TargetFrameworkProfile
TargetFrameworkVersion
TargetName
TargetPath
TargetPlatformDisplayName
TargetPlatformIdentifier
TargetPlatformIdentifierWindows81
TargetPlatformIdentifierWindowsPhone81
TargetPlatformMinVersion
TargetPlatformMoniker
TargetPlatformRegistryBase
TargetPlatformResourceVersion
TargetPlatformSdkMetadataLocation
TargetPlatformSdkPath
TargetPlatformSdkRootOverride
TargetPlatformVersion
TargetPlatformVersionWindows81
TargetPlatformVersionWindowsPhone81
TargetPlatformWinMDLocation
TargetRuntime
TargetsPC
TargetsPhone
TaskKeyToken
TaskVersion
TreatWarningsAsErrors
UapAppxPackageBuildModeCI
UapAppxPackageBuildModeSideloadOnly
UapAppxPackageBuildModeStoreUpload
UapBuildPipeline
UapDefaultAssetScale
UnmanagedRegistrationDependsOn
UnmanagedUnregistrationDependsOn
UnregisterAssemblyMSBuildArchitecture
UnregisterAssemblyMSBuildRuntime
UseCommonOutputDirectory
UseDotNetNativeSharedAssemblyFrameworkPackage
UseDotNetNativeToolchain
UseHostCompilerIfAvailable
UseIncrementalAppxRegistration
UseNetNativeCustomFramework
UseOSWinMdReferences
UseRTMSdk
UseSharedCompilation
UseSourcePath
UseSubFolderForOutputDirDuringMultiPlatformBuild
UseTargetPlatformAsNuGetTargetMoniker
UseVSHostingProcess
Utf8Output
ValidatePresenceOfAppxManifestItemsDependsOn
VCInstallDir
VCLibs14SDKName
VCLibsTargetConfiguration
VersionIntDir
VisualStudioVersion
WarningLevel
WebReference_EnableLegacyEventingModel
WebReference_EnableProperties
WebReference_EnableSQLTypes
Win32Manifest
Windows8SDKInstallationFolder
WindowsAppContainer
WindowsSdkPath
WinMDExpOutputPdb
WinMDExpOutputWindowsMetadataFilename
WinMdExpToolPath
WinMdExpUTF8Ouput
WinMDOutputDocumentationFile
WireUpCoreRuntimeGates
WireUpCoreRuntimeOutputPath
WMSJSProject
WMSJSProjectDirectory
WorkflowBuildExtensionAssemblyName
WorkflowBuildExtensionKeyToken
WorkflowBuildExtensionVersion
XamlBuildTaskAssemblyName
XamlBuildTaskLocation
XamlBuildTaskPath
XAMLCompilerVersion
XAMLFingerprint
XAMLFingerprintIgnorePaths
XamlGenCodeFileNames
XamlGeneratedOutputPath
XamlGenMarkupFileNames
XamlPackagingRootFolder
XamlPass2FlagFile
XamlRequiresCompilationPass2
XamlRootsLog
XamlSavedStateFileName
XamlSavedStateFilePath
XamlTemporaryAssemblyName
XsdCodeGenCollectionTypes
XsdCodeGenEnableDataBinding
XsdCodeGenGenerateDataTypesOnly
XsdCodeGenGenerateInternalTypes
XsdCodeGenGenerateSerializableTypes
XsdCodeGenImportXmlTypes
XsdCodeGenNamespaceMappings
XsdCodeGenPreCondition
XsdCodeGenReuseTypesFlag
XsdCodeGenReuseTypesMode
XsdCodeGenSerializerMode
XsdCodeGenSupportFx35DataTypes
YieldDuringToolExecution
For some reason, /v:diagnostic did not dump the environment variables for me.
I tried some stuff, and then the sort-of obvious simple thing worked. Try:
<Exec Command='set' />
You might want to try Debugging MSBuild script with VisualStudio. I haven't tried it, but it seems like it could allow you to step through a script and also list variables.
I know this question is a little old and I'm not sure if there's actually a way to enumerate all defined property names in MSBuild parlance (I'm not aware of one), but I would recommend using the /bl (/binlog[:filename]) switch and loading the resulting binary log in the MSBuild Binary and Structured Log Viewer which will not only tell you every property defined and its value, but also show what the values were as each target or task is called throughout the build. This tool has been incredibly useful for learning the inner workings and finding appropriate extension points when customizing MSBuild and can even take you to the line of MSBuild xml that was being executed when you double click on events in the log. There's also a Visual Studio extension mentioned on the site linked that can be used to troubleshoot design time builds (when VS calls MSBuild for things like XAML previews, etc.)

ClearCase : list the content of a directory (ls) using CAL

In ClearCase, you can list the content of a directory using "cleartool ls".
My question is how can I do the same thing using CAL (ClearCase Automation Layer). The reason I prefer the COM API is because I won't have to parse the output of "ls".
So far, I am able to get the VOB and the View successfully, but I didn't find any method for listing the content.
My code so far:
IClearCase cc = new ApplicationClass();
CCVOB vob = cc.get_VOB("\\VOB-name");
CCView view = cc.get_View("ViewTag");
Thank you for your help.
I wrote VonC's answer in C# for those interrested.
string[] files = Directory.GetFiles("View path here", "*.*", SearchOption.AllDirectories);
foreach (string file in files)
{
try
{
CCVersion ver = cc.get_Version(file);
Console.WriteLine(ver.Path);
}
catch(Exception) {/*the file is not versioned*/}
}
May be this is a good start:
Set CC = Wscript.CreateObject("ClearCase.Application")
Set DirVer = CC.Version(".")
Set FSO = CreateObject("Scripting.FileSystemObject")
Set Folder = FSO.GetFolder(DirVer.Path)
Wscript.Echo "Files under source control: "
For Each File in Folder.Files
On Error Resume Next
Set Ver = CC.Version(File.Name)
If Err.Number = 0 Then
Wscript.Echo Ver.ExtendedPath
End If
Next
The idea being to use ICCVersion methods to try accessing the version of a file. If it does not return an error, it is indeed a versioned file.
Now I know the file is versioned, how can I remove it (rmname).
Do not use RemoveVersion():
Removes irretrievably the version (equivalent to cleartool rmver)
WARNING! This is a potentially destructive operation. Because CAL does not prompt the user for input under any circumstances, there is no confirmation step when RemoveVersion is invoked. Invoking RemoveVersion is equivalent to running cleartool rmver with the -force option.
Instead use the RemoveName from the ICCElement interface.