Hi Cameron, thanks for the changes und hints. Everything works fine now. To build the several single jar-files I used the dist-zip target mentioned in the help, missing somehow the "jars"-Target (so there the forrest- and the svn-problem occurs). Now using the jars-, all-jar- and javadoc-targets, I get everything I need without any problems.
Perhaps you can update the "help"-target with the jars-Target to make it easier to find this target without scanning the whole buildfile. Thanks Florian -----Original Message----- From: Cameron McCormack [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 11:12 PM To: [email protected] Subject: Re: Building Batik --> SVN & Forrest Hi Florian. Pepping, Florian: > since a few weeks, I've got trouble building the batik-jars with the > build.xml-File. Ant always complains about the missing SVN-Program and > the missing Forrest-Framework. > Using the Windows XP Plattform with TortoiseSVN-GUI Client I don't have > an SVN.exe installed and I don't have the forrest-Framework installed. > Not mentioned, that sitting behind a firewall and several proxies, it is > difficult to configure connections to servers outside the company. > > So I would ask or mention, if it is possible to rewrite the > build.xml-File is such a way, that I can configure if I'd like to have > the SVN-Version retrieved from the server and if I'd like to use the > forrest framework. Hmm, I thought I had written it so that if svn were missing it would still build ok (just not update the revision number in Squiggle’s splash screen). I’ve just committed a change to build.xml, so it won’t fail if svn is not installed. Give it a try. Without the command line svn installed, it’d be difficult to determine the revision of the checked out copy. > I don't need these things, I just like to build the several jar-Files > both in single-Files or combined in the all-jar with the corresponding > docs. If I inspected the build file correctly, then this is not possible > today. Or to say it in a different way, I have to uncomment several > parts to make the build.xml-File function without a svn.exe and the > forrest framework. I don't think this is very nice. The documentation does now require Forrest to build. What target are you using to build? Both “jars” and “all-jar” shouldn’t trigger the building of the documentation. Cameron -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
