Strange, so you have a command "fop" but no "fop.sh"? I'm guessing I installed mine by hand and you by package and that yours is installed with the shell script fop? If fop is a shell script, then my guess it runs the same as fop.sh does on my computers. If you're getting the OutOfMemory error and fop is a shell script, you'll likely have to increase the max ram argument to java: $JAVACMD -Xmx512m -classpath "$LOCALCLASSPATH" $FOP_OPTS org.apache.fop.apps.Fop "$@" is what I have at the end of fop.sh, with the relevant argument being "-Xmx512m" which bumps the max to 512megs. Using 384 as a max I think is the minimum I've used and gotten able to complete a compile. If it's not any of the above, for myself, when I installed fop on my computer, all I did really was unzip the fop archive to /usr/local/fop-0.20.5 and in there was fop.sh. Oh, and just to make sure, is your version of fop 0.20.5? That's the version I'm using and I think it hasn't changed in a couple years so is most likely what is available. I just found a couple Indexterm issues and am in the process of fixing and building to find if there's anymore. (Hmm... so for example, all of the entries in indexterm id's in opcodes/tb.xml all use IndexTable which will cause HTML to output without failing but will make PDF generation fail... Gotta go to sleep now but will fix those tomorrow if they're not done yet) I think I'll do a build of the manuals later this week and update csounds.com with all of the one's I had been building as well as an A4 now too. steven On 12/5/05, jpff wrote: > I too tried making a pdfa4 target, and that seemed to fix the paper size. > I still do not have a fop.sh anywhere;I tried running fop directly and was > inundated in error messages, ending with > Exception in thread "main" java.lang.OutOfMemoryError: Java heap space > > Perhaps I should wait, but where do I find fop.sh? > > ==John > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net