I use the izpack-maven-plugin and would like to create an install time
custom action.
I set my environment as described in
http://izpack.codehaus.org/izpack-maven-plugin/usage.html and the live
example.
Now I tried to implement an InstallListener, but the
<dependency>
<groupId>org.codehaus.izpack</groupId>
<artifactId>izpack-standalone-compiler</artifactId>
<version>${your.standalone.version}</version>
</dependency>
does not contain this interface. Some other classes also missing too.
What am I doing wrong?
regards,
Lars
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
-D
On Thu, 08 Jan 2009 08:35 -0800, "Dan Tran" <dan...@gmail.com> wrote:
> what is the exact error? do you have stack trace?
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
...\src\main\java\devtools\installer\RegistryListener.java:[9,32
] cannot find symbol
symbol : class InstallerListener
location: package com.izforge.izpack.event
...\src\main\java\devtools\installer\RegistryListener.java:[14,4
1] cannot find symbol
symbol: class InstallerListener
public class RegistryListener implements InstallerListener {
There is no InstallerListener.class inside the jar of the dependency
artefact.
Only the CompilerListener.class is contained...
-D
Please file a JIRA
-D
You have been to fast... Thanks for creating an entry.
thanks
On Fri, 09 Jan 2009 13:18 -0800, "Dan Tran" <dan...@gmail.com> wrote:
> please use the 3.2.1-SNAPSHOT at codehaus snapshot repository a try
using 4.2.1-SNAPSHOT my project compiles without an error. I think your
changes are working.
Great and quick work, thank you very much!
This is the same thing for the class com.izforge.izpack.panels.Processor.
Lot of other classes are missing if you compare the content of
IzPack-install-4.3.1.jar and
http://svn.codehaus.org/izpack/izpack-src/tags/4.3.1/src/lib/com/izforge/izpack/panels
Can you provide an update of the jar ?
Thanks in advance,
Mitchel.
--
View this message in context: http://old.nabble.com/no-InstallListener-in-maven-dependency-izpack-standalone-compiler-tp21353479p26215769.html
Sent from the izpack - users @ codehaus mailing list archive at Nabble.com.