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)
About LuntBuild: http://luntbuild.javaforge.com/
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新增的功能之一: 本地存储. 类似于Flex 的SharedObject.
localStorage.userName = data; // Save data
var lastName = localStorage.userName; // Get data from local sotrage
ref: http://www.w3schools.com/html5/html5_webstorage.asp
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
Subversive installation instructions
http://www.eclipse.org/subversive/documentation/gettingStarted/aboutSubversive/install.php
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
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
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
// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.