Hi All,
This is what I need:-
Source:-
java/src/config/**
java/src/my/**
Classes:-
targer/classes/config/**
targer/classes/my/**
Jar:-
my-1.1.jar!my/**
I load "config.resource" and need it to be outside jar.
I would use the jar as follows:-
WEB-INF/classes/config/**
WEB-INF/lib/my-1.1.jar
So having config inside my jar will mess-up my appliaction.
And if I don't have targer/classes/config/** my tests will fail.
Regards,
Nitin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
