You should run ant from the your fop dir. If ant is not in your path see http://ant.apache.org/ for details.
Pete On Thu, Apr 29, 2010 at 10:58 AM, lexa2009 <[email protected]> wrote: > > Hi! Thx a lot, i change my pattern file for this (for example) > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE hyphenation-info SYSTEM "hyphenation.dtd"> > <hyphenation-info> > <hyphen-min before="2" after="3"/> > <patterns> > --> > +5a > a5+ > +5b > b5+ > </patterns> > </hyphenation-info> > > when i try to compile it( in cmd i go to ant/bin and write ant.bat > compile-hyphenation i have an error > > Unable to locate tools.jar. Expected to find it in C:\Program > Files\Java\jre6\lib\tools.jar > Buildfile: C:\ant\bin\build.xml > > BUILD FAILED > Target "compile-hyphenation" does not exist in the project "null". > > Total time: 0 seconds > > i use google and fing that i can ignore Unable to locate tools.jar. > Expected > to find it in C:\Program Files\Java\jre6\lib\tools.jar because i do not > need > it for my task. > but what to do with Target "compile-hyphenation" does not exist in the > project "null".? > i have to write build.xml by myself? > thx! > -- > View this message in context: > http://old.nabble.com/FOP%2C-hypenation.-How-to-compile-hyph-pattern--my-own-tp28340019p28398640.html > Sent from the FOP - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
