RE: Perforce tasks

2002-06-24 Thread Les Hughes
Cheers Diane - I overlooked the obvious ;-) > -Original Message- > From: Burns, Chris [mailto:[EMAIL PROTECTED]] > Sent: 24 June 2002 17:03 > To: 'Ant Users List' > Subject: RE: Perforce tasks > > > Thank you very much. > > -Original Message- > From: Diane Holt [mailto:[EMAIL

Re: Ant 1.5Beta3 Released

2002-06-24 Thread Hal Hildebrand \(web\)
Why can't it just be MSG_VERBOSE instead of MSG_WARN? Seems more reasonable to me Seriously, though, these are built jars and we keep these things under platform (just my source control anal retentiveness). Some of them, used by the installation image, are built during previous parts of t

Re: Ant 1.5Beta3 Released

2002-06-24 Thread Diane Holt
--- "Hal Hildebrand (web)" <[EMAIL PROTECTED]> wrote: > In the example where I get the messages, it is where tasks are defined > via the form > > > > > > A-ha -- okay, that's what I didn't have. It only happens if the classpath elements are new ones -- iow

Re: Ant 1.5Beta3 Released

2002-06-24 Thread Hal Hildebrand \(web\)
My apologies for not including an example in the first place... Attached are the build files: build.xml build2.xml and the xml include: inc.xml There is a custom task in: test.jar The files tasks.properties TestTask.java are the task definition properties and trivial

Re: Ant 1.5Beta3 Released

2002-06-24 Thread Hal Hildebrand \(web\)
My apologies for not including an example in the first place... Attached are the build files: build.xml build2.xml and the xml include: inc.xml There is a custom task in: test.jar The files tasks.properties TestTask.java are the task definition properties and trivial t

Re: Ant 1.5Beta3 Released

2002-06-24 Thread Diane Holt
--- "Hal Hildebrand (web)" <[EMAIL PROTECTED]> wrote: > Thanks for the release. Fixes a lot of stuff from my testing so far. > Very cool. > > However, the messages for overriding tasks still appear. Could you provide a small example of how to make this happen? I tried creating a little test to

Re: Setting for in javascript

2002-06-24 Thread Jarzynka, Mark
When I try to execute this script under Ant 1.4.1 I get the following: caller.xml:3: java.lang.NullPointerException. It doesn't seem to like the creation of the parameter (ac.createParam() ). I have bsf 2.2 and rhino 1_5R2. Any help would be appreciated. Thanks

Re: java.lang.NoClassDefFoundError: org/apache/jasper/JspC

2002-06-24 Thread Steve Loughran
- Original Message - From: "Dave Gibbs" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 12:21 PM Subject: RE: java.lang.NoClassDefFoundError: org/apache/jasper/JspC > I've made a lot of progress - jspc seems to expect the libraries it requires >

RE: java.lang.NoClassDefFoundError: org/apache/jasper/JspC

2002-06-24 Thread Dave Gibbs
I've made a lot of progress - jspc seems to expect the libraries it requires to be passed into the classpath attribute of the task - and not the ant classpath. Ant verbose has been helpful, thanks. I've now got as far as getting a consistent null pointer exception when jspc tries to compile the js

Re: java.lang.NoClassDefFoundError: org/apache/jasper/JspC

2002-06-24 Thread Steve Loughran
- Original Message - From: "Dave Gibbs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 9:15 AM Subject: java.lang.NoClassDefFoundError: org/apache/jasper/JspC > I hope some-one has solved this no-doubt simple problem, > > I am trying to use the jspc optional tas

Re: Problems With compiling Files that I generate with jspc

2002-06-24 Thread Steve Loughran
I think there is a limit to the #of files jasper can take at a time; and as yet no way to ask for more memory. Could you break your jspc call up into subdirectories? - Original Message - From: "Rodrigo Pinheiro" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Monday,

RE: java.lang.NoClassDefFoundError: org/apache/jasper/JspC

2002-06-24 Thread Dave Gibbs
I'll try it, can't do any harm... Dave -Original Message- From: Geoff Meakin [mailto:[EMAIL PROTECTED]] Sent: 24 June 2002 17:36 To: Ant Users List Subject: RE: java.lang.NoClassDefFoundError: org/apache/jasper/JspC This is a bit of a wild-goose-chase sort of response, but I've had a si

RE: java.lang.NoClassDefFoundError: org/apache/jasper/JspC

2002-06-24 Thread Scott Francis
That's actually probably exactly it as I have seen the same issue with Microsoft Visual C++ link lines. I know this is a problem in the 95/98/Me world (not sure about the NT plats)...but Windows has a limit on how many characters it can have in a single line (the actual number escapes me). But

RE: java.lang.NoClassDefFoundError: org/apache/jasper/JspC

2002-06-24 Thread Geoff Meakin
This is a bit of a wild-goose-chase sort of response, but I've had a similar problem, and resolved it down to the fact that although the correct jars were in the classpath, the classpath was somehow "too long" for the VM, and some jars didn't get picked up. Just in case this is an issue on your ma

java.lang.NoClassDefFoundError: org/apache/jasper/JspC

2002-06-24 Thread Dave Gibbs
I hope some-one has solved this no-doubt simple problem, I am trying to use the jspc optional task and get the following error. "[java] java.lang.NoClassDefFoundError: org/apache/jasper/JspC [java] Exception in thread "main" I am using 1.5Beta3. I have the distributed "optional.jar" in the lib

Re: Antidote

2002-06-24 Thread Ultra Funkular
Erik, Thank you for your email. As I mentioned, comments were "currently ignored", meaning it would be a future feature. This feature was not of important as importing the actual executable ant xml elements obviously. For the record, xml comments are now imported - SAX's LexicalHandler was ut

Re: Ant 1.5Beta3 Released

2002-06-24 Thread Hal Hildebrand \(web\)
Thanks for the release. Fixes a lot of stuff from my testing so far. Very cool. However, the messages for overriding tasks still appear. I see that some work was done in Project.defineTask() to try to solve this, but to no avail. Not trying to be mean, so take what I say with a grain of salt

RE: Perforce tasks

2002-06-24 Thread Burns, Chris
Thank you very much. -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 10:59 AM To: Ant Users List Subject: RE: Perforce tasks --- "Burns, Chris" <[EMAIL PROTECTED]> wrote: > Ant 1.4.1. http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1

RE: Perforce tasks

2002-06-24 Thread Diane Holt
--- "Burns, Chris" <[EMAIL PROTECTED]> wrote: > Ant 1.4.1. http://jakarta.apache.org/builds/jakarta-ant/release/v1.4.1/bin/ Diane = ([EMAIL PROTECTED]) __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.y

RE: Perforce tasks

2002-06-24 Thread Burns, Chris
Ant 1.4.1. -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 10:56 AM To: Ant Users List Subject: RE: Perforce tasks --- "Burns, Chris" <[EMAIL PROTECTED]> wrote: > No, where do I get it? What version Ant are you running? Diane = ([EMAIL P

RE: Perforce tasks

2002-06-24 Thread Diane Holt
--- "Burns, Chris" <[EMAIL PROTECTED]> wrote: > No, where do I get it? What version Ant are you running? Diane = ([EMAIL PROTECTED]) __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To uns

RE: Perforce tasks

2002-06-24 Thread Burns, Chris
No, where do I get it? -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 10:52 AM To: Ant Users List Subject: RE: Perforce tasks --- "Burns, Chris" <[EMAIL PROTECTED]> wrote: > C:\Projects\IDEEAS2002\scList.xml:16: taskdef class > org.apach

RE: Perforce tasks

2002-06-24 Thread Diane Holt
--- "Burns, Chris" <[EMAIL PROTECTED]> wrote: > C:\Projects\IDEEAS2002\scList.xml:16: taskdef class > org.apache.tools.ant.taskdefs.optional.perforce.P4Have cannot be found [snip] > The package path > is not there in my classpath, although each of the jar files, ant.jar, > jakarta-oro-2.0.ja

Re: Ant 1.5Beta3 Released

2002-06-24 Thread Magesh Umasankar
Yes, this was specifically addressed. Beta3 was not compiled using Jikes - rather a mixed compile using JDK 1.3 and 1.4 was performed. Glad it works for you now and thanks for the feedback! Cheers, Magesh ** * Wisdom comes to those who live long enoug

RE: Ant 1.5Beta3 Released

2002-06-24 Thread Paul Christmann
FYI - I downloaded the binary version of 1.5 b3 this morning, and my JUnit tests worked fine (I was receiving a VerifyError when using 1.5 b2 binary). Not sure if anything explicit was done to address this, but I'll assume you waved your magic fingers over the keyboard! Thanks! Paul C. >

Ant 1.5Beta3 Released

2002-06-24 Thread Magesh Umasankar
This is to announce that Jakarta Ant-Dev has released the third beta of the forthcoming 1.5 release of Apache Ant, a Java-based build tool. The release is available in binary and source forms at http://jakarta.apache.org/builds/jakarta-ant/release/v1.5Beta3/ If you notice any problems wit

RE: Problems With compiling Files that I generate with jspc

2002-06-24 Thread Burns, Chris
Try expanding the amount of memory used by the JVM. We had a similar problem trying to run our app, because it used too much memory during execution. Try adding -Xmx to your command line. The number field represents the amount of memory being allocated to the system. Try this with increasingly la

Problems With compiling Files that I generate with jspc

2002-06-24 Thread Rodrigo Pinheiro
Hello, I convert some Jsp files in .java (more or less 800 files) using JSPC. When i try to compile generated .java I always receive same response: I received only 3 or 4 errors before this erro appears [javac] The system is out of resources. [javac] Consult the following

RE: Perforce tasks

2002-06-24 Thread Burns, Chris
The package path cannot be found. Here is the error message: Buildfile: scList.xml init: cmaudit: BUILD FAILED C:\Projects\IDEEAS2002\scList.xml:16: taskdef class org.apache.tools.ant.taskdefs.optional.perforce.P4Have cannot be found Total time

Extention of SignJar

2002-06-24 Thread Henning Mæland
Is it possible to get an extention of the SignJar task to support the "-verify" option in some future version of Ant? Henning

RE: ANT START PROBLEM

2002-06-24 Thread j neto
How do i check that? --- Derek Bennett <[EMAIL PROTECTED]> wrote: > It sounds like a CLASSPATH issue. What is ant seeing > in the LOCALCLASSPATH > env variable? > > -Original Message- > From: j neto [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 21, 2002 4:09 PM > To: [EMAIL PROTECTED]

Re: strange behaviour

2002-06-24 Thread Dmitry Trunikov
> It is a rather common pattern to set properties in the targets of the > depends list, something like > > > > > > > > > > > > > > depends="do-it-with-library,do-it-without-library" /> > > See also: > > > ^^^

Re: strange behaviour

2002-06-24 Thread Stefan Bodewig
On Mon, 24 Jun 2002, Dmitry Trunikov <[EMAIL PROTECTED]> wrote: > (i.e. attribute "if" is resolving _after_ resolving "depends") This is correct, and it is so with a reason. It is a rather common pattern to set properties in the targets of the depends list, something like S

Re: strange behaviour

2002-06-24 Thread Diane Holt
--- Dmitry Trunikov <[EMAIL PROTECTED]> wrote: > I revealed strange ant's behaviour (it is only my opinion :). Suppose > there is following build.xml: > > > > > > > > > > > I ascertained that task "task1" will be done in any way, just if > paroperty "not_d

strange behaviour

2002-06-24 Thread Dmitry Trunikov
Hi ALL! I revealed strange ant's behaviour (it is only my opinion :). Suppose there is following build.xml: I ascertained that task "task1" will be done in any way, just if paroperty "not_defined_property" didn't defined (i.e. attribute "if" is resolvi

RE: Perforce tasks

2002-06-24 Thread Les Hughes
Any version of oro greater than 2.0 should be fine. What problems are you getting? Les P.S. Can you mail via the user list please? That way the mails get archived. Thanks -Original Message- From: Burns, Chris To: '[EMAIL PROTECTED]' Sent: 6/21/02 10:22 PM Subject: Perforce tasks Hel