Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the mvn command completed successfully, you will see BUILD SUCCESSFUL in the output and tuscany-das-rdb-1.0-SNAPSHOP.jar is created under <local tuscany dir>/java/das/rdb/target directory.

[Note: (lightbulb) External resources are at times unavailable. It may be necessary to run "mvn" again at a later time
Use of Firewall can cause time out. Set up the firewall to permit the action without prompting.]

Building Javadoc for DAS

In order to build DAS Javadocs, you will need to build the a specific maven profile called "javadoc"

...

INFO
INFO
INFO ------------------------------------------------------------------------
INFO Reactor Summary:
INFO ------------------------------------------------------------------------
INFO Tuscany Testing in Tomcat ............................. SUCCESS 0.251s
INFO Tuscany Testing DAS Sample - Companyweb ............... SUCCESS 17.791s
INFO ------------------------------------------------------------------------
INFO ------------------------------------------------------------------------
INFO BUILD SUCCESSFUL
INFO ------------------------------------------------------------------------
INFO Total time: 1 minute 18 seconds
INFO Finished at: Tue Oct 03 12:25:48 PDT 2006
INFO Final Memory: 7M/15M
INFO ------------------------------------------------------------------------

Note: (lightbulb) Due to a current limitation, you must run mvn clean before you can run the tests a second time

...