RE: Class loader problem

2005-09-22 Thread Hoying, Ken
I have been playing around with the task but have not had much luck. I keep getting the following error: java.lang.VerifyError: (class: org/apache/tools/ant/types/URLPath, method: dieOnCircularReference signature: (Ljava/util/Stack;Lorg/apache/tools/ant/Project;)V) Bad access to protected dat

RE: problem with sql task

2005-09-22 Thread Anderson, Rob (Global Trade)
Look at this page... http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm -Rob A > -Original Message- > From: Harshal Chavda [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 21, 2005 7:43 PM > To: user@ant.apache.org > Subject: problem with sql task > > Hello

ant can't find javac compiler

2005-09-22 Thread paul
Thanks Martin - that did it. I should have remembered the golden rule of reading documentation 5 times before asking questions. Anyhow, now that my sanity has returned I shall get on with my life. Paul Martin Gainty writes: Good Afternoon Paul The documentation for the ant javac task is

RE: websphere.ant.tasks knowledge: download question

2005-09-22 Thread hind.lwahhabi
A last question: Does the jar containing the com.ibm.websphere.ant.tasks come with the websphere distribution or it downloadable on its own?(i don't have the soft yet that's whhy i am wondering) Hind Lwahhabi. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Se

RE: websphere.ant.tasks knowledge

2005-09-22 Thread hind.lwahhabi
Thanks! Hind Lwahhabi. -Original Message- From: Jeffrey E Care [mailto:[EMAIL PROTECTED] Sent: Thu 9/22/2005 3:17 PM To: Ant Users List Subject: Re: websphere.ant.tasks knowledge http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//topic/com.ibm.websphere.base.doc/info/aes/ae/rovr_

Re: websphere.ant.tasks knowledge

2005-09-22 Thread Jeffrey E Care
http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//topic/com.ibm.websphere.base.doc/info/aes/ae/rovr_antapi.html -- Jeffrey E. Care ([EMAIL PROTECTED]) WebSphere v7 Release Engineer WebSphere Build Tooling Lead (Project Mantis) <[EMAIL PROTECTED]> 09/22/2005 09:04 AM Please respond to "A

EJB3.0 & ant tasks

2005-09-22 Thread Steve Loughran
Hi all I'm looking at the ant tasks for ejb, specifically and wondering what, if any changes need to be made to it for ejb3. the task is built around all the various ejb descriptors in XML. But if EJB3.0 eliminates all of these, is the task completely obsolete? Or does it need to be upgrade

Create virtual directory through ANT

2005-09-22 Thread Karunakar Chatla
Hi, Can we create virtual directory through ANT? Thanks, Karunakar Chatla

websphere.ant.tasks knowledge

2005-09-22 Thread hind.lwahhabi
Hello guys, Has anyone here experienced the deployment on Webpshere( 5.1 and above) using ant and the websphere ant tasks? any help, doc , link, advise is welcome! Thanks in advance and long life to this list. Hind Lwahhabi. This message is for the designated recipient only and may contain pr

NoClassDefFoundError when loading class from -lib

2005-09-22 Thread Jon McLennan
I've taken the source for org.apache.tools.ant.Launcher and modified it to call my own version of Main.java. Essentially, the only change I made with that class is to allow the user to specify which startup class is to be run. (The default is the standard org.apache.tools.ant.Main.) My version

ant can't find javac compiler

2005-09-22 Thread paul
Dear user@ant.apache.org, I am using ant to compile my struts webapp. I am using Linux 2.4.27 and running ant (1.5.2-26) from my shell which is bash. My environment variables which I set in my .bash_profile are: $JAVA_HOME=/usr/java/jdk1.5.0_02 $CLASSPATH=/usr/java/jdk1.5.0_02/lib:/usr/java/jd

problem with apply task

2005-09-22 Thread Jakob Fix
Hello, I am trying to use ant to run ImageMagick's composite command over a fileset, like this: The commandline for the composite command is this, which I know works: > composite -dissolve 40% -tile watermark.png in/hsc-c0311d.png > out/