Menu

How I compiled diffxml

Help
2003-05-09
2013-05-01
  • Jonathan Hawkesworth

    In the interests of sharing knowledge etc, here's how I was able to compile diffxml.

    Platform: redhat 7.2 distro of linux
    java version: 1.4.1_01

    HOME=/homes/mydir
    put jars in $HOME/jars
    put sources in $HOME/diffxml

    Do *not* cd into the diffxml dir and then run:
    javac -d diffxml diffxml/*.java
    cd diffxml
    javac -d fmes fmes/*.java
    javac -d pulldiff pulldiff/*.java
    javac -d . Patch/*.java

    I've no idea if this is the approved way of doing such things since I am very much a novice java programmer, but it worked for me, and I hope it is of some help to you.

    Best
    jonhawkesworth

     
    • Adrian Mouat

      Adrian Mouat - 2009-04-05

      This is old - use the ant file to compile now.

       
  • Jude Anthony

    Jude Anthony - 2011-06-24

    The links on the website lead the user to believe that diffxml_src.tar.gz is the latest, when in fact you need to download 0.95B.  That includes the ant build.

     

Log in to post a comment.

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.