OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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}"/>
>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]