Just another note, the pack is shown preselected by default in case the attribute preselected is not there at all. In case it exists the value "no" works for me as expected, as I mentioned before.
2016-03-21 23:58 GMT+01:00 René Krell <renda...@gmail.com>:Just another note, the pack is shown preselected by default in case the attribute preselected is not there at all. In case it exists the value "no" works for me as expected, as I mentioned before.not for me :-( I just added another dummy pack, also with preselected="no", it shows up in the installer and is checked. Next I created a small test installer with two packs, one preselected="yes" required="yes", the other preselected="no" required="no" - still both show up checked in the generated installer.Should I put the test installer files somewhere?
I suppose there is either some side effect from some other setting which is causing this or it's my environment Java(TM) SE Runtime Environment (build 1.8.0_72-b15) (32 bit) on a Win7/64. I did notice that IzPack installed into C:\Program Files (i.e. the location for 64 bit software - could that be a reason...?)

--
You received this message because you are subscribed to the Google Groups "izpack-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to izpack-user...@googlegroups.com.
To post to this group, send email to izpac...@googlegroups.com.
Visit this group at https://groups.google.com/group/izpack-user.
For more options, visit https://groups.google.com/d/optout.
Oh, good news.@Armin: You can send the example installer but even better would be if you'd try this against the lastest izpack/master branch or the deployed snapshot 5.0.8-SNAPSHOT, if you are able to do this. Maybe this will take you less time than assembling an example for reproducing.
--
--
Otherwise IzPack snapshots are deployed here: located https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/izpack/, if you want to download and/or install something manually.
commons-io-2.4.jar to your classpath. I don't know which build tool you use but google is your friend :-)--
Addcommons-io-2.4.jarto your classpath. I don't know which build tool you use but google is your friend :-)
Addcommons-io-2.4.jarto your classpath. I don't know which build tool you use but google is your friend :-)I'm calling izpack via ant and there was never any need to modify the classpath... (so far, I simply installed the izpack-dist jars)
--
This shouldn't happen, commons-io should be merged completely to installer automatically. Strange, another thing I can't see in my installers, even not the localized, but I build with Maven.I suspect the build.xml misses commons-io.jar and the compiler doesn't complain if the classes to be merged can't be found.
--
You received this message because you are subscribed to a topic in the Google Groups "izpack-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/izpack-user/3aWI2QN2tXo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to izpack-user...@googlegroups.com.
The question is where is the interface between your scripts, build files etc. to the Ant build provided by IzPack.
--
--
You received this message because you are subscribed to a topic in the Google Groups "izpack-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/izpack-user/3aWI2QN2tXo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to izpack-user...@googlegroups.com.
| fcaaedc | 3/10/16 12:03 PM | René Krell | IZPACK-1376: Using AntActionInstallerListener forces to add commons-io.jar explicitly:... |
I still don't get assembled the build of your kind.But it seems you don't have the current version of izpack-compiler.jar in the build classpath. For whatever reason.
Even better news :-)So everything is fine now? That's what we want :-)
Better to say everything will be fine as soon as 5.0.8 gets released. We're still testing things and the snapshot gets always to become mature some days or weeks...