Doolin

June 29, 2010

Doolin 0.9.2

Filed under: Uncategorized — admin @ 1:30 pm

Doolin 0.9.2 has been released.

April 19, 2010

Doolin 0.9.1

Filed under: Uncategorized — admin @ 12:23 pm

Doolin 0.9.1 has been released.

April 8, 2010

Doolin 0.9.0

Filed under: Uncategorized — admin @ 5:46 am

Doolin 0.9.0 has been released.

July 5, 2009

Doolin 0.8.1 released

Filed under: Uncategorized — admin @ 6:16 am

Doolin 0.8.1 has been released.

July 3, 2009

Using Maven Release Plug-in

Filed under: Build, Uncategorized — admin @ 2:19 pm

It’s a long time I was looking for an efficient and automated way of using the Maven Release plug-in in parallel of a Continuous Integration (CI) process.

First of all, that is only recently that some blocking issues in this plug-in were solved. See http://jira.codehaus.org/browse/MRELEASE-427 for more information. Don’t forget to use 2.0-beta-9 and not the SNAPSHOT version!

Then, for a multi-module project as Doolin, one can use:

mvn clean install release:prepare release:perform -DautoVersionSubmodules=true

However, I see a major drawback in such a mechanism because I’ve seen no way to perform a release from a specific SVN revision. Indeed, the CI process goal is finally to stamp some SVN revisions as being eligible for a release.

What I’m looking for is this kind of process:

  1. Developers commit on the trunk
  2. CI process runs on a regular basis
  3. We select a SVN revision which has been validated by a CI build
  4. We create a release from this SVN revision

This raises another issue:

  1. The trunk will have to be updated in order to reflect the version change (in the pom.xml files)
  2. Changes could have been made on the trunk during this whole process.

Therefore, what I’m really looking for is a kind of atomic release process.

February 4, 2009

Using Regular Expressions in Java

Filed under: Uncategorized — admin @ 3:01 am

I’ve found an excellent article about Regex in Java.

http://www.sitepoint.com/article/java-regex-api-explained/

December 18, 2008

Eclipse plugins

Filed under: Development environment — Tags: , — admin @ 11:09 am

Here is the list of configuration elements I use for developing:

Integrating Maven and Eclipse WTP

Filed under: Development environment — Tags: , , — admin @ 11:05 am

http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto

November 4, 2008

Doolin 0.7.0 released

Filed under: Uncategorized — Tags: , — admin @ 3:18 am

The 0.7.0 release of the Doolin framework has been released.

It is a major refactoring of the Doolin architecture:

  • Tight integration with Spring and XML custom schemas
  • Use of a bus instead of property listeners for model/gui binding

It can be downloaded from here.

Next version, 0.8.0, will focus on:

  • Documentation
  • Missing features: trees, date fields…

July 30, 2008

NTLM Proxy authentication

Filed under: Uncategorized — admin @ 4:23 am

Few useful posts on the subject, using HttpClient 4.0 (alpha):

http://hc.apache.org/httpcomponents-client/ntlm.html

Some samples:

http://hc.apache.org/httpcomponents-client/examples.html

I’m going on testing everything and I will put some updates right here.

Newer Posts »

Powered by WordPress