svn commit: rev 22459 - avalon/trunk/planet/tutorials/main

[email protected]
Newsgroups gmane.comp.jakarta.avalon.cvs
Message-ID <[email protected]>
Author: mcconnell
Date: Fri Jul  2 01:09:28 2004
New Revision: 22459

Added:
   avalon/trunk/planet/tutorials/main/build.properties
   avalon/trunk/planet/tutorials/main/build.xml
Log:
add build file

Added: avalon/trunk/planet/tutorials/main/build.properties
==============================================================================
--- (empty file)
+++ avalon/trunk/planet/tutorials/main/build.properties	Fri Jul  2 01:09:28 2004
@@ -0,0 +1,2 @@
+project.system = ../../../central/system
+project.home = ..

Added: avalon/trunk/planet/tutorials/main/build.xml
==============================================================================
--- (empty file)
+++ avalon/trunk/planet/tutorials/main/build.xml	Fri Jul  2 01:09:28 2004
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<project name="avalon-tutorial-main" default="install" basedir="." 
+    xmlns:x="antlib:org.apache.avalon.tools">
+
+  <property file="build.properties"/>
+  <import file="${project.system}/build/standard.xml"/>
+
+  <target name="init" depends="standard.init">
+    <x:filter key="avalon-merlin-impl" feature="uri" 
+       token="MERLIN-IMPL-SPEC"/>
+    <x:filter key="avalon-tutorial-hello" feature="uri" 
+       token="HELLO-TUTORIAL-URI"/>
+  </target>
+
+  <target name="test" depends="standard.test">
+    <x:path id="deps"/>
+    <java classname="tutorial.Main" fork="true" dir="target\test">
+      <classpath>
+        <path refid="deps"/>
+        <pathelement location="target/deliverables/jars/${project.filename}"/>
+      </classpath>
+    </java>
+  </target>
+
+</project>
+
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.