[izpack-devel] 3.10.1 release date

Khadeer, Syed Khadeer.Syed at siemens.com
Fri Mar 23 06:44:44 CET 2007


Hello,

In this maintainance release, it is possible to enhance "izevent.jar" to
include CompilerListener.class and SimpleCompilerListener.class ?
In build.xml, we have to enhance the targe:

<target name="compile.listener-base">
        <javac srcdir="${src.dir}"
               destdir="${build.dir}"
               optimize="on"
               source="${compat.source}"
               target="${compat.target}"
               deprecation="on"
               debug="${debug}"
               debuglevel="${debuglevel}"
               classpath="${installer.jar};${compiler.jar}">
            <include name="com/izforge/izpack/event/ActionBase.java" />
            <include
name="com/izforge/izpack/event/Simple*nstallerListener.java" />
            <include
name="com/izforge/izpack/event/InstallerListener.java" />
            <include
name="com/izforge/izpack/event/UninstallerListener.java" />
            <include name="com/izforge/izpack/util/IoHelper.java" />
        </javac>
    </target>

TO:

<target name="compile.listener-base">
        <javac srcdir="${src.dir}"
               destdir="${build.dir}"
               optimize="on"
               source="${compat.source}"
               target="${compat.target}"
               deprecation="on"
               debug="${debug}"
               debuglevel="${debuglevel}"
               classpath="${installer.jar};${compiler.jar}">
            <include name="com/izforge/izpack/event/ActionBase.java" />
	    <include
name="com/izforge/izpack/event/Simple*nstallerListener.java" />
            <include
name="com/izforge/izpack/event/SimpleCompilerListener.java" />
	    <include
name="com/izforge/izpack/event/InstallerListener.java" />
            <include
name="com/izforge/izpack/event/CompilerListener.java" />
            <include
name="com/izforge/izpack/event/UninstallerListener.java" />
            <include name="com/izforge/izpack/util/IoHelper.java" />
        </javac>
    </target>

Without this enhancement, one cannot implement and use Compiler
Listeners without modifying the build.xml and re-building the IzPack.

Thank you.

Best Regards,
Syed.


-----Original Message-----
From: izpack-devel-bounces at lists.berlios.de
[mailto:izpack-devel-bounces at lists.berlios.de] On Behalf Of Julien Ponge
Sent: Monday, March 19, 2007 6:48 PM
To: izpack-devel at lists.berlios.de
Subject: [izpack-devel] 3.10.1 release date

Hi all,

I have planned to release 3.10.1 on march 29th. This will be a
maintainance release based on the 3.10 branch. Hence compared to 3.10.0,
there will be only fixes, no new feature.

Is there any objection?

Cheers
_______________________________________________
izpack-devel mailing list
izpack-devel at lists.berlios.de
https://lists.berlios.de/mailman/listinfo/izpack-devel


The new company Nokia Siemens Networks is expected to start operations in the first quarter of 2007, subject to customary regulatory approvals, the completion of standard closing conditions, and the agreement of a number of detailed implementation steps.

Disclaimer:
This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-devel/attachments/20070323/8ffd95ae/attachment.html 


More information about the izpack-devel mailing list