On Tuesday 7 April 2009 14:55:33 Martin Gainty's cat walking on the keyboard
wrote:
> what does the jar's manifest display?
Here it is:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 10.0-b23 (Sun Microsystems Inc.)
Built-By: luca
Main-Class: g2.main.Main
Class-Path: aspectjrt.j
inito.it
> To: user@ant.apache.org
> Subject: Re: AW: classpath problem when creating a jar
> Date: Tue, 7 Apr 2009 13:53:04 +0200
>
> On Tuesday 7 April 2009 13:43:41 jan.mate...@rzf.fin-nrw.de's cat walking on
> the keyboard wrote:
> > So you got a directory layout w
On Tuesday 7 April 2009 13:43:41 jan.mate...@rzf.fin-nrw.de's cat walking on
the keyboard wrote:
> So you got a directory layout with
>
> .../
>
>| app.jar {Class-Path: ./conf }
>
>+-- conf
> *.properties
Yes, that's the final layout. But I don't get why it is not working.
Luca
>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:
>
>
>
>and before that I have a task that copies the conf directory
>in the deployment dir
Hi all,
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:
and before that I have a task that copies the conf directory in the deployment
dir