Hi Hugo Jos� Pinto,

thanks for you response,

>     There are a couple of tricks when you try to delete the temporary
> copyxxx.zip file that won't allow the file to be properly deleted in my NT
> box. As a result, the deployment fails as a whole - and it shoudn't, I

yea, seems to be NT, on both Linux boxes we tested it worked fine.
I will replace the File.createTempFile () call - that should fix it.

> guess: I'd rather have an undeleted file in my tmp dir than an undeployed
> (and unbooted) application.

Yep, but I did that because if you do haevy development with massive
redeploy you have 100 undeleted files in your tmp dir...

>     Also, you do for loops with "++i" increments instead of "i++" in both
> J2eeDeployer.java and URLWizzard.java, witch is bad coz you end up bypassing
> some array items.

Well, is doesnt matter, because in for loops first the increment
expression (everything after the second semicolon) is evaluated and then
the middle expression (between the both semicolons) is evaluated. So its
the same...
Its a relict of a time were computers were weak and in plain C it was
faster


I updated URLWizzard and J2eeDeployer in cvs. Check it out. I use own
implementations now that should work.

\Daniel

Reply via email to