no InstallListener in maven dependency izpack-standalone-compiler

View: New views
10 Messages — Rating Filter:   Alert me  

no InstallListener in maven dependency izpack-standalone-compiler

by Lars Fischer-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

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



Re: no InstallListener in maven dependency izpack-standalone-compiler

by Dan Tran :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

what is the exact error?  do you have stack trace?


-D

On Thu, Jan 8, 2009 at 7:03 AM, Lars Fischer <lfischer@...> wrote:

> Hello,
>
> 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
>
>
>

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

    http://xircles.codehaus.org/manage_email



Re: no InstallListener in maven dependency izpack-standalone-compiler

by Lars Fischer-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

On Thu, 08 Jan 2009 08:35 -0800, "Dan Tran" <dantran@...> 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...

regards,
Lars

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

    http://xircles.codehaus.org/manage_email



Re: no InstallListener in maven dependency izpack-standalone-compiler

by Dan Tran :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

what version of standalone installer do you use?  could you provide a
minimal maven project?

-D

On Thu, Jan 8, 2009 at 9:01 AM, Lars Fischer <lfischer@...> wrote:

> Hello,
>
> On Thu, 08 Jan 2009 08:35 -0800, "Dan Tran" <dantran@...> 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...
>
> regards,
> Lars
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

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

    http://xircles.codehaus.org/manage_email



Re: no InstallListener in maven dependency izpack-standalone-compiler

by Dan Tran :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

confirm, all standalone installers does not have the class/interface
you are are looking for

Please file a JIRA

-D

On Thu, Jan 8, 2009 at 9:10 AM, Dan Tran <dantran@...> wrote:

> what version of standalone installer do you use?  could you provide a
> minimal maven project?
>
> -D
>
> On Thu, Jan 8, 2009 at 9:01 AM, Lars Fischer <lfischer@...> wrote:
>> Hello,
>>
>> On Thu, 08 Jan 2009 08:35 -0800, "Dan Tran" <dantran@...> 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...
>>
>> regards,
>> Lars
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
>>
>

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

    http://xircles.codehaus.org/manage_email



Re: no InstallListener in maven dependency izpack-standalone-compiler

by Dan Tran :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://jira.codehaus.org/browse/IZPACK-249

On Thu, Jan 8, 2009 at 9:18 AM, Dan Tran <dantran@...> wrote:

> confirm, all standalone installers does not have the class/interface
> you are are looking for
>
> Please file a JIRA
>
> -D
>
> On Thu, Jan 8, 2009 at 9:10 AM, Dan Tran <dantran@...> wrote:
>> what version of standalone installer do you use?  could you provide a
>> minimal maven project?
>>
>> -D
>>
>> On Thu, Jan 8, 2009 at 9:01 AM, Lars Fischer <lfischer@...> wrote:
>>> Hello,
>>>
>>> On Thu, 08 Jan 2009 08:35 -0800, "Dan Tran" <dantran@...> 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...
>>>
>>> regards,
>>> Lars
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe from this list, please visit:
>>>
>>>    http://xircles.codehaus.org/manage_email
>>>
>>>
>>>
>>
>

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

    http://xircles.codehaus.org/manage_email



Re: no InstallListener in maven dependency izpack-standalone-compiler

by Lars Fischer-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, 08 Jan 2009 21:06 -0800, "Dan Tran" <dantran@...> wrote:
> http://jira.codehaus.org/browse/IZPACK-249
>

You have been to fast... Thanks for creating an entry.

regards,
Lars

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

    http://xircles.codehaus.org/manage_email



Re: no InstallListener in maven dependency izpack-standalone-compiler

by Dan Tran :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

please use the 3.2.1-SNAPSHOT at codehaus snapshot repository a try

thanks

On Fri, Jan 9, 2009 at 1:40 AM, Lars Fischer <lfischer@...> wrote:

> On Thu, 08 Jan 2009 21:06 -0800, "Dan Tran" <dantran@...> wrote:
>> http://jira.codehaus.org/browse/IZPACK-249
>>
>
> You have been to fast... Thanks for creating an entry.
>
> regards,
> Lars
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

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

    http://xircles.codehaus.org/manage_email



Re: no InstallListener in maven dependency izpack-standalone-compiler

by Lars Fischer-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

On Fri, 09 Jan 2009 13:18 -0800, "Dan Tran" <dantran@...> 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!

regards,
Lars

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

    http://xircles.codehaus.org/manage_email



Re: no InstallListener in maven dependency izpack-standalone-compiler

by Mitchel99 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

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.


Dan Tran wrote:
confirm, all standalone installers does not have the class/interface
you are are looking for

Please file a JIRA

-D

On Thu, Jan 8, 2009 at 9:10 AM, Dan Tran <dantran@gmail.com> wrote:
> what version of standalone installer do you use?  could you provide a
> minimal maven project?
>
> -D
>
> On Thu, Jan 8, 2009 at 9:01 AM, Lars Fischer <lfischer@fast-mail.org> wrote:
>> Hello,
>>
>> On Thu, 08 Jan 2009 08:35 -0800, "Dan Tran" <dantran@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...
>>
>> regards,
>> Lars
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
>>
>

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

    http://xircles.codehaus.org/manage_email