Re: NO class files build\classes

2006-03-29 Thread Kjersti Berg
What does ant -verbose give you? Kjersti On 29/03/06, Manas_Das <[EMAIL PROTECTED]> wrote: > > The line in blue is not being executed > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ba

Re: List of file names as arguments to a java task

2006-02-24 Thread Kjersti Berg
> > So my problem is to > get a space delimited list of file names and to add it to the list of > arguments to my java command. I had a case where I needed to run a Java program on a set of files. I used the apply task for that, but I don't know if this matches your requirements exactly. As far a

Re: EJB compile

2006-01-11 Thread Kjersti Berg
On 12/01/06, Uri Zeituni <[EMAIL PROTECTED]> wrote: > > Hi, > I need to compile my Beans: create stubs and skeletons. I need to deploy > them on Websphere. Does anyone knows how to do that? > I saw that task is supported only for Weblogic, in addition I did > not see any EJB compile task defined i

Re: Javadoc on all subdirectories

2005-07-07 Thread Kjersti Berg
On 07/07/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > first thought would be > > > Jan > Thanks for the quick reply. This gives me this error: doc-all: [javadoc] BUILD FAILED: file:C:/Workspace_WSADIE5/ALT_FOR_JAVADOC/NLP_Build/build.xml:189: No source files and no packages have be

Javadoc on all subdirectories

2005-07-07 Thread Kjersti Berg
Hi I am looking for a way to run javadoc on all sourcefiles for multiple projects. So far I have used the javadoc task, but I have to specify all the source directories specifically. The projects each have their own directory, and the source files are located in a subdirectory. These source direc