Adjust the following line in build.xml to your launch4j installation:
<property location="/usr/java/launch4j" name="launch4j.dir" />
You have to add all required jars in the lib folder of the Project FIXAgoraBuild. You will find most of them in the lib and extlib folders of the distribution. The jar named sapjco.jar is not included, because it is not open source.
Alex
Last edit: Alexander Pinnow 2013-07-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2013-07-08
Hi Alex:
That worked, thanks a lot. Do I pull the whole project into Eclipse in one shot or do I import each .project separately? That's all and I should be good to go...
Cheers,
Dave
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Every top folder in the src directory is a single eclipse project. You should import them separately and resolve all configuration problems. I usually start the server and the client from within eclipse.
Server:
Main class: net.sourceforge.fixagora.basis.server.FBasisServer
VM arguments: -XX:+UseParallelGC -Xmx1024m -Xms1024m -XX:MaxPermSize=512m
Client:
Main class: net.sourceforge.fixagora.basis.client.control.BasisClient
Alex
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi: How do I build from source? I tried ant init and ant compile from the build directory but I get the following message:
taskdef class net.sf.launch4j.ant.Launch4jTask cannot be found
Sorry, not a big Java guy at the moment....
Cheers,
Dave
Hi Dave,
Launch4j must be installed on your computer:
http://launch4j.sourceforge.net/
Adjust the following line in build.xml to your launch4j installation:
<property location="/usr/java/launch4j" name="launch4j.dir" />
You have to add all required jars in the lib folder of the Project FIXAgoraBuild. You will find most of them in the lib and extlib folders of the distribution. The jar named sapjco.jar is not included, because it is not open source.
Alex
Last edit: Alexander Pinnow 2013-07-08
Hi Alex:
That worked, thanks a lot. Do I pull the whole project into Eclipse in one shot or do I import each .project separately? That's all and I should be good to go...
Cheers,
Dave
Hi Dave,
Every top folder in the src directory is a single eclipse project. You should import them separately and resolve all configuration problems. I usually start the server and the client from within eclipse.
Server:
Main class: net.sourceforge.fixagora.basis.server.FBasisServer
VM arguments: -XX:+UseParallelGC -Xmx1024m -Xms1024m -XX:MaxPermSize=512m
Client:
Main class: net.sourceforge.fixagora.basis.client.control.BasisClient
Alex