[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] WebHelp search indexes
Hi David,
There's no reason you can't call ant from your Makefile. Best of both worlds.I know, but Ant would still require configurations to be made in the build.xml and build.properties files. In other words, I couldn't configure Ant to read options from a Makefile, or could I?Indeed you can set values to properties from the command line; "You can also set properties on the command line. This can be done with the -Dproperty=value option, where property is the name of the property, and value is the value for that property. If you specify a property that is also set in the build file (see the property task), the value specified on the command line will override the value specified in the build file." https://ant.apache.org/manual/running.html I suspect it will save you some effort if you can just use the ant script and invoke it from Make.
Wow, good to know! Thanks much; I'll try this out. Cheers, Stefan
Btw., you can also keep one copy of the main ant script on your system and import it into small/mostly empty ant files for each doc or set of docs. David -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJPL9wKAAoJEMHeSXG7afUhkI4H/0yBoptLcip439ysRhIcEYf3 lULBnnQWPxGM897kM4IPPf/L7CySfF80CVeFWbheHYqbpN4DN5qPhBbJBl/am06z 9IoMRn1/LaEQ4dt3dSETGYfscxOE/oAsBlxNYvKPwazRUqJnEFhCTvnHMMoJSzNK SnqyPEiqM4GoFFOfmXJ1sjROSYY6T5h3+HOckyo/eNqS4ybUGnBN35UBRteTv79y AhtsfXj72gn6Z0uXHyw3Ih3fKEkafQ4aGDGVJ5LqAh17lwkWDfbaz69zdwMZwTxo R1u2utvtC5lq1YKuz6N+VBRkzhFyy1UYX0OKVqi5aKgBEwq+i9TzYAoVlFdNlkk= =w4YY -----END PGP SIGNATURE-----
-- Cheers, Stefan Hinz <stefan.hinz@oracle.com>, MySQL Documentation Manager Phone: +49-30-82702940, Fax: +49-30-82702941, http://dev.mysql.com/doc ORACLE Deutschland B.V.& Co. KG Registered Office: Riesstr. 25, 80992 Muenchen, Germany Commercial Register: Local Court Of Munich, HRA 95603 Managing Director: Jürgen Kunz General Partner: ORACLE Deutschland Verwaltung B.V. Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Register Of Chamber Of Commerce: Midden-Niederlande, No. 30143697 Managing Directors: Alexander van der Ven, Astrid Kepper, Val Maher
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]