Skip to end of metadata
Go to start of metadata

Get the latest source from SVN

Grab the source from subversion :

Using Tortoise or Netbeans as you wish.
Then Open Netbeans and explore the sourcefolder.

NetBeans should show you two projects (orange boxes).
If not you must install the Maven Plugin first.

Open both projects

Maven Jar collector

Puzzle SVN doesnt hold jar files, so we are using maven to collect what we need for Puzzle.

Make a Clean&build on the builder project.

NetBeans embedded maven

In the latest version of the netbeans plugin, netbeans uses his own embedded
maven and it works a little differently from the basic one. (I dont know why, I guess it's
a bug)
He doesnt run the jar collect task in puzzle. strange.

You have 2 solutions :

  • change it in netbeans
    go in tools > options > miscalennus > maven 2
    and give him the path to your normal maven, dont forget to check "always use external
    maven ..."
  • use the command line
    navigate to the maven builder project and start a clean & build using your normal maven.
    then use the "dispatch" command in netbeans.

Build Puzzle

Last step, make a Clean&Build on puzzle.

And start puzzle with the Run button.

Labels
  • None