You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2006/02/01 00:03:33 UTC

[jira] Resolved: (AXIS2-417) Ant build file broken; expects ${lib,dir} to be set

     [ http://issues.apache.org/jira/browse/AXIS2-417?page=all ]
     
Davanum Srinivas resolved AXIS2-417:
------------------------------------

    Resolution: Fixed

Runs "maven create-lib" and uses those libraries to build.

Problem: i can't seem to figure a way to use Presetdef/Exec to make it work on other platforms using .bat for now. Can you please help fix it?

thanks,
dims


> Ant build file broken; expects ${lib,dir} to be set
> ---------------------------------------------------
>
>          Key: AXIS2-417
>          URL: http://issues.apache.org/jira/browse/AXIS2-417
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Versions: 0.95
>     Reporter: Steve Loughran

>
> the build file at the root is broken, the quick target expects lib.dir to be set to something useful:
>   <target name="quick" depends="init"
>       description="make a distribution">
>     <mkdir dir="${basedir}/target/classes/"/>
>     <path id="classpath">
>       <fileset dir="${lib.dir}">
>         <include name="**/*.jar"/>
>       </fileset>
>     </path>

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira