Next in thread → Next in month →

Re: [docbook-apps] Transforming with ant: resolver class not founderror

From
Denis Bradford <>
Date
2006-08-20T19:32:46+00:00
ID
Thread
Re: [docbook-apps] Transforming with ant: resolver class not founderror
Cool, that works too. Now that we can do it both ways, it may work out 
better to say it once on the command line, than several times in the 
build file. But choices are always good.

You guys are lifesavers - thanks!

Mauritz Jeanson wrote:
>> -----Original Message-----
>> From: Denis Bradford 
> 
>>   * I can only specify the system "-D" options on the command line.
>>     Can you do it in the ant build.xml?
> 
> 
> Try using <sysproperty>, like this:
> 
> <sysproperty key="javax.xml.parsers.DocumentBuilderFactory"
>              value="${DBFACTORY}"/>
>
Next in thread → Next in month →