build server gtk dependency? (and errors...)
is there a way to install build system with no X installed (i.e. from plain old console ) ?
currently I am seeing following errors:
currently I am seeing following errors:
(.:23641): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(.:23641): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(.:23641): Gtk-CRITICAL **: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(.:23641): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
(.:23641): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
(.:23641): Gdk-CRITICAL **: gdk_screen_get_display: assertion `GDK_IS_SCREEN (screen)' failed
(.:23641): Gdk-CRITICAL **: gdk_display_get_pointer: assertion `GDK_IS_DISPLAY (display)' failed
(.:23641): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
...
4 answers
ok that workaround works but I don't know what is it doing.
Is there any piece of documentation on setting up build system?
is it meant to be run within jazz server as a component
or as a standalone daemon ?
how do I configure it and how do I configure jazz server to be aware
of build server ?
I'd RTFM if there was any :) I'll be happy to get links to documentation,
please.
Is there any piece of documentation on setting up build system?
is it meant to be run within jazz server as a component
or as a standalone daemon ?
how do I configure it and how do I configure jazz server to be aware
of build server ?
I'd RTFM if there was any :) I'll be happy to get links to documentation,
please.
There are two documents that should help you get started and answer some of
your questions:
https://jazz.net/learn/LearnItem.jsp?href=content/docs/build-setup/index.html
https://jazz.net/learn/LearnItem.jsp?href=content/docs/client-tour/using-build.html
There are several getting started docs about all parts of jazz here:
https://jazz.net/learn/LearnItem.jsp?href=getting-started.html
To answer your question about the jazz server... Some build configuration
and result data is stored in the jazz server repository. Whichever build
engine you choose (jazz build engine, build forge, cruisecontrol, etc) is
its own process and should run on a separate build machine. The build engine
acts as a client of the jazz server and communicates build status and
results. For experimenting/getting started, you can run the build engine on
the same machine as the jazz server, but it is not recommended for real use.
---
Ryan Manwiller
Jazz Team Build
your questions:
https://jazz.net/learn/LearnItem.jsp?href=content/docs/build-setup/index.html
https://jazz.net/learn/LearnItem.jsp?href=content/docs/client-tour/using-build.html
There are several getting started docs about all parts of jazz here:
https://jazz.net/learn/LearnItem.jsp?href=getting-started.html
To answer your question about the jazz server... Some build configuration
and result data is stored in the jazz server repository. Whichever build
engine you choose (jazz build engine, build forge, cruisecontrol, etc) is
its own process and should run on a separate build machine. The build engine
acts as a client of the jazz server and communicates build status and
results. For experimenting/getting started, you can run the build engine on
the same machine as the jazz server, but it is not recommended for real use.
---
Ryan Manwiller
Jazz Team Build