Hi, I'm assuming that you are using Axis2 and trying to make an aar file. There is no unjar/unzip operation going on at that stage so the most likely thing to happen (for a file not found exception) is the failure to create the directory structure. So first check whether you have the permissions to create directories. Also some more information about the error (like the stacktrace) would be helpful. BTW are you on windows or linux ?
Ajith On 12/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Experts, When I try any quickstart example for generate.service, ANT throws an exception java.util.zip.ZipException , system could not find the file specified. It doesnt show which file it is trying unzip or unjar. I believe this issue is related to a file getting into classpath which java is not able to unjar. I am using ant 1.7.0 which is released recently. I just stuck because of this . please help. Thanks - Sudhir --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Ajith Ranabahu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
