[izpack-user] Processor interface and others... still missing in release 4.3.2

27 views
Skip to first unread message

Mitchel99

unread,
Nov 13, 2009, 4:16:06 AM11/13/09
to us...@izpack.codehaus.org

Hi All,

As described in the documentation, there is a Processor interface that could
be implemented by classes to set default values in the RuleInputField with
the following syntax:
<spec set="0:defaultVal:ClassThatImplementsProcessor" .../>

This interface could be founded on the online SVN repository:
http://svn.codehaus.org/izpack/izpack-src/tags/4.3.2/src/lib/com/izforge/izpack/panels/Processor.java

Nevertheless it is not included in the Web Site jar
(http://izpack.org/downloads/): IzPack-install-4.3.2.jar, nor in the maven
repository(http://repo1.maven.org/maven2/org/codehaus/izpack/izpack-standalone-compiler/4.3.2/):
izpack-standalone-compiler-4.3.2.jar.

Moreover some other classes are missing if you compare source code and the
content of the Maven / Web site jar. There are only 6 classes instead of 76
in the package com.izforge.izpack.panels.

Could you help me solve this issue and use all functionality of Izpack?

Cheers,
Mitchel.
--
View this message in context: http://old.nabble.com/Processor-interface-and-others...-still-missing-in-release-4.3.2-tp26333505p26333505.html
Sent from the izpack - users @ codehaus mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email


Julien Ponge

unread,
Nov 14, 2009, 4:44:12 PM11/14/09
to us...@izpack.codehaus.org
Hi Mitchel,

When you use UserInputPanel in your installer, you do get the class:

unzip -t ../bin/panels/UserInputPanel.jar | grep Processor
testing: com/izforge/izpack/panels/Processor.class OK

Cheers

--
http://izpack.org/
http://jpz-log.info/
http://julien.ponge.info/

Dan Tran

unread,
Nov 14, 2009, 5:34:07 PM11/14/09
to us...@izpack.codehaus.org
Hi Julien

Mitchel creates his installer using izpack-maven-plugin which
requires every thing in the standalone compiler

-Dan

Julien Ponge

unread,
Nov 14, 2009, 5:44:33 PM11/14/09
to us...@izpack.codehaus.org
Ok thanks Dan :-)

I have re-opened http://jira.codehaus.org/browse/IZPACK-479

I might not have a look before 1 week or so, hence do not hesitate to
pick the issue if you have time. I guess we just have to synchronize
some parts of build.xml.

Cheers

Dan Tran

unread,
Nov 14, 2009, 5:47:18 PM11/14/09
to us...@izpack.codehaus.org
the problem here is it was in 4.2 but disappears 4.3 any idea?

-Dan

Julien Ponge

unread,
Nov 15, 2009, 8:10:52 AM11/15/09
to us...@izpack.codehaus.org
Ok I will make a big diff and see what changed over there.

Cheers

Julien Ponge

unread,
Nov 15, 2009, 8:56:03 AM11/15/09
to us...@izpack.codehaus.org
I am proposing this patch: it simply includes all IzPack classes into
the standalone compiler jar, so that it can be used for extensions
development properly.

What do you think?

fix-standalone-compiler.diff

Kjell Braden

unread,
Nov 15, 2009, 9:17:42 AM11/15/09
to us...@izpack.codehaus.org
Julien Ponge schrieb:

> I am proposing this patch: it simply includes all IzPack classes into
> the standalone compiler jar, so that it can be used for extensions
> development properly.
>
> What do you think?
>
>
>
> ------------------------------------------------------------------------

>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
> http://xircles.codehaus.org/manage_email


Looks good, sounds like I don't have to supply both
standalone-compiler.jar and UserInputPanel.jar to my project's build
servers anymore.

Thanks

Julien Ponge

unread,
Nov 16, 2009, 1:55:40 AM11/16/09
to us...@izpack.codehaus.org
Ok I will commit that soon.

We'll make another maintenance release soon on the 4.3 branch as well,
with a few other small fixes that I have in the pipeline.

Cheers

--

---------------------------------------------------------------------

Mitchel99

unread,
Nov 24, 2009, 3:39:07 AM11/24/09
to us...@izpack.codehaus.org

Hi all,

Thanks for your solution, it will solve lots of issues =)
I'll wait next release to use Izpack.
Could you provide an approximate date for this new maintenance release?

Cheers,
Mitchel.

--
View this message in context: http://old.nabble.com/Processor-interface-and-others...-still-missing-in-release-4.3.2-tp26333505p26492273.html


Sent from the izpack - users @ codehaus mailing list archive at Nabble.com.

Julien Ponge

unread,
Nov 24, 2009, 10:32:24 AM11/24/09
to us...@izpack.codehaus.org
> Could you provide an approximate date for this new maintenance release?

No date is firm yet, but before the end of 2009 for sure.

Cheers

Mitchel99

unread,
Jan 4, 2010, 8:52:52 AM1/4/10
to us...@izpack.codehaus.org

Hi all,

The issue is still the same with the new release (4.3.3). The classes are
not included in the stadalone compiler (both in the Web site jar and Maven
repositories).

Could someone help ?

--
View this message in context: http://old.nabble.com/Processor-interface-and-others...-still-missing-in-release-4.3.2-tp26333505p27013211.html


Sent from the izpack - users @ codehaus mailing list archive at Nabble.com.

Mitchel99

unread,
Feb 9, 2010, 8:10:46 AM2/9/10
to us...@izpack.codehaus.org

Hi Julien,

I'm back on this topic since I will have to make decision regarding Izpack
and my project.
Is it possible to get the missing classes in the next release and could you
provide an approximate date for the next release?

Cheers,


Mitchel99 wrote:
>
> Hi all,
>
> The issue is still the same with the new release (4.3.3). The classes are
> not included in the stadalone compiler (both in the Web site jar and Maven
> repositories).
>
> Could someone help ?
>
>
> Julien Ponge-3 wrote:
>>
>>> Could you provide an approximate date for this new maintenance release?
>>
>> No date is firm yet, but before the end of 2009 for sure.
>>
>> Cheers
>> --
>> http://izpack.org/
>> http://jpz-log.info/
>> http://julien.ponge.info/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>> http://xircles.codehaus.org/manage_email
>>
>>
>>
>>
>
>

--
View this message in context: http://old.nabble.com/Processor-interface-and-others...-still-missing-in-release-4.3.2-tp26333505p27514930.html

Julien Ponge

unread,
Feb 9, 2010, 11:34:40 AM2/9/10
to us...@izpack.codehaus.org
Hi Mitchell,

There is no firm release date yet, sorry.

The only solution I can offer you is to fetch the Subversion trunk
source code and build IzPack for yourself. It's only a matter of using
the Ant 'quickdist' task.

Cheers

Reply all
Reply to author
Forward
0 new messages