just to clarify, I did not think I needed to change anything to the Makefile. Making the changes I mention or not, seem to behave exactly the same.
Thanks, Mohamed. On Wed, Sep 19, 2012 at 1:46 PM, Mohamed Lrhazi <ml...@georgetown.edu> wrote: > On Wed, Sep 19, 2012 at 12:40 PM, Andi Vajda <va...@apache.org> wrote: >> Did you follow the instructions at the top of the Makefile ? > > # Steps to build > # 1. Edit the sections below as documented > # 2. Edit the JARS variable to add optional contrib modules not defaulted > # 3. make > # 4. make install > > I set the var section to: > > ANT=/opt/ant/bin/ant > JAVA_HOME=/usr/java/jdk1.6.0_29 > PYTHON=$(PREFIX_PYTHON)/bin/python > JCC=$(PYTHON) -m jcc --shared > NUM_FILES=4 > > and have no need for changing JARS variable, I dont think. > > make clean > make > > results in the same jar error! > > Thanks a lot, > Mohamed.