Details
-
Bug
-
Status: To Do
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
In the build.xml file, only build -all is defaulting when running you go to run it. Before building the projects you should first clean them. Need to add clean -all to the build.xml file.
The order should be:
clean -all, build -all
The order should be:
clean -all, build -all