Hmm... well, I'm not feeling quite so silly about the resource thing. I reran the same test I did originally, which is importing the JLog library into the repository. Now, originally it imported the 11 resource files, and it does it with the latest patch as well. I'm using VisualAge for Java 3.5. Maybe they upgraded the API to deal with absolute path names. At any rate, the updated version correctly imports resources.
Glenn McAllister Software Developer. IBM Toronto Lab, (416) 448-3805 "An approximate answer to the right question is better than the right answer to the wrong question." - John W. Tukey Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: [patch] VAJImport (was: Capturing ANT Output) I just took a look at your patch, and I'm completely embarassed that I was trying to sort out .source files rather than .java files. Obviously I need more caffine in my life. :-) I've effectively applied your patch with a small change. We can just refer to files[i] for the resource file name, rather than taking a substring of the file variable. Otherwise, thanks for catching my silly errors. :-) Glenn McAllister Software Developer. IBM Toronto Lab, (416) 448-3805 "An approximate answer to the right question is better than the right answer to the wrong question." - John W. Tukey Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: [patch] VAJImport (was: Capturing ANT Output) > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > I've finally gotten the spare day to go over your VisualAge for Java tasks, > Wolf, and I have to say they were very good. Peter Kelly also donated a > couple of VAJ tasks, which I merged into yours. > > There are a couple of things I have changed: [snip] I appreciate Your enhancements and completely agree with them. Attached is a patch file for VAJImport. It's odd, but VAJ wants the relative path for resource files; it doesn't work with the absolute path. Could You take a look at it? I'm not sure if this is the best way to get the relative path. Additionally I added more log output. Now all imported files are logged when verbose is on. Wolf
