<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6005885087678136998</id><updated>2012-02-07T12:30:38.889-08:00</updated><category term='ShellEd'/><category term='Personal'/><category term='Red Hat'/><category term='TextEditor'/><category term='Fedora'/><category term='JRuby'/><category term='CMake'/><category term='Ruby'/><category term='Maven'/><category term='Cross-distro'/><category term='Linux'/><category term='Rails'/><category term='Eclipse'/><category term='Cmakeed'/><category term='Rpmstubby'/><category term='ChangeLog'/><category term='Java'/><category term='RPM'/><category term='Rpm editor'/><category term='DLTK'/><category term='Linuxtools'/><category term='Mandriva'/><title type='text'>Random things will appear</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>45</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-1443193895804310921</id><published>2011-12-22T04:08:00.000-08:00</published><updated>2011-12-22T04:14:46.392-08:00</updated><title type='text'>Thoughts on the Tomcat's build system discussion</title><content type='html'>There is a huge thread about "Moving Tomcat to Maven" and in this post there will be thoughts from Linux packager POV (with Fedora specifics).&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: large;"&gt;&lt;i&gt;The Big Question - " To Ant or To Maven"&amp;nbsp; ?&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;It really doesn't matter from a Linux distribution POV. We build everything from source and the simple truth is that none of them is usable for us without the other. Maven dependencies are built with Ant and Ant dependencies are built with Maven. So we have both and support both.&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;i&gt;&lt;span style="font-size: large;"&gt;What will be the benefits for us?&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;i&gt;&lt;span style="font-size: large;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;Maven support is getting better and better with every release and a lot more simplifications are in the work. All of these thanks to standardizations brought by Maven, to name a few there is work to automate rpm dependencies based on the Maven metadata, automation of packaging work and etc. Another possible simplification can be if mavenization is made in such a way that the implemented specifications (servlet, jsp, el ) can be build without the rest of Tomcat in a simple and obvious way. Currently in Fedora land we use Tomcat's implementation everywhere and the fact we have to build the whole Tomcat creates a number of unneeded build cycles.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: large;"&gt;&lt;i&gt;What will we lose?&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;Usage of Maven will create additional build cycles because of the specifications jars and theirs excessive usage in Maven and friends. This will make packagers life even harder. If switch to Maven happens please consider the specification jars separation.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: large;"&gt;&lt;i&gt;OSGification?&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;Making Tomcat's jars proper OSGi bundles is not something Geronimo specific.In the Eclipse land we use Tomcat artifacts too but they are always with added OSGi metadata. I really don't see how can this influence build system choice because we are really speaking about few tags in MANIFEST.MF. It's so easy to write them manually or if you want to automate the task there are both tools for Maven(&lt;a href="http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html"&gt;maven-bundle-plugin&lt;/a&gt;) and Ant(&lt;a href="https://opensource.luminis.net/wiki/display/SITE/OSGi+Bundle+Ant+Task"&gt;osgi-bundle-ant-task&lt;/a&gt;). It would be really helpful in Tomcat devs maintain this part.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: large;"&gt;&lt;i&gt;Other build systems?&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;Someone mentioned gradle as possible alternative or even as the best of both worlds. I guess it depends on the POV but in mine it's the worst of both worlds and there is a reason why it's not available in Fedora. Tomcat is critical enough piece of the Java infrastructure to stay on something common and proven and there isn't anything else but Ant and Maven that is widely spread.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: large;"&gt;&lt;span style="font-size: small;"&gt;P.S. If any Tomcat developer reads this one - feel free to ignore my thoughts but please post it to mailing list so other developers can consider it.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-1443193895804310921?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/1443193895804310921/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=1443193895804310921' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/1443193895804310921'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/1443193895804310921'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2011/12/thoughts-on-tomcats-build-system.html' title='Thoughts on the Tomcat&apos;s build system discussion'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-2965459949560726025</id><published>2011-12-22T01:11:00.000-08:00</published><updated>2011-12-22T01:11:38.239-08:00</updated><title type='text'>RIP Jakarta - you have done so much</title><content type='html'>&lt;div style="text-align: justify;"&gt;Jakarta project is&lt;a href="http://jakarta.apache.org/site/news/news-2011-q4.html#20111221.1"&gt; retired&lt;/a&gt;. We won't miss you as you still live in the form of Ant, Apache Commons, Lucene, Maven, Tomcat and numerous others.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;This project(and it's contributors) deserves a lot of respect as this was the front office of open source in the Java world. While there were numerous other project spending their time on pure opensourcing of Java in the corporate Java world it was Jakarta that enlightened people.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;There are so many Java developers for whom:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;ant is the first build system they have used&lt;/li&gt;&lt;li&gt;tomcat is the first web container they have deployed to&lt;/li&gt;&lt;li&gt;struts is the first web framework they have used after pure jsps&lt;/li&gt;&lt;li&gt;log4j is the first logging tool they have used&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;i&gt;I'm definitely one of these guys!&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;Hats off to Jakarta contributors - you have changed the Java world!&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-2965459949560726025?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/2965459949560726025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=2965459949560726025' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/2965459949560726025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/2965459949560726025'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2011/12/rip-jakarta-you-have-done-so-much.html' title='RIP Jakarta - you have done so much'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-8725695772514768157</id><published>2011-11-22T02:54:00.001-08:00</published><updated>2011-11-22T03:19:32.954-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><title type='text'>The 5th Pillar of Fedora</title><content type='html'>&lt;i&gt;Recent thread on fedora-devel provoked this blog post.&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Fedora's &lt;b&gt;"Freedom, Friends, Features, First"&lt;/b&gt; pillars seems to be missing the most important one &lt;b&gt;FUN&lt;/b&gt;. (Courtesy of&amp;nbsp;&lt;a href="http://blog.pingoured.fr/"&gt; Pierre-Yves aka pingou&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Hopefully noone would question that the most important thing for a volunteer based project is &lt;i&gt;"to be fun for the contributors"&lt;/i&gt;. And being fun for contributors means that no contributor can give orders nor to treat another contributor to remove his access or something like this.&amp;nbsp;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;This is the way down. Everyone should do whatever is fun for him and if it's not fun for him/her and doesn't consider something as important he/she is not obligated to do. If someone else consider it's important please stand up and do it and stop thinking that others are slaves having to obey orders.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: large;"&gt;&lt;i&gt;&lt;b&gt;Most people I know started working on FOSS because of the FUN part.&amp;nbsp;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;To speak personally I haven't started because I want to give someone something for free but because there are people we can share knowledge, work together and have fun doing it.&lt;/div&gt;&lt;br /&gt;Every effort to give people orders is ruining the 1st PILLAR of FOSS - FUN.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;i&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;Please everyone stop trying to do it!!!&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;/div&gt;&lt;i&gt;&lt;b&gt;&lt;span style="font-size: x-large;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-8725695772514768157?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/8725695772514768157/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=8725695772514768157' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/8725695772514768157'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/8725695772514768157'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2011/11/5th-pillar-of-fedora.html' title='The 5th Pillar of Fedora'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-117584927434846477</id><published>2011-11-15T02:57:00.001-08:00</published><updated>2011-11-15T03:04:29.670-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='ShellEd'/><title type='text'>ShellEd 2.0.1 is out</title><content type='html'>&lt;div style="text-align: justify;"&gt;I forgot to announce the Linux Tools 0.9 release. Please check the &lt;a href="http://www.eclipse.org/linuxtools/new/"&gt;New and Noteworthy&lt;/a&gt; for details. There a number of fixes and enhancements in the RPM related tools. As part of it we changed Manpage viewer plugin's bundle id and forced me to release new ShellEd.&lt;/div&gt;&lt;a href="https://sourceforge.net/apps/trac/shelled/milestone/2.0.1"&gt;Latest ShellEd&lt;/a&gt; is restoring compatibility with Manpage viewer and fixes an outline issue with DLTK 3.x. Also you can try the new &lt;a href="https://downloads.sourceforge.net/project/shelled/shelled/ShellEd%202.0.1/update"&gt;update site&lt;/a&gt;. &lt;br /&gt;&lt;b&gt;Note that this release will not work with Linux Tools releases prior to 0.9.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-117584927434846477?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/117584927434846477/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=117584927434846477' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/117584927434846477'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/117584927434846477'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2011/11/shelled-201-is-out.html' title='ShellEd 2.0.1 is out'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-3233003089304966696</id><published>2011-08-19T09:05:00.000-07:00</published><updated>2011-08-19T09:05:02.490-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='ShellEd'/><title type='text'>ShellEd 2.0.0 escaped yesterday!</title><content type='html'>After really long wait ShellEd got really tired waiting for me to release it and run out in the wild ! Now seriously - I pushed the tag by mistake while playing with maven-release-plugin and byte the bullet to finish the release after that&lt;br /&gt;Read the &lt;a href="https://sourceforge.net/apps/trac/shelled/milestone/2.0%20Final"&gt;release notes&lt;/a&gt;, go &lt;a href="https://sourceforge.net/projects/shelled/files/shelled/ShellEd%202.0.0/"&gt;download it&lt;/a&gt; and &lt;a href="https://sourceforge.net/apps/trac/shelled/wiki/Documentation/InstallGuide"&gt;install it&lt;/a&gt;. If we continue receiving bug-reports with detailed analysis and/or patches 2.0.1 will be out soon too.&lt;br /&gt;Fedora users expect &lt;a href="https://admin.fedoraproject.org/updates/eclipse-shelled-2.0.0-1.fc16"&gt;the update&lt;/a&gt; in Fedora 16, the brave ones already have it in rawhide.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-3233003089304966696?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/3233003089304966696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=3233003089304966696' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/3233003089304966696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/3233003089304966696'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2011/08/shelled-200-escaped-yesterday.html' title='ShellEd 2.0.0 escaped yesterday!'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-5704317361266960822</id><published>2011-05-27T09:28:00.000-07:00</published><updated>2011-05-27T09:29:07.192-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><title type='text'>The awesomeness of Eclipse Development Process (part 2)</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;a href="http://aniszczyk.org/"&gt;Chris&lt;/a&gt; has asked for "concrete example" showing the real story behind my previous post. My example will be Tycho IP review. (Note: I'm an outsider to the whole process but I'm dealing with a lot of Maven/Eclipse/Tycho issues in Fedora).&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Here is the &lt;a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=342809"&gt;bug with a lot of info&lt;/a&gt; in it. And now let's show the amount of changes that happened to Tycho codebase after this bug was open. I'm not sure that all of these changes are thanks to the project moving to Eclipse.org but I'm pretty sure that most of them are provoked by this and commit messages as &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/8049d5dbfc93f7c74d119f915d41900132b0ae0b"&gt;this one&lt;/a&gt; seems to prove me right.&lt;/div&gt;&lt;ol&gt;&lt;li style="text-align: justify;"&gt;Even the first few comments are showing that with the start of the review licensing has been fixed in a number of places. This might not look important to pure Java guys but issues like that are showstoppers if one wants to use this tool for something shipped with Fedora or Debian (the two distros with biggest influence on Linux developers). Examples &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/2295e12a89ee8f75d630e2aeb65f1b636c23950e"&gt;here&lt;/a&gt;, &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/73413eb047e4ea6cb188a1d574fa5ff31c2d2300"&gt;here&lt;/a&gt;, &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/259620dd135dc6f7005634e053a8dc8f4d5b354e"&gt;here&lt;/a&gt;, &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/cf03bca724a3f9af0cd592288796a990612d50a9"&gt;here&lt;/a&gt; and &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/3d5c984862c538a967042421901c1930b874567d"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;li style="text-align: justify;"&gt;No more checked binaries in the scm. Examples &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/73ef2da899ecb01b3384f100db1b0eccce9a503e"&gt;here&lt;/a&gt; and &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/c3cf2e2df5d6376bc4dee95731c434f3ef030aa4"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;li style="text-align: justify;"&gt;Cleanup dependency chain. The biggest sin of almost every java project! Examples &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/a2e95c2f7c6315ec26fa1c658500dc3e80113156"&gt;here&lt;/a&gt;, &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/56770add3aab569d7e50e8d61710ede541150c67"&gt;here&lt;/a&gt;, &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/c0922e83718a539d5d704333738f3ca05503d4d6"&gt;here&lt;/a&gt; and &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/ea81b30444018863fa546f2c801d6237811b7523"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Do not duplicate code/functionality. Examples &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/bed5809ab5dcae90ca924096891f2c964e810712"&gt;here&lt;/a&gt;, &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/0a74d2df9c4dfa071d845e1ef6c4210e86d54ffb"&gt;here&lt;/a&gt; and &lt;a href="https://github.com/sonatype/sonatype-tycho/commit/bc52a808e9618fede471e0ebd0f02d9c00b90e03"&gt;here&lt;/a&gt;.&lt;/li&gt;&lt;/ol&gt;&lt;div style="text-align: justify;"&gt;Some of the examples are falling in more than one group but they are mentioned in one place only, decide for yourself whether they apply for others too. Also note that these examples are taken only from git log so one may even think that this is just the top of the iceberg or that could have happened without Eclipse being involved at all. But there is evidence that at least few of them are thanks to it. &lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;P.S.&lt;/b&gt; Tycho devs - keep up the good work - you have really made a huge change in the Eclipse ecosystem and I really appreciate your efforts. You are just the most recent show case for this post. :)&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;P.S. 2&lt;/b&gt; If someone tries to say that these problems are only in certain projects I would ask him/her in advance to give us the URL of his project so others can point similar problems.&amp;nbsp;&lt;/div&gt;&lt;br /&gt;We all do these mistakes and that's where we need help of entities like the Eclipse Foundation.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;Let he who is without sin, cast the first stone&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-5704317361266960822?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/5704317361266960822/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=5704317361266960822' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/5704317361266960822'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/5704317361266960822'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2011/05/awesomeness-of-eclipse-development_27.html' title='The awesomeness of Eclipse Development Process (part 2)'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-8062010542974819643</id><published>2011-05-25T05:58:00.001-07:00</published><updated>2011-05-25T06:50:35.984-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><title type='text'>The awesomeness of Eclipse Development Process</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;The Hudson proposal to move to Eclipse started a big discussion about the Eclipse Development Process, IPLog/IP team and etc. A lot of people are complaining about the amount of work they have to do but having done few Eclipse Linux Tools releases I don't find this work that much, probably it hasn't costed me more than a day with non technical issues. &lt;br /&gt;Now I plan to explain why is to so awesome to follow this process and respect it (note that I'm a Linux distro guy so I'm heavy biased):&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;every single bit is properly licensed&lt;/b&gt; - One can not imagine how many times we(Fedora) have reported/asked upstreams to at least put some license to their work! And this is a blocker for inclusion in the distribution and we have spend a lot of time patching out such bits and dealing with the consequenses of these actions. &lt;b&gt;+1 for the Eclipse process here&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;incompatible licenses are not used/shipped together&lt;/b&gt; - One might think that this is just to make lawyers happy but this is only half the truth. It is also about respecting authors wish - if I choose to license my work under BSD I want people to use my work whenever they found it possible but if I choose to license under GPLv3 my primary goal would definetely not be the same and I would care most for people giving back. Most probably library developers would not gonna sue you for using incompatible licenses but this is pure &lt;b&gt;DISRESPECT TO THEIR WORK&lt;/b&gt;. I can name a huge number of Java projects that don't even understand that.&lt;b&gt; +1 for the Eclipse process too&lt;/b&gt; &lt;/li&gt;&lt;/ul&gt;&lt;b&gt;&lt;/b&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp;&lt;b&gt;reduce duplication (side effect) &lt;/b&gt;- One of the recent reviews of the IP team made one project remove code that was already done in one of its dependencies. Most probably just to not bother with getting it IP clean.&lt;b&gt; I don't know what would readers think but this is pure technical win! &lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;remove unneded dependencies (side effect)&lt;/b&gt; - Same review as the previous point - a number of unneeded dependencies were removed just to not bother with getting it IP clean (if possible at all - read the first point). And the build was failing without these deps despite them being unused/unneded. &lt;b&gt;Another pure technical win thanks to the IP team!&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;There are a lot of other benefits that can be mentioned but just the first two are making us - Java packagers(I'm sure I speak for at least few others) want every Java project to go through similar process. This would make packaging Java software a lot easier, a lot more acceptable and not that allien on Linux systems.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Kudos to Eclipse's IP Team&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;/div&gt;Everyone actively working on some Java project - think whether you want your software to be included/shipped to a lot of users. You may achieve that yourself but having a team helping you in this is definetely helpfull.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;P.S.&lt;/b&gt; Links and people/project names are intentionally not used to prevent someone getting it personal. :)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-8062010542974819643?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/8062010542974819643/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=8062010542974819643' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/8062010542974819643'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/8062010542974819643'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2011/05/awesomeness-of-eclipse-development.html' title='The awesomeness of Eclipse Development Process'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-7744735461003562010</id><published>2011-04-19T05:17:00.001-07:00</published><updated>2011-04-19T05:19:32.622-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='RPM'/><category scheme='http://www.blogger.com/atom/ns#' term='Maven'/><title type='text'>Maven and RPM - one problem less</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;Are you packaging Java software?&lt;/p&gt;&lt;p&gt;Does your package use Maven as a build system?&lt;/p&gt;&lt;p&gt;Have you wondered what package provides certain Maven artifact?&lt;/p&gt;&lt;p&gt;If you answered yes to at least one of the questions there is a good news for you:&lt;/p&gt;&lt;p&gt;&lt;em&gt;Fedora's build system is going to automatically generate RPM Provides in a sensible way for Maven developers. &lt;/em&gt;&lt;/p&gt;&lt;p&gt;Now the details. Big thanks goes to the &lt;a href="http://rpm.org/"&gt;RPM&lt;/a&gt; developers for the new &lt;a href="http://rpm.org/wiki/PackagerDocs/DependencyGenerator"&gt;Dependency Generator&lt;/a&gt; which has made our work so much easier.&lt;/p&gt;&lt;p&gt;With just these 2 simple files &lt;a href="http://pkgs.fedoraproject.org/gitweb/?p=jpackage-utils.git;a=blob_plain;f=maven.attr;hb=HEAD"&gt;maven.attr&lt;/a&gt; and &lt;a href="http://pkgs.fedoraproject.org/gitweb/?p=jpackage-utils.git;a=blob_plain;f=maven.prov;hb=HEAD"&gt;maven.prov&lt;/a&gt;we get it to the state where every package that installs pom files according to &lt;a href="http://fedoraproject.org/wiki/Packaging:Java"&gt;Fedora Java Packaging Guidelines&lt;/a&gt;will get provides added for every pom installed in the form&lt;strong&gt; mvn(groupId:artifactId)&lt;/strong&gt;where groupId and artifactId are the same things you know from your Maven experience. Look at this recent &lt;a href="http://koji.fedoraproject.org/koji/rpminfo?rpmID=2511211"&gt;maven2 rebuild&lt;/a&gt;for example what will be generated for a package with many pom files installed. &lt;/p&gt;&lt;p&gt;It might look a small thing but I'm really looking for the day when I'll be able to write BuildRequires: mvn(org.apache.maven:maven-script-ant) and not having to guess whether this is part of maven package or maven-plugin-tools-ant or maven-shared-ant. And these days are near for rawhide when we get the critical mass of rebuilds done so the provides are in place. &lt;/p&gt;&lt;p&gt;This opens an enourmous opportunity for improving a number of things like:&lt;/p&gt;&lt;p&gt;* when you get a build failure in your maven build - you should be able to just write yum install mvn(groupId:artifactId) and have the package ready. Who knows we might even find someone to create a PackageKit extension in the way bash command-not-found is acting?&lt;/p&gt;&lt;p&gt;* tools like&lt;a href="http://eclipse.org/linuxtools/projectPages/rpmstubby/"&gt; RPMStubby&lt;/a&gt; will be able to generate proper BuildRequires section without guessing how did the distribution renamed the package&lt;/p&gt;&lt;p&gt;* use your imagination &lt;/p&gt;&lt;p&gt;There is a possibility to add similar support for the requires generation but lets first do all the fixes/simplification this one gives us.&lt;/p&gt;&lt;p&gt;Happy packaging to all Java and Maven packagers!!!&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-7744735461003562010?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/7744735461003562010/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=7744735461003562010' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/7744735461003562010'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/7744735461003562010'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2011/04/maven-and-rpm-one-problem-less.html' title='Maven and RPM - one problem less'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-5121328129664743559</id><published>2011-03-17T06:37:00.001-07:00</published><updated>2011-03-17T06:44:36.223-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>Next generation :)</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-NOn3gzF9ImY/TYIO2j1m8QI/AAAAAAAAAaA/il-whHBBY-c/s1600/DSC03124.JPG"&gt;&lt;img style="display: block; margin: 0px auto 10px; text-align: center; cursor: pointer; width: 320px; height: 240px;" src="http://1.bp.blogspot.com/-NOn3gzF9ImY/TYIO2j1m8QI/AAAAAAAAAaA/il-whHBBY-c/s320/DSC03124.JPG" alt="" id="BLOGGER_PHOTO_ID_5585042818388652290" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Can we retire when we see next generation picking up our work?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-5121328129664743559?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/5121328129664743559/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=5121328129664743559' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/5121328129664743559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/5121328129664743559'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2011/03/next-generation.html' title='Next generation :)'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-NOn3gzF9ImY/TYIO2j1m8QI/AAAAAAAAAaA/il-whHBBY-c/s72-c/DSC03124.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-6714877746630856170</id><published>2011-03-16T01:15:00.001-07:00</published><updated>2011-03-16T01:18:34.247-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='Maven'/><category scheme='http://www.blogger.com/atom/ns#' term='Cross-distro'/><title type='text'>Rpm distros unite (at least their Java stacks)</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;As an Eclipse developer I'm really proud to say that Eclipse happens to be the driving force for improving the Java stack in various Linux RPM distros. Kudos to all Eclipse developers for making the platform that happens to be the single Java based application that Linux packagers are willing to spend time getting it shipped with their distro!!!&lt;/p&gt;&lt;p&gt;Eclipse dependencies are build using the two most popular Java build systems - Ant and Maven. And that's how the whole work on getting their latest versions packaged to work properly on Fedora. A number of other people joined the effort and we wouldn't have made it without their great help. So what we have now is Maven 3.0.3 on the upstream release date (thanks to the hard work done by Stanislav Ochotnický) - hey this is the first time EVER! Mageia and openSUSE are also working hard to get their stacks updated to the state of Fedora one. &lt;/p&gt;&lt;p&gt;Cross-distros collaboration happens in the best possible way - dev-to-dev directly on #fedora-java or #eclipse-linux at irc.freenode.org . Let me put a small cite to show it:&lt;/p&gt;&lt;pre&gt;&lt;br /&gt;[08:33] &amp;lt;akurtakov&amp;gt; sshaw: did you fix the icu4j&lt;br /&gt;[08:34] &amp;lt;sshaw&amp;gt; akurtakov: yeah&lt;br /&gt;[08:34] &amp;lt;sshaw&amp;gt; well dmorgan did&lt;br /&gt;[08:34] &amp;lt;sshaw&amp;gt; he finished it up for me when I fell asleep&lt;br /&gt;[08:34] &amp;lt;sshaw&amp;gt; akurtakov: with + sed -i -e 's|tomcat5-jsp-2.0-api|tomcat6-jsp-2.1-api|g' dependencies.properties&lt;br /&gt;[08:34] &amp;lt;sshaw&amp;gt; can I drop tomcat 5?&lt;br /&gt;[08:34] &amp;lt;akurtakov&amp;gt; heh, crossdistro collaboration to the rescue&lt;br /&gt;[08:34] &amp;lt;sshaw&amp;gt; akurtakov: rpm distros unite&lt;br /&gt;&lt;/pre&gt;&lt;p&gt; Disclaimer: &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Fedora - akurtakov - Alexander Kurtakov&lt;/li&gt;&lt;li&gt;openSUSE - sshaw - Stephen Shaw&lt;/li&gt;&lt;li&gt;Mageia - dmorgan - Dexter Morgan&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;As I have started with Eclipse and it's role - Mageia already has Eclipse and OpenSuse is really close to getting it packaged. All of this is of course based on the &lt;a href="http://wiki.eclipse.org/Linux_Tools_Project/Eclipse_Build"&gt;Eclipse Linux Tools eclipse-build&lt;/a&gt; project (there is Debian and Ubuntu helping there) but the RPM distros have gone one step further - even the RPM specfile is kind of a shared one.&lt;/p&gt;&lt;p&gt;When Andrew Overholt pointed me into starting eclipse-build I have never thought that this project will happen to be a hub for real cross-distro collaboration bigger than it's Eclipse influence. There are a number of other nice chats/ideas for collaboration that happened thanks to the personal talks that started around eclipse-build. Thanks to Niels Thykier who told us about Debian work for creating Java webapps &lt;a href="http://dep.debian.net/deps/dep7/"&gt;packaging guidelines and helper tools&lt;/a&gt; this was brought to Fedora Java SIG meetings for discussion. There is no fruit from this discussion yet but at least we are trying to be aware of each other's work so we(all Linux distros) can come with a single position that can influence upstream Java developers - note that they are not mandatory Linux developers so they are not aware of our problems.&lt;/p&gt;&lt;p&gt;Collaboration is not something that can be pushed to people top-down in the FOSS world, it depends on every single contributor to make it happen bottom-up. And it is already happening you have to just join us.&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-6714877746630856170?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/6714877746630856170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=6714877746630856170' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/6714877746630856170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/6714877746630856170'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2011/03/rpm-distros-unite-at-least-their-java.html' title='Rpm distros unite (at least their Java stacks)'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-6931335830250371020</id><published>2011-02-16T06:38:00.001-08:00</published><updated>2011-02-16T06:38:33.491-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='Linuxtools'/><title type='text'>Announcement: Eclipse Linux Tools 0.7 release</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;&lt;p&gt;I'm especially happy to announce the Eclipse Linux Tools 0.7 release.&lt;/p&gt;&lt;p&gt;You can download it &lt;a href='http://www.eclipse.org/linuxtools/downloads.php '&gt;here&lt;/a&gt; (Fedora packages will be pushed together with the Eclipse Helios SR2 release at the end of this month or early next one).&lt;/p&gt;&lt;p&gt;Read the &lt;a href='http://eclipse.org/linuxtools/new/'&gt;New&amp;amp;Noteworthy&lt;/a&gt; or use the wiki to read all the documentation. For the first time all our documetation is consolidated in a &lt;a href=' http://wiki.eclipse.org/Linux_Tools_Project/User_Guides'&gt;single place&lt;/a&gt;. Everyone is more than welcome in helping us improve it - just edit the wiki page and we will fetch it for the next release.&lt;/p&gt;&lt;p/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-6931335830250371020?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/6931335830250371020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=6931335830250371020' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/6931335830250371020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/6931335830250371020'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2011/02/announcement-eclipse-linux-tools-07.html' title='Announcement: Eclipse Linux Tools 0.7 release'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-1916958096597880199</id><published>2011-02-08T14:15:00.000-08:00</published><updated>2011-02-08T14:25:08.033-08:00</updated><title type='text'>Going to Brno this weekend</title><content type='html'>I'm heading to Brno tomorrow for &lt;a href="https://fedoraproject.org/wiki/DeveloperConference2011"&gt;DeveloperConference2011.&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;If someone wants to have a chat about the Java stack in Fedora, anything Eclipse related or wants to see &lt;a href="https://fedoraproject.org/wiki/Eclipse_Fedora_Packager_User_Guide"&gt;Eclipse Fedorapackager&lt;/a&gt; in action and make it part of his/her workflow just drop me a mail and we will find when and where to do it.&lt;br /&gt;In addition to the conference days Thursday and Sunday are fine too.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-1916958096597880199?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/1916958096597880199/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=1916958096597880199' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/1916958096597880199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/1916958096597880199'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2011/02/going-to-brno-this-weekend.html' title='Going to Brno this weekend'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-3159602755807464046</id><published>2011-01-17T10:34:00.001-08:00</published><updated>2011-01-17T10:34:51.547-08:00</updated><title type='text'>Announcement: Maven 3 lands in Fedora</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;&lt;p&gt;Maven 3 is in Fedora for some time but no package was using it to build.&lt;/p&gt;&lt;p&gt;Things are changing we have the &lt;a href='https://bugzilla.redhat.com/show_bug.cgi?id=669394'&gt;very first package&lt;/a&gt; using it to build in Fedora approved. Thus we consider it ready for general usage. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Everyone please try using  &lt;/em&gt;&lt;/strong&gt;&lt;a href='https://admin.fedoraproject.org/pkgdb/acls/name/maven'&gt;&lt;strong&gt;&lt;em&gt;maven&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;em&gt; instead of &lt;/em&gt;&lt;/strong&gt;&lt;a href='https://admin.fedoraproject.org/pkgdb/acls/name/maven2'&gt;&lt;strong&gt;&lt;em&gt;maven2&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;em&gt; package.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt; All you need to do is change &lt;code&gt;mvn-jpp&lt;/code&gt; to &lt;code&gt;mvn-local&lt;/code&gt; and switching parameters having maven2 in their names to just maven e.g. -Dmaven2.jpp.depmap.file becomes -Dmaven.jpp.depmap.file.&lt;/p&gt;&lt;p&gt;We are looking for your bug reports or even better success stories. Let's make Fedora 15 rock for Maven users and let's hope that we will be able to kill Maven 2.x not later than Fedora 16.&lt;/p&gt;&lt;p/&gt;&lt;p/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-3159602755807464046?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/3159602755807464046/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=3159602755807464046' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/3159602755807464046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/3159602755807464046'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2011/01/announcement-maven-3-lands-in-fedora.html' title='Announcement: Maven 3 lands in Fedora'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-816403835674916759</id><published>2010-09-10T08:44:00.000-07:00</published><updated>2010-09-10T08:58:03.725-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='Rpm editor'/><title type='text'>Getting started with a source rpm downloaded from the net is even easier now</title><content type='html'>&lt;a href="http://wiki.eclipse.org/Linux_Tools_Project/SpecfileEditor/User_Guide"&gt;Eclipse Specfile Editor&lt;/a&gt; has been able to import source rpms for ages. But there was a small inconvenience - it was working only for local files. Not any more.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_SDaqa5M0bxU/TIpUaWcmYsI/AAAAAAAAAMM/vG7ftnkJ-y0/s1600/import-srpm.png"&gt;&lt;img style="float: left; margin: 0pt 10px 10px 0pt; cursor: pointer; width: 320px; height: 285px;" src="http://4.bp.blogspot.com/_SDaqa5M0bxU/TIpUaWcmYsI/AAAAAAAAAMM/vG7ftnkJ-y0/s320/import-srpm.png" alt="" id="BLOGGER_PHOTO_ID_5515313505347461826" border="0" /&gt;&lt;/a&gt;Give the import wizard your URL and watch it downloading the src.rpm file and setting up a project for you.&lt;br /&gt;&lt;br /&gt;How much easier you want it to be to start doing Fedora revews. Try it now from our&lt;a href="http://eclipse.org/linuxtools/downloads.php"&gt; nightly build site&lt;/a&gt; and help us reduce the &lt;a href="http://fedoraproject.org/PackageReviewStatus/"&gt;pending package reviews in Fedora&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-816403835674916759?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/816403835674916759/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=816403835674916759' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/816403835674916759'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/816403835674916759'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2010/09/getting-started-with-source-rpm.html' title='Getting started with a source rpm downloaded from the net is even easier now'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_SDaqa5M0bxU/TIpUaWcmYsI/AAAAAAAAAMM/vG7ftnkJ-y0/s72-c/import-srpm.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-2337610531473163341</id><published>2010-08-27T07:55:00.000-07:00</published><updated>2010-08-27T08:02:33.861-07:00</updated><title type='text'>Eclipse Linuxt Tools 0.6.1</title><content type='html'>&lt;p&gt;The Eclipse Linux Tools team is proud to announce our 0.6.1 release. It is available now from our  update site:&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;http://download.eclipse.org/technology/linuxtools/update&lt;br /&gt;&lt;br /&gt;&lt;a href="http://wiki.eclipse.org/Linux_Tools_Project/PluginInstallHelp"&gt;&lt;/a&gt;&lt;a href="http://wiki.eclipse.org/Linux_Tools_Project/PluginInstallHelp"&gt;Installation instructions&lt;/a&gt; are available. &lt;a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&amp;amp;short_desc_type=allwordssubstr&amp;amp;short_desc=&amp;amp;classification=Technology&amp;amp;product=Linux+Tools&amp;amp;target_milestone=0.6.1&amp;amp;long_desc_type=allwordssubstr&amp;amp;long_desc=&amp;amp;bug_file_loc_type=allwordssubstr&amp;amp;bug_file_loc=&amp;amp;status_whiteboard_type=allwordssubstr&amp;amp;status_whiteboard=&amp;amp;keywords_type=allwords&amp;amp;keywords=&amp;amp;bug_status=RESOLVED&amp;amp;bug_status=VERIFIED&amp;amp;bug_status=CLOSED&amp;amp;emailtype1=substring&amp;amp;email1=&amp;amp;emailtype2=substring&amp;amp;email2=&amp;amp;bugidtype=include&amp;amp;bug_id=&amp;amp;votes=&amp;amp;chfieldfrom=&amp;amp;chfieldto=Now&amp;amp;chfieldvalue=&amp;amp;cmdtype=doit&amp;amp;order=Reuse+same+sort+as+last+time&amp;amp;field0-0-0=noop&amp;amp;type0-0-0=noop&amp;amp;value0-0-0"&gt;34 bugs&lt;/a&gt; were closed as part of this release including bug fixes and new features. Highlights include:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;eclipse-build is back updated to help people build Eclipse Helios SDK&lt;/li&gt;&lt;li&gt;LTTng received performance and visualization fixes&lt;/li&gt;&lt;li&gt;Autotools plugins is cleaned to use other plugins APIs more carefully&lt;/li&gt;&lt;li&gt;Valgrind is fixed to work with Birt from soon to be released Helios SR1&lt;/li&gt;&lt;/ul&gt;P.S. This is my first release so let me know if I have missed something.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-2337610531473163341?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/2337610531473163341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=2337610531473163341' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/2337610531473163341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/2337610531473163341'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2010/08/eclipse-linuxt-tools-061.html' title='Eclipse Linuxt Tools 0.6.1'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-5956440422027864563</id><published>2010-08-22T23:16:00.000-07:00</published><updated>2010-08-25T04:16:51.052-07:00</updated><title type='text'>Fedora needs Java Packagers</title><content type='html'>Background: There are only a few active Java packagers in Fedora. And if one of them stops doing packaging we are in big problem.&lt;br /&gt;&lt;br /&gt;Are you using/running &lt;span style="font-weight: bold;"&gt;Eclipse&lt;/span&gt; or &lt;span style="font-weight: bold;"&gt;Tomcat&lt;/span&gt; or &lt;span style="font-weight: bold;"&gt;OpenJDK&lt;/span&gt; or &lt;span style="font-weight: bold;"&gt;Netbeans&lt;/span&gt; or &lt;span style="font-weight: bold;"&gt;IntelliJ Idea &lt;/span&gt;or &lt;a href="http://pki.fedoraproject.org/wiki/PKI_Main_Page"&gt;&lt;span style="font-weight: bold;"&gt;Dogtag PKI&lt;/span&gt;&lt;/a&gt; or &lt;a style="font-weight: bold;" href="http://directory.fedoraproject.org/"&gt;389 Directory Server&lt;/a&gt; or &lt;span style="font-weight: bold;"&gt;Jetty&lt;/span&gt; or even &lt;span style="font-weight: bold;"&gt;OpenOffice.org&lt;/span&gt;?&lt;br /&gt;Isn't that a huge list already? Should I continue listing the upstream projects that we(active Fedora Java packagers) are involved into or even leading the developement?&lt;br /&gt;If you are Fedora project needs you - NOW!!!&lt;br /&gt;To help us keeping and developing these products.&lt;br /&gt;&lt;br /&gt;There are 26 orphaned but critical Java packages:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;s&gt;classworlds&lt;/s&gt; - mbooth&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;s&gt;dom4j&lt;/s&gt; - jwrdegoede&lt;a href="https://admin.fedoraproject.org/pkgdb/users/packages/jwrdegoede?_csrf_token=bb2d308c016eae4af085a30b1c3ff5175029f286"&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;dtdparser&lt;/li&gt;&lt;li&gt;hsqldb&lt;/li&gt;&lt;li&gt;&lt;s&gt;isorelax&lt;/s&gt; - mbooth&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;s&gt;jlex&lt;/s&gt; - mbooth&lt;br /&gt;&lt;/li&gt;&lt;li&gt;jrefactory&lt;/li&gt;&lt;li&gt;&lt;s&gt;jzlib&lt;/s&gt; - mbooth&lt;br /&gt;&lt;/li&gt;&lt;li&gt;lucene&lt;/li&gt;&lt;li&gt;ldapjdk&lt;br /&gt;&lt;/li&gt;&lt;li&gt;objectweb-anttask&lt;/li&gt;&lt;li&gt;plexus-ant-factory&lt;/li&gt;&lt;li&gt;plexus-appserver&lt;/li&gt;&lt;li&gt;plexus-bsh-factory&lt;/li&gt;&lt;li&gt;plexus-compiler&lt;/li&gt;&lt;li&gt;plexus-runtime-builder&lt;/li&gt;&lt;li&gt;plexus-xmlrpc&lt;/li&gt;&lt;li&gt;&lt;s&gt;relaxngDatatype&lt;/s&gt; - mbooth&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;s&gt;tomcat6&lt;/s&gt; - dknox&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;s&gt;ws-jaxme&lt;/s&gt; - jwrdegoede&lt;br /&gt;&lt;/li&gt;&lt;li&gt;xjavadoc&lt;/li&gt;&lt;li&gt;xmldb-api&lt;/li&gt;&lt;li&gt;xmlrpc&lt;/li&gt;&lt;li&gt;xom&lt;/li&gt;&lt;li&gt;xpp2&lt;/li&gt;&lt;li&gt;xpp3&lt;/li&gt;&lt;/ul&gt; These packages are directly or indirectly needed by Ant or Maven - the 2 major build systems for Java software.You should know that if you don't have both build systems even OpenJDK won't be able to build on Fedora because it uses Ant but Ant dependencies are building using Maven.&lt;br /&gt;Now is the time to stand up and pay your duty to the community by taking a package or two. It may look a small step but every time someone takes a package and do the small work needed to maintain it (most packages will took you just a few hours monthly or even quarterly) I have the time to look at/fix one more bug.&lt;br /&gt;&lt;br /&gt;Consider joining and helping even if you are not using Fedora packages but you are using Java software downloaded from upstream on Fedora system. You will save time to the upstream developers - they/we :) are  here.&lt;br /&gt;&lt;br /&gt;If you are already a Fedora packager just get them in pkgdb if you are not but you want to join please contact me.&lt;br /&gt;&lt;br /&gt;We are waiting for you!&lt;br /&gt;&lt;br /&gt;P.S. See Bill's mail with more details about the dependency tree &lt;a href="http://lists.fedoraproject.org/pipermail/devel/2010-August/140352.html"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-5956440422027864563?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/5956440422027864563/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=5956440422027864563' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/5956440422027864563'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/5956440422027864563'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2010/08/fedora-needs-java-packagers.html' title='Fedora needs Java Packagers'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-4511630132727609163</id><published>2010-07-21T00:18:00.000-07:00</published><updated>2010-07-21T00:21:23.448-07:00</updated><title type='text'>ShellEd 2.0 Milestone 3 is out</title><content type='html'>We are finally working with Eclipse Helios release and a number of other fixes/enhancements has been done.&lt;br /&gt;See &lt;a href="https://sourceforge.net/apps/trac/shelled/milestone/2.0%20Milestone%203"&gt;details&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-4511630132727609163?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/4511630132727609163/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=4511630132727609163' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/4511630132727609163'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/4511630132727609163'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2010/07/shelled-20-milestone-3-is-out.html' title='ShellEd 2.0 Milestone 3 is out'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-165741012570922338</id><published>2010-03-02T03:34:00.001-08:00</published><updated>2010-03-02T03:36:33.223-08:00</updated><title type='text'>Има ли българи работещи по Федора?</title><content type='html'>Един интересен за мен въпрос: Има ли българи работещи по Федора?&lt;br /&gt;И ако има с какво се занимавате?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-165741012570922338?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/165741012570922338/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=165741012570922338' title='27 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/165741012570922338'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/165741012570922338'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2010/03/blog-post.html' title='Има ли българи работещи по Федора?'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>27</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-8605725932450249432</id><published>2010-02-24T00:39:00.000-08:00</published><updated>2010-02-24T01:26:12.412-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Personal'/><title type='text'>За синдикатите, стачките и други подобни</title><content type='html'>Все по-модерна дума се оказва СТАЧКА. И хората стачкуват за какво ли не, дори и за това че някой се осмелява да откаже да им прави подаръци или по-скоро дори не да спре да им прави подаръци, а да изиска те да бъдат използвани по предназначение  (за справки &lt;a href="http://dnes.dir.bg/2010/02/24/news5932695.html"&gt;тук&lt;/a&gt; и &lt;a href="http://www.dnevnik.bg/evropa/novini_ot_es/2010/02/20/861769_gurciia_shte_poluchi_do_25_mlrd_evro_pomosht_ot/?ref=rss"&gt;тук&lt;/a&gt;).&lt;br /&gt;Краино време е хората да прочетат и да разберат какво представляват синдикатите и чии интереси те представляват. Нека първо преведем &lt;a href="http://en.wiktionary.org/wiki/syndicate"&gt;дефиницията &lt;/a&gt;на думата синдикат:&lt;br /&gt;* Група лица и/или компании представляващи общ бизнес интерес или даващи публичност на обща цел&lt;br /&gt;* &lt;span style="font-weight: bold;"&gt;Подобна&lt;/span&gt; група от престъпници въвлечени в организирано престъпление.&lt;br /&gt;&lt;br /&gt;Дори да приемем, че втората дефиниция не е валидна за трудовите синдикати нека все пак анализираме целите на синдикатите и най-вероятните последствия при положение че най-често срещаното искане бъде прието:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Повишаване на заплати&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Само по себе си в това изискване няма нищо лошо, но негативният ефект идва от една дребна специфика на това изискване: Повишаване на заплатите на всички служители в даден бранш или фирма. Все още не съм чул за синдикални искания обвързани по някакъв начин с производителността на труда или нещо сходно.&lt;br /&gt;Нека анализираме следната изходна позиция:&lt;br /&gt;* Работник 1 (заплата - 5 единици, произведена продукция - 10 броя)&lt;br /&gt;* Работник 2 (заплата 2 единици, произведан продукция - 4 броя).&lt;br /&gt;В резултат на приети искания минималното заплащане е увеличено до 4 единици. Автоматично това ще доведе до намаляване мотивацията на Работник 2, тъй като той ще получава 80% от заплатата на Работник 1 при само 40% от неговата производителност. Една проста калкулация за заплащането на двамата работници:&lt;br /&gt;* Работник 1 - 0.5 парични единици за 1 брой продукция (10 броя/5 парични единици)&lt;br /&gt;* Работник 2 - 1 парична единица за 1 брой продукция (4 броя/4 парични единици).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;Каква изненада по-слабо производителният работник изведнъж получава двойно по-високо заплащане. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Тук е моментът да отбележа, че аз приемам всеки един човек за достатъчно интелигентно същество за да осъзнае защо трябва резултатът да бъде обвързан със заплатата и защо трябва да бъдат стимулирани по-високо производителните работници, а не да бъдат приравнявани към по-слабо производителните.&lt;br /&gt;Но това все още не е най-лошото, то тепърва предстои. В средносрочен план,  освен че нашият Работник 2 няма да бъде мотивиран да подобри своята производителност допълнителният ефект ще бъде пълната демотивация на Работник 1. &lt;span style="font-style: italic;"&gt;Тук изобщо не става въпрос за демотивация за подобрение на работата, а за демотивация да поддържа своето ниво и най-вероятното намаление на неговата производителност. &lt;/span&gt;&lt;br /&gt;Следва да отбележа, че това не са теоретични мисли, а резултат който сам виждал нееднократно в работният процес. Дори този негативен ефект се получава без работниците да знаят заплатите на своите колеги. Самият факт, че колегата на същата позиция извършва по-малко работа от мен действа достатъчно силно на хората.&lt;br /&gt;Нека всеки се замисли дали синдикатите наистина защитават интересите на работещите хора или всъщност те наистина са група от престъпници, като поне едно пресъпление може да бъде посочено - възпрепятстване на общественото развитие.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-8605725932450249432?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/8605725932450249432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=8605725932450249432' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/8605725932450249432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/8605725932450249432'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2010/02/blog-post.html' title='За синдикатите, стачките и други подобни'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-447459209953507123</id><published>2009-11-16T05:04:00.000-08:00</published><updated>2009-11-16T05:14:07.088-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='ShellEd'/><title type='text'>New Life for ShellEd - Milestone 0</title><content type='html'>It's a great pleasure to announce the first DLTK based version of ShellEd.&lt;br /&gt;In addition to the porting work a number of new features have been added:&lt;br /&gt;- task tags support&lt;br /&gt;- launch script with ability to pass parameters&lt;br /&gt;- code folding for functions&lt;br /&gt;- open declaration for functions&lt;br /&gt;- goto variable declaration&lt;br /&gt;&lt;br /&gt;The plugin still needs stabilization but it is usable as is now (maybe even more than 1.0.4 release).&lt;br /&gt;&lt;br /&gt;You can download Milestone 0 from &lt;a href="https://sourceforge.net/projects/shelled/files/"&gt;here&lt;/a&gt;. Or if you are brave enough you can use the &lt;a href="http://akurtakov.fedorapeople.org/shelled/"&gt;update site&lt;/a&gt; where snapshot builds are pushed.&lt;br /&gt;&lt;br /&gt;Fedora package will be updated whenever I get some positive feedback.&lt;br /&gt;&lt;br /&gt;Test, use, send patches, enjoy :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-447459209953507123?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/447459209953507123/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=447459209953507123' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/447459209953507123'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/447459209953507123'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2009/11/new-life-for-shelled-milestone-0.html' title='New Life for ShellEd - Milestone 0'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-6397902507242502444</id><published>2009-10-01T06:18:00.000-07:00</published><updated>2009-10-01T06:19:25.647-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Red Hat'/><title type='text'>Time is flying</title><content type='html'>Yay, one year with my Red Fedora on :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-6397902507242502444?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/6397902507242502444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=6397902507242502444' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/6397902507242502444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/6397902507242502444'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2009/10/time-is-flying.html' title='Time is flying'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-3687805826892101050</id><published>2009-09-08T02:50:00.000-07:00</published><updated>2009-09-08T03:03:35.952-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='Rpmstubby'/><category scheme='http://www.blogger.com/atom/ns#' term='Maven'/><title type='text'>Packaging Java libraries using Maven build system</title><content type='html'>After the &lt;a href="http://fedoraproject.org/wiki/MavenUpdate"&gt;&lt;span style="font-weight: bold;"&gt;BIG&lt;/span&gt; fight&lt;/a&gt; for updating Maven in Fedora (yay we got version &lt;a href="http://koji.fedoraproject.org/koji/buildinfo?buildID=130231"&gt;2.0.8&lt;/a&gt; in Rawhide, finally) a really nice idea came to me: enhance &lt;a href="http://www.eclipse.org/linuxtools/projectPages/rpmstubby/"&gt;RPMStubby &lt;/a&gt; to work for Maven pom.xml files in addition to Eclipse feature.xml files.&lt;br /&gt;It happen to be really easy. Try it out from Linux Tools &lt;a href="http://download.eclipse.org/technology/linuxtools/updates-nightly/"&gt;nightly update site &lt;/a&gt;and don't forget to report bugs.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Quick HOW-TO:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Right click on your pom.xml file.&lt;/li&gt;&lt;li&gt;Select Stubby/Stubbify a RPM spec file.&lt;/li&gt;&lt;li&gt;Enjoy.&lt;/li&gt;&lt;/ul&gt;Note: Upstream developers using Maven build system please fill all the metadata supposed to be in the pom.xml file. You will help us by not having to open bug reports like &lt;a href="http://jira.codehaus.org/browse/MCOBERTURA-111"&gt;this&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-3687805826892101050?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/3687805826892101050/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=3687805826892101050' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/3687805826892101050'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/3687805826892101050'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2009/09/packaging-java-libraries-using-maven.html' title='Packaging Java libraries using Maven build system'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-1956883329782683362</id><published>2009-05-12T02:06:00.000-07:00</published><updated>2009-05-12T02:39:11.250-07:00</updated><title type='text'>Linuxtools 0.2 release and the new RPM specfile editor</title><content type='html'>Long time no post but &lt;a href="http://www.eclipse.org/linuxtools/new/"&gt;Linux Tools 0.2 release&lt;/a&gt; really deserves it.&lt;br /&gt;From all the wonderful tools I want to outline one of them - Specfile editor.&lt;br /&gt;&lt;br /&gt;A number of new features appear in this release:&lt;br /&gt;&lt;br /&gt;* User documentation - Finally we've got a user documentation to help new user get the most out of it.&lt;br /&gt;* Structure compare - If you loved the way Eclipse Team/Compare allows you to view differences with latest from repository, local history and etc. for your source files - the feature is here for your .spec files.&lt;br /&gt;* Even better rpmlint integration - Rpmlint warning/features are now in your Problem view so you don't miss them.&lt;br /&gt;&lt;br /&gt;Now is the time to ease your .spec files editing and maintenance. Install and enjoy.&lt;br /&gt;Install instructions and more details for the release &lt;a href="http://overholt.ca/wp/?p=130"&gt;here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-1956883329782683362?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/1956883329782683362/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=1956883329782683362' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/1956883329782683362'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/1956883329782683362'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2009/05/linuxtools-02-release-and-new-rpm.html' title='Linuxtools 0.2 release and the new RPM specfile editor'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-5435296917326318855</id><published>2009-02-12T02:51:00.000-08:00</published><updated>2009-02-12T03:05:48.094-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='Linuxtools'/><title type='text'>Linuxtools 0.1 release</title><content type='html'>I'm so happy to see our first &lt;a href="http://www.eclipse.org/linuxtools/new/"&gt;official release&lt;/a&gt;.&lt;br /&gt;And I'm so proud with the functionality present in the RPM specfile editor. We get one of the best editors for spec files (or maybe the only one) with all the bells and whistles seen in other eclipse editors. At least we are trying so if something is missing for you please report it &lt;a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Linux%20Tools"&gt;here&lt;/a&gt;. Users opinions are always welcome and motivating for us developers.&lt;br /&gt;Hopefully most Fedora packagers will find this useful :).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-5435296917326318855?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/5435296917326318855/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=5435296917326318855' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/5435296917326318855'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/5435296917326318855'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2009/02/linuxtools-01-release.html' title='Linuxtools 0.1 release'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-1031075572168030016</id><published>2009-02-11T01:29:00.000-08:00</published><updated>2009-02-11T01:37:22.637-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><title type='text'>Another one bites the dust</title><content type='html'>On my quest to have all Eclipse plugins I use(some of them not often enough like the one we will be talking about)  packaged in Fedora I want to announce the latest addition to the collection:&lt;br /&gt;&lt;a href="http://koji.fedoraproject.org/koji/taskinfo?taskID=1119053"&gt;eclipse-moreunit&lt;/a&gt;&lt;br /&gt;This should help you getting your code more stable and tested. Go and try it or read more on its &lt;a href="http://moreunit.sourceforge.net/"&gt;home page&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-1031075572168030016?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/1031075572168030016/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=1031075572168030016' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/1031075572168030016'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/1031075572168030016'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2009/02/another-one-bites-dust.html' title='Another one bites the dust'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-8969609250375474852</id><published>2009-02-01T23:15:00.000-08:00</published><updated>2009-02-01T23:36:40.648-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cmakeed'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><title type='text'>Payback time (for cmakeed authors) :)</title><content type='html'>&lt;a href="http://sourceforge.net/projects/cmakeed/"&gt;Cmakeed &lt;/a&gt;has entered &lt;a href="http://koji.fedoraproject.org/koji/buildinfo?buildID=81138"&gt;rawhide&lt;/a&gt; today.&lt;br /&gt;Authors (thanks Mike) are really responsive and made a number of changes (even when some of them were just to better match Fedora's policies) to make this happen easier. Now it is time for payback - fill bugs, requests for enhancements and etc. Preferably in sourceforge tracker when this is not a packaging bug.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-8969609250375474852?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/8969609250375474852/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=8969609250375474852' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/8969609250375474852'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/8969609250375474852'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2009/02/payback-time-for-cmakeed-authors.html' title='Payback time (for cmakeed authors) :)'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-6880325289460529400</id><published>2009-01-16T04:50:00.000-08:00</published><updated>2009-01-16T04:59:04.239-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='ChangeLog'/><title type='text'>Artists help wanted :)</title><content type='html'>While triaging old Eclipse linux-distros bugs I found a bug which is not the thing we (developers) can do, at least we will not do it good.&lt;br /&gt;So here it is &lt;a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=214248"&gt;"ChangeLog icon wanted"&lt;/a&gt;.&lt;br /&gt;We need an icon representing the meaning of a &lt;a href="http://www.gnu.org/prep/standards/html_node/Change-Logs.html"&gt;Change Log file&lt;/a&gt; to use to distinguish such file from the others in Eclipse.&lt;br /&gt;If anyone interested please attach your icons to the bug.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-6880325289460529400?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/6880325289460529400/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=6880325289460529400' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/6880325289460529400'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/6880325289460529400'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2009/01/artists-help-wanted.html' title='Artists help wanted :)'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-3338046781717302199</id><published>2009-01-12T00:28:00.000-08:00</published><updated>2009-01-12T00:34:28.287-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='Rpm editor'/><category scheme='http://www.blogger.com/atom/ns#' term='ShellEd'/><title type='text'>Two announcements I missed to do here</title><content type='html'>&lt;span style="font-weight: bold;"&gt;ShellEd 1.0.4&lt;/span&gt;&lt;br /&gt;&lt;a href="http://sourceforge.net/forum/forum.php?forum_id=905594"&gt;&lt;/a&gt;&lt;p&gt;* Plugin requires Java 5 now&lt;br /&gt;* Make use of the Java 5 language constructions and apis&lt;br /&gt;* Remove deprecated usage whenever possible.&lt;br /&gt;* Drop dead code.&lt;br /&gt;* Convert Eclipse-AutoStart to Bundle-ActivationPolicy&lt;br /&gt;* Drop dependency on Eclipse compatibility plugins.&lt;br /&gt;* Variable names with underscores are highlighted correctly&lt;br /&gt;* Fix for opening workbench external file&lt;br /&gt;&lt;/p&gt;&lt;span style="font-size:100%;"&gt;&lt;span id=":yp" class="VrHWId"&gt;&lt;span style="font-weight: bold;"&gt;rpm-editor 0.4.1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;* The plugin needs at least Java 5 now. The codebase has been update&lt;br /&gt;to take the most out of the new apis.&lt;br /&gt;* Group tag is validated to be correct from rpm GROUPS file.&lt;br /&gt;* Added support for task tags.&lt;br /&gt;* Macroses that match package name (e.g. %setup) are correctly&lt;br /&gt;highlighted as macroses not as package.&lt;br /&gt;* Add hyperlink for Source and Patch definitions.&lt;br /&gt;* Show %patch autocomplete only in %prep section.&lt;br /&gt;* Do not show simple sections in the subpackages.&lt;br /&gt;* Simplify parsing code a little&lt;br /&gt;* Clean ups all over the codebase.&lt;br /&gt;* New quick fixes for the following rpmlint warnings:&lt;br /&gt; - HardcodedPackagerTag&lt;br /&gt; - HardcodedPrefixTag&lt;br /&gt; - NoCleanSection&lt;br /&gt; - NoInstallSection&lt;br /&gt; - NoPrepSection&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-3338046781717302199?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/3338046781717302199/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=3338046781717302199' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/3338046781717302199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/3338046781717302199'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2009/01/two-announcements-i-missed-to-do-here.html' title='Two announcements I missed to do here'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-1230491385180426475</id><published>2008-12-19T03:39:00.000-08:00</published><updated>2008-12-19T04:01:21.218-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Cmakeed'/><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='Rpmstubby'/><title type='text'>Rpmstubby and cmakeed</title><content type='html'>Two new plugins are waiting for review in Fedora:&lt;br /&gt;&lt;br /&gt;* rpmstubby - Rpm specfile generator for Eclipse features&lt;br /&gt;* cmakeed - CMake Editor plug-in for Eclipse&lt;br /&gt;&lt;br /&gt;You should notice that the cmakeed is almost entirely generated by rpmstubby so go on and try it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-1230491385180426475?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/1230491385180426475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=1230491385180426475' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/1230491385180426475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/1230491385180426475'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/12/rpmstubby-and-cmakeed.html' title='Rpmstubby and cmakeed'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-1257843857952202278</id><published>2008-12-05T04:07:00.000-08:00</published><updated>2008-12-05T04:34:09.210-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='CMake'/><category scheme='http://www.blogger.com/atom/ns#' term='Fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><title type='text'>Cmakeed preparing to go in Fedora</title><content type='html'>&lt;div style="text-align: justify;"&gt;Thanks to the responsiveness of upstream authors I have prepared a package for the latest (not yet announced :) 1.1.0 RC4 of &lt;a href="http://cmakeed.sf.net/"&gt;cmakeed&lt;/a&gt;. Test rpm can be found &lt;a href="http://akurtakov.fedorapeople.org/eclipse-cmakeed-1.1.0-1.rc4.fc9.noarch.rpm"&gt;here&lt;/a&gt;. As soon as the final release appears I'll put the spec  in  bugzilla for review.&lt;br /&gt;Hopefully before this I can get as much bug reports as possible so we can really get the best CMake editor.&lt;br /&gt;Feel free to bug me or the upstream authors for any problem/suggestion you may have.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;P.S.&lt;/span&gt; Don't be confused by the rpm name. You really need Fedora 10 to be able to use it or for those who hasn't upgraded yet (e.g.  me) you should upgrade your Eclipse packages and dependencies to Fedora 10.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;P.S. 2:&lt;/span&gt; The entire spec file was generated with rpmstubby with only 3 manual adjustments so you can really start packaging your Eclipse plugins with it. It has never been so easy :)&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-1257843857952202278?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/1257843857952202278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=1257843857952202278' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/1257843857952202278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/1257843857952202278'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/12/cmakeed-preparing-to-go-in-fedora.html' title='Cmakeed preparing to go in Fedora'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-981795586139450543</id><published>2008-12-02T14:48:00.001-08:00</published><updated>2008-12-02T14:57:51.743-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='DLTK'/><category scheme='http://www.blogger.com/atom/ns#' term='ShellEd'/><title type='text'>Eclipse ShellEd reborn</title><content type='html'>Today, I've used my commit rights for the shelled plugin for the first time. And I think this was quite a productive day :&lt;br /&gt;* All compatibility plugin requires are removed.&lt;br /&gt;* A lot of deprecated usages are fixed.&lt;br /&gt;* A lot of generification has happened.&lt;br /&gt;* And finally the first bugfix (provided by Mat Booth) - a highlighting for variables with underscore in their name are properly highlighted now.&lt;br /&gt;&lt;br /&gt;Future plans include:&lt;br /&gt;1. monitoring the sourceforge tracker for ideas and problems for our current users :)&lt;br /&gt;2. work on rebasing the plugin on dltk to get all these nice things for free :)&lt;br /&gt;&lt;br /&gt;And finally we have eclipse-shelled packaged in fedora.&lt;br /&gt;&lt;br /&gt;Help, ideas and so on apreciated (If someone is reading this blog ;).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-981795586139450543?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/981795586139450543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=981795586139450543' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/981795586139450543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/981795586139450543'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/12/eclipse-shelled-reborn.html' title='Eclipse ShellEd reborn'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-3614952736493382343</id><published>2008-11-07T12:22:00.000-08:00</published><updated>2008-11-07T12:45:13.731-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='TextEditor'/><title type='text'>Eclipse TextEditor and the status bar.</title><content type='html'>If you ever wondered why my text editor doesn't provide the carret position and the other goodies you are seeing from every text based editor. Here is one of the possible problems.&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;You have missed the bolded line in your editor declaration&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;"&gt;&amp;lt;editor &lt;/span&gt;&lt;span style="font-family:arial;"&gt;class="..."&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold; font-style: italic;font-family:arial;font-size:85%;"  &gt;contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor"&lt;/span&gt;&lt;span style="font-family:arial;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;default="..." &lt;/span&gt;&lt;span style="font-family:arial;"&gt;filenames="..." &lt;/span&gt;&lt;span style="font-family:arial;"&gt;icon="..." &lt;/span&gt;&lt;span style="font-family:arial;"&gt;id="..." &lt;/span&gt;&lt;span style="font-family:arial;"&gt;name="..."/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:arial;"&gt;This is the magic behind all this small features.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-3614952736493382343?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/3614952736493382343/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=3614952736493382343' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/3614952736493382343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/3614952736493382343'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/11/eclipse-texteditor-and-status-bar.html' title='Eclipse TextEditor and the status bar.'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-2384848662316578954</id><published>2008-10-31T02:36:00.000-07:00</published><updated>2008-10-31T02:43:08.316-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mandriva'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><title type='text'>Eclipse in Mandriva Cooker</title><content type='html'>I'm looking for someone to take care for eclipse in mandriva cooker.&lt;br /&gt;This should not require too much effort - only a regular sync with Fedora's packages.&lt;br /&gt;If anyone wants to help I promise to ping him whenever there is a fix in fedora that should be put in Mandriva and help with fixing any issue. As I'm working on Fedora Eclipse full time now if there is some problem in Mandriva it is going to be a problem with Fedora too. So really  you even don't need to know much about java packaging - you just need account at kenobi :). And you are more than welcome at &lt;a href="http://www.eclipse.org/projects/project_summary.php?projectid=technology.linux-distros"&gt;Linux distros&lt;/a&gt;.&lt;br /&gt;Write me if you want more info.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-2384848662316578954?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/2384848662316578954/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=2384848662316578954' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/2384848662316578954'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/2384848662316578954'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/10/eclipse-in-mandriva-cooker.html' title='Eclipse in Mandriva Cooker'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-6234090740885973867</id><published>2008-10-20T13:04:00.000-07:00</published><updated>2008-10-20T13:09:00.202-07:00</updated><title type='text'>Red Hat</title><content type='html'>I have joined Red Hat in the beginning of this month.&lt;br /&gt;Being in the Eclipse team I hope that with the current efforts for sharing more and more between &lt;a href="http://www.eclipse.org/projects/project_summary.php?projectid=technology.linux-distros"&gt;distros&lt;/a&gt; this work will make the whole eclipse on linux situation a lot better.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-6234090740885973867?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/6234090740885973867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=6234090740885973867' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/6234090740885973867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/6234090740885973867'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/10/red-hat.html' title='Red Hat'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-8520860170431555022</id><published>2008-06-04T13:56:00.000-07:00</published><updated>2008-06-04T14:04:06.693-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='JRuby'/><category scheme='http://www.blogger.com/atom/ns#' term='Mandriva'/><category scheme='http://www.blogger.com/atom/ns#' term='Ruby'/><category scheme='http://www.blogger.com/atom/ns#' term='Rails'/><title type='text'>Ruby</title><content type='html'>JRuby 1.1.2 and its dependencies are on the cooker mirrors now. (If only there was a tagged version for the joni version used in this release).&lt;br /&gt;&lt;br /&gt;Rails is also updated to the newest 2.1.0 release.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-8520860170431555022?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/8520860170431555022/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=8520860170431555022' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/8520860170431555022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/8520860170431555022'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/06/ruby.html' title='Ruby'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-3139032838127735439</id><published>2008-05-20T02:18:00.000-07:00</published><updated>2008-05-20T02:30:01.160-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><title type='text'>Rpm editor quick fixes hunt</title><content type='html'>As of today eclipse rpm editor has 2 new quickfixes:&lt;br /&gt;* no-buildroot-tag - This simply adds a generic&lt;br /&gt;    &lt;span style="font-weight: bold;"&gt;Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root&lt;/span&gt;&lt;br /&gt;* no-cleaning-of-buildroot - add &lt;span style="font-weight: bold;"&gt;rm -rf $RPM_BUILD_ROOT&lt;/span&gt; immediately after the %install section&lt;br /&gt;&lt;br /&gt;If someone is reading this blog and have some ideas for additional rpmlint problems that are easily fixable in a crossdistro way please let me know.&lt;br /&gt;Mandriva Cooker rpms will be available soon.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-3139032838127735439?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/3139032838127735439/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=3139032838127735439' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/3139032838127735439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/3139032838127735439'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/05/rpm-editor-quick-fixes-hunt.html' title='Rpm editor quick fixes hunt'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-5547823316205301664</id><published>2008-05-09T10:12:00.000-07:00</published><updated>2008-05-09T10:21:27.317-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mandriva'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><title type='text'>Eclipse rpm editor 0.3.0 - What's new?</title><content type='html'>Check out all the goodies in it:&lt;br /&gt;* Bump the java to the 1.5 level and generify the source.&lt;br /&gt;* Fix File-&gt;Open File bug.&lt;br /&gt;* Make %{SOURCE} and %patch hyperlinks to ease navigation.&lt;br /&gt;* Fix conflict with Java editor  which disables "Organize imports" key binding.&lt;br /&gt;* Add interface for adding directories to Macro completion list&lt;br /&gt;* Backup package list only if the file existing + strings cleanups.&lt;br /&gt;* Handle directories with macros files.&lt;br /&gt;* Enable auto-complete for the defined sources in the spec.&lt;br /&gt;&lt;br /&gt;Oh and packages are available in Mandriva Cooker for everyone to test.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-5547823316205301664?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/5547823316205301664/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=5547823316205301664' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/5547823316205301664'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/5547823316205301664'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/05/eclipse-rpm-editor-030-released.html' title='Eclipse rpm editor 0.3.0 - What&apos;s new?'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-5370393769375103297</id><published>2008-04-29T03:21:00.000-07:00</published><updated>2008-04-29T03:25:10.893-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mandriva'/><title type='text'>JRuby entered in Mandriva Cooker</title><content type='html'>To all Cooker and JRuby users:&lt;br /&gt;JRuby is on the mirrors in the Mandriva Cooker repositories.&lt;br /&gt;Please "urpmi jruby" and report any problems you'll find.&lt;br /&gt;&lt;br /&gt;Most of the credits should go to the Fedora guys. The biggest difference is that we are installing in /usr/share because there is nothing arch specific in the JRuby rpm.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-5370393769375103297?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/5370393769375103297/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=5370393769375103297' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/5370393769375103297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/5370393769375103297'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/04/jruby-entered-in-mandriva-cooker.html' title='JRuby entered in Mandriva Cooker'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-4741876994841936581</id><published>2008-04-16T12:14:00.000-07:00</published><updated>2008-04-16T14:23:51.486-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mandriva'/><title type='text'>jpackage sync for 17 March 2008</title><content type='html'>Updated:&lt;br /&gt;jarjar&lt;br /&gt;mx4j&lt;br /&gt;ognl&lt;br /&gt;&lt;br /&gt;New package&lt;br /&gt;hamcrest&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-4741876994841936581?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/4741876994841936581/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=4741876994841936581' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/4741876994841936581'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/4741876994841936581'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/04/jpackage-sync-for-17-march-2008.html' title='jpackage sync for 17 March 2008'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-9041067916441834012</id><published>2008-04-15T23:47:00.001-07:00</published><updated>2008-04-16T12:14:23.309-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mandriva'/><title type='text'>Cooker is reopen ....</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;... and updates are coming:&lt;br /&gt;* itext&lt;br /&gt;* janino&lt;br /&gt;* classpath&lt;br /&gt;* jamvm&lt;br /&gt;&lt;br /&gt;And new packages:&lt;br /&gt;easymock2 (for hamcrest)&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-9041067916441834012?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/9041067916441834012/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=9041067916441834012' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/9041067916441834012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/9041067916441834012'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/04/cooker-is-reopen.html' title='Cooker is reopen ....'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-9087221981993581445</id><published>2008-04-10T09:53:00.000-07:00</published><updated>2008-11-13T07:53:59.648-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><title type='text'>Source and patch are links now</title><content type='html'>Keep improving the spec editor. Let's make %Source and %patch hyperlinks which navigate to the definition. A picture is more than a thousand words :))&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_SDaqa5M0bxU/R_5GcoM4hGI/AAAAAAAAAAM/UbYAdEHPj8E/s1600-h/source_link.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_SDaqa5M0bxU/R_5GcoM4hGI/AAAAAAAAAAM/UbYAdEHPj8E/s320/source_link.png" alt="" id="BLOGGER_PHOTO_ID_5187661278419125346" border="0" /&gt;&lt;/a&gt;And clicking sends you to :&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_SDaqa5M0bxU/R_5GsIM4hHI/AAAAAAAAAAU/xnnVoxeHCqY/s1600-h/source_destination.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_SDaqa5M0bxU/R_5GsIM4hHI/AAAAAAAAAAU/xnnVoxeHCqY/s320/source_destination.png" alt="" id="BLOGGER_PHOTO_ID_5187661544707097714" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;And the same for patches&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_SDaqa5M0bxU/R_5G_4M4hII/AAAAAAAAAAc/bLmrA-xF9rU/s1600-h/patch_link.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_SDaqa5M0bxU/R_5G_4M4hII/AAAAAAAAAAc/bLmrA-xF9rU/s320/patch_link.png" alt="" id="BLOGGER_PHOTO_ID_5187661884009514114" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_SDaqa5M0bxU/R_5HJYM4hJI/AAAAAAAAAAk/DyT94JXhAbg/s1600-h/patch_destination.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_SDaqa5M0bxU/R_5HJYM4hJI/AAAAAAAAAAk/DyT94JXhAbg/s320/patch_destination.png" alt="" id="BLOGGER_PHOTO_ID_5187662047218271378" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-9087221981993581445?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/9087221981993581445/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=9087221981993581445' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/9087221981993581445'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/9087221981993581445'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/04/keep-improving-spec-editor.html' title='Source and patch are links now'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_SDaqa5M0bxU/R_5GcoM4hGI/AAAAAAAAAAM/UbYAdEHPj8E/s72-c/source_link.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-8338598868724652688</id><published>2008-03-21T13:31:00.000-07:00</published><updated>2008-03-21T13:37:39.124-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><title type='text'>Keybinding conflict</title><content type='html'>I've just committed a fix for the nasty keybinding conflict between Rpm Spec editor and Java editor and Eclipse - both were registered to the same shortcut Ctrl-Shift-O. The spec editor was using the generic org.eclipse.ui.textEditorScope so it just overrides Java editor shortcut. Not having the Organize Imports is a big problem especially when you are used to it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-8338598868724652688?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/8338598868724652688/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=8338598868724652688' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/8338598868724652688'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/8338598868724652688'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/03/keybinding-conflict.html' title='Keybinding conflict'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-4533940580291186199</id><published>2008-03-19T01:38:00.000-07:00</published><updated>2008-03-19T01:47:38.601-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Mandriva'/><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><title type='text'>Spec editor first step</title><content type='html'>First commit to eclipse repository done :) .&lt;br /&gt;It's just the possibility(user interface) to add a directory to the rpm macros proposal list. But the efect on Mandriva is huge - with so many packages shipping their own rpm macroses adding /etc/rpm/macros.d to the list increases the number of macros proposal several times. It really saves a lot of time with java packages - %{ant}, %{gcj_compile}, %{gcj_files} and etc.&lt;br /&gt;Next step: Mandriva package with this feature and /etc/rpm/macros.d added by default :) to safe one more step.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-4533940580291186199?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/4533940580291186199/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=4533940580291186199' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/4533940580291186199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/4533940580291186199'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/03/spec-editor-first-step.html' title='Spec editor first step'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-7541357105199745401</id><published>2008-03-14T08:05:00.000-07:00</published><updated>2008-03-14T08:09:05.493-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><title type='text'>Eclipse commiter</title><content type='html'>After the successful vote I've completed all the legal paperwork and I'm now a committer on the technology.linux-distros project. The hard part is coming - make the rpm spec editor better.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-7541357105199745401?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/7541357105199745401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=7541357105199745401' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/7541357105199745401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/7541357105199745401'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/03/eclipse-commiter.html' title='Eclipse commiter'/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6005885087678136998.post-7528337516436697277</id><published>2008-03-10T05:37:00.000-07:00</published><updated>2008-03-10T05:41:13.263-07:00</updated><title type='text'></title><content type='html'>While reading the article &lt;a href="http://www.swinburne.edu.au/corporate/marketing/mediacentre/core/releases_article.php?releaseid=1066"&gt;"Blogging  will make you happy"&lt;/a&gt; I've decided to restart blogging. All older posts are removed (actually 1 :)).&lt;br /&gt;Let's see whether I can keep doing it on a regular base.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6005885087678136998-7528337516436697277?l=akurtakov.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://akurtakov.blogspot.com/feeds/7528337516436697277/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6005885087678136998&amp;postID=7528337516436697277' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/7528337516436697277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6005885087678136998/posts/default/7528337516436697277'/><link rel='alternate' type='text/html' href='http://akurtakov.blogspot.com/2008/03/while-reading-article-blogging-will.html' title=''/><author><name>Alexander Kurtakov</name><uri>https://profiles.google.com/116396211025193120958</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-C1RwUOW1zUE/AAAAAAAAAAI/AAAAAAAAAAA/5jKFCoAohOs/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry></feed>
