You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by de...@avalon.apache.org on 2004/07/20 12:47:39 UTC

[jira] Created: (TOOLS-1) magic's build.xml has bad install target

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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: Unassigned
   Priority: Major

    Project: Avalon Tools
 Components: 
             MAGIC

   Assignee: 
   Reporter: Stephen McConnell

    Created: Tue, 20 Jul 2004 3:46 AM
    Updated: Tue, 20 Jul 2004 3:46 AM

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: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org


[jira] Closed: (TOOLS-1) magic's build.xml has bad install target

Posted by de...@avalon.apache.org.
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: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org