Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actions of a panel don't work #18

Open
DavidPerezIngeniero opened this issue Feb 9, 2015 · 1 comment
Open

Actions of a panel don't work #18

DavidPerezIngeniero opened this issue Feb 9, 2015 · 1 comment

Comments

@DavidPerezIngeniero
Copy link

I've seen that generate izpack.xml contains:

<panel id="...">
      <action stage="preactivate" classname="mypackage.MyClass"/>
</panel>

But the IzPack documentation states this format:

<panel id="...">
       <actions>
           <action stage="preactivate" classname="mypackage.MyClass"/>
       </actions>
</panel>

I think this could be the cause of actions not to work.

@DavidPerezIngeniero
Copy link
Author

Confirmed that the cause of the actions not to be run was this.
Solved in my fork addSbtPlugin("com.github.DavidPerezIngeniero" % "sbt-izpack" % "1.0.1").
I'll submit a fork request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant