This is only supposed to work if you really follow this guide step-by-step.
I will not accept any bug-reports with "I skipped this and that, because I consider that useless/I don't like it/I'm used to do it differently/I can't read/..."
Set User Environment Variables in Windows System Preferences/System:
JAVA_HOME=C:\Programme\Java\jdk1.5.0_16 PATH=%JAVA_HOME%\bin;%PATH%;C:\java\apache-maven-2.0.9\bin
Open a command line to test all prelimaries:
>java -version java version "1.5.0_16" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b02) Java HotSpot(TM) Client VM (build 1.5.0_16-b02, mixed mode, sharing)[[code]] >svn --version svn, Version 1.5.1 (r32289) .... blahblah ... >mvn -version Maven version: 2.0.9 Java version: 1.5.0_16 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
Create a workspace-directory and check-out time4u from sourceforge:
>cd C:\java >mkdir workspace >cd workspace >svn co https://time4u.svn.sourceforge.net/svnroot/time4u/overhaul/trunk time4u
Ensure that you have an internet connection (especially to repo1.maven.org,repository.jboss.org and download.java.net). Import all eclipse-plugins to local maven repository:
>cd time4u >mvn -DstripQualifier=true eclipse:to-maven
When prompted enter the directory you have extracted eclipse to (e.g. C:\java\eclipse).
Do an intial build:
>mvn clean install
This should finish with no errors. You now already have a client for your operating system in assemblies/client-win32/target.