Getting started with Luntbuild 开始使用Luntbuild

Categories: 分享; Tagged with: ; @ March 18th, 2012 1:19

After install completed, we can crate new project for nightly build, for a luntbuild project, we need to configure it’s:

VCS adaptors; Builders;’ Schedules

 

VCS adaptors: specify the repository type, URL, userName and password, and we need to specify it’s modules(e.g. java projects in the repository). with those info, luntbuild can update codes before build.

Builders: we can set one or more builder, builder can be Ant or Maven. we need to specify the command and targets, and build success condition.

Schedules: we can create build schedules in this tab, there is one of the most import field is
‘Trigger type’, it can be manual, simple, cron;
Build Type: specify the build type, weather remove all code and update, or just update;

and also can specify the post-builders, like after builder success, we deploy the server;

we can manually start a builder.

Typically,  when you trigger a builder manually, luntbuild will:

1. update codes from repository;

2. build the specified builders in the schedule;

3. run the post builders;

4. notify related users by Email, Jabber, Post, etc.( you can specify the properties in Home>Properties)

 

Here is an ‘getting started’ doc: Luntbuild – Quick Start Guide http://iwr-geclipse.fzk.de:8443/luntbuild/docs/quickstart/quickstart.html

(I guess it’s a official document)

Installing Luntbuild / Luntbuild安装小结

Categories: 分享; Tagged with: ; @ March 18th, 2012 0:47

About LuntBuild: http://luntbuild.javaforge.com/

image

I just installed Luntbuild,  and I delpoy the luntbuild.war into a Tomcat 5.5 outside.

In the luntbuild_installation.txt, they mentioned the following servlet containers:

* Tomcat 4.x
* Tomcat 5.5
* Jetty 4.2.23
* Jetty 5.1.12
* Resin 3.0.12
* JBoss 4.0.1RC2
* JBoss 3.2.7
* JOnAS 4.3.3
* SunOne 6.1
* Orion 2.x

(luntbuild  also can runs in standalone mode:http://luntbuild.javaforge.com/manual/guide/manual.html#standalone )

I choose Tomcat5.5, you can specify the web app location or you can deploy the war later;

then start the tomcat, and you can see:

Luntbuild : –> context initialization started
Luntbuild : –> context initialization finished

Luntbuild started now;

For more info about installation: http://luntbuild.javaforge.com/manual/guide/manual.html#installation

HTML5 学习笔记: localStorage/sessionStorage

Categories: FrontEndHTML5; Tagged with: ; @ March 17th, 2012 19:17

HTML5新增的功能之一: 本地存储. 类似于Flex 的SharedObject.

localStorage.userName = data;  // Save data
var lastName = localStorage.userName; // Get data from local sotrage

image

>>Demo及代码<<

ref: http://www.w3schools.com/html5/html5_webstorage.asp

No context menu after TortoiseSVN installed on Win 2008 64bit

Categories: Java分享; Tagged with: ; @ March 17th, 2012 16:18

After install a 32bit Tortoise on Win2008 64bit, there are no related menu item in context menu;

You need to install 64bit Tortoise.

link: http://tortoisesvn.net/downloads

or: http://download.cnet.com/TortoiseSVN-64-bit/3000-2383_4-75211577.html

Install Subversion for Eclipse Indigo3.7/Helios3.6/Galileo3.5 Eclipse安装Subversion插件

Categories: FlexJava; Tagged with: ; @ March 17th, 2012 16:02

Subversive installation instructions

http://www.eclipse.org/subversive/documentation/gettingStarted/aboutSubversive/install.php

Update sites:

Indigo 3.7

Update Site is a part of Indigo Update Site. Look at Help > Install New Software… > select Indigo – http://download.eclipse.org/releases/indigo > Collaboration Tools

Helios 3.6

Update Site is a part of Helios Update Site. Look at Help > Install New Software… > select Helios – http://download.eclipse.org/releases/helios > Collaboration Tools

Galileo 3.5

Try: http://download.eclipse.org/releases/galileo> Collaboration Tools

Or: http://subclipse.tigris.org/update_1.6.x

 

more info: http://www.eclipse.org/subversive/downloads.php

Newer Posts <-> Older Posts



// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.