Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 45015 invoked from network); 22 Apr 2004 00:28:14 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 22 Apr 2004 00:28:14 -0000 Received: (qmail 10866 invoked by uid 500); 22 Apr 2004 00:27:49 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 10819 invoked by uid 500); 22 Apr 2004 00:27:49 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 10801 invoked from network); 22 Apr 2004 00:27:49 -0000 Received: from unknown (HELO roc-mail1.xelus.com) (12.3.233.157) by daedalus.apache.org with SMTP; 22 Apr 2004 00:27:49 -0000 Received: by roc-mail1.xelus.com with Internet Mail Service (5.5.2653.19) id ; Wed, 21 Apr 2004 20:27:59 -0400 Message-ID: <8A6F09AD8049134282148A453CB93B9A046DB0C3@roc-mail1.xelus.com> From: "Dickson, Craig" To: 'Ant Users List' Subject: RE: Problems using ant 1.6.1 with weblogic.jar in classpath Date: Wed, 21 Apr 2004 20:27:56 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C42800.A84A01F0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C42800.A84A01F0 Content-Type: text/plain; charset="iso-8859-1" In WL7 the weblogic jar had a classpath entry in its manifest file that included some ant files that are in the same directory as the weblogic jar. the ant classes may not necessarily be inside the weblogic jar, but the solution suggested is still correct for either scenario. -----Original Message----- From: Anderson, Rob (Global Trade) [mailto:Rob.Anderson@nike.com] Sent: Wednesday, April 21, 2004 11:41 AM To: Ant Users List Subject: RE: Problems using ant 1.6.1 with weblogic.jar in classpath There are probably ant optional classes in the weblogic.jar. You should add all the ant optional jars to the classpath before weblogic.jar. -Rob Anderson > -----Original Message----- > From: Steve Rogers [mailto:steverogers@realeum.com] > Sent: Wednesday, April 21, 2004 11:31 AM > To: user@ant.apache.org > Subject: Problems using ant 1.6.1 with weblogic.jar in classpath > > > When I try to use ant 1.6.1 with weblogic 6.1 sp4 jar in the > CLASSPATH I > get this error: > > D:\apache-ant-1.6.1\lib>set > CLASSPATH=d:\apache-ant-1.6.1\lib\ant.jar;d:\bea\wlserver6.1\l > ib\weblogi > c.jar > > D:\apache-ant-1.6.1\lib>ant > "ANT_OPTS=-ms128m -mx256m" > Apache Ant version 1.6.1 compiled on February 12 2004 > Invalid implementation version between Ant core and Ant > optional tasks. > core : 1.6.1 > optional: 6.1.4.0 > > I need the weblogic.jar to be able to run the weblogic task "wsgen" > which I added to the defaults.properties file in the taskdefs > of ant.jar > > Anyone else experiencing incompatabilities with ant 1.6.1 and > weblogic? > This was not a problem with ant 1.5.4 > > Thanks > Steve > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org ------_=_NextPart_001_01C42800.A84A01F0--