Hi Justin,
sorry, but your question was a little hard to understand which might be
the reason, that you got no answer until now.
The reason for your problem is, that ant resolves path-like structures
when it is parsing the build.xml - file and drops irrelevant entries.
but your path only beco
Hi Dean,
${} refers to the value of a property.
if / unless attributes refers to the existence (i.e. name) of a property.
IMHO, the different notation is reasonable.
However, this syntax and behaviour is pointed out explicitely in the manual:
->Using Ant->Targets
Cheers
Rainer
-Ursprüngli
This will not work.
The only way to use another vm (resp. bootstrap classes) is to fork a new
system process outside the current one.
Cheers
Rainer
> -Original Message-
> From: Jose Noheda [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 30, 2006 12:22 PM
> To: dev@ant.apache.org
>
Should work, but these issues typically require manipulation of the System
Classloader (resp. User-Classloader).
In Ant, this is the Launcher's Classloader whereas oata.Main, oata.Project
and the rest are loaded via a System Classloader's childloader. As
discussed in this list some years ago, it m
AFAIK there is no proposed schedule for 1.7 right now.
Some time ago, it was proposed for Q2/Q3 2005.
However, IMHO there is no need for a nippy new release.
There are some major changes in the trunk (ResourceCollection, ...) and I
think it's a good idea to give them some more time for integratio
> -Original Message-
> From: Max Rydahl Andersen [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 20, 2005 7:42 AM
> To: [EMAIL PROTECTED]; 'Ant Developers List'
> Subject: Re: ant tasks creation of classloaders
>
>
>
> > If you want your "local" classloader a childloader of the task's
Hi Max,
not surprising.
getProject().createClassLoader(classPath) creates a new AntClassLoader with
the given classpath and set CoreLoader (which is usually null) as it's
parent(Same as ).
AntClassLoader uses System.getClassloader() as it's default parent unless
you set another parent loader expl
Peter, Stefan,
sounds reasonable.
> -Original Message-
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 06, 2005 9:44 AM
> To: dev@ant.apache.org
> Subject: Re: DO NOT REPLY [Bug 28228] - task
>
>
> On Thu, 2 Jun 2005, <[EMAIL PROTECTED]> wrote:
>
> > 1) the task
Peter,
sounds reasonable.
ad 1) I've not much experience with non-Sun jvms/jres. However, referring
sun.* classes in a task might not be a good practice. But isn't moving
report-function to the optional category just a cosmetic operation?
What do you think about moving the functionality "getBootst
Hi Matt,
another point:
URL.getPath() has been introduced in jdk 1.3
but maybe you can use URL.getFile() instead.
Regards,
Rainer
> -Original Message-
> From: Matt Benson [mailto:[EMAIL PROTECTED]
> Sent: Saturday, April 03, 2004 9:32 PM
> To: Ant Developers List
> Subject: Re: cvs commi
> Subject: Re: What do you think about a task ?
>
>
> Rainer Noack wrote:
> > Hi Ant developers,
> >
> > After taskdef supports the loaderref attribute, I've
> > written a task that is able to
> >
> > a) append classpath entries to existing
illy [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 29, 2004 3:20 PM
> To: Ant Developers List
> Subject: Re: What do you think about a task ?
>
>
> There was some discussion about Costin's classloader task for the 1.6
> release: http://marc.theaimsgroup.com/?l=ant-dev
only text files...
>
> Cheers,
>
> Robert
>
> -Original Message-
> From: Rainer Noack [mailto:[EMAIL PROTECTED]
> Sent: 29 March 2004 11:59
> To: [EMAIL PROTECTED]
> Subject: What do you think about a task ?
>
> Hi Ant developers,
>
> After taskd
Hi Ant developers,
After taskdef supports the loaderref attribute, I've
written a task that is able to
a) append classpath entries to existing classloaders,
b) explicitely create classloaders,
c) put the actual path of a classloader into a property and
d) log a simple report about the currentl
RIBUTORS
--- CONTRIBUTORS13 Mar 2004 08:29:26 - 1.2
+++ CONTRIBUTORS13 Mar 2004 16:21:17 -
@@ -146,6 +146,7 @@
Pierre Dittgen
Raphael Pierquin
R Handerson
+Rainer Noack
Richard Evans
Rick Beton
Robert Anderson
Index: docs
15 matches
Mail list logo