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
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/
Mitchel creates his installer using izpack-maven-plugin which
requires every thing in the standalone compiler
-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
Cheers
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
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
--
---------------------------------------------------------------------
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.
No date is firm yet, but before the end of 2009 for sure.
Cheers
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.
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
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