Submitted by cstachris on Wed, 02/16/2011 - 08:23.
Hello Ernesto,
I'm preparing a new site with better documentation - should be ready by the end of the month.
For svn with ant build scripts
http://svn.opencsta.org//trunk
where package is stack,communications,server,client
Here are some provisional maven instructions if you use/prefer maven which have their own branch and have not been moved to trunk yet:
CSTA Stack (Service Description)
CSTA Server (with Java Serial Port support)
Download the serial port java bindings and place the two files in the correct location - Read the java serial port instructions
Note that all the packages in the branch have "branch" as the url except the server package which has "branches" - this was a simple mistake/typo when I created the repositories a couple of years ago and had only just realised there was an error in the url last week when testing maven builds.
I'm looking at moving to maven builds by the end of month as well.
Hello Ernesto, I'm preparing
Hello Ernesto,
I'm preparing a new site with better documentation - should be ready by the end of the month.
For svn with ant build scripts
http://svn.opencsta.org//trunk
where package is stack,communications,server,client
Here are some provisional maven instructions if you use/prefer maven which have their own branch and have not been moved to trunk yet:
CSTA Stack (Service Description)
svn co http://svn.opencsta.org/stack/branch/mvn-1.0 opencsta-stack
cd opencsta-stack
mvn package
mvn install
CSTA Communications
svn co http://svn.opencsta.org/communications/branch/mvn-1.0 opencsta-communications
cd opencsta-communications
mvn package
mvn install
CSTA Server (with Java Serial Port support)
Download the serial port java bindings and place the two files in the correct location - Read the java serial port instructions
svn co http://svn.opencsta.org/server/branches/mvn-1.0 opencsta-server
cd opencsta-server
mvn package
mvn install
CSTA Server (without Serial Port support)
svn co http://svn.opencsta.org/server/branches/mvn-1.0 opencsta-server
cd opencsta-server
cd src/main/java/
rm -Rf au
cd ../../../
mvn package
mvn install
CSTA Client
svn co http://svn.opencsta.org/client/branch/mvn-1.0 opencsta-client
cd opencsta-client
mvn package
mvn install
Note that all the packages in the branch have "branch" as the url except the server package which has "branches" - this was a simple mistake/typo when I created the repositories a couple of years ago and had only just realised there was an error in the url last week when testing maven builds.
I'm looking at moving to maven builds by the end of month as well.
Hope that helps
Cheers
Chris