You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/05/30 18:55:51 UTC

cvs commit: maven-components/maven-model build.sh

jvanzyl     2004/05/30 09:55:51

  Modified:    maven-model build.sh
  Log:
  o generate sources to target/generated-sources
  
  Revision  Changes    Path
  1.6       +6 -6      maven-components/maven-model/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-model/build.sh,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.sh	17 Apr 2004 15:13:31 -0000	1.5
  +++ build.sh	30 May 2004 16:55:51 -0000	1.6
  @@ -1,16 +1,16 @@
   #!/bin/sh
   
   # Generate the sources from the model
  -modello --model=maven.mdo --version=4.0.0 --mode=java --dir=src/main/java
  +modello --model=maven.mdo --version=4.0.0 --mode=java --dir=target/generated-sources
   
   # Generate the source for the xpp3 marshaller and unmarshaller
  -modello --model=maven.mdo --version=4.0.0 --mode=xpp3 --dir=src/main/java
  -
  -# Build the sources
  -mboot --install
  +modello --model=maven.mdo --version=4.0.0 --mode=xpp3 --dir=target/generated-sources
   
   # Generate XML Schema
   modello --model=maven.mdo --version=4.0.0 --mode=xsd --dir=.
   
   # Generate XDoc
  -modello --model=maven.mdo --version=4.0.0 --mode=xdoc --dir=./xdocs
  +modello --model=maven.mdo --version=4.0.0 --mode=xdoc --dir=target/generated-xdocs
  +
  +# Build the sources
  +mboot --install
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org