Message: The following issue has been closed.
Resolver: Stephen McConnell Date: Tue, 20 Jul 2004 11:02 PM patched by niclas --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/TOOLS-1 Here is an overview of the issue: --------------------------------------------------------------------- Key: TOOLS-1 Summary: magic's build.xml has bad install target Type: Bug Status: Closed Priority: Major Resolution: FIXED Project: Avalon Tools Components: MAGIC Assignee: Reporter: Stephen McConnell Created: Tue, 20 Jul 2004 3:46 AM Updated: Tue, 20 Jul 2004 11:02 PM Description: The /tools/magic/build.xml file contains a bad 'install' target defintion - the current "install@ task needs to replaced by the following: <target name="update" depends="install"> <mkdir dir="${user.home}/.ant/lib"/> <copy toDir="${user.home}/.ant/lib" file="${basedir}/target/deliverables/jars/${project.filename}"/> </target> This effectly makes updating of ${user.home}/.ant/lib an explict action instead of a default action. The change is needed as a virgin build will fail due to the jvm getting itself confused when magic is in the classloader and magic is being updated. --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]