Archive
Linux and the Active Directory
(update: may 29., as a result of feedback)
As a Linux fan, I’m in minority in a company I work. Or at least if we look at the fact that there are about 140 Windows workstations, and just about 3 Linux workstations. – This is a result of company policy and the lack of time and knowledge at support level. This might change, but it would need really lot of time.
For those windows workstations, there are of course an NT domain defined, which is controlled with Active Directory (AD). As the member of the team I need to access shares of co-workers and the central file server. Read more…
Weird Eclipse behaviour
I use Eclipse as my primary IDE under Ubuntu Linux (now Hardy). IMHO it’s a great combination. Stable, fast, clean. But from time to time, as Eclipse evolves, and there are more and more plugins I use, I ran into strange erratic behaviour of Eclipse. First there were the nasty problem with PermGenSpece, and now this…
Bibble 5 screen shots
Oh, oh, I’m getting soooo excited! Bibble 5 from BibbleLabs is comming soon… – well… not that soon…
There is a sneak peak page at BibbleLabs with screen shots!
It looks like the user interface will get much better, – it looks really similar to LightZone – and if you take closer view… we might even get versions?!
The other thing you can notice on the second screenshot is layers, select tool…
One plus screen shot in the forum…
I just can’t wait to put my hands on it.
Go Bibble, goooo!
Maven 2.0.9 dependency import and Continuum 1.1
We use Maven2 for developing our huge application, (and few smaller). We have almost 200 projects which depends on each other somehow. That’s why I really like Maven2. It was a nightmare to handle all those dependencies by hand, – as we did it before moving to Maven. Of course there are other great things about Maven, like reports, site and of course the release management. – OK, there is still an annoying bug with release plugin, ranges and snapshots, but we can live with it.
With the release of 2.0.9, we got a new powerful feature for handling dependency versions. The so called “Importing Dependencies” noted in release notes and described in the documentation and in wiki.