Re: NoClassDefFoundError for class that is on the classpath?

2005-03-31 Thread James Abley
On Thu, 2005-03-31 at 15:25, Fermin Da Costa wrote: > On Thu, 31 Mar 2005 09:04:17 -0500, Doklovic, Jonathan > <[EMAIL PROTECTED]> wrote: > > What does your entry look like? > I'm assuming y'r referring to the code that actually calls the class. > ... > >failonerror="true" maxmemo

Re: A memory problem in ant or build.xml

2005-03-31 Thread Ivan Ivanov
Mikael, as a general rule, it is recommended to avoid s and replace it with HTH Ivan --- "Mikael Petterson (KI/EAB)" <[EMAIL PROTECTED]> wrote: > Hi, > > I am running Apache Ant version 1.6.2 compiled on > July 16 2004 on Solaris 8. > I have about 1600 source files that I build. > > I used ANT_

A memory problem in ant or build.xml

2005-03-31 Thread Mikael Petterson \(KI/EAB\)
Hi, I am running Apache Ant version 1.6.2 compiled on July 16 2004 on Solaris 8. I have about 1600 source files that I build. I used ANT_OPTS="-Xms256m -Xmx512m";export ANT_OPTS to execute my build file. ( Is there a way to check that ant use this env. variable?). Then I get 'java.lang.OutOfMem

AW: Possible to "nest" variables?

2005-03-31 Thread Jan . Materne
see FAQ http://ant.apache.org/faq.html#propertyvalue-as-name-for-property Jan > -Ursprüngliche Nachricht- > Von: Ninju Bohra [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 1. April 2005 05:49 > An: Ant Users List > Betreff: Re: Possible to "nest" variables? > > Look at the task (part

Re: Possible to "nest" variables?

2005-03-31 Thread Ninju Bohra
Look at the task (part of the ant-contrib project) Dave Bartmess <[EMAIL PROTECTED]> wrote:Just curious, in ant 1.6.2, is it possible to "nest" ant variables, such as in "${${os.name}.build.dir}" ?? -- Dave Bartmess Sr. Software Configuration Manager Health Language. Inc. Office: 303-307-4400

Possible to "nest" variables?

2005-03-31 Thread Dave Bartmess
Just curious, in ant 1.6.2, is it possible to "nest" ant variables, such as in "${${os.name}.build.dir}" ?? -- Dave Bartmess Sr. Software Configuration Manager Health Language. Inc. Office: 303-307-4400 x274 Cell: 303-883-9117 ---

Ant 1.6.3beta1 released

2005-03-31 Thread Antoine Lévy-Lambert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I have the pleasure to inform you that Ant1.6.3beta1 is released. Information about how to download it will be shortly available on the ant.apache.org web site. Cheers, Antoine Lévy-Lambert -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (Min

Re: How to select the view in p4add?

2005-03-31 Thread Antoine Levy-Lambert
Hello Suzanne, when you are adding files in Perforce, if you are telling Perforce which files to add by path, you need to specify which Perforce client you are using; this is what tells Perforce where the files should go to on the Perforce server. (this is independent of Ant). to specify a speci

Re: NoClassDefFoundError for class that is on the classpath?

2005-03-31 Thread Fermin Da Costa
On Thu, 31 Mar 2005 09:04:17 -0500, Doklovic, Jonathan <[EMAIL PROTECTED]> wrote: > What does your entry look like? I'm assuming y'r referring to the code that actually calls the class. ...

RE: NoClassDefFoundError for class that is on the classpath?

2005-03-31 Thread Doklovic, Jonathan
What does your entry look like? -Original Message- From: F Da Costa Gomez [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 7:53 AM To: user@ant.apache.org Subject: NoClassDefFoundError for class that is on the classpath? Hi, Following the error i get when trying to run a scrip

NoClassDefFoundError for class that is on the classpath?

2005-03-31 Thread F Da Costa Gomez
Hi, Following the error i get when trying to run a script (from Eclipse 3.0.2) jmlUnitTestStubs: [java] java.lang.NoClassDefFoundError: org/jmlspecs/jmlunit/Main [java] Exception in thread "main" The class is actually *on* the classpath because the following line in echo-ed: ... C:/eclips

Re: Configuring a custom task

2005-03-31 Thread Upayavira
Upayavira wrote: Yves Martin wrote: Upayavira <[EMAIL PROTECTED]> writes: 1) Every time I use my task, I have to pass the task the classpath definition, as the task needs to create a new classloader with which to run my application. Is there a way to remove the necessity to mention the classpath,

Delete (selected) files from an archive?

2005-03-31 Thread Charl Gerber
Is there a way to use ant and delete selected files from an archive? .war in particular. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]