Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 25473 invoked from network); 24 Jul 2002 03:57:47 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 24 Jul 2002 03:57:47 -0000 Received: (qmail 26834 invoked by uid 97); 24 Jul 2002 03:58:07 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 26790 invoked by uid 97); 24 Jul 2002 03:58:06 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 26778 invoked by uid 98); 24 Jul 2002 03:58:05 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: ebjc errors Content-Transfer-Encoding: quoted-printable Date: Tue, 23 Jul 2002 20:57:45 -0700 Message-ID: <59007C908447154E9D9432A651876F371FEED5@bmmail.buymedia.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ebjc errors Thread-Index: AcIyxbGR4N1P6suCSXqKibinZmCpXAAAKAJQ From: "Duffey, Kevin" To: "Ant Users List" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Curious, I see a lot of people "copy" stuff from one dir to another before doing a build. This eats up a bit of time. Why not just pull the files from the dirs they are in during the build? On our build process, it saved us 8 seconds on a 30+ second build! May not seem like much on a nightly build, but on local dev machines it was a 30% or so increase in build time. What this equates to is an extra hour and a half a day to play music, download videos, or go to a movie near by while it appears to our boss that we are doing the same level of work. ;) -----Original Message----- From: Matt McAuliffe [mailto:mmcauliffe@digitalthink.com]=20 Sent: Tuesday, July 23, 2002 7:51 PM To: Ant User List (E-mail) Subject: ebjc errors Hi All- I've been racking my brain all day on this one and I'm probably overlooking something really simple. Has anyone seen a similar error building ejb's as below. I'm using Ant 1.5 and JDK 1.3.1. Thanks in advance, ejbs: [echo] --(DT)--> Generating ejbs [copy] Copying 8 files to M:\mmcauliffe_lms_401_view\presentation\build [copy] Copying 2 files to M:\mmcauliffe_lms_401_view\presentation\build [ejbjar] building TagEntity.jar with 6 files [ejbc] java.io.IOException: CreateProcess: javac -classpath M:\mmcauliffe_lms_401_view\presenta tion\ejbcgen;M:\mmcauliffe_lms_401_view\3rdpty\winnt\jdk1.3.1\jre\lib\rt .jar ;M:\mmcauliffe_lms_401_v iew\3rdpty\winnt\jdk1.3.1\jre\lib\i18n.jar;M:\mmcauliffe_lms_401_view\3r dpty \winnt\jdk1.3.1\jre\lib\ sunrsasign.jar;M:\mmcauliffe_lms_401_view\3rdpty\winnt\jdk1.3.1\jre\clas ses; M:\mmcauliffe_lms_401_vi ew\presentation\build;M:\mmcauliffe_lms_401_view\presentation;M:\mmcauli ffe_ lms_401_view\3rdpty\winn t\jdk1.3.1\jre\lib\rt.jar;M:\mmcauliffe_lms_401_view\3rdpty\weblogic\5.1 .0\l ib\weblogic510sp12.jar;M :\mmcauliffe_lms_401_view\3rdpty\weblogic\5.1.0\lib\weblogicaux.jar;M:\m mcau liffe_lms_401_view\3rdpt y\weblogic\5.1.0\classes;M:\mmcauliffe_lms_401_view\3rdpty\jars\jdbc50.j ar;M :\mmcauliffe_lms_401_vie w\3rdpty\jars\xerces.jar;M:\mmcauliffe_lms_401_view\3rdpty\jars\xml4j.ja r;M: \mmcauliffe_lms_401_view \3rdpty\jars\jce1_2.jar;M:\mmcauliffe_lms_401_view\presentation\deployme nt\w ls\pls\ejb\TagEntity-gen eric.jar -d M:\mmcauliffe_lms_401_view\presentation\ejbcgD [ejbc] at java.lang.Win32Process.create(Native Method) [ejbc] at java.lang.Win32Process.(Win32Process.java:66) [ejbc] at java.lang.Runtime.execInternal(Native Method) [ejbc] at java.lang.Runtime.exec(Runtime.java:551) [ejbc] at java.lang.Runtime.exec(Runtime.java:477) [ejbc] at java.lang.Runtime.exec(Runtime.java:443) [ejbc] at weblogic.utils.Executable.exec(Executable.java:179) [ejbc] at weblogic.utils.Executable.exec(Executable.java:116) [ejbc] at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker .jav a:458 ) [ejbc] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:263 ) [ejbc] at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:254 ) [ejbc] at weblogic.ejb.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:378) [ejbc] at weblogic.ejbc.runBody(ejbc.java:326) [ejbc] at weblogic.utils.compiler.Tool.run(Tool.java:80) [ejbc] at weblogic.ejbc.main(ejbc.java:379) [ejbc] Exec failed .. exiting -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: