On Sun, Mar 3, 2013 at 3:13 PM, Valentina Manea
<[email protected]> wrote:
> I will be using Vysper for testing a IM application and I will need to
> implement UserAuthentication and AccountManagement interfaces. For
> now, I have only inserted a print instruction in
> server/core/src/main/java/org/apache/vysper/spring/ServerMain.java and
> used the build instructions presented here [1]. However, I can notice
> that is does not compile the sources in the server directory, but
> rather downloading new ones. I haven't worked with Maven before and I
> can't seem to figure out how/where should I compile those sources.
>
> Any help is greatly appreciated.
>
> [1] http://mina.apache.org/vysper-project/sources.html

The instructions on that page for building (using mvn install) will
actually compile and package the source code. After running it, if
successful, you should find the JAR files in the "target" directory in
each subproject.

/niklas

Reply via email to