svn commit: rev 46194 - in avalon/trunk/tools: . magic
[email protected] 16 Sep 2004 17:32:40 -0000
| Newsgroups | gmane.comp.jakarta.avalon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: niclas
Date: Thu Sep 16 10:32:40 2004
New Revision: 46194
Modified:
avalon/trunk/tools/index.xml
avalon/trunk/tools/magic/README.TXT
Log:
The beginning of a Installer for Magic.
Modified: avalon/trunk/tools/index.xml
==============================================================================
--- avalon/trunk/tools/index.xml (original)
+++ avalon/trunk/tools/index.xml Thu Sep 16 10:32:40 2004
@@ -64,6 +64,17 @@
</dependencies>
</project>
+ <project basedir="magic-installer">
+ <info>
+ <group>avalon/tools</group>
+ <name>magic-installer</name>
+ <type>jar</type>
+ </info>
+ <dependencies>
+ <include key="avalon-tools-magic"/>
+ </dependencies>
+ </project>
+
<resource>
<info>
<group>junit</group>
Modified: avalon/trunk/tools/magic/README.TXT
==============================================================================
--- avalon/trunk/tools/magic/README.TXT (original)
+++ avalon/trunk/tools/magic/README.TXT Thu Sep 16 10:32:40 2004
@@ -1,19 +1,24 @@
-
-Before attempting to build the bootstrap build system please
-read etc/deliverables/README.TXT. You will also need Apache
-Ant version 1.6.1 or later.
-
-To build and install the antlib using the following command:
-
- $ cd avalon/tools/project
- $ ant -buildfile bootstrap.xml install
-
-The core antlib is now installed and we can use magic to build and package itself in a block archive.
-
- $ ant clean install
-
-To simulate a gump build of magic by magic
-
- $ ant -Dmagic.home=target/123 -Dgump.signature=123 -Dgump.resource.ant=lib/ant.jar -Dgump.resource.junit=lib/junit.jar -Dgump.resource.ant-junit=lib/ant-junit.jar -Dgump.resource.ant-nodeps=lib/ant-nodeps.jar
-
-
+
+Before attempting to build the bootstrap build system please
+read etc/deliverables/README.TXT. You will also need Apache
+Ant version 1.6.1 or later.
+
+To build and install the antlib using the following command:
+
+ $ cd avalon/tools/project
+ $ ant -buildfile bootstrap.xml install
+
+The core antlib is now installed and we can use magic to build and package itself in a block archive.
+
+ $ ant clean install
+
+To simulate a gump build of magic by magic
+
+ $ ant -Dmagic.home=target/123 \
+ -Dgump.signature=123 \
+ -Dgump.resource.ant=lib/ant.jar \
+ -Dgump.resource.junit=lib/junit.jar \
+ -Dgump.resource.ant-junit=lib/ant-junit.jar \
+ -Dgump.resource.ant-nodeps=lib/ant-nodeps.jar
+
+