Hello -
I don't see any active bugs, so I'm not sure if this
project is still active, but I thought I would send this in
regardless.
First, this is a great concept and generally works very
well. If this is no longer in development, please let me
know if there are any alternatives that you recommend.
Regarding the 'bug', I'm not 100% sure this is a bug as
it may just be related to my environment. I have
created a test area that simply has one class
(Test.java) inside of the package 'Test'. This all works
great and I'm thrilled with that part (and it handles
depencies in other classes/trees/packages perfectly).
The trouble I'm having is that when I specify a resource,
it can never seem to find the resource. Each time I get
back :"resource test.Test.properties not found.". I've
tried it with the 'dot' notation as well as the zip notation
and I have checked and double-checked that I have the
classpath defined correctly.
I'm running on XP with cygwin on top. I've tried it
from 'cmd' as well, but the result is the same. As I said,
I have every permutation of 'C:\Devel\Code' in my
classpath, but it still can't find the resource. If I place
the property file in the directory from which I run 'ant',
it is able to find the property and add it.
Has anyone else cited any issues like this or do you
know of any sort of configuration issue which could be
causing this?
thanks, doug
doug.conyers@securelogix.com
Logged In: YES
user_id=15880
The project is reasonably stable and updates or features are
added on demand. I like to keep stuff focused and simple so,
when it's done, it's done.
For the configuration. I have never tried pack in cygwin on
win32. It might be a classpath separator issue. I'll try and
look into it.