Menu

#19 Problems with builder in tutorials

open
nobody
tutorial (4)
5
2007-12-27
2007-12-27
No

The ant builder in the tutorials should contain

${workspace_loc:/org.nomadpim.ide/src/build-generate.xml}
-Ddata.dir="${build_project}/src/model"
-Doutput.dir="${build_project}/bin/generated"

instead of

${workspace_loc:/org.nomadpim.ide/src/build-generate.xml}
-Ddata.dir=${build_project}/src/model
-Doutput.dir=${build_project}/bin/generated

The different tutorials in the svn repository should be checked and image developers/tutorial_newPlugin_08.png on the homepage should be changed.

Discussion


Log in to post a comment.