Re: please help JAVA_HOME problem in path (mandrake) linux

2002-06-12 Thread Kapil_Pawar
set JAVA_HOME=/usr/bin and not /usr/bin/java _ Kapil Singh Pawar Consultant - Integration i2 Technologies India Private Ltd. 1 Primrose Road Bangalore 560 025, INDIA Email: [EMAIL PROTECTED] Tel: +91 80 558 1487-90 ext. 2416 Rigas Parathyras [EMAIL

RE: Please help!

2002-01-16 Thread Peter . FLYNN
Tom, It looks like its not picking up the j2eeXX.jar, (in which that class resides). Could you check to see if its got something like j2ee12.jar in the classpath that you have provided. Mine is located in C:\bea\wlserver6.1\lib\j2ee12.jar Regards, Peter

RE: Please help!

2002-01-16 Thread Paul Cody
First, see Tom's message about j2ee.jar. jar tf weblogic.jar to see if it's actually in there. Second, i'd recommend setting your classpath with a path structure: !-- for example -- path id=default.classpath pathelement location=${weblogic.home}/lib/weblogic.jar / pathelement

RE: Please help!

2002-01-16 Thread Callaghan, Tom
] Subject: RE: Please help! Tom, It looks like its not picking up the j2eeXX.jar, (in which that class resides). Could you check to see if its got something like j2ee12.jar in the classpath that you have provided. Mine is located in C:\bea\wlserver6.1\lib\j2ee12.jar Regards

RE: Please help!

2002-01-16 Thread Callaghan, Tom
Third, it looks like (I could be wrong) you are trying to call a task directly using java. Most likely bea wrote the task such that you should declare it with: taskdef name=ddinit classname=weblogic.ant.taskdefs.ejb20.DDInit / Ant then use it in your

RE: Please help!

2002-01-16 Thread Diane Holt
--- Callaghan, Tom [EMAIL PROTECTED] wrote: Thanks for your sugestions Paul. I tried: - taskdef name=ddinit classname=weblogic.ant.taskdefs.ejb20.DDInit/ And also, taskdef name=ddinit classname=weblogic.ant.taskdefs.ejb20.DDInit classpath=${weblogic}/ But get, as output, the error:

RE: Please help!

2002-01-16 Thread Callaghan, Tom
]] Sent: 16 January 2002 15:28 To: Ant Users List Subject: RE: Please help! --- Callaghan, Tom [EMAIL PROTECTED] wrote: Thanks for your sugestions Paul. I tried: - taskdef name=ddinit classname=weblogic.ant.taskdefs.ejb20.DDInit/ And also, taskdef name=ddinit classname

RE: Please help!

2002-01-16 Thread Paul Cody
for the diversion, Paul -Original Message- From: Callaghan, Tom [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 6:25 AM To: 'Ant Users List' Cc: 'Paul Cody' Subject: RE: Please help! Third, it looks like (I could be wrong) you are trying to call a task

RE: please help, cant build javadocs....

2001-12-19 Thread Ylan Segal
I think the problem is that due to the fact that I'm running on Windows I have to enclose the classpath into quot; characters. I tried from command prompt with enclosed classpath and it worked, but I have no idea how do I do that from within the ant target. Here is how my target looks like:

RE: please help, cant build javadocs....

2001-12-19 Thread Igor Fedulov
Now it's totally bizzare. I came home where I have Netbeans installed (3.3) and javadocs target executed noproblems whatsoever Maybe it's Forte4J problem, not mine... Anyhow thanks everybody for your help! -- Best regards, -- HTTP is a stateless protocol, and the Internet is a stateless

RE: Please help me!

2001-10-20 Thread Mark Ayad
ftp server=ftp.apache.org port=2121 remotedir=/pub/incoming userid=coder password=java1 depends=yes binary=no fileset dir=htdocs/manual include name=**/*.html/ /fileset /ftp -Original Message- From: sandeep singh [mailto:[EMAIL

RE: Please help me!

2001-10-20 Thread sandeep singh
Thanks a lot! Mark Ayad, it is working now... sandeep -Original Message- From: Mark Ayad [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 20, 2001 10:44 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Please help me! ftp server=ftp.apache.org port=2121

RE: Please help me!

2001-10-20 Thread Boris Debic
Can you delete the file from a manual session? -Original Message- From: sandeep singh To: [EMAIL PROTECTED] Sent: 10/20/2001 9:25 AM Subject: Please help me! Importance: High I have sent this mail previously also. but nobody replied, is nobody is having answer to my problem? Please help

Re: Please Help me!!!

2001-10-19 Thread Diane Holt
Hi Vincent, There's a couple of things I'm not sure I understand. One is why you're using the java task to run ejbc -- have you looked at the ejbc task that's available as an optional task? The other is what you'd expect including a classpath for the jar task to do. All the jar task does is jar

Re: Please Help me!!!

2001-10-19 Thread Vincent Croft
Hi Diane, Thank you to have the time to help me... Well the first thing you are mentioning about, why I didn't use de ejbc bside the java, it was because when I first take a look to Ant, I didn't undestand many things about it, I've never worked with a deploy before, so I asked to all the

Re: Please Help me!!!

2001-10-19 Thread Diane Holt
Your fileset's in your jar task look like they're probably wrong. You have: fileset dir=${PATH_ArqEJBReg}/util/ include name=util/MappingValue.class/ /fileset which would have it looking for: ${PATH_ArqEJBReg}/util/util/MappingValue.class which probably isn't what you

Re: Please help - Cannot use classic compiler

2000-12-20 Thread Kevin Mukhar
Jacob Thomas wrote: While building ANT 1.2.1, got the following error: BUILD FAILED C:\Jakarta\jakarta-ant\build.xml:87: Cannot use classic compiler, as it is not available I had this problem as well. I tried following all the FAQ suggestions and nothing worked. My JAVA_HOME was set,