Author: kelvingoodson
Date: Wed Oct 11 05:19:37 2006
New Revision: 462785
URL: http://svn.apache.org/viewvc?view=rev&rev=462785
Log: (empty)
Modified:
incubator/tuscany/branches/sdo-java-M2/sdo/BUILDING.txt
incubator/tuscany/branches/sdo-java-M2/sdo/pom.xml
Modified: incubator/tuscany/branches/sdo-java-M2/sdo/BUILDING.txt
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-java-M2/sdo/BUILDING.txt?view=diff&rev=462785&r1=462784&r2=462785
==============================================================================
--- incubator/tuscany/branches/sdo-java-M2/sdo/BUILDING.txt (original)
+++ incubator/tuscany/branches/sdo-java-M2/sdo/BUILDING.txt Wed Oct 11 05:19:37
2006
@@ -15,12 +15,13 @@
build step, then you will need to delete the file
sdo/tools/src/main/java/org/apache/tuscany/sdo/generate/Interface2JavaGenerator.java
before proceding
4) Change to the top level directory of the Tuscany SDO Java Implementation
project (sdo) of this source distribution.
-5) Execute: mvn
+5) Execute: mvn package javadoc:javadoc assembly:assembly
This will first place build artefacts in your local maven repository that
your SDO programs can depend upon. It
will then build the Tuscany SDO for Java binary distribution artefacts in
the sdo/distribution/target
- directory and the self contained Tuscany SDO for Java samples distribution
in the directory sdo/sample/target.
+ directory.
Note: Depending on the load being experienced by remote Maven 2.0 repositories
you may have to execute mvn several
times until required dependencies are all located in your local maven
repository. After you have completed a
full successful build you can use "mvn -o" which is much faster.
+6) To run the sample programs, change directory to the "sample" directory, and
run the command "mvn". Then look in the sample/target/site/apidocs/index.html
file for javadoc that describes how to run the samples.
Modified: incubator/tuscany/branches/sdo-java-M2/sdo/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sdo-java-M2/sdo/pom.xml?view=diff&rev=462785&r1=462784&r2=462785
==============================================================================
--- incubator/tuscany/branches/sdo-java-M2/sdo/pom.xml (original)
+++ incubator/tuscany/branches/sdo-java-M2/sdo/pom.xml Wed Oct 11 05:19:37 2006
@@ -71,7 +71,7 @@
<module>impl</module>
<module>tools</module>
<module>plugin</module>
- <module>sample</module>
+ <!-- <module>sample</module> -->
<!-- <module>distribution</module> -->
</modules>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]