Re: Package javax.servlet.http not found in import

2001-06-04 Thread Mike Dougherty
-- ** Mike Dougherty -- Java Software Engineer **

Re: classpath issue on Javadoc stuff!!!!

2001-06-04 Thread Mike Dougherty
this is the problem. Unless there are source (.java) files in that directory that are not in your src (d:\ap20\java) directory. /mike -- ** Mike Dougherty -- Java Software Engineer **

Re: classpath issue on Javadoc stuff!!!!

2001-06-04 Thread Mike Dougherty
Superclass org.apache.struts.form.ActionForm of class org.apache.struts.form.ValidateForm not found. and [javadoc] javadoc: warning - Import not found: org.apache.struts.action.Action - ignoring! /mike -- ** Mike Dougherty -- Java Software Engineer **

Re: classpath issue on Javadoc stuff!!!!

2001-06-04 Thread Mike Dougherty
Mike Dougherty wrote: Pinar Bicioglu wrote: I corrected the classpath setup. But still can't get javadoc up and running.and here is the message it generates [snip] and the code i have is still the same as before . I am posting it here again anyway property name

Re: javax.sql.DataSource

2001-06-04 Thread Mike Dougherty
Sun has a reference implementation of J2EE that you can download, install and then put the j2ee.jar in your CLASSPATH. http://java.sun.com/j2ee/ /mike -- ** Mike Dougherty -- Java Software Engineer **

Re: Ant documentation (was: Re: javax.sql.DataSource(Thanks!!))

2001-06-04 Thread Mike Dougherty
-- ** Mike Dougherty -- Java Software Engineer **

Re: ejb and ant

2001-06-05 Thread Mike Dougherty
-- ** Mike Dougherty -- Java Software Engineer **

RE: Path question

2002-10-03 Thread Mike Dougherty
Try the pathconvert task. Then you don't have to remember to put the right separator in when defining properties. /mike -Original Message- From: Stephenson, Martin [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 6:27 AM To: '[EMAIL PROTECTED]' Subject: Path question

Bug in classfileset (v1.5.1)?

2002-10-07 Thread Mike Dougherty
=COM.rsa.jsafe.JSAFE_InvalidUseException / /classfileset jar destfile=mylib.jar fileset refid=jsafe.dependant.classes / /jar /target Thanks in advance for your help, Mike Dougherty Sr. Software Engineer | [EMAIL PROTECTED] XIFIN, Inc. | http://www.xifin.com Ph

RE: Bug in classfileset (v1.5.1)?

2002-10-08 Thread Mike Dougherty
-Original Message- From: Jesse Stockall [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 5:23 PM To: Ant Users List Subject: Re: Bug in classfileset (v1.5.1)? On Mon, 2002-10-07 at 20:11, Mike Dougherty wrote: According to the documentation I can use the file

RE: Strange build error from ejbjar task

2002-10-08 Thread Mike Dougherty
-Original Message- From: Mikael Hansen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 5:34 AM To: Ant Users List Subject: Strange build error from ejbjar task Hi I have a target like this: target name=beans-jboss depends=xdoclet-generate javac

RE: Bug in classfileset (v1.5.1)?

2002-10-08 Thread Mike Dougherty
-Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 12:21 AM To: [EMAIL PROTECTED] Subject: Re: Bug in classfileset (v1.5.1)? On Mon, 7 Oct 2002, Mike Dougherty [EMAIL PROTECTED] wrote: According to the documentation I can use

RE: How to avoid naming conventions in ejbjar task

2002-10-15 Thread Mike Dougherty
-Original Message- From: Chekutty, Kiran [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 7:26 AM To: Ant Users List Subject: How to avoid naming conventions in ejbjar task Hi Rescuers Can I use just ejb-jar.xml weblogic-ejb-jar.xml rather than having a ejb-name in

RE: javac class path

2002-10-15 Thread Mike Dougherty
-Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 2:14 PM To: 'Ant Users List' Subject: RE: javac class path About 1., see includeAntRuntime and includeJavaRuntime attributes. About 2., why would you want to do that? --DD

RE: javac class path

2002-10-15 Thread Mike Dougherty
-Original Message- From: Menon, Joby [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 2:41 PM To: Ant Users List Subject: RE: javac class path About 1., see includeAntRuntime and includeJavaRuntime attributes , does not help remove the system classpath ..

RE: Help ... ITs urgent

2002-10-16 Thread Mike Dougherty
The ejbcgen directory is created by weblogic.ejbc not by Ant. As far as I know there is no option to change the location of this temporary directory. /mike -Original Message- From: Chekutty, Kiran [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 2:48 AM To: Ant Users

RE: Help ... its urgent

2002-10-16 Thread Mike Dougherty
These are classes generated by WebLogic's CMP engine. You really should not be messing with this stuff, nor should you see this type of error. Since you are, I would have to guess that there is something wrong with the jar file you are passing into ejbc or the classpath you are using for ejbc

RE: updating jar files with each build

2002-10-16 Thread Mike Dougherty
I use the delete task to remove the file when it should be overwritten. Although, I do think it would be nice if jar had and overwrite=yes attribute. delete file=classes.jar / jar destfile=classes.jar ... /jar Hope that helps, /mike -Original Message- From: Lisa Knee [mailto:[EMAIL

RE: Uptodate checking...

2002-10-23 Thread Mike Dougherty
-Original Message- From: Dominique Devienne [mailto:DDevienne;lgc.com] Sent: Tuesday, October 22, 2002 11:27 AM To: 'Ant Users List' Subject: RE: Uptodate checking... In what way if not using the UpToDate task superior? In the following code of mine, it doesn't look to me than

RE: Uptodate checking...

2002-10-23 Thread Mike Dougherty
-Original Message- From: Dominique Devienne [mailto:DDevienne;lgc.com] Sent: Monday, October 21, 2002 4:02 PM To: 'Ant Users List' Subject: RE: Uptodate checking... Just in case, have you checked out the various XML tasks in Related Projects and/or External Tools? Notably the

Uptodate checking...

2002-10-21 Thread Mike Dougherty
help offered, /mike P.S. This may be a ant-dev list question. If so let me know and I will resend it to that list. Mike Dougherty Sr. Software Engineer | [EMAIL PROTECTED] XIFIN, Inc. | http://www.xifin.com http://www.xifin.com/ Ph: 760.804.0770 x47| Fax: 760.804.0851

Another uptodate question

2002-10-30 Thread Mike Dougherty
for your help, /mike Mike Dougherty Sr. Software Engineer | [EMAIL PROTECTED] XIFIN, Inc. | http://www.xifin.com http://www.xifin.com/ Ph: 760.804.0770 x47| Fax: 760.804.0851 This message is for the sole use of the intended recipient(s) and may contain confidential

RE: Another uptodate question

2002-10-30 Thread Mike Dougherty
more powerful than uptodate, but is not a condition, and removes files... And doesn't even set a property to find out if it removed anything... --DD -Original Message- From: Mike Dougherty [mailto:MDougherty;XIFIN.Com] Sent: Wednesday, October 30, 2002 11:06 AM To: Ant Users (E

RE: Another uptodate question

2002-10-30 Thread Mike Dougherty
: Mike Dougherty [mailto:MDougherty;XIFIN.Com] Sent: Wednesday, October 30, 2002 11:36 AM To: 'Ant Users List' Subject: RE: Another uptodate question I've looked at dependset and if the ejbjar worked the way I expected then I could use it. But then again if ejbjar worked the way I expected I

RE: Another uptodate question

2002-10-30 Thread Mike Dougherty
Ooops, forgot a word. but they work should have read but the didn't work. Spare time might be for sleep instead /m -Original Message- From: Mike Dougherty [mailto:MDougherty;XIFIN.Com] Sent: Wednesday, October 30, 2002 2:22 PM To: 'Ant Users List' Subject: RE: Another uptodate

RE: Another uptodate question

2002-10-31 Thread Mike Dougherty
-Original Message- From: David Knox [mailto:david.knox;iona.com] Sent: Wednesday, October 30, 2002 1:22 PM To: 'Ant Users List' Subject: RE: Another uptodate question Maybe I'm a bit confused. Is there a problem with uptodate? The source indicates that it supports nested

RE: Another uptodate question

2002-10-31 Thread Mike Dougherty
-Original Message- From: Dominique Devienne [mailto:DDevienne;lgc.com] Sent: Thursday, October 31, 2002 7:14 AM To: 'Ant Users List' Subject: RE: Another uptodate question The two filesets are not both source filesets. The second one is a target fileset. Uptodate supports only