[izpack-devel] Uninstaller bug
Marius Nicolae
mariusn007 at gmail.com
Thu May 10 21:32:31 CEST 2007
Hi Marc,
Sorry about that, I wasn't aware of the patch format. What is the
unified patch format?
The patch was created as the output of diff
diff <original AutomatedInstaller.java> <fixed AutomatedInstaller.java>
So, if you are on unix you can apply the patch with the command:
patch AutomatedInstaller.java patch-AutomatedInstaller.java
I've tried it and it gets the job done.
If for any reason you cannot use the command above, please note that
all I did was to add a block of code in AutomatedInstaller.java and
some import statements to make the code compile.
The code was added in the writeUninstallData() method (just after line
160 of the file).
I am looking forward to see the new release!
Best regards,
Marius Nicolae
On 5/10/07, Marc Eppelmann <marc.eppelmann at gmx.de> wrote:
> Hi Julien,
>
> I think, no. I will do it this evening, because Marius has provided a patch,
> which can maybe simply applied.
>
> I will inform, you if this is done. Also otherwise.
>
> Cheers
> Marc
>
> PS:
> Marius, thanks for the quick patch. This was not in unified patch format,
> which we prefer, but I will try to apply.
More information about the izpack-devel
mailing list