Re: [Dvbcentral-interest] Installation - NetBeans version
Status: Beta
Brought to you by:
jtulach
From: Jaroslav T. <Jar...@Su...> - 2009-01-02 17:34:49
|
I've just did: ~/src/dvbcentral/sources$ unset DISPLAY; ant run and the system started. Then I started to control it from second terminal: $ netbeans --userdir ~/src/dvbcentral/sources/build/testuserdir/ --help Additional Module(s) Option(s): --streamfile <arg> Prints a URL that can be used to connect to given file over a network --httpserver <arg> -p, --port <arg> Everything seems to work. Dne Tuesday 30 December 2008 21:22:45 Fabian Ritzmann napsal(a): > On 12/30/08, Jaroslav Tulach <Jar...@su...> wrote: > > Dne Friday 26 December 2008 15:43:24 Fabian Ritzmann napsal(a): > > > > Did you: > > - checkout from CVS > > - cd sources > > - ant > > - ant run > > Yep. When I do "ant run" it asks me whether to ignore the warnings and > disable the plugins that failed. The next time it'll come up without > those warnings (and without those plugins naturally). Which version of > NetBeans are you using exactly? I've tried 5.5 and 6.5 so far. You do not need any netbeans to build the code. Do it all from command line. The script download (checks out from CVS) necessary NetBeans bits. Using before first build is finished NetBeans is more contra-productive than useful. > BTW, while I'm trying out things I'd prefer to run in a non-X11 > terminal. Is there an option to run in text only mode? When I do "ant > run" it'll bail out telling me that it cannot find an X11 display. I > guess I could work around that with Xvfb but then I would miss the > output. As you can see, the my example runs without DISPLAY being set. You must be doing something wrong. Send me output of "find dvbcentral/sources" otherwise I am afraid I cannot help. -jst |