You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Karen Schaper <Ka...@dhl.com> on 2004/01/08 18:28:04 UTC

dependency=full ...slow

We are upgrading to Ant 1.6.0 and want to take advantage of the
dependency="full" attribute of the ejbjar  task.

However when I add this an ejb that normally takes less than a minute to
build now takes 21 minutes.  Is this normal?



Karen Schaper
Marketlink Integration Engineer

DHL Danzas Air & Ocean
614 Corporate Way
Suite 4M
Valley Cottage, NY 10980
United States

Phone +1 845 268-6300
Fax     +1 845 268-6390

karen.schaper@dhl.com
www.us.danzas.com

RE: dependency=full ...slow

Posted by Karen Schaper <Ka...@dhl.com>.
It is taking 21 minutes only for ONE!

I am using jdk 1.4 and weblogic 8.1.

Here is a snippet of my build script...

<target depends="compile.project" name="makefead">
        <mkdir dir="${project.bindir}"/>
        <ejbjar basejarname="${adapter.target}"
descriptordir="${project.src}/com/danzas/marketlink/adapter/frontend/${adapt
er.package}/META-INF"
                srcdir="${project.classes}" dependency="full">
            <classpath refid="project.classpath"/>
            <classpath refid="bea.classpath"/>
            <weblogic compiler="${system.compiler}/bin/javac"
destdir="${project.bindir}"  ejbcclass="weblogic.ejbc">
                <classpath refid="project.classpath"/>
                <wlclasspath refid="ejbcwl.classpath"/>
            </weblogic>
            <dtd location="${project.base}/build/dtd/ejb20-jar.dtd"
publicId="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN"/>
            <include name="ejb-jar.xml"/>
            <exclude name="**/*weblogic*.xml"/>
            <support dir="${project.src}">
                <include
name="com/danzas/marketlink/adapter/frontend/${adapter.package}/**/*.xml"/>
                <include
name="com/danzas/marketlink/adapter/frontend/${adapter.package}/**/*.xsl"/>
                <include
name="com/danzas/marketlink/adapter/frontend/${adapter.package}/**/*.dtd"/>
                <include
name="com/danzas/marketlink/adapter/frontend/${adapter.package}/**/*.propert
ies"/>
                <exclude name="**/META-INF/**"/>
            </support>
        </ejbjar>
    </target>
Karen Schaper
Marketlink Integration Engineer

DHL Danzas Air & Ocean
614 Corporate Way
Suite 4M
Valley Cottage, NY 10980
United States

Phone +1 845 268-6300
Fax     +1 845 268-6390

karen.schaper@dhl.com
www.us.danzas.com
  -----Original Message-----
  From: Karen Schaper [mailto:Karen.Schaper@dhl.com]
  Sent: Thursday, January 08, 2004 12:28 PM
  To: user@ant.apache.org
  Subject: dependency=full ...slow


  We are upgrading to Ant 1.6.0 and want to take advantage of the
dependency="full" attribute of the ejbjar  task.

  However when I add this an ejb that normally takes less than a minute to
build now takes 21 minutes.  Is this normal?



  Karen Schaper
  Marketlink Integration Engineer

  DHL Danzas Air & Ocean
  614 Corporate Way
  Suite 4M
  Valley Cottage, NY 10980
  United States

  Phone +1 845 268-6300
  Fax     +1 845 268-6390

  karen.schaper@dhl.com
  www.us.danzas.com