Re: weblogic.ant.taskdefs.pointbase.PointBase

2008-06-23 Thread Stefan Bodewig
On Mon, 23 Jun 2008, Martin <[EMAIL PROTECTED]> wrote: > Greetings all- Hi Martin, please don't cross-post, this is a user-list question IMHO. > Am attempting to locate > weblogic.ant.taskdefs.pointbase.PointBase judging from the package name I'd guess it is provided by weblogic. In any case,

Re: Issues with delete -- manual and FAQ incorrect (?)

2008-06-23 Thread Stefan Bodewig
On Mon, 23 Jun 2008, Andrew Clegg <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm having problems setting a task to delete everything in a > particular directory. But wait, before you say "this is a FAQ", I've > tested the solution given in the manual and FAQ, and it doesn't > actually work. >

Re: Advanced includes/excludes for javac

2008-06-23 Thread Dominique Devienne
On Mon, Jun 23, 2008 at 2:25 PM, Roman Kennke <[EMAIL PROTECTED]> wrote: >> The only way to do this is by resetting srcdir to an empty string. >> That's the technique and others (including me) have >> used in the past. >> >> That way, Javac will compile *only* the file explicitly given to it, >> a

Re: Advanced includes/excludes for javac

2008-06-23 Thread Roman Kennke
Hi Dominique, > > I have a problem with the javac task that I cannot solve, maybe somebody > > can help me. Let's say I have a directory layout like this: > > > > src/proj1/Class1.java > > src/proj1/Class2.java > > src/proj2/Class1.java > > src/proj2/Class2.java > > > > Now I want to compile Cl

weblogic.ant.taskdefs.pointbase.PointBase

2008-06-23 Thread Martin
Greetings all- Am attempting to locate weblogic.ant.taskdefs.pointbase.PointBase Any clues which jar would have PointBase class??? Thanks Martin

Issues with delete -- manual and FAQ incorrect (?)

2008-06-23 Thread Andrew Clegg
Hi everyone, I'm having problems setting a task to delete everything in a particular directory. But wait, before you say "this is a FAQ", I've tested the solution given in the manual and FAQ, and it doesn't actually work. My task looks like this, as per standard instructions (autosrc is a tree of

Re: Advanced includes/excludes for javac

2008-06-23 Thread Dominique Devienne
On Mon, Jun 23, 2008 at 5:40 AM, Roman Kennke <[EMAIL PROTECTED]> wrote: > I have a problem with the javac task that I cannot solve, maybe somebody > can help me. Let's say I have a directory layout like this: > > src/proj1/Class1.java > src/proj1/Class2.java > src/proj2/Class1.java > src/proj2/

Re: Advanced includes/excludes for javac

2008-06-23 Thread Scot P. Floess
Ah gotcha...makes sense :) On Mon, 23 Jun 2008, Roman Kennke wrote: Hi there, I'm at a loss... Just curious, why are you doing this or need to do this? I'm developer of a Java VM project, and we are using most of the class library from GNU Classpath or OpenJDK, and replace some pieces, lik

Re: Advanced includes/excludes for javac

2008-06-23 Thread Roman Kennke
Hi there, > I'm at a loss... > > Just curious, why are you doing this or need to do this? I'm developer of a Java VM project, and we are using most of the class library from GNU Classpath or OpenJDK, and replace some pieces, like the java.lang package (the stuff that is closest to the VM basical

Re: Advanced includes/excludes for javac

2008-06-23 Thread Steve Loughran
Roman Kennke wrote: Hi there, I have a problem with the javac task that I cannot solve, maybe somebody can help me. Let's say I have a directory layout like this: src/proj1/Class1.java src/proj1/Class2.java src/proj2/Class1.java src/proj2/Class2.java Now I want to compile Class1 from proj1

Re: Advanced includes/excludes for javac

2008-06-23 Thread Scot P. Floess
Hmm... I'm at a loss... Just curious, why are you doing this or need to do this? On Mon, 23 Jun 2008, Roman Kennke wrote: Hi Scot, Give this a try: I don't think this works because the include/exclude is always relative to the src dirs. I think I could trick it by setting the

Re: Plea for a forum

2008-06-23 Thread paul . newport
I do agree with Patrick on this one. My main issue with mailing lists is that you get all the threads regardless (hence the spam comment) and that the user interfaces of the archive viewers is nowhere near as good as say the one used on the Spring forum. The question was asked by the develope

Re: Advanced includes/excludes for javac

2008-06-23 Thread Roman Kennke
Hi Scot, > Give this a try: > > > > I don't think this works because the include/exclude is always relative to the src dirs. I think I could trick it by setting the source dir to some common top-level dir of the two subprojects, but then the javac task could not map the source to class

Re: Advanced includes/excludes for javac

2008-06-23 Thread Scot P. Floess
Give this a try: This is not something I typically do...and don't have time to test it... The javac task HTML has some more information on this... On Mon, 23 Jun 2008, Roman Kennke wrote: Hi there, I have a problem with the javac task that I cannot solve, maybe somebody can help

RE: How can I override property value?

2008-06-23 Thread Eric Wood
Try >From ant-contrib http://ant-contrib.sourceforge.net/ -Original Message- From: Simple Easy [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2008 5:53 AM To: user@ant.apache.org Subject: How can I override property value? Hi, I would like to override the property value entered by

How can I override property value?

2008-06-23 Thread Simple Easy
Hi, I would like to override the property value entered by task. How can I go about doing that? I know property is immutable, but what other means that I can override that? Are there any 3rd party tasks that has this feature? Rgds, FJ

Advanced includes/excludes for javac

2008-06-23 Thread Roman Kennke
Hi there, I have a problem with the javac task that I cannot solve, maybe somebody can help me. Let's say I have a directory layout like this: src/proj1/Class1.java src/proj1/Class2.java src/proj2/Class1.java src/proj2/Class2.java Now I want to compile Class1 from proj1 and Class2 from proj2

Fwd: Best practises for Ant Memory usage

2008-06-23 Thread Ravi Roy
Thanks for your reply, These setting worked and problem is gone ;-) Create system variable ANT_OPTS and set the value of this to -DXms=1024M -DXmx=1024M -XX:+UseParallelGC Hope this would help, I had similar problem, which was solved using this. -Original Message- From: Ravi Roy [mailto: