[ 
http://issues.apache.org/jira/browse/AXIS2-417?page=comments#action_12364269 ] 

Davanum Srinivas commented on AXIS2-417:
----------------------------------------

i usually run "maven create-lib" and then point the lib.dir to target/lib to 
pick up the jars from there.

-- 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

Reply via email to