To use Pax-Construct you need a Java runtime (preferably 1.4 or above) and Maven2 installed and on your path.
NOTE: if you have an old copy of the scripts installed, you can update them using the pax-update command.
Linux / UNIX / Mac
PATH=/tmp/pax-construct-1.3/bin:$PATH; export PATH
Windows
set PATH=C:\Temp\pax-construct-1.3\bin;%PATH%
pax-create-project -g examples -a test
cd test pax-create-bundle -p org.example.pkg -n test.bundle
mvn clean install pax:provision
mvn pax:eclipse -DdownloadSources