Re: [OT] Ant-driven update system (Re: Best way to add file to CVS repository?)

2001-12-29 Thread Jeff Turner
On Thu, Dec 27, 2001 at 08:13:34PM +0100, Nico Seessle wrote: > - Original Message - > From: "Jeff Turner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: "Ant Developers List" <[EMAIL PROTECTED]> > Sent: Thursday, December 27, 2001 8:56 AM > Subject: [OT] Ant-driven update system (Re:

Re: use of 'includes' attribute in javac

2001-12-29 Thread Peter Donald
Hi On Sat, 29 Dec 2001 21:37, Jim Clayson wrote: > My hierarchy is as follows: > (link to /usr/local/dev in home dir) > > ~/dev/examples/org/jboss/docs/cmp/cd/bean/*.java > ~/dev/examples/org/jboss/docs/cmp/cd/interfaces/*.java > ~/dev/test/servlets/src/classes/TestServlet.java > ~/dev/test/servl

RE: use of 'includes' attribute in javac

2001-12-29 Thread Adam Murdoch
Hi, The 'includes' attribute is used to select files from under srcdir. For example, in your case, would pick up ~/dev/test/servlets/src/classes/EJBClientServlet.java. Have a read of the "Concepts and Types" section of the manual (under "Built-in Tasks") for more info. Looks like you simpl

use of 'includes' attribute in javac

2001-12-29 Thread Jim Clayson
Hi, Ant version 1.4 I am trying to compile my test java files - one of which refers to .java files in a completely seperate package. The compilation fails saying, "package org.jboss.docs.cmp.cd.bean does not exist [javac] import org.jboss.docs.cmp.cd.bean.*; ..." My hierarchy is as follow

Re: [OT] Ant-driven update system (Re: Best way to add file to CVS repository?)

2001-12-29 Thread Peter Donald
On Thu, 27 Dec 2001 18:56, Jeff Turner wrote: > I'd like to invent one though :) I was thinking along the lines of a > .jar file containing updates, with an Ant script, META-INF/control.xml, > which describes how the contents of the jar must be applied. Sounds good to me. Basically a cross-platfo

Re: AntMan - Integrate Ant with JDeveloper IDE

2001-12-29 Thread Peter Donald
On Wed, 26 Dec 2001 01:55, Ashok Sridhar wrote: > Hi, > > I have written an AddIn to integrate Ant with the JDeveloper IDE. Here are > the details : Looks good - unfortunately GPL is not compatible with Apache software (see the gnu website for details). Would you consider using an alternative li