Skip to content

oza/msgpack-scala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build the JAR file of Message Pack, you need to install Maven (http://maven.apache.org), then type the following command:

$ mvn package

To locally install the project, type
$ mvn install

Next, open the preference page in Eclipse and add the CLASSPATH variable:

M2_REPO = $HOME/.m2/repository

where $HOME is your home directory. In Windows XP, $HOME is:
C:/Documents and Settings/(user name)/.m2/repository 


# How to release the project (compile, test, tagging, deploy)

$ mvn release:prepare
$ mvn release:perform

Default scala version is set to 2.9.0.
If you want to compile in scala version 2.9.1 or 2.9.0-1, replace pom.xml property or use sbt.

This project also support sbt 0.11.2.

In sbt console.
To build
$ package

Generate poms
$+ make-pom

make-pom generate maven pom files into target/{scala.version}.










About

MessagePack serializer implementation for Scala

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%