So this is probably because I'm lazy (and don't particularly like ant), I did scroll down on the forum page and came across this topic
but since it didn't particular help me... how do I run and build Vosao?
Running build.bat, which seems to build via maven. All well and good.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Vosao CMS ......................................... SUCCESS [1.177s]
[INFO] Vosao CMS java api ................................ SUCCESS [21.475s]
[INFO] Vosao CMS java kernel ............................. SUCCESS [33.263s]
[INFO] Vosao CMS web module .............................. SUCCESS [15.140s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:11.588s
[INFO] Finished at: Thu Feb 13 17:12:54 CAT 2014
[INFO] Final Memory: 39M/321M
[INFO] ------------------------------------------------------------------------
Then I thought the next step was to go in ./web and call run.bat which gives me the following.
C:\Users\MamboTechnologies\workspace\Vosao\web>ant runserver
Buildfile: C:\Users\MamboTechnologies\workspace\Vosao\web\build.xml
BUILD FAILED
C:\Users\MamboTechnologies\workspace\Vosao\web\build.xml:2: The following error
occurred while executing this line:
C:\Users\MamboTechnologies\workspace\Vosao\web\ant-macros.xml:83: taskdef class
com.google.appengine.tools.enhancer.EnhancerTask cannot be found
using the classloader AntClassLoader[]
Total time: 0 seconds
No clue what EnhancerTask is. Don't like that ant isn't capable of just downloading what it needs.
(Can't we get rid of ant? Even gradle is better, although I still prefer pure maven)
Regards
DMG