Please create an JIRA-issue for that. I would take care of applying the fix.
Regards,
Dennis
--
View this message in context: http://old.nabble.com/Processor-for-File-Field%2C-Documentation-update-tp16754135p26296603.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
Dennis Reil wrote:
>
> Please create an JIRA-issue for that. I would take care of applying the
> fix.
>
>
>
> Regards,
>
> Dennis
>
>
>
> Von: Shailesh Mangal [mailto:sx...@yahoo.com]
> Gesendet: Donnerstag, 17. April 2008 21:33
> An: IzPack
> Betreff: [izpack-user] Processor for File Field, Documentation update
>
>
>
> When you use userInputPanel, you have an option of using Validator and
> Processor. Their role is well explained in the documentation but what is
> not given in the docs is that not all the fields types have processor
> tags.
>
>
>
> Update documentation:
>
> IzPack documentation should be updated to indicate which fields
> (RuleField, PasswordsField) support the processor tag.
>
>
>
> Using Processor for File field in UserInputPanel
>
> While we were writing a installer for our test management tool
> <http://www.getzephyr.com/> , we needed to capture a file name and
> replace the fully qualified file name into one of the properties files.
> Before that we needed to modify the fileName (for windows) and replace
> single '\' with '\\'. We were using userInputPanel with File fields to
> let the user select the file and processor sounded most logical place to
> manipulate the fileName. But some debugging revealed that field type
> File doesn't honor the processor element. We modified the userInputPanel
> and applied the processor. We will be happy to share the fix if any body
> needs it.
>
>
>
> Shailesh
>
> Now, Test Management <http://www.getzephyr.com/> is a breeze.
>
>
>
--
View this message in context: http://old.nabble.com/Processor-for-File-Field%2C-Documentation-update-tp16754135p26331346.html
<variable name="PATH" value="$INSTALL_PATH">
<processor class="ProcessorClassName">
</variable>
Please let me know your thoughts.
--
View this message in context: http://old.nabble.com/Processor-for-File-Field%2C-Documentation-update-tp16754135p26331398.html