Andrew Zeon wrote:
One question... why do I need the dest value at all?
You don't - depending on where your files are
http://ant.apache.org/manual/CoreTasks/cvs.html
Conor
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
One question... why do I need the dest value at all?
-Original Message-
From: Conor MacNeill [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 5 February 2003 4:47 PM
To: Ant Users List
Subject: Re: Tagging cvs source files with build.xml
Andrew Zeon wrote:
> cvsR
Andrew Zeon wrote:
cvsRoot="${pserver}"
package="CITE/WebApp"
dest="${cvsdir}" />
Any ideas?
Maybe the dest values should be the same?
Also, when you say "doesn't work" - you really need to say what it does do,
what happens, why you
et named 'dist' which antcalls cvs_checkout then tag_cvs.
Any ideas?
Thanks.
-Original Message-
From: Conor MacNeill [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 5 February 2003 4:09 PM
To: Ant Users List
Subject: Re: Tagging cvs source files with build.xml
Andrew Zeon wrote
Andrew Zeon wrote:
Hi,
I want to tag my cvs source files in my build.xml file. How can I do this?
Something like
Conor
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
I want to tag my cvs source files in my build.xml file. How can I do this?
Thanks.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Tue, 15 Oct 2002, Brian Good <[EMAIL PROTECTED]> wrote:
> This should work, right?
No. is a path, like a CLASSPATH. You don't list class
files in your CLASSPATH either.
What you are looking for is and nest it directly as child of
to list all your source files. Requi
I have been trying to use the javadoc task while excluding a few source
files. It seems that the behavior in this task is different from the
behavior in the javac task or a classpath specification. What I want to do
is
On Thu, 30 May 2002, Chris Bailey <[EMAIL PROTECTED]> wrote:
> I added the sourcepath attribute above, and the nested
They are at least redundant, may even cause additional problems, you
better drop them.
What does the javac invocation look like (use ant -verbose) exactly?
Does it compile the
I'm seeing an odd thing with the task in my project. I have all my
sources in /src/company/packagename/... hierarchy. I have this for my
javac task:
build.xml is located in , and that's where I run ant from. It
compiles many o
--- Scott Ellsworth <[EMAIL PROTECTED]> wrote:
> I want to combine several jars during a build to make an output jar,
> and the list is set via a property. There are two good ways to do this
> that I know of:
>
> 1. Supply a zipfileset to the jar task
> 2. Supply src attribute to the unjar task
[javadoc] Generating Javadoc
[javadoc] Javadoc execution
[javadoc] Loading source files for package com.cordiem.validation...
[javadoc] javadoc: No source files for package com\cordiem\validation
And here is my project:
: Javac task compiling source despite non-altered
| source files
|
|
| On Wed, 14 Nov 2001, Thomas Tuft Muller <[EMAIL PROTECTED]> wrote:
|
| > .../JUtils/src/main/com/onrelay/collections/SingleLinkedList.java
| > and
| >
| .../JUtils/src/test/test/onrelay/collections/SingleLinkedListJU
On Wed, 14 Nov 2001, Thomas Tuft Muller <[EMAIL PROTECTED]> wrote:
> .../JUtils/src/main/com/onrelay/collections/SingleLinkedList.java
> and
> .../JUtils/src/test/test/onrelay/collections/SingleLinkedListJUnitTest.java
>
> Now, my javac task is instructed to compile everything below
> .../JUtils
:
I do indeed have the source files in the proper file structure
(corresponding to the package structure). Interestingly this happened after
I re-orgianized the sourcecode, and upgraded Ant from 1.3 to 1.4.1. One of
the major differences regarding sourcecode organization is that I now have
the
t(TM) Server VM (build 2.0fcs-E, mixed mode)
As far as I can see, Ant *should* detect that the compiled files are newer
than the source files.
--
Thomas
|
|
| - Original Message -
| From: "Thomas Tuft Muller" <[EMAIL PROTECTED]>
| To: <[EMAIL PROTECTED]>
| Sen
>From the Javac task documentation:
>
>"The source and destination directory will be recursively scanned for Java
>source files to compile. Only Java files that have no corresponding class
>file or where the class file is older than the java file will be compiled."
>
>My ja
What's in your prepare task?
- Original Message -
From: "Thomas Tuft Muller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 13, 2001 2:51 PM
Subject: Ant 1.4.1: Javac task compiling source despite non-altered source
files
&g
Hi,
>From the Javac task documentation:
"The source and destination directory will be recursively scanned for Java
source files to compile. Only Java files that have no corresponding class
file or where the class file is older than the java file will be compiled."
My javac task(s
>
> > Hi guys, If I installed the binary version of ANT, does that mean
> I do not
> > have the source files for ANT?
=
"Those who live in the shelter of the Most High will find rest in the shadow of the
Almighty.
This I declare of the Lord: He alone is my refuge
e binary version of ANT, does that mean I do not
> have the source files for ANT?
Hi guys, If I installed the binary version of ANT, does that mean I do not
have the source files for ANT?
Rich,
This answer depends on what packages your classes are in. If I assume that
both classes are in the unnamed package (i.e. no package statement), this
should work
Conor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
make sure that CLASSPATH includes both files.
[EMAIL PROTECTED]
- -Original Message-
From: Rich Harris [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 11:06 AM
To: [EMAIL PROTECTED]
Subject: Compiling multiple source files
Folks,
I'm trying to figure out how to simultaneously build two files that
cannot exist without the other that are located in two different
directories. How can I do it in ANT?
Here is my code. Assume that file1.java and file2.java cannot be
compiled unless the other exists.
I've tried two w
25 matches
Mail list logo