>I've got my source tree that includes a conf directory with different 
>configuration files, including a resource bundle properties file.
>Now in the jar task of my build file I've got the following entry:
>
><attribute name="Class-Path"  value="./conf" />
>
>and before that I have a task that copies the conf directory 
>in the deployment dir (at the same level of the jar I'm creating). 

So you got a directory layout with

.../
   | app.jar {Class-Path: ./conf }
   +-- conf
         *.properties


Jan


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to