Re: problem building on macosx/SOLVED

2002-03-15 Thread Stephen Bannasch
I was able to build fop on macosx after removing an older version of fop.jar from /Library/Java/Extensions. The symptom was that the first taskdef in the ant build file was failing: BUILD FAILED /Users/stephen/apache/xml-fop/build.xml:273: taskdef class org.apache.fop.tools.anttasks.Serialize

Re: problem building on macosx

2002-02-28 Thread joseph . aloysius . gilvary
To: [EMAIL PROTECTED] Subject: Re: problem building on macosx

Re: problem building on macosx

2002-02-27 Thread Stephen Bannasch
Thanks for the suggestion, but the same problem occurs. >In an earlier mail you said you had this line in your shell profile: >"export ANT_HOME=/Users/stephen/devtools/jakarta-ant-1.4.1" > >Maybe that is causing ant to look for tasks in that directory rather >than in the fop lib? >Try setting ANT

Re: problem building on macosx

2002-02-27 Thread klease
In an earlier mail you said you had this line in your shell profile: "export ANT_HOME=/Users/stephen/devtools/jakarta-ant-1.4.1" Maybe that is causing ant to look for tasks in that directory rather than in the fop lib? Try setting ANT_HOME to "/Users/stephen/apache/xml-fop/lib" or wherever the bu

Re: problem building on macosx

2002-02-27 Thread Stephen Bannasch
>What happens if you remove hyphenation from this line > > > >in build.xml? same error: init: [echo] --- Fop 0.20.3 [1999-2002] BUILD FAILED /Users/stephen/apache/xml-fop/build.xml:272: taskdef class org.apache.fop.tools.anttasks.SerializeHyphPattern can

Re: problem building on macosx

2002-02-26 Thread Christian Geisert
Stephen Bannasch wrote: > created buildtools.jar: > > [bash stephen:~/apache/xml-fop]ant -f buildtools.xml > Buildfile: buildtools.xml You shouldn't have to build it yourself, it's included in lib/ > which claimed success > > then ran build.sh > > which again dies on the first taskdef W

Re: problem building on macosx

2002-02-26 Thread Stephen Bannasch
Thanks for the pointer Christian, I got a new checkout of the maintenence branch: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout -r fop-0_20_2-maintain xml-fop created buildtools.jar: [bash stephen:~/apache/xml-fop]ant -f buildtools.xml Buildfile: buildtools.xml which claimed suc

Re: problem building on macosx

2002-02-26 Thread Christian Geisert
Stephen Bannasch wrote: [..] > The systems stops on the very first element in the build. > > classname="org.apache.fop.tools.anttasks.SerializeHyphPattern"/> > > There are no classes in the anttasks dir for the taskdef to link "serHyph" to: > > lib/org/apache/fop/tools/anttasks/ This is

Re: problem building on macosx

2002-02-26 Thread Stephen Bannasch
Hi Jim, I am using the binary distribution of Fop regularly. I have xerces.jar and xalan.jar in /Library/Java/Extensions/ however I have no tools.jar or classes.zip in /Library/Java/Home/lib I have the following in the xml-fop lib dir: $ls lib BSF.license.txt batik.jar classes

Re: problem building on macosx

2002-02-26 Thread Jim Wright
It worked just fine for me from the very start. Are you sure you have all the supporting jars properly sourced through the classpath? Have you tried running it from the latest release jar file first before doing the build? jw Stephen Bannasch wrote: >I'm trying to build Fdop on macosx> I gr