Last modified by David Avendasora on 2013/09/22 14:30

From version 17.1
edited by David Avendasora
on 2011/05/20 02:47
Change comment: There is no comment for this version
To version 18.1
edited by David Avendasora
on 2011/05/20 02:42
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -23,9 +23,9 @@
23 23  
24 24  When you are building automatically, you can launch your application at any time from within WOLips/Eclipse by right-clicking on the project and selecting either **Run As ~-~-- > WO Application** or **Debug As ~-~-- > WO Application** with no need to manually compile or install any source code either from your current project, or from any frameworks in the workspace that your project depends upon. WOLips/Eclipse takes care of resolving dependencies for things that are not in the locations they will be in in a deployed ##.woa## or ##.framework## bundle. The Incremental Builder does not use Ant or Maven.
25 25  
26 -{{info title="Incremental Builds !"}}
26 +{{info title Incremental Builder !="Ant/Maven Build"}}
27 27  
28 -Just because your project runs fine in Eclipse/WOLips does not necessarily mean it will build or run, when using Ant or Maven (for deployment). If you haven't made changes to the defaults and are doing a standard deployment then it should just work, but if you've modified install locations or are using source (as opposed to binary) frameworks then you will likely have additional steps that you'll need to do complete prior to being able to use Ant or Maven to build.
28 +Just because your project runs fine in Eclipse/WOLips does not necessarily mean it will build, let alone run, when using Ant or Maven. If you haven't made changes to the defaults and are doing a standard deployment then it should just work.
29 29  
30 30  {{/info}}
31 31