Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 29281 invoked from network); 13 May 2002 18:53:48 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 13 May 2002 18:53:48 -0000 Received: (qmail 128 invoked by uid 97); 13 May 2002 18:53:41 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 100 invoked by uid 97); 13 May 2002 18:53:41 -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 87 invoked by uid 98); 13 May 2002 18:53:40 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <502326F46B08D41191C400508B6D70C10337DC94@ThisAddressDoesNotExist> From: Les Hughes To: 'Ant Users List' Subject: RE: VAJ Date: Mon, 13 May 2002 19:52:48 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N See other answer. But you mention SCM is ClearCase. If you're talking about VAJ 3.5.x and EJB then external SCM is not an option - it can't manage EJB meta-data. There's a paper on the VAJ developers domain about this. Bye, Les > -----Original Message----- > From: Kumar Servai [mailto:antccase@yahoo.com] > Sent: 09 May 2002 14:40 > To: Ant Users List > Subject: VAJ > > > > > > Hi all, > I am need of help for automating the build process. Present > scenario is making solution for projects in Visual Age for > java., creating jar files from IDE and exporting., for EJB > export as deployed JAR from VAJ., These things will be > deployed to Websphere. The SCM tool is Clearcase UCM., > Is there a way to do build using ant rather than doing it > through IDE., > I am quite new to build as well as to VAJ. > Thanks in advance > Kum > > > > > Shimon Crown wrote: I found > the problem. I am including two entire directories in my builds. > When I ran ant with -debug as you suggested I saw that the > compiler was > getting a very long classpath (far too long to show here !!). > Apparently the > later compilers were choking on this. When I removed > extraneous files from > these directories I got acceptable build times. > > Thanks for the help. > > Shimon Crown > > ----- Original Message ----- > From: Conor MacNeill > To: Ant Users List > Sent: Thursday, May 09, 2002 3:34 PM > Subject: Re: Ant very slow with JDK 1.3 and 1.4 > > > > Shimon Crown wrote: > > > I have a number of JDKs on my Windows NT box. I have found that I > > > get unacceptably slow compile times when compiling with > JDK 1.3.1 or > > > JSDK 1.4.0. For comparison it takes about 10 seconds to > compile 6 files > > > with JDK 1.2.2 (supplied with the IDE I use) whereas it takes 2.5 > minutes > > > with the later JDKs. I am changing the JDK by setting the > JAVA_HOME > > > variable in the ant.bat file > > > > > > > 6 files in 2.5 minutes - that is pretty slow, assuming they are your > common > > or garden variety classes. I just built ant on my slow old > box and it took > > 50 seconds for a complete distribution (including compiling > 485 files). > > > > > e.g : > > > > > > rem set JAVA_HOME=c:\j2sdk1.4.0 > > > rem set JAVA_HOME=c:\jdk1.3.1 > > > set JAVA_HOME=c:\visualcafexe\Java2 > > > > > > > You could check the following > > > > 1. No Cafe stuff in your Path > > 2. Check for java executables in Winnt\system32 > > 3. Check for stuff in your classpath. > > > > If that gives no joy, you should run ant with the -debug > flag and try to > see > > where the time is being spent. If it is in the compile step, what > happens > > when you use javac with the same args (You'll see them in > the output)? > > > > Conor > > > > > > > > > > -- > > To unsubscribe, e-mail: > > For additional commands, e-mail: > > > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > > > --------------------------------- > Do You Yahoo!? > Yahoo! Shopping - Mother's Day is May 12th! > -- To unsubscribe, e-mail: For additional commands, e-mail: