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:[EMAIL PROTECTED]] 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.<init>(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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
