Menu

Building FIXAgora

Anonymous
2013-07-08
2013-07-09
  • Anonymous

    Anonymous - 2013-07-08

    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

     
  • Alexander Pinnow

    Hi Dave,

    1. Launch4j must be installed on your computer:
      http://launch4j.sourceforge.net/

    2. Adjust the following line in build.xml to your launch4j installation:
      <property location="/usr/java/launch4j" name="launch4j.dir" />

    3. 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
    • 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

       
  • Alexander Pinnow

    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

     

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.