softwarefromnorth.blogspot.com softwarefromnorth.blogspot.com

softwarefromnorth.blogspot.com

Software from North

Short musings about software development in general. Perjantai 5. syyskuuta 2014. Getting project version from Maven project in Jenkins. Execute system Groovy Script with following script. Import hudson.remoting.VirtualChannel. Def pomFile = build.getParent().getWorkspace().child('pom.xml').readToString();. Def project = new XmlSlurper().parseText(pomFile);. Def param = new hudson.model.StringParameterValue("MAVEN VERSION", project.version.toString() ;. Or in some shell commands. Publishing to random por...

http://softwarefromnorth.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SOFTWAREFROMNORTH.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 13 reviews
5 star
8
4 star
2
3 star
1
2 star
0
1 star
2

Hey there! Start your review of softwarefromnorth.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.1 seconds

FAVICON PREVIEW

  • softwarefromnorth.blogspot.com

    16x16

  • softwarefromnorth.blogspot.com

    32x32

  • softwarefromnorth.blogspot.com

    64x64

  • softwarefromnorth.blogspot.com

    128x128

CONTACTS AT SOFTWAREFROMNORTH.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Software from North | softwarefromnorth.blogspot.com Reviews
<META>
DESCRIPTION
Short musings about software development in general. Perjantai 5. syyskuuta 2014. Getting project version from Maven project in Jenkins. Execute system Groovy Script with following script. Import hudson.remoting.VirtualChannel. Def pomFile = build.getParent().getWorkspace().child('pom.xml').readToString();. Def project = new XmlSlurper().parseText(pomFile);. Def param = new hudson.model.StringParameterValue(MAVEN VERSION, project.version.toString() ;. Or in some shell commands. Publishing to random por...
<META>
KEYWORDS
1 software from north
2 import hudson filepath
3 buildaddaction paramaction ;
4 project version=${maven version}
5 buildsh ${maven version}
6 posted by
7 jyrki puttonen
8 kohteen lähettäminen sähköpostitse
9 bloggaa tästä
10 jaa twitteriin
CONTENT
Page content here
KEYWORDS ON
PAGE
software from north,import hudson filepath,buildaddaction paramaction ;,project version=${maven version},buildsh ${maven version},posted by,jyrki puttonen,kohteen lähettäminen sähköpostitse,bloggaa tästä,jaa twitteriin,jaa facebookiin,jaa pinterestiin
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Software from North | softwarefromnorth.blogspot.com Reviews

https://softwarefromnorth.blogspot.com

Short musings about software development in general. Perjantai 5. syyskuuta 2014. Getting project version from Maven project in Jenkins. Execute system Groovy Script with following script. Import hudson.remoting.VirtualChannel. Def pomFile = build.getParent().getWorkspace().child('pom.xml').readToString();. Def project = new XmlSlurper().parseText(pomFile);. Def param = new hudson.model.StringParameterValue("MAVEN VERSION", project.version.toString() ;. Or in some shell commands. Publishing to random por...

INTERNAL PAGES

softwarefromnorth.blogspot.com softwarefromnorth.blogspot.com
1

Software from North: Building Fedora 20 image with Veewee

http://softwarefromnorth.blogspot.com/2014/04/building-fedora-20-image-with-veewee.html

Short musings about software development in general. Lauantai 26. huhtikuuta 2014. Building Fedora 20 image with Veewee. I was in need of Fedora 20 virtual machine, and at the same time wanted to learn something new. So instead of googling around for Vagrant image, I decided to use Veewee. To build a new one. The resulting source files are available at Github. I started to create my image file. Veewee has a lot of predefined templates, one of which was Fedora-20-x86 64. BUNDLE GEMFILE=/home/jyrki/project...

2

Software from North: kesäkuuta 2013

http://softwarefromnorth.blogspot.com/2013_06_01_archive.html

Short musings about software development in general. Tiistai 25. kesäkuuta 2013. Trivial-rebase.py in Gerrit 2.6, fixing "trivial rebase.py: error: Incomplete arguments". Detection had some changes when Gerrit 2.6.0 was released, and my previous patchsets-created hook didn't work anymore. In logs, there was. 2013-06-25 12:05:33,916] INFO com.google.gerrit.common.ChangeHookRunner : hook[patchset-created] output: trivial rebase.py: error: Incomplete arguments. Use Getopt: Long;. Project=s" = $project,.

3

Software from North: kesäkuuta 2014

http://softwarefromnorth.blogspot.com/2014_06_01_archive.html

Short musings about software development in general. Maanantai 2. kesäkuuta 2014. Using HTTP Basic Authentication with YUM. HTTP Basic Authentication is supported by yum. You just have to add username and password into repository configuration. But, at least on the older versions of Centos, this does not work. Problem is that yum relies on python library called " urlgrabber. I resolved this problem by installing urlgrabber from sources. Git clone git:/ yum.baseurl.org/urlgrabber.git/. That got it working.

4

Software from North: maaliskuuta 2014

http://softwarefromnorth.blogspot.com/2014_03_01_archive.html

Short musings about software development in general. Perjantai 7. maaliskuuta 2014. Installing biber for biblatex on Fedora 20. On Fedora, biber isn't part of biblatex packaging. Reason for this seams to be that it bring along a lot of perl dependencies ( https:/ bugzilla.redhat.com/show bug.cgi? Luckily there's a copr for biber, http:/ copr.fedoraproject.org/coprs/cbm/Biber/. Seems to be working fine, but it really does bring along those Perl dependencies. Well, disk is cheap.

5

Software from North: syyskuuta 2014

http://softwarefromnorth.blogspot.com/2014_09_01_archive.html

Short musings about software development in general. Perjantai 5. syyskuuta 2014. Getting project version from Maven project in Jenkins. Execute system Groovy Script with following script. Import hudson.remoting.VirtualChannel. Def pomFile = build.getParent().getWorkspace().child('pom.xml').readToString();. Def project = new XmlSlurper().parseText(pomFile);. Def param = new hudson.model.StringParameterValue("MAVEN VERSION", project.version.toString() ;. Or in some shell commands. Publishing to random por...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

OTHER SITES

softwarefriendly.net softwarefriendly.net

Untitled Document

Il Redirect del dominio non è stato configurato. Per impostare la configurazione è necessario utilizzare l'apposito. Pannello dell' Area Clienti. All'interno di Hosting.aruba.it.

softwarefriendly.org softwarefriendly.org

softwarefriendly.com | Friendly: Il Software gestionale per la piccole imprese artigiane prodotto da NTS Informatica | distribuito da Sisoft srl

Http:/ www.sisoft.org/NTS-Business-Friendly.htm.

softwarefriends.com softwarefriends.com

softwarefriends.com

softwarefromegypt.com softwarefromegypt.com

Index of /

Apache/2.0.64 (Unix) mod ssl/2.0.64 OpenSSL/0.9.8e-fips-rhel5 mod auth passthrough/2.1 mod bwlimited/1.4 mod fcgid/2.3.6 Sun-ONE-ASP/4.0.2 Server at www.softwarefromegypt.com Port 80.

softwarefromhardrocks.com softwarefromhardrocks.com

Software from Hard Rocks - A Documentary about our sense of place

Software from Hard Rocks (2014). A story about globalization and our sense of home/place.

softwarefromnorth.blogspot.com softwarefromnorth.blogspot.com

Software from North

Short musings about software development in general. Perjantai 5. syyskuuta 2014. Getting project version from Maven project in Jenkins. Execute system Groovy Script with following script. Import hudson.remoting.VirtualChannel. Def pomFile = build.getParent().getWorkspace().child('pom.xml').readToString();. Def project = new XmlSlurper().parseText(pomFile);. Def param = new hudson.model.StringParameterValue("MAVEN VERSION", project.version.toString() ;. Or in some shell commands. Publishing to random por...

softwarefromthetrenches.com softwarefromthetrenches.com

software from the trenches | Stories and opinion from a battle-hardened it veteran

Software from the trenches. Stories and opinion from a battle-hardened it veteran. May 11, 2013. A common pattern that I see when carrying out reviews is this, the centralised constants definition:. PoorApplication { public class. DefaultIsolationLevel = IsolationLevel.ReadCommitted; } }. Every time that I raise this as an issue during a review developers will generally respond by saying it is good to have all your constants in one place so that you can find them. There are issues with this approach:.

softwarefromtorrent.blogspot.com softwarefromtorrent.blogspot.com

Download Software from Torrent for Free

Download Software from Torrent for Free. Saturday, October 5, 2013. CONNECTIFY PRO 4.3.0.26370 FULL SERIAL [Tuklu]. Download the file via MirrorCreator. Tuesday, August 13, 2013. Revo Uninstaller Pro 3.0.7 - Cyclonoid. Revo Uninstaller helps you to uninstall software and remove unwanted programs installed on your computer even if you have problems uninstalling and cannot uninstall them from "Windows Add or Remove Programs" control panel applet. Real-Time Installation Monitor - Revo Uninstaller Pro has re...

softwarefront.com softwarefront.com

SoftwareFront.com | Simple, Clean and Effecient

Simple, Clean and Effecient. Skip to primary content. Skip to secondary content. October 18, 2012. Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Proudly powered by WordPress.

softwarefrontier.com softwarefrontier.com

Software Frontier

Night thoughts on agile software development, management, and life. Saturday, May 03, 2008. Next Software Frontier: Virtualization. Now that you know that next software frontier crosses Usability. Not so visible to general users, unless you are on Mac running your Windows in a virtual machine. For Mac users VMWare Fusion or Parallels is must have. But virtualization is making a revolution in IT "under the hood". A BlackBerry user? You are backed by virtualization! Tuesday, January 29, 2008. The industry ...