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,
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.
>
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
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
Greetings all-
Am attempting to locate
weblogic.ant.taskdefs.pointbase.PointBase
Any clues which jar would have PointBase class???
Thanks
Martin
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
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/
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
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
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
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
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
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
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
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
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
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
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:
18 matches
Mail list logo