[izpack-users] problem creating shortcuts

Miraodb miraodb at hotmail.com
Fri Aug 4 16:10:47 CEST 2006


Hi Klaus,

Ok nice that  we're on that topic coz it has been in my mind for while.
There was a change indeed a while back from -home to -izpack_home and i
remember having trouble when i came back from toronto after updating cvs...
since then i kept my version of it coz the one with izpack_home never worked
for me...

Ok, i think we should try to pull out what were the changes and how does it
apply to current env.

The change was:
FROM:
if (args[0].equalsIgnoreCase("-HOME"))
            {
                stdArgsIndex = 2;
                home = args[1];
            }
            else
            {
                stdArgsIndex = 0;
                String izHome = System.getProperty("IZPACK_HOME");
                if (izHome != null) home = izHome;
            }


TO:
String izHome = System.getProperty("IZPACK_HOME");
      if (izHome != null) home = izHome;

Oliver Kiddle made that change and he replied me on the 19 of may:
Re: [izpack-devel] Compilation Error Found



Since i don't use this version of the variable definition i can't really
write the docu for it... if you have any ideas on how to set it up so that
it works i don't mind to try and then make the docu.
As far as i'm concern i use eclipse with the -home option at the moment.

Cheers,
Fabrice

----- Original Message ----- 
From: "Bartz, Klaus" <Klaus.Bartz at coi.de>
To: <izpack-users at lists.berlios.de>
Sent: Friday, August 04, 2006 3:35 PM
Subject: Re: [izpack-users] problem creating shortcuts


> Hi Fabrice,
> seems not so. There are some IZPACK_HOME entries (node3 and node4),
> but no real explanation.
> Additional there was a "bug" in the eclipse part. For some time
> the -HOME parameter for the compiler was removed and the call
> convention for a compiler debugging has a little bit changed.
> That I have changed, but no explanation added :-( your turn :-)
>
> Cheers
>
> Klaus
>
> >-----Original Message-----
> >From: izpack-users-bounces at lists.berlios.de
> >[mailto:izpack-users-bounces at lists.berlios.de]On Behalf Of Miraodb
> >Sent: Friday, August 04, 2006 3:10 PM
> >To: izpack-users at lists.berlios.de
> >Subject: Re: [izpack-users] problem creating shortcuts
> >
> >
> >Oh Yeah !
> >You got it... good job Klaus, i completely forgot about that variable
> >because i have it set by default in scripts..
> >I'll make sure to put that in the docu in case it's not there.
> >
> >Cheers,
> >Fabrice
> _______________________________________________
> izpack-users mailing list
> izpack-users at lists.berlios.de
> http://bat.berlios.de/mailman/listinfo/izpack-users
>
>




More information about the izpack-users mailing list