From: Brian W. <bwe...@xb...> - 2005-11-11 11:07:05
|
On Fri, 11 Nov 2005, Dejan Bosanac wrote: > Hi, > > in order to successfully use dnsjava-2.0.0.jar on Windows platform I had to > add > > <include name="**/*.properties"/> > > in the "jar" target of the build file (to include the appropriate properties > files) The jar target already has: <... includes="**/*.class **/*.properties"> and I just verified that the properties are in the jar file when using ant to build it. What exactly is the problem you're seeing? Brian |