'java' task does not exit

2006-03-29 Thread John Sisson
Hello I have extended the ant 'org.apache.tools.ant.taskdefs.Java' task to setup many of the parameters from a property file using my class 'com.nxps.ant.tasking.JavaNx'; apart from the parameter management its action is pretty simple: == public final class JavaNx extends Java { /

RE: Urgent : Send me some Initial Docs

2006-03-29 Thread Anderson, Rob (Global Trade)
Please read this: http://www.catb.org/~esr/faqs/smart-questions.html You have provided too little information for anyone to effectively provide help. What have you tried? Does the build succeed or fail? Is there an error message? Send the relevant portion of your build.xml. -Rob Anderson >

Re: tar with tarfileset

2006-03-29 Thread glenn opdycke-hansen
I would remove the basedir from the tar statement, since the tarfileset should select the files you want: On 3/29/06, Yves Willems <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I want to make a tar file hold

tar with tarfileset

2006-03-29 Thread Yves Willems
Hi all, I want to make a tar file holding just 3 files, but prefixed with a certain directory name. I created the following target: However when I run this thing it adds recursively

Re: ANT WSAD JUNIT

2006-03-29 Thread Jeffrey E Care
You might want to try reading the "Smart Questions" FAQ before posting to this list again. http://www.catb.org/~esr/faqs/smart-questions.html Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere

Re: Urgent : Send me some Initial Docs

2006-03-29 Thread Jeffrey E Care
You might want to try reading the "Smart Questions" FAQ before posting to this list again. http://www.catb.org/~esr/faqs/smart-questions.html Jeffrey E. (Jeff) Care [EMAIL PROTECTED] IBM WebSphere

inconsistent behavior when running from Command line console VS using code

2006-03-29 Thread Asaf Lahav
Hi,   I'm having a problem of inconsistent behavior when I'm using ANT for a build process. When I'm running a certain build process from a command line console the build process succeeds. But when I'm running the same build process from code (using the code snippet below) the same proce

RE: NO class files build\classes

2006-03-29 Thread Row M, Vishal
Manas Please go through the manual , Ant is one of those open source tools which has BEST manuals and documentation. I would strongly suggest you to go through them first. Regards Vishal -Original Message- From: Manas_Das [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 29, 2006 3:

ANT WSAD JUNIT

2006-03-29 Thread Manas_Das
Hello, Currently I am developing a web based software using WSAD with struts ,hibernate and some framework provided by the client I will do the unit test using junit. will I get any benefit if I use ant to perform the test.if yes then what should I do. Thanks and regards Mana

RE: NO class files build\classes

2006-03-29 Thread Manas_Das
Hello, Currently I am developing a web based software using WSAD with struts ,hibernate and some framework provided by the client I will do the unit test using junit. will I get any benefit if I use ant to perform the test.if yes then what should I do. Thanks and regards Manas Ranjan Das S

RE: NO class files build\classes

2006-03-29 Thread Manas_Das
Thanks I got it. Thanks and regards Manas Ranjan Das Satyam Computer Service Limited Chennai Satyam Center, Chennai. Phone : (044) 32962242 Mobile : 9840589596 -Original Message- From: Kjersti Berg [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 29, 2006 2:47 PM To: Ant Users List Subj

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: NO class files build\classes

2006-03-29 Thread Manas_Das
The line in blue is not being executed Thanks and regards

RE: NO class files build\classes

2006-03-29 Thread Stephen McConnell
> -Original Message- > From: Manas_Das [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 29 March 2006 7:08 PM > To: Ant Users List > Subject: RE: NO class files build\classes > > Hi, > Actually while building the ant I am getting the message > BUILD SUCCESSFUL Also I am getting the jar fi

RE: NO class files build\classes

2006-03-29 Thread Manas_Das
Hi, Actually while building the ant I am getting the message BUILD SUCCESSFUL Also I am getting the jar file and the jar task depends on the compile task but I fail to get the class file inside the build\classes dir what could be the cause Thanks and regards Manas Ranjan Das Satyam Computer Servi