RE:

2001-05-24 Thread Brett Knights
Indeed it is. It takes language="perlscript" (which I thought I had tried but never mind) > > IIRC it is ... but only on Windows ... (probably via Windows > Scripting Host > of ActivePerl).

RE: ant Classloader problem

2001-05-24 Thread Conor MacNeill
Fixed in CVS - try a recent nightly build > -Original Message- > From: BAKER Anthony [mailto:[EMAIL PROTECTED]] > Sent: Friday, 25 May 2001 3:35 AM > To: '[EMAIL PROTECTED]' > Subject: ant Classloader problem > > > Hi, > > I believe I am running into a problem with the ant classloader.

Re:

2001-05-24 Thread Peter Donald
At 05:36 PM 5/24/01 -0700, Diane Holt wrote: >--- Brett Knights <[EMAIL PROTECTED]> wrote: >> I am trying to get perl to run with the script tag. I have successfully >> run the javascript example but I either get an error saying >> the perl engine can't be found or the language is unsupported. > >

RE: Ant on Win2K

2001-05-24 Thread Mark Chamness
I have Win 2000 Professional. Ant works fine. Make sure to set the following environment variables: JAVA_HOME ANT_HOME -mark > -Original Message- > From: Mark Jaffe [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 24, 2001 6:18 PM > To: [EMAIL PROTECTED] > Subject: Ant on Win2K > > >

Re: Ant on Win2K

2001-05-24 Thread Diane Holt
If you're running the ant.bat script, try bracketing the java command-line (ie., the ":runAnt" block) with @echo on/@echo off, so you can see what the actual command-line looks like -- that might help you see why java's not finding the Ant classes. Diane --- Mark Jaffe <[EMAIL PROTECTED]> wrote:

Ant on Win2K

2001-05-24 Thread Mark Jaffe
Folks, I'm wondering if there is a problem with Ant on Windows 2000 Professional. I have a new environment I am setting up, and everything seems to be according to the book. Yet when I run ant, it immediately fails with this message (even with -debug): Exception in thread "main" java.lang.NoClas

RE:

2001-05-24 Thread Diane Holt
--- Brett Knights <[EMAIL PROTECTED]> wrote: > It is according to the bsf release notes. It is supposed to support > ActivePerl. Oops! -- quite right. All I had was the source, not the docs -- but it turns out it's also mentioned in the build.xml file, at the top (I only looked for the list of th

ant Classloader problem

2001-05-24 Thread BAKER Anthony
Hi, I believe I am running into a problem with the ant classloader. When I run either a or non-forked task, getResource() always returns null: URL file = Logger.class.getResource("/" + LOG_CONFIG); If I fork a jvm and the same code (same classpathref) is executed, it works! Here is the tar

RE:

2001-05-24 Thread Brett Knights
It is according to the bsf release notes. It is supposed to support ActivePerl. > -Original Message- > From: Diane Holt [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 24, 2001 5:36 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re:

Re:

2001-05-24 Thread Diane Holt
--- Brett Knights <[EMAIL PROTECTED]> wrote: > I am trying to get perl to run with the script tag. I have successfully > run the javascript example but I either get an error saying > the perl engine can't be found or the language is unsupported. Is perl a BSF-supported language? I couldn't find a

Re: Ant Versioning

2001-05-24 Thread Diane Holt
--- "O'Hara, Patrick" <[EMAIL PROTECTED]> wrote: > I have gotten the latest and greatest Version of ant from the site > (1.3). I am noticing that some things have to change in my build.xml. > I am wondering if ant has a requires type command like perl. This works > by saying something like "requi

Re: Weblogic 6 ejbc docs

2001-05-24 Thread Larry V. Streepy, Jr.
Look at the ejbjar command instead of ejbc. Greg Vaughn wrote: > > I'm looking for some docs on using the task with Weblogic 6. I've > downloaded the latest optional.jar snapshot to get it, but even with > looking through the cvs repository, I can't find any docs of what may > have changed. >

Weblogic 6 ejbc docs

2001-05-24 Thread Greg Vaughn
I'm looking for some docs on using the task with Weblogic 6. I've downloaded the latest optional.jar snapshot to get it, but even with looking through the cvs repository, I can't find any docs of what may have changed. Specifically, I'm hoping that I can use it with src as a directory rather tha

RE: java_home warning

2001-05-24 Thread O'Hara, Patrick
Title: RE: java_home warning What is the purpose of: @setlocal&set a=@&set e=@& %a% why not use @echo off? Pat O [EMAIL PROTECTED] -Original Message- From: Gerald E. Bennett [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 4:37 PM To: [EMAIL PROTECTED] Subject: RE: jav

RE: java_home warning

2001-05-24 Thread Gerald E. Bennett
I am getting the same problem. What I did was to use the right CLASSPATH that includes tools.jar This is what I have in my bat file @setlocal&set a=@&set e=@& %a% REM %a% REM PLEASE SET JAVA_HOME, ANT_HOME and CCDIR %a% REM ---

RE: java_home warning

2001-05-24 Thread Ramasubbu, Hari
thanks for the reply.i have set the env var as JAVA_HOME.but stil i have the problem. here is my set.txt thanks :) hari ** ALLUSERSPROFILE=C:\Documents and Settings\All Users ANT_HOME=c:\jakarta-ant-1.3 APPDATA=C:\Documents and Settings\HRamasub\Application Data CLASSPATH=C:\jdk1.3.

RE: Q about task

2001-05-24 Thread Vittoria, Felice
Isaac, Thanks :-) Felice -Original Message- From: Isaac Sparrow (Staff Engineer) [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 3:02 PM To: [EMAIL PROTECTED] Subject: Re: Q about task "Vittoria, Felice" wrote: > > Hello all, > > I have a question about the task. When th

RE: java_home warning

2001-05-24 Thread Bill . J . Fellows
is it java_home or JAVA_HOME. It makes a difference as I recall. set > set.txt send that (inline - not as an attachment) if the preceeding does not work. -Original Message- From: Hari.Ramasubbu [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 4:01 PM To: ant-user Subject: java

java_home warning

2001-05-24 Thread Ramasubbu, Hari
I have a question .I have set the java_home env variable in my win 2000 machine .but still i get this error on my command line . --- C:\>ant Warning: JAVA_HOME environment variable is not set. If build fails because sun.* classes could not be found you will

Ant Versioning

2001-05-24 Thread O'Hara, Patrick
Title: Ant Versioning I have gotten the latest and greatest Version of ant from the site (1.3).  I am noticing that some things have to change in my build.xml.  I am wondering if ant has a requires type command like perl.  This works by saying something like "requires 1.3;".  In ant it might l

Re: Command line arguments

2001-05-24 Thread Larry V. Streepy, Jr.
>From the documentation, it would appear that you can construct arguments one at a time, so as to include spaces, like this: Also, (from the source code) you can do this: Note that I have not tried either of these but they seem correct from the source code and the documenta

RE: Command line arguments

2001-05-24 Thread O'Hara, Patrick
Title: RE: Command line arguments use " -Original Message- From: Ramasubbu, Hari [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 3:22 PM To: Ant-User@Jakarta. Apache. Org (E-mail) Subject: Command line arguments Need help please How do i include a string with doubl

Command line arguments

2001-05-24 Thread Ramasubbu, Hari
Need help please How do i include a string with double quotes in arg line property. some thing like this. thanks :) hari

Re: can't

2001-05-24 Thread Suu Quan
- Original Message - From: "Suu Quan" <[EMAIL PROTECTED]> To: "ANT user group" <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 1:06 PM Subject: can't > Crying help to this forum > > Trying out this simple task/target > > > > > > > > I get : > C:\exec-example:4: Execute

RE: can't

2001-05-24 Thread Peterson, Lance
Title: RE: can't "error=2" means "The system cannot find the file specified."  I'm not sure, but I don't think Runtime.execute() uses the PATH environment variable to find executables (on Windows).  You need to specify the full path for execEx. -Original Message- From: Suu Quan [mail

RE: can't

2001-05-24 Thread Bill . J . Fellows
Out on a limb here, but is execEx on your path? What if you set the absolute path to it executable="\somedir\someotherdir\execEx" Just a thought. /bill -Original Message- From: squan [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 3:06 PM To: ant-user Cc: squan Subject: can't

can't

2001-05-24 Thread Suu Quan
Crying help to this forum Trying out this simple task/target I get : C:\exec-example:4: Execute failed: java.io.IOException: CreateProcess: execEx error=2 execEx works perfectly outside of ant. jakarta1.3.0_02, windows 2000 tia

Re: Q about task

2001-05-24 Thread Isaac Sparrow (Staff Engineer)
"Vittoria, Felice" wrote: > > Hello all, > > I have a question about the task. When the copy is done I notice > the message: > > [copy] Copying 166 files to D:\test > > I was wondering ... is there a way for ant to print out the list of files > that is copying from (i.e. [source] -> [desti

Q about task

2001-05-24 Thread Vittoria, Felice
Hello all, I have a question about the task. When the copy is done I notice the message: [copy] Copying 166 files to D:\test I was wondering ... is there a way for ant to print out the list of files that is copying from (i.e. [source] -> [destination]) without using the -debug option when r

Re: Visual Source Safe....

2001-05-24 Thread Nico Seessle
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 24, 2001 3:07 PM Subject: Visual Source Safe > > Folks, > Is there any tag in the library that when called will determine in all > files are checked into VSS Assuming you meant "determine if a

Visual Source Safe....

2001-05-24 Thread Niall . McGrath
Folks, Is there any tag in the library that when called will determine in all files are checked into VSS cheers, Niall Email: [EMAIL PROTECTED] This email and any files transmitted with it are confidential and intended solel

Ignoring failure

2001-05-24 Thread David . Bailey
So I have gathered that a handful of tasks now have a 'failonerror' attribute, so one can dictate whether certain types of errors should be considered fatal --- but the task does not appear to be among them. Could I nominate this as a feature request for a future release of ant? Our technolo

Re: ant/command line tools posted

2001-05-24 Thread Eric Hancock
Hall, Michael J. wrote: > Ian McFarland > > >>http://www,neo.com/java/auntiemac.html >> > > It currently seems I can't get there from here? There appears to be a comma in that URL.