[izpack-users] The Unistaller.jar is not working

Yuan, F (Fajin) fajin.yuan at diamond.ac.uk
Fri Sep 8 15:26:56 CEST 2006


Hi Klaus

Thanks for the quick fix. I can confirm it works, but I have to change
*.java to *.class and rebuild all not just "ant build.uninstaller".

Cheers
Fajin

> -----Original Message-----
> From: izpack-users-bounces at lists.berlios.de 
> [mailto:izpack-users-bounces at lists.berlios.de] On Behalf Of 
> Bartz, Klaus
> Sent: 08 September 2006 12:22
> To: izpack-users at lists.berlios.de
> Subject: Re: [izpack-users] The Unistaller.jar is not working
> 
> Hi Fajin,
> it is a bug, not a feature...
> I have just fixed it in branch-3.9.
> If you would not check out it from svn, you can change 
> following in your
> %IZ_HOME%\src\build.xml:
> 
> @@ -427,10 +427,12 @@
>                  <include name="com/izforge/izpack/gui/*.class" />
>                  <include 
> name="com/izforge/izpack/uninstaller/*.class" />
>                  <include 
> name="com/izforge/izpack/ExecutableFile.class" />                
> +                <include name="com/izforge/izpack/util/*.java"/>
> +                <include name="com/izforge/izpack/util/os/*.java"/>
> +                <include 
> + name="com/izforge/izpack/util/os/unix/*.java"/>
>                  <exclude 
> name="com/izforge/izpack/gui/IzPackKMetalTheme.class" />
>                  <include name="net/n3/nanoxml/*.class" />
>              </fileset>
> -            <fileset dir="${build.dir}/com/izforge/izpack/util"/>
>              <fileset dir="${img.dir}/uninstaller" />
>          </jar>
>      </target>
> 
> 
> Cheers
> 
> Klaus
> 
> 
> -----Original Message-----
> From: izpack-users-bounces at lists.berlios.de 
> [mailto:izpack-users-bounces at lists.berlios.de]On Behalf Of 
> Yuan, F (Fajin)
> Sent: Friday, September 08, 2006 12:08 PM
> To: izpack-users at lists.berlios.de
> Subject: [izpack-users] The Unistaller.jar is not working
> 
> 
> Hi 
> 
> Thanks to everyone for their efforts on creating the new 
> IzPack-3.9.0-M1 release yesterday.
> 
> I had the chance to use it and find the following error 
> reported when running the uninstaller:
> 
> 
> On examine the uninstaller.jar file, it seems OsVersion.class 
> is not placed in the correct package or directory.
> 
> Could someone comment on what has changed from 3.8.1 release 
> on this?  Is it a bug or I did something wrong?
> 
> Many thanks
> 
> Fajin
> _______________________________________________
> izpack-users mailing list
> izpack-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/izpack-users
> 



More information about the izpack-users mailing list