tehapo/WizardsForVaadin

Build

Closed this issue · 2 comments

First, congrats for the work. Very good component.

Im trying to fork and build some features like:

  • Make steps advance condtional to some method canGoForward
  • Make steps back conditional to some method canGoBackwards

But im not able to run tests and build the Jar. I see there are some ivy files for dependency, but there is no Build file to generate the jar and run the tests.

The ivy file also dont have any settings to put the Tests folder into the classpath.

Can you give us some help in order to make the project build easier (maybe a help file)?

Thanks!

By the way, the conditional advance should be implemented with no changes at all! I think i could use onAdvance and onBack methods. Just implement them!

But the build help file still a good thing to do, in my opinion

Sorry for a late reply. You're correct, the build is not documented properly. The project follows pretty much the setup from Vaadin Plugin for Eclipse when creating a new Vaadin 7 Project.

I think I will convert this into a Maven project later when I have some time to look into it.