cincheo / applet-migration-example

How to migrate and modernize a Java applet to HTML5
http://www.cincheo.fr
22 stars 9 forks source link

Cannot build with maven #1

Open mfkkloke86 opened 6 years ago

mfkkloke86 commented 6 years ago

Run mvn clean generate-sources with success but no target is created.

cubik66 commented 5 years ago

Writing this just in case anyone else comes with the same issue, as the original post is a bit dated. The pom file section describing the 'target' has been commented out. If you uncomment this then the target directory is created with the required files that will allow calculations. I am guessing this was left out because the demo was more about the layout than the basic arithmetic.