knielsen    2003/04/01 04:11:54

  Modified:    src/plugins-build/native/samples/helloworld maven.xml
  Log:
  compiling samples
  
  Revision  Changes    Path
  1.2       +5 -1      maven/src/plugins-build/native/samples/helloworld/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/native/samples/helloworld/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml 28 Mar 2003 01:43:33 -0000      1.1
  +++ maven.xml 1 Apr 2003 12:11:54 -0000       1.2
  @@ -6,7 +6,11 @@
     xmlns:m="maven">
   
     <goal name="runsample" description="run sample" prereqs="native:compile">
  -   
  +     <mkdir dir="${maven.build.dir}/samples"/>
  +       <javac srcdir="${basedir}/src/sample/java"
  +         destdir="${maven.build.dir}/samples"
  +         fork="true"
  +     />
       <java classname="org.apache.maven.natives.sample.helloworld.HelloWorld" 
fork="yes">
        <sysproperty key="java.library.path" value="${maven.build.dir}/native"/> 
          <classpath>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to