If it's last time modified versus local time, depending on where you
are, couldn't local time be ahead of modified time?
Is get sophisticated enough to know the differences between timezones?
Why not use rsync and rely on checksums versus timestamps? Rsync has
the added bonus that if the file
Maybe I'm still not understanding, but doesn't copy only copy over bits
that have changed?
So you're copying the idl files to and then from that
generating various java files? If the copy doesn't do anything, then
again, you'll have to test for the uptodate status of the idl files and
then and o
statement like or something.
Ahh, well.
On Mon, Aug 11, 2008 at 10:48 PM, EJ Ciramella
<[EMAIL PROTECTED]> wrote:
> Nope, you will have this additional target that tests for
availability,
> then your "touch" target will have an if/unless (depending on how you
> c
Nope, you will have this additional target that tests for availability,
then your "touch" target will have an if/unless (depending on how you
configure your "availability" target) condition.
This is typical.
You shouldn't be too worried about many targets springing up all over
the place, as long
he 'real' files using fileset A, second to download the
Checksum files using fileset B.
My question is then.
Is it possible to create the fileset B ? In case how ?
Thank you for you attention and time.
Ivar
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent:
[cvs] U Test_Code/Test_Java/build.xml.xml < that could be
your problem ;-)
-Original Message-
From: Gaurav Chhabra [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2008 11:27 AM
To: user@ant.apache.org
Subject: Not able to call build.xml from another file build-testjava.
Are you talking about referencing the first file set?
Why not have two path refids?
Can I have a little more context to go with this question? Where is
this fileset getting used?
-Original Message-
From: Ivar Bratberg [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2008 5:37 AM
T
-tasks-filesets-properties.html
Maybe it's time to update the examples?
-Original Message-
From: Matt Benson [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2008 4:44 PM
To: Ant Users List
Subject: RE: using filesets in a custom task
--- EJ Ciramella <[EMAIL PROTECTED]> wrote:
> Y
--- EJ Ciramella <[EMAIL PROTECTED]> wrote:
> The next bit is how to get the fully qualified path
> to the fileset if it
> is for a list of files outside of your current
> working directory.
>
> Any takers?
>
You are using Ant 1.7 or 1.7.1? By "path to the
fileset
The next bit is how to get the fully qualified path to the fileset if it
is for a list of files outside of your current working directory.
Any takers?
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2008 2:56 PM
To: Ant Users List
Subject: RE
Wow - as simple as the difference between addFileset(FileSet f) and
addConfiguredFileset(FileSet f).
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2008 11:57 AM
To: Ant Users List
Subject: RE: using filesets in a custom task
Any other
Any other suggestions from anyone? Why does ant thing I'm not supplying
the "dir" attribute to the flieset?
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Friday, August 01, 2008 3:16 PM
To: Ant Users List
Subject: RE: using filesets in a
: Peters, John [mailto:[EMAIL PROTECTED]
Sent: Friday, August 01, 2008 3:13 PM
To: Ant Users List
Subject: RE: using filesets in a custom task
Do you have an error message?
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Friday, August 01, 2008 3:10 PM
To: Ant Users List
esets in a custom task
Post your code please
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Friday, August 01, 2008 3:00 PM
To: user@ant.apache.org
Subject: using filesets in a custom task
I'm struggling to write a custom task that utilizes filesets. No mat
I'm struggling to write a custom task that utilizes filesets. No matter
what I do, it doesn't seem to set/understand the "dir" attribute to the
fileset.
Any suggestions?
Hello all - I've relied on a copy/expand step for deployments/builds for
years.
Recently, a twist has bubbled up. If you have:
val1=something
in foo.properties and:
val2=somethingelse
val3=${val2}:${val1}
in bar.properties and then load them like this:
Has anyone tried this (or is using it)?
I pinged the m2 mailing list, but there hasn't been any response yet
(more than 48 hours so far).
I made it a bit further:
The version is ${project.version}
${project.build.directory}
${project.name}
${project.dependencies}
Is t
logged
in to crimson-gecko.corp.upromise.com when you run "ant get-env" or are
you doing something like this...
ssh crimson-gecko.corp.upromise.com "ant get-env"
-Rob A
> -----Original Message-
> From: EJ Ciramella [mailto:[EMAIL PROTECTED]
> Sent: Frida
2006 11:55 AM
To: Ant Users List
Subject: Re: Can't get env.HOSTNAME
BTW, I tried this using Fedora Core 6 and RHEL 4 (it worked for me)...
EJ Ciramella wrote:
> Not to mention echo $HOSTNAME
>
> -bash-3.00$ echo $HOSTNAME
> crimson-gecko.corp.upromise.com
>
> . . .
>
Not to mention echo $HOSTNAME
-bash-3.00$ echo $HOSTNAME
crimson-gecko.corp.upromise.com
. . .
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Friday, November 17, 2006 11:42 AM
To: Ant Users List
Subject: RE: Can't get env.HOSTNAME
Typing set/export shows
Jan
>-Ursprüngliche Nachricht-
>Von: EJ Ciramella [mailto:[EMAIL PROTECTED]
>Gesendet: Freitag, 17. November 2006 17:27
>An: user@ant.apache.org
>Betreff: Can't get env.HOSTNAME
>
>Hey guys, I'm trying to do something really simple - echo the
>m
Hey guys, I'm trying to do something really simple - echo the machine
name of the machine running this particular build script.
Crazy thing is, I've seen this work well a billion times over, now it's
not working...
Here's what I have:
<-- since it's a unix box, this
should work
Hello all - for a LONG time now, we've been using the classpath
attribute in the manifest file of an ejb to provide the list of jars
needed for that particular ejb.
What's weird is all of a sudden, this doesn't work for a particular
manifest file and a series of ejbs.
Can anyone suggest what
TED]
Sent: Friday, October 27, 2006 11:46 AM
To: Ant Users List
Subject: Re: Cargo
EJ Ciramella wrote:
> I'm going to try here first before moving over to the cargo mailing
> lists. Is anyone using this via ant?
-dont be afraid to talk to them, esp on the #iRC channel. If found them
helpf
I'm going to try here first before moving over to the cargo mailing
lists. Is anyone using this via ant?
To start up the server for integration testing, we use the task
to start/stop the server currently. The bad thing is, if there is a
test failure, the server continues to run and winds up in
keep at it.
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: 20 October 2006 18:08
To: Ant Users List
Subject: RE: Build successful but nothing produced
If you wanted to have the jar built up, you'd need to run the "dist"
target (looking at your build fi
tal time: 0 seconds
And there is no jar produced. Any thoughts?
Is there a more complete resource for the project tag than
http://ant.apache.org/manual/using.html
that does not mentioned setting a compile default.
Where can I readup about wring the Now property to a file?
Thanks a lot. Tom.
-
oes not mentioned setting a compile default.
Where can I readup about wring the Now property to a file?
Thanks a lot. Tom.
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: 20 October 2006 17:35
To: Ant Users List
Subject: RE: Build successful but nothing produced
If
dependent class (jdepend/xmlui/JDepend) for type
jdepend
Could not load a dependent class (junit/framework/Test) for type junit
That's probably a faq, will continue playing.
Thanks, Tom.
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: 20 October 2006 17:15
To
Are you doing an "ant compile" or just an "ant"?
-Original Message-
From: Tom Corcoran [mailto:[EMAIL PROTECTED]
Sent: Friday, October 20, 2006 12:04 PM
To: user@ant.apache.org
Subject: Build successful but nothing produced
I've just started with Ant this afternoon and found the documen
Triple slash works.
-Original Message-
From: Dominique Devienne [mailto:[EMAIL PROTECTED]
Sent: Friday, September 01, 2006 12:32 PM
To: Ant Users List
Subject: Re: xml validation woes
> xsi:noNamespaceSchemaLocation="file://e:/work/docs/...
Try with file:/e:/work/docs and file:///e:/
I'm having a bit of trouble validating a very simple xml file (for
testing purposes).
Can anyone shed some light on this for me please?
Here is my build script:
http://xml.org/sax/features/validation";
value="true"/>
http://apache.org/xml/features/validation/
What's the easiest way (without going to custom ant libs) to load the
following style xml file into properties?
My problem with the XmlProperty task is it nests appserver.home together
(with a comma). Is there a way to keep these as individual properties?
model-base
Recently, I've tried making a tarball and I wound up with the following
messages:
[tar] Entry:
uprweb.war/WEB-INF/classes/com/upromise/app/presentation/actions/admin/S
tartEnrollmentTestAction.class longer than 100 characters.
[tar] Entry:
uprweb.war/WEB-INF/classes/com/upromise/app/p
Is there some easy way to do this, or must I use then test to
see if the property contains the string I'm looking for?
I could have sworn there was an easy way to do this, but I can't find it
now...
Nothing unless you want to go to antcontrib (I passed on that and wrote
a linecounter myself).
-Original Message-
From: Aaron Davies [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 14, 2006 4:14 PM
To: Ant Users List; Martin Gainty
Subject: Re: Count Lines of Text?
On 6/14/06, Martin G
Any project that considers longevity or offline rebuilding must think
about how to archive all their dependencies. What if the repositories go
away? What if a lawsuit forces some jar to be pulled.
You may also need a private repository to store stuff that isnt in open
source, or just not in the
gards,
Antoine
Original-Nachricht
Datum: Mon, 12 Jun 2006 17:39:01 +0100
Von: Steve Loughran <[EMAIL PROTECTED]>
An: Ant Users List
Betreff: Re: Maven vs. Ant?
> EJ Ciramella wrote:
> > Maven (2) works REALLY well with transitive dependencies (somet
Maven (2) works REALLY well with transitive dependencies (something ant
doesn't). So much is available right out of the box (keeping build
files simple and easily maintained. Why would you want an additional
archive server? Why store things in your scm tool that won't be
versioned? Since all th
Any suggestions on this folks?
I'm completely wedged...
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 08, 2006 11:31 AM
To: Ant Users List
Subject: RE: calling maven2 files from ant
I'm trying with the task, but I keep ge
re is my task:
These are the same params that exist in the mvn.bat file. What am I missing?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 06, 2006 1:08 AM
To: user@ant.apache.org
Subject: AW: calling maven2 files from ant
I had to upgrade the version of xalan/jaxp that was in my ant+home/lib
dir for it to work for me (just grabbed the latest).
-Original Message-
From: Mistry, Deep M [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 06, 2006 10:32 AM
To: user@ant.apache.org
Subject: junitreport task problem
H
Tariq (Abbeywood) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 06, 2006 10:03 AM
To: Ant Users List
Subject: RE: calling maven2 files from ant
EJ, my workaround was to use either a forked task instead of
to call startWeblogic.cmd, or a service.
-Original Message-
From: EJ Cira
appreciated.
-Original Message-
From: Steve Loughran [mailto:[EMAIL PROTECTED]
Sent: 06 June 2006 14:39
To: Ant Users List
Subject: Re: calling maven2 files from ant
EJ Ciramella wrote:
> Considering that everything will ultimately be used via CruiseControl
AND how little success I
side that points the finger at the other.
If you have any insights to this, that would be extremely helpful.
-Original Message-
From: Steve Loughran [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 06, 2006 9:39 AM
To: Ant Users List
Subject: Re: calling maven2 files from ant
EJ Ciram
user@ant.apache.org
Subject: AW: calling maven2 files from ant
/ ?
Jan
>-Ursprüngliche Nachricht-
>Von: EJ Ciramella [mailto:[EMAIL PROTECTED]
>Gesendet: Montag, 5. Juni 2006 23:39
>An: Ant Users List
>Betreff: calling maven2 files from ant
>
>Without some really
Without some really hacky scripty goodness, is there a clever way to
call maven2 with an ant script?
I'm working on getting a maven 2 based project up and running under
cruisecontrol and I've taken advantage of lots of little ant benefits.
Some things simply don't work using maven 2 directly, but
Nevermind - change Execute to execute and everything is well
-Original Message-
From: EJ Ciramella
Sent: Thursday, May 11, 2006 6:42 PM
To: 'Ant Users List'
Subject: RE: Counting lines in a file
I'm not seeing the output from my class now (I know this is a
simple/stu
I'm not seeing the output from my class now (I know this is a
simple/stupid thing on my part), what am I doing wrong:
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.util.ArrayList;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.
Is there any good way to count how many lines in a file there is?
Never mind again, I was using instead of tolist="${list}".
-Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 09, 2006 12:12 PM
To: Ant Users List
Subject: RE: Problems with property file task
Better question - how can I mail to a group of
s or sems.
Any help would be huge!
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 09, 2006 11:57 AM
To: Ant Users List
Subject: RE: Problems with property file task
Nevermind - my close target task is what was goofing it up.
-Original Message
Nevermind - my close target task is what was goofing it up.
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 09, 2006 11:10 AM
To: Ant Users List
Subject: Problems with property file task
Hey guys, I'm having a bit of an issue with the propert
Hey guys, I'm having a bit of an issue with the propertyfile task. I
have a build script that captures a date range worth of changes to a
file then use that file as the message body for an email:
mailto:[EMAIL PROTECTED]"/> >
mailto:[EMAIL PROTECTED]"/
So no explanation for this strange behavior?
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 16, 2006 1:03 PM
To: Ant Users List
Subject: sync not syncing what's in a fileset
Has anyone tried something like
Would incremental garbage cleanup help?
ANT_OPTS=-Xincgc
-Original Message-
From: Xiangzhou Wang [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 16, 2006 1:15 PM
To: user@ant.apache.org
Subject: ant memory leak - not fixed???
Hi,
I know it is not a new problem.
I am using ant 1.6.5 t
what's using the property in the property file?
why not have "/" instead of "\"?
If you MUST have "\", why not let your build finish, then have another replace
step to change "\" to "\\"?
-Original Message-
From: Michael Burbidge [mailto:[EMAIL PROTECTED]
Sent: Monday, March 06, 2006
Seems that this works:
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Friday, December 16, 2005 11:22 AM
To: Ant Users List
Subject: JBoss ejb building
I'm currently worki
I'm currently working on trimming back our build scripts and have reached a
stopping point.
Is there anyway to get this jboss option to take a refid instead of an actual
property like this?
PM
To: Ant Users List
Subject: RE: help with copy and glob mapper
> -Original Message-
> From: EJ Ciramella [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 13, 2005 3:54 PM
> To: user@ant.apache.org
> Subject: help with copy and glob mapper
>
> We have a series of
Yes, I opted for the regexmapper.
Thanks for the response!
-Original Message-
From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 14, 2005 12:22 AM
To: user@ant.apache.org
Subject: Re: help with copy and glob mapper
On Tue, 13 Dec 2005, EJ Ciramella <[EM
like this
We have a project that its contents need to copied into particular
webapp project prior to building a war file.
Hope this helps.
-Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 13, 2005
We have a series of templates in a particular directory and I was hoping to use
copy/glob mapper/expand properties in order to move them into the build
directory AND rename them. At a point, the directory paths are identical, so
what I was hoping to do is something like this:
Now I'm trying to use concat - but is there a way to contact a text
file AND a binary file?
I'm trying to generate a shr file (some shell scripting at the top
and then the tar at the bottom).
On Aug 24, 2005, at 2:40 PM, EJ Ciramella wrote:
I'm trying to mimic &
I'm trying to mimic "cat sometar.tar > scriptfile.sh" using
loadfile. This works properly on our slackware box, but when run on
a FedoraCore 4 box, I get:
Unable to load file: sun.io.MalformedInputException
Setting the encoding to ISO-8859-1 ruins the gzip format of the tar
file.
Any s
Could Apply/ExecOn be your solution?
On Aug 23, 2005, at 12:28 PM, Scott Bell wrote:
Problem statement:
I have a number of simple tcl scripts, and they take a set number
of params as input (argv). Usually 1-10 params. They can all run
standalone, but have dependencies. ANT is therefore
You could also try ${line.separator}
See:
http://ant.apache.org/manual/CoreTasks/property.html
http://ant.apache.org/manual/using.html#built-in-props
http://java.sun.com/j2se/1.3/docs/api/java/lang/
System.html#getProperties()
On Aug 22, 2005, at 1:10 PM, Andrew Goktepe wrote:
On second glan
why wouldn't you just use an includes="**/"?
On Aug 18, 2005, at 1:59 PM, Jeffrey E Care wrote:
Because the first one is part of a selector.
--
Jeffrey E. Care ([EMAIL PROTECTED])
WebSphere v7 Release Engineer
WebSphere Build Tooling Lead (Project Mantis)
"Tardif, Sebastien" <[EMAIL PROTE
At the top of the zip task definition, it says this:
"Note that file permissions will not be stored in the resulting
zipfile."
If you need to store permissions, try tar or exec to use "zip".
On Aug 9, 2005, at 9:40 AM, [EMAIL PROTECTED] wrote:
Hello all,
I need to zip a the contents of a
.would
those work?
Thanks
Original Message Follows
From: EJ Ciramella <[EMAIL PROTECTED]>
Reply-To: "Ant Users List"
To: "Ant Users List"
Subject: Re: Ant Zip Task
Date: Thu, 4 Aug 2005 17:06:58 -0400
MIME-Version: 1.0 (Apple Message framework v733)
Received
never mind, neither of my suggestions work - I'm looking into this
now. . .
How many files and directories?
On Aug 4, 2005, at 4:50 PM, EJ Ciramella wrote:
so you have the following:
/some/path/to/a/file/file1.txt
/some/path/to/another/file/file2.txt
and in the zip, you want:
/
so you have the following:
/some/path/to/a/file/file1.txt
/some/path/to/another/file/file2.txt
and in the zip, you want:
/file1.txt
/file2.txt
Try the task's filesonly attribute and if that isn't enough,
try the 's fullpath attribute and set it to "/".
?
On Aug 4, 2005, at 12:08 PM, S
Depending on which platform you're on, you may be able to exec
something.
If this isn't good enough, try httpunit.
On Aug 2, 2005, at 12:43 PM, <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]> wrote:
Can you post the hyperlink again. It is going to Macromedia's site. We
just just want to test the
uh, sorry about this. Autocomplete is the work of the devil.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hacked toys -
http://billtmiller.com/circuitbending/
Maybe it'd be cool for 10 minutes, I dunno.
I'm still thinking of terrorizing your brother Adam with a hacked
Teddy Ruxpin.
Think about it.
Mr. Ruxpin sitting on his bed. . .
"Hey, I'm Teddy Ruxpin, wanna play?"
regardless of your bro
Never mind, string and substring are reversed. . .
On Jun 22, 2005, at 7:06 PM, EJ Ciramella wrote:
I'm trying the following:
casesensitive="false"/>
But even when the file only contains "FAIL" this still goes through
stating:
testscp:
[lo
I'm trying the following:
casesensitive="false"/>
But even when the file only contains "FAIL" this still goes through
stating:
testscp:
[loadfile] loading /home/source/engineering/main/grinderpass.csv into
property grinder.results
[loadfile] file size = 5
Setting proje
I've written a custom SQLCondition and use it to monitor a particular
field in a db. This condition needs the postgres.jar in the
classpath, so, on my local machine (an iMac), the target looks like
this:
classname="org.archivas.condition.SQLCondition"
Yeah, that was my initial thought exactly, but I tried:
command="echo $PATH"/>
command="echo $SHELL"/>
command=". ~/.profile; cd /home/source/engineering/main/csrc; ./
configure; make all"/>
All of which look ok, but the results are still the same:
[sshexec] checking for a BSD-compatible i
I hope this helps.
-Rob A
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 15, 2005 9:43 AM
To: Ant Users List
Subject: sshexec and remote compilation
Is anyone here using ant to build on remote machines? I looked at
rant and a few others, but they aren
Is anyone here using ant to build on remote machines? I looked at
rant and a few others, but they aren't quite what I need (and in some
cases, there's no way to sell installing anything more than what's
there).
All I want to do is something like:
password="password" command="cd /home/sour
always necessary.
- Alexey.
EJ Ciramella wrote:
That's what I did, so instead of doing
and later using things like ${env.ANT_HOME}, I just use ${ant.home},
why did this change and why does this work in some places and not in
others? Both work on my mac, but this is weird.
On May 4, 2005,
problem has to do with differences in how the 2 linux boxes
are setup and isn't an ant issue.
I suspect if you do 'echo $ANT_HOME' on your 2 linux boxes, you'll find
that the environment variable isn't defined on one of the boxes.
-Original Message-
From: EJ Ciramella
That's what I did, so instead of doing
and later using things like ${env.ANT_HOME}, I just use ${ant.home},
why did this change and why does this work in some places and not in
others? Both work on my mac, but this is weird.
On May 4, 2005, at 4:50 PM, Dominique Devienne wrote:
Fro
Has anyone else seen this behavior? I used env.ANT_HOME on one box and
it didn't get expanded, but on another, it worked just fine. Both
machines are running:
[EMAIL PROTECTED]:~# uname -a
Linux testbuild 2.6.11.7 #1 Tue Apr 12 17:04:43 EDT 2005 i686 unknown
unknown GNU/Linux
and ant 1.6.1
?
select one destination file out of many
(if several destination files are generated together), you can just
use plain . Otherwise please look at task.
- -Alexey.
EJ Ciramella wrote:
Every once in a while I stumble across this problem where a tool
reads in xml and generates java files. We
Every once in a while I stumble across this problem where a tool reads
in xml and generates java files. We have a custom written tool here
that does this but there is no up to date check so the java files are
created each time. Do I need to write a custom mapper or is there a
simple way to do
Would it make more sense to break up the file into other smaller ones
if regexp doesn't work? Then you could use loadfile for the header
content, have a property to store the items you want to add and another
loadfile for the rest of the document. Then you could echo the three
properties into
Has anyone attempted to restart apache via ant? On some servers, I can
do this no problem. I echo a bunch a commands to a file, use chmod to
make it executable, then exec it. On most servers, this works fine, on
one particular server, I can stop properly, but I can't start back up -
it just
I think on the commandline, it should be -Dclient.only=true? (Rhino pointed
this out. . .)
-Original Message-
From: George Dibi [mailto:[EMAIL PROTECTED]
Sent: Monday, January 10, 2005 3:29 PM
To: Ant Users List
Subject: RE: How to command line argument to build.xml file
Rhino,
Sorry
/2005 4:25 AM
To: Ant Users List
Cc:
Subject:Re: Ant xDoclet - need some help
On Jan 5, 2005, at 11:48 PM, EJ Ciramella wrote:
> Hello, we're running (or attempting to run) ant 1.6.2 and xDoclet
> 1.1.2 (to avoid problems with assert statements. But I keep getting
>
ontext data.
1 warning
Anybody?
-Original Message-
From: Julius Davies [mailto:[EMAIL PROTECTED]
Sent: Thu 1/6/2005 12:49 AM
To: Ant Users List
Cc:
Subject:RE: Ant xDoclet - need some help
Hi, EJ Ciramella,
If you're on a unix machine, and the "unzip"
but also, why not just create them up one directory instead of copying?
-Original Message-
From: EJ Ciramella [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 06, 2005 12:21 AM
To: Ant Users List
Subject: RE: Copying folders
doesn't ant have a "includeEmptyDirs" parame
doesn't ant have a "includeEmptyDirs" parameter to the copy task?
-Original Message-
From: Poonam [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 06, 2005 12:06 AM
To: Ant Users List
Subject: Copying folders
Hi,
I tried using filesets and selectors, but was not able to copy those
sel
Hello, we're running (or attempting to run) ant 1.6.2 and xDoclet 1.1.2 (to
avoid problems with assert statements. But I keep getting this:
javadoc: warning - Cannot find class
EDU.oswego.cs.dl.util.concurrent.PooledExecutor
Running XDoclet failed. An IO error occured while reading context data
When I extract a jar/zip file that was created on a windows machine on
a unix machine, the timestamps are ignored and the time of extraction
is used instead. Is there any way around this?
-
To unsubscribe, e-mail: [EMAIL PROTEC
Secret to success is taking the Class-path: jar jar jar jar and making:
Class-path: jar
jar
jar
jar
Note that in the wrapped lines it's crucial that a space precedes the jar file
name.
Anyone know how to replace a " " with a carriage return AND a space?
-Original Messag
Is there a good way to include a manifest file like:
or
Both of these examples gives me an error:
[ejbc] ERROR: Could not create output jar. The error was:java.io.IOException:
line too long
Even if there is a way to update all 20 ejb jars later, that'd work, but I'd
If you can't use something like the ant-contrib jars you could also use the
echo task to spit out the value to a text file. use replace, then load it back
in as a property...
-Original Message-
From: Robert Mark Bram [mailto:[EMAIL PROTECTED]
Sent: Monday, November 22, 2004 5:02 AM
To:
n Ant and no warning on the command line.
-Rob Anderson
> -Original Message-
> From: EJ Ciramella [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 21, 2004 5:52 PM
> To: Ant Users List
> Subject: RE: sshexec errors
>
>
> the same thing I'm trying to do works
1 - 100 of 105 matches
Mail list logo