[00:01:44] *** soee has quit IRC [00:21:17] *** Squeezer has quit IRC [00:27:44] *** tuxtor has quit IRC [00:33:51] *** mcahornsirup has quit IRC [00:37:45] <MarKsaitis> It is either that I am stupid or there is a bug in this netbeans, watch it: [00:37:49] <MarKsaitis> g++-3.exe -o dist/Debug/Cygwin-Windows/welcome_1 build/Debug/Cygwin-Windows/welcome.o [00:37:49] <MarKsaitis> collect2: fork: Resource temporarily unavailable [00:38:42] <MarKsaitis> If I move welcome.o to the place where compiler is and compile it manually from cmd with g++-3.exe -o welcome.exe welcome.o, then it WORKS [00:38:51] <MarKsaitis> but it doesnt work in netbeans [00:38:54] <MarKsaitis> the very first example [00:39:02] <MarKsaitis> BUGGGGGGGGGGGGGGGG [00:40:40] *** ExtraSpice has quit IRC [00:50:56] <MarKsaitis> a bug [00:51:06] <MarKsaitis> what do I need to say to get attention here? [00:51:09] <MarKsaitis> a FUCK [00:51:16] <MarKsaitis> do you read me captain [00:53:32] *** MarKsaitis has quit IRC [00:56:23] *** eross has joined #netbeans [00:58:31] *** eross has left #netbeans [01:03:26] *** haba713 has quit IRC [01:10:46] *** b441 has quit IRC [01:29:12] *** Cybertinus has quit IRC [01:29:47] *** CaoYoussef has quit IRC [02:33:31] *** echelog has joined #netbeans [02:39:27] *** hikeonpast has quit IRC [02:54:23] *** Dosshell has quit IRC [03:35:23] *** tuxtor has joined #netbeans [03:35:23] *** tuxtor has joined #netbeans [03:46:14] *** Deeewayne has quit IRC [03:47:46] *** jjj-food is now known as jjj [04:53:10] <corra> Hey @jjj [04:54:34] <jjj> Hey corra. I will be back in 5 minutes, need to take dog out before it rains. [04:55:09] <corra> Cool. I know that one [04:55:17] <corra> Italian Greyhound here [05:04:32] <jjj> Aw. Maltese Chihuahua here :) [05:04:40] <jjj> Made it just in time. [05:04:41] <jjj> What's up? [05:05:51] <corra> I was wondering if you could tell me the properties (names) in a project with a remote ... I'm trying to rule out having a parse error or missing propertie [05:06:38] <corra> In the navigator next te projects is (in mine) Files and under the nbproject it's got config stuff .. lists of set properties etc [05:07:06] <corra> I'm not hanging anymore .. YAY .. but it's not pulling in the full config I don't think :-/ [05:07:47] <jjj> Hm. [05:08:04] <jjj> I got into the habit of putting the Netbeans meta-data into another separate folder. [05:08:11] <jjj> If that's what you mean. [05:08:16] <jjj> So I have a folder "Sites" [05:08:25] <jjj> In that folder I made "project data" [05:08:25] <corra> Yeah sounds right [05:08:29] <corra> Ok [05:08:48] <jjj> When Netbeans asks if you want to put the project data in another folder, pick yes and stash it there. [05:09:11] <jjj> That should alleviate some woe, with your Netbeans project data getting intermingled with your actual project. [05:09:22] <corra> Sure, I'm just trying to make sure I have all the right properties ... [05:09:26] <corra> mmm fair enough [05:09:29] <corra> Hang on [05:09:56] <jjj> Since the sources are remote, you also have nothing to lose if you need to recreate the project a few times to figure out your process. [05:10:10] <jjj> It took me a few tries to find a flow that worked for me. [05:11:08] <jjj> Your remote files, are they just flat files on a server somewhere, or is there a full SVN repo that you can leverage instead? [05:11:56] <corra> it's in a repository but I'd like to devolop off on the remote w/o having to commit to test all the time [05:12:16] <corra> I mean, I could pull the repository locally but php is hideously slow on win7 [05:13:10] <jjj> Hm really? How are you running php locally? Are you using WAMP, or IIS7? [05:13:22] <corra> Apache [05:13:49] <jjj> So you loaded and configured Apache, MySQL, and PHP all on your own? [05:13:57] <corra> Yeah [05:14:01] <jjj> Neat. [05:14:11] <corra> hehe loads of fun hehe [05:14:15] <jjj> In my experiencing developing php on Windows, IIS7 is much faster. [05:14:25] *** DrLou has quit IRC [05:14:27] <jjj> It runs PHP as a fast-cgi process, so local php loads are almost instantaneous. [05:14:38] <jjj> Also has support for mod_rewrite now. [05:14:39] <corra> hmm fair enough but my hosted servers are linux based [05:14:55] <jjj> If you're writing clean code, it shouldn't matter. :D [05:15:08] <corra> lol touche [05:15:16] <jjj> Are you writing everything from scratch, or using a CMS of some kind? [05:15:24] <jjj> Drupal, WordPress, etc... [05:15:39] <corra> I'm trying out Symfony2 for a (relatively) small project [05:16:16] <jjj> Neat. I've only played with it very briefly. [05:16:28] <corra> S2 is much different from S1 too [05:16:47] <jjj> Not familiar with how nicely it works on IIS7, so maybe not a good time to switch :) [05:18:01] <corra> Yeah, and I also develop from both home and when I'm out and about so it would be nice to be working on/from the server ... I've got this great `screen` session with many split-terminal Vim sessions but... hehe [05:18:35] <jjj> Yeah. Working with Netbeans in that way, is a little challenging. Because you're never working with real, live remote sources. [05:18:40] <jjj> It's always keeping a local in sync. [05:19:04] <corra> Yeah but it'll copy up w/o having to commit to the repository [05:19:38] <jjj> But, if the entire site is versioned inside its own SVN repo, you can actually run your local as an SVN checkout, and then SFTP upload your local file ontop of the remote SVN checkout file, which will still have both in sync. [05:19:56] <jjj> Then, you can svn revert them separately, or commit and svn up as needed to deploy, etc... [05:20:48] <jjj> Between multiple machines, then you can also SVN update either inside of, our outside of Netbeans, and not have to worry about anything not matching the repo. Let SVN handle it. [05:21:23] <jjj> If you wanted to be really clever, and the project doesn't contain too much sensitive info, you could also host the entire site in a dropbox folder, and sync it between machines that way. [05:21:35] <corra> ew [05:21:52] <jjj> I know it sounds gross, but I've done it in the past and it works pretty well. [05:22:18] <jjj> Just so long as it's for local dev, and doesn't contain any sensitive DB config stuff. [05:22:54] <jjj> I have a Mac Air and a Mac Mini I use for dev, one for home, one for travel. So it's nice to keep local dev synced between machines without needing to commit anything anywhere. [05:23:19] <jjj> For any live site, that doesn't work. [05:23:28] <corra> Therein is the problem [05:24:10] <corra> I suppose I could run branches [05:25:11] <corra> Topping it off is that Symfony2 went with Git and I'm not real familiar with Git ... with S1 it was trivial to add a svn:external [05:25:42] <jjj> Right [05:25:54] <jjj> I am sadly, living in an SVN world. [05:26:05] <corra> I'm still wrapping myself around Git [05:26:13] <corra> It's just enough different [05:26:43] <corra> I could X11 forward over SSH lol [05:27:58] <jjj> Our projects have been hosted using SVN for almost 8 years now, so we're pretty committed - to puns too apparently. [05:28:07] <corra> ahh fond memories of X forwarding browsers because the local box couldn't really handle running browsers [05:29:18] <corra> Nothing at all wrong with SVN imo [05:31:41] *** aef has quit IRC [05:32:14] <jjj> I agree. Git handles branching and merging more gracefully in my experience, but SVN seems to work more the way that my brain works right now. Maybe if I spent more time with Git, I'd feel differently. [05:34:19] <corra> Thta's about where I am right now [05:34:45] <corra> I can see the power of Git but I got so used to CVS/SVN models ... [05:35:26] *** aef has joined #netbeans [05:55:08] *** ExtraSpice has joined #netbeans [06:32:48] *** psychollek has quit IRC [06:34:39] *** psychollek has joined #netbeans [06:47:28] *** haba713 has joined #netbeans [06:47:29] *** haba713 has joined #netbeans [06:57:50] *** tuxtor has quit IRC [07:07:44] *** mcahornsirup has joined #netbeans [07:24:14] *** CaoYoussef has joined #netbeans [07:58:17] *** ahhughes has joined #netbeans [07:58:27] <ahhughes> is it possible to profile a unit test? [07:59:47] <ahhughes> when I go to provile it just says "attach main class" I don't have a main class... I have junit. [08:05:27] <ahhughes> ahhh profile file! goodo [08:09:19] *** Haloperidol has joined #netbeans [08:14:30] *** [SW]Dodge`oFF has quit IRC [08:15:15] *** jjj is now known as jjj-zzz [08:21:29] *** Haloperidol has quit IRC [08:25:00] *** Cybertinus has joined #netbeans [08:31:45] *** [SW]Dodge`oFF has joined #netbeans [08:32:10] *** CaoYoussef has quit IRC [08:34:49] *** Ivru has joined #netbeans [08:34:54] <Ivru> Hi there. [08:35:28] <Ivru> Developing a php website with netbeans, it seems that the autocompletion works only for the class methods, not the superclass ones [08:35:37] <Ivru> Any idea why or how to fix this ? [08:57:48] *** interrobg has joined #netbeans [09:01:04] *** ahhughes has quit IRC [09:24:09] *** mcahornsirup has quit IRC [09:27:04] *** corra has quit IRC [10:11:58] *** gigasoft has joined #netbeans [10:18:42] <Douilspee> Ivru: u means parent ? [10:18:57] <Ivru> Yes. The upper classes [10:21:49] *** ddilinger has quit IRC [10:24:19] *** Ivru has quit IRC [10:58:55] *** coconutz has quit IRC [10:59:16] *** coconutz has joined #netbeans [11:08:57] *** ddilinger has joined #netbeans [11:11:55] *** gigasoft has quit IRC [12:06:26] *** coconutz has quit IRC [12:37:11] *** Scorpion1 has joined #netbeans [13:16:43] *** apassi has quit IRC [13:18:38] *** apassi has joined #netbeans [13:21:51] *** interrobg has quit IRC [13:23:12] *** cih997 has joined #netbeans [13:24:27] <cih997> hi anyone knows why so many plugins is not avail in 6.9, 7.0 or dev netbeans version? i.e. XML Tools (found after week of searching on some forum), uml (not found yet). [13:24:55] *** apassi has quit IRC [13:26:57] *** apassi has joined #netbeans [13:55:21] *** DrLou has joined #netbeans [13:55:43] *** cih997 has left #netbeans [14:59:52] *** Deeewayne has joined #netbeans [15:20:42] *** ddilinger has left #netbeans [15:38:27] *** jjj-zzz is now known as jjj [15:56:30] *** Scorpion1 has quit IRC [16:19:24] *** hikeonpast_ has joined #netbeans [17:11:22] *** soee has joined #netbeans [17:17:36] *** corra has joined #netbeans [17:22:13] *** Tonux has joined #netbeans [17:24:26] *** Haloperidol has joined #netbeans [17:33:07] *** jjj is now known as jjj-geek-lunch [17:35:27] *** thomasweller has joined #netbeans [17:54:52] *** corra has left #netbeans [18:13:42] *** heinz has joined #netbeans [18:17:34] *** Tashtego has joined #netbeans [18:20:55] *** BoomSie has joined #netbeans [18:21:56] *** BoomSie has quit IRC [18:38:56] *** ExtraSpice has quit IRC [18:52:32] *** ExtraSpice has joined #netbeans [19:16:18] *** gertidon has quit IRC [19:25:30] *** hikeonpast_ has quit IRC [19:57:44] *** jjj-geek-lunch is now known as jjj [20:40:12] *** dv310p3r has joined #netbeans [20:42:51] *** tona has joined #netbeans [20:43:44] <tona> hello guys i want to user jasper ireport with netbeans 7 but i havent found any information related with it,any suggestion will be appreciated [20:47:59] <tona> is there one someone here ? [21:13:53] *** hikeonpast_ has joined #netbeans [21:16:16] *** Tashtego2 has joined #netbeans [21:19:03] *** Tashtego has quit IRC [21:49:31] *** mcahornsirup has joined #netbeans [22:50:58] *** CaoYoussef has joined #netbeans [22:58:48] *** heinz has quit IRC [23:01:50] *** thomasweller has quit IRC [23:05:52] *** mcahornsirup has quit IRC [23:10:38] *** Tonux has quit IRC [23:38:53] *** Tashtego2 has quit IRC [23:39:02] *** jjj is now known as jjj-brb [23:48:46] *** jjj-brb is now known as jjj [23:56:48] *** tona has quit IRC