|
From: Leif M. <le...@ta...> - 2006-07-06 04:35:10
|
Ashley,
Can you post the debug output? If the files are showing up on the
generated command
line as the full classpath correctly then the wildcards are being
expanded correctly. Java
is not able to handle wildcards in its classpath.
If the files shown on the class also exist, then I would next assume
that there are some
permission problems with them. Have you checked that?
Cheers,
Leif
Ashley Hurkoo wrote:
>
> I have a list of .properties and .xml file that I want to load on the
> classpath. They are in my target directory.
>
> I have
>
> wrapper.java.classpath.1=../target/*.*
>
>
> These files are loading up correctly on my windows box but not on my
> unix box. I turned debug on, and the files are on the classpath.
>
> Can anyone help?
>
|