p.s.: Thanks Scot for your aid ;)
Jan
> -Ursprüngliche Nachricht-
> Von: Jan Matèrne (jhm) [mailto:apa...@materne.de]
> Gesendet: Samstag, 30. November 2013 10:52
> An: 'Ant Users List'
> Betreff: AW: AW: AW: problem with ftp
>
> If someone comes with a pr
tag, 30. November 2013 07:09
> An: Ant Users List
> Betreff: RE: AW: AW: problem with ftp
>
> I too thought it was darn condescending that he ignored my original
> question entirely.
>
> I said:
> >>>>> I have absolutely NO variables in my macrodef.
re information.
Honestly, I'm sure he has helped many people. But I think that just because
I'm new doesn't mean he can condescend me.
Date: Sat, 30 Nov 2013 00:51:36 -0500
From: sflo...@nc.rr.com
To: user@ant.apache.org
Subject: RE: AW: AW: problem with ftp
David,
I&
ll teach you to not dismiss people so
casually.
From: apa...@materne.de
To: user@ant.apache.org
Subject: AW: AW: problem with ftp
Date: Fri, 29 Nov 2013 08:47:48 +0100
and i specifically stated:
I have absolutely NO variables in my macrodef.
I could see that. But the error message "Syntax
own a different error, since NO PROPERTIES were
actually involved. like i said.
thank you again. hopefully this will teach you to not dismiss people so
casually.
> From: apa...@materne.de
> To: user@ant.apache.org
> Subject: AW: AW: problem with ftp
> Date: Fri, 29 Nov 2013
.
>
> trust me the ONLY call to the task is the code you see below.
Then again - strip your code to the absolute minimum.
In my own maintenance script of a homepage I use
Jan
>
> > From: apa...@materne.de
> > To: user@ant.apache.org
> > Subj
omplaining about a ${***GARBAGE***
property.
trust me the ONLY call to the task is the code you see below.
> From: apa...@materne.de
> To: user@ant.apache.org
> Subject: AW: problem with ftp
> Date: Fri, 29 Nov 2013 06:54:00 +0100
>
> My first thought is that you are settin
t
happens there (or in the target from where you call deployHoftest).
Jan
> -Ursprüngliche Nachricht-
> Von: David Coleman [mailto:david_coleman_...@hotmail.com]
> Gesendet: Donnerstag, 28. November 2013 20:35
> An: user@ant.apache.org
> Betreff: problem with ftp
>
> h
hello list!
I have an issue with my ftp task in ANT 1.9.1
here is my ftp task:
I know that i successfully connect to my server because I get
I have this working for Apache Cassandra, as they didn't want to switch to
Maven. Please take a look at their build.xml, as that shows it is possible
-Stephen
On Tuesday, 29 January 2013, Lewis John Mcgibbney wrote:
> Hi,
> Having looked high and low for a resolution, I've been unable to find on
ent et n'aura pas
> n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
>
>> Date: Wed, 30 Jan 2013 19:08:33 -0800
>> Sub
orisée ou la copie de ceci est
interdite. Ce message sert à l'information seulement et n'aura pas n'importe
quel effet légalement obligatoire. Étant donné que les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
Hi Antoine,
Thank you very much for your suggestion. I need to be honest with you
though and say that we ended up changing the entire build to Maven to fix
the problem and now everything works fine. It was sapping hours of my time
looking for an answer so we made the decision to shift :0(
Thank you
Hello Lewis,
there is a project in the commons sandbox at Apache with which you can PGP sign
artifacts in an Ant build
The source code is there [1]
There is an example of usage of this here [2]
We use that when producing releases of Ant.
Maybe this can help you ?
Regards,
Antoine
[1] htt
Hi,
Having looked high and low for a resolution, I've been unable to find one.
I'm in the process of pushing a release on a small project which uses ant
tasks + maven for the build lifecycle.
I am attempting to deploy to sonatype staging repository with the following
configuration
...
On Jul 25, 2012, at 10:59 AM, Pepersack, Bob G wrote:
> I'm using the tar task with tarfilesets to create tar files on Windows 7.
> I'm using the filemode attribute of the tarfileset type to set the UNIX
> permissions on the files contained by the tar. Then, I upload the tars to
> our UNIX s
I'm using the tar task with tarfilesets to create tar files on Windows 7. I'm
using the filemode attribute of the tarfileset type to set the UNIX permissions
on the files contained by the tar. Then, I upload the tars to our UNIX server
and unzip them with this command: tar -xvf mytarfile.tar
please try with different ANT_HOME and PATH:
export ANT_HOME=/usr/ant/apache-ant-1.8.4
export PATH=${PATH}:${ANT_HOME}/bin
I would also run
ant -diagnostics
--glenn
On Sun, Jun 17, 2012 at 8:30 PM, Jorge Escudero wrote:
> When I type "ant":
>
> root@debian6:~# ant
> Exception in thread "main
When I type "ant":
root@debian6:~# ant
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/tools/ant/launch/Launcher
Caused by: java.lang.ClassNotFoundException:
org.apache.tools.ant.launch.Launcher
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at
Did you try using the ANT_OPTS environment variable?
set ANT_OPTS=-Djavax.net.ssl.trustStore=~/.m2/trust.jks
regards,
Maarten
- Original Message
From: Neil Hart
To: ivy-u...@ant.apache.org
Sent: Tue, November 30, 2010 8:08:43 PM
Subject: Problem with a Maven Repo with trustStore
I
and I still get the
problem with the retrieve. Is there something else I should be doing?
Thanks
Neil
> -Original Message-
> From: David Weintraub [mailto:qazw...@gmail.com]
> Sent: 23 July 2010 16:43
> To: Ant Users List
> Subject: Re: Problem with Ant pathconvert and paths with spaces
>
> On Fri, Jul 23, 2010 at 11:00 AM, Bailey, Darragh
> wrote:
> >
On Fri, Jul 23, 2010 at 11:00 AM, Bailey, Darragh wrote:
> I've also done some additional testing and have found that the following will
> eliminate the problem for a single space.
>
>
>
>
>
Take a look at this:
http://ant.apache.org/manual/Types/mapper.html#filter-ma
How about ?
--
Jonathan Rosenberg
Founder & Executive Director, Tabby's Place
http://www.tabbysplace.org/
-Original Message-
From: Bailey, Darragh [mailto:dbai...@hp.com]
Sent: Friday, July 23, 2010 11:01 AM
To: Ant Users List
Subject: RE: Problem with Ant pathconvert and p
> -Original Message-
> From: Jonathan Rosenberg [mailto:j...@tabbysplace.org]
> Sent: 23 July 2010 15:43
> To: 'Ant Users List'
> Subject: RE: Problem with Ant pathconvert and paths with spaces
>
> What happens if you run the build outside of
: Problem with Ant pathconvert and paths with spaces
I've been trying to run my ant builds within eclipse and I've been running
into a slight problem with the path generated by the pathconvert task.
After some testing, it seems that it's a problem in general with spaces
appear in pa
I've been trying to run my ant builds within eclipse and I've been running into
a slight problem with the path generated by the pathconvert task.
After some testing, it seems that it's a problem in general with spaces appear
in paths.
The project that I have needs to pick up
lex Foreman
> wrote:
>> There seems to be a problem with 1.8.1 reporting the correct version.
>>
>> With Ant 1.8.0 on the classpath:
>>
>> unix:
>>> ant -version
>> Apache Ant version 1.8.0 compiled on February 1 2010
>> windows:
>> C:\&g
Alex Foreman schrieb am 15.06.2010 um 13:58 (+0100):
> There seems to be a problem with 1.8.1 reporting the correct version.
> With Ant 1.8.1:
> unix:
> > ant -version
> Apache Ant version ${project.version} compiled on ${TODAY}
> windows:
> C:\> ant -version
> Apa
;
> On Tue, Jun 15, 2010 at 1:58 PM, Alex Foreman
> <.alexander.fore...@morganstanley.com>
> wrote:
> > There seems to be a problem with 1.8.1 reporting the correct version.
> >
> > With Ant 1.8.0 on the classpath:
> >
> > unix:
> >> ant -versi
I get
> ant -version
Apache Ant version 1.8.1 compiled on April 30 2010
on linux.
Peter
On Tue, Jun 15, 2010 at 1:58 PM, Alex Foreman
wrote:
> There seems to be a problem with 1.8.1 reporting the correct version.
>
> With Ant 1.8.0 on the classpath:
>
> unix:
>> a
There seems to be a problem with 1.8.1 reporting the correct version.
With Ant 1.8.0 on the classpath:
unix:
> ant -version
Apache Ant version 1.8.0 compiled on February 1 2010
windows:
C:\> ant -version
Apache Ant version 1.8.0 compiled on February 1 2010
With Ant 1.8.1:
unix:
spect
the target file be affected by this?
>> -Original Message-
>> From: Brian C. Hill [mailto:bch...@bch.net]
>> Sent: Wednesday, May 19, 2010 8:11 PM
>> To: user@ant.apache.org
>> Subject: encoding problem with tokens (on Linux)
>>
>> I am h
I am having a weird problem with the encoding during token replacement
(ant code below).
Details: CentOS 5, SunOS 5, Darwin 9 // ant 1.6/1.7 // java 1.3/1.5/1.6
I have a simple token file with a simple variable ('A') and a single
Chinese character (广 or cat -v: M-eM-9M-?).
The t
Hello all!
I'just hit a problem with the following code:
--- snip-
> ant -version
Apache Ant version 1.8.0 compiled on February 1 2010
--- snip-
-->
hi,
I have a problem when i try to resolve dependancies with branch.
Here i explain my case.
if have in an Artifactory repository
theses revisions for an "Entity" module like this:
Entity rev =1.1.21-snapshot-2010030212 branch=DEV
Entity rev =1.1.21-snapshot-2010030214 branch=
>"RP" == Rez P writes:
RP> You could always hard code
RP> user.home=c:\docume~1\rest\of\the\path to avoid spaces
On Windows server 2008 user's home is in C:\Users\... There is no
reference to C:\Documents and Settings. I don't think the problem comes
from spaces in a path.
--
Pascal Ques
You could always hard code user.home=c:\docume~1\rest\of\the\path to avoid
spaces
> From: quessev...@abaksystemes.fr
> To: user@ant.apache.org
> Subject: Re: Problem with javac target on Windows server
> Date: Wed, 10 Feb 2010 17:37:19 +0100
>
> >"SB" == Stefan
>"JB" == Jean-Baptiste BRIAUD <-- Novlog > a écrit :
JB> Try ant -diagnostics for that, it will dump all the properties.
I didn't knew that option. It looks very interesting and I will try it
next time I will work on the server (see my other post). source arg is for
source version. Its value is
>"SB" == Stefan Bodewig a écrit :
Thanks for your suggestions.
SB> what does the defintion of classpath look like (the Ant element with
SB> id="classpath").
I have only very limited access to the server. The server is not at my
office and when I work on the server I have no mean to connect
Hi,
Check that none of the variables like ${default.javac.source} point to the
C:\Documents and Settings directory
Try ant -diagnostics for that, it will dump all the properties.
Also not sure about differences between srcdir and source ...
On Feb 10, 2010, at 16:13 , Pascal Quesseveur wrote:
[slightly re-shuffled]
On 2010-02-10, Pascal Quesseveur wrote:
> Hello,
> I am using ANT (version 1.7.0) to manage the development of a
> Glassfish application. The project targets are very common. I use the
> command-line-ant-task.xml provided by SUN.
> - when used on Windows Server 2008, t
Hello,
I am using ANT (version 1.7.0) to manage the development of a
Glassfish application. The project targets are very common. I use the
command-line-ant-task.xml provided by SUN.
- the build runs fine on Windows XP & Vista
- when used on Windows Server 2008, the compilation target
bpp-
or include their dir in the war...)
Jan
> -Ursprüngliche Nachricht-
> Von: Koxkorrita [mailto:koxkorr...@laudio.info]
> Gesendet: Sonntag, 13. Dezember 2009 18:10
> An: 'Ant Users List'
> Betreff: Problem with *.p
Hello there,
I am using Tomcat 6, Apache Ant 1.7.1 and JDK 1.6 on OS X Snow Leopard...
Am able to deploy my war into tomcat (via my Ant build script's deploy
target), but not with my undeploy target.
Excerpts from build.xml:
When I run the deploy target
Hello.
I have you paste my build.xml file for building one war application.
This is one struts application and when i build it i have one great problem:
the *.properties files doesn't place them into the war file. my struts
*.properties doent's appears into the war file.
Can you help me for
/** doesnot get excluded
> All other excludes are happening properly.
>
> Can anyone please tell me why this is happening. And any solution for this
> problem is appreciated.
>
> Thanks in advance.
>
> Regards,
> Madhu
> --
> View this message in context:
> http://o
this
problem is appreciated.
Thanks in advance.
Regards,
Madhu
--
View this message in context:
http://old.nabble.com/problem-with-Excludes-in-the-Ant.-tp26477569p26477569.html
Sent from the Ant - Users mailing list archive at Nabble.com
appreciated.
Thanks in advance.
Regards,
Madhu
--
View this message in context:
http://old.nabble.com/problem-with-Excludes-in-the-Ant.-tp26477569p26477569.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
To
Dear ant users,
i have a problem using the ant's Scp in my custom ant task.
When executing my custom ant task (via ant) i get a
ClassNotFoundException: com/jcraft/jsch/UserInfo.
But the class is definitely in the classpath. Using this class in my
custom task directly (before accessing Scp) gi
e (ex. another target)?
For example:
for ex: - ${zip.fileset.id}=blabla
The error is: Reference blabla () not found, See **
Thanks in advance.
Best regards,
Joro
--
View this message in context:
http://www.nabble.com/Problem-with-creating-zip-file-with-dynamic-created-zipfilesets-tp25910504p25910504
I just tried but it seems that is not valid for the javah task:
javah doesn't support the nested "jvmarg" element.
Bill
On Thu, Oct 15, 2009 at 9:53 AM, Francis GALIEGUE wrote:
> On Thu, Oct 15, 2009 at 15:37, Bill Au wrote:
> > I have a need to limit the max heap size of the javah task. S
On Thu, Oct 15, 2009 at 15:37, Bill Au wrote:
> I have a need to limit the max heap size of the javah task. So I am using a
> :
>
> classpath="${build.classes}"
> destdir="${build.native}/src/org/apache/hadoop/io/compress/zlib"
> force="yes"
> verbose="yes"
Bill Au wrote:
I have a need to limit the max heap size of the javah task. So I am using a
:
When I invoke javah directly with the same argument it actually works
without error:
javah -J-Xmx512m -classpath build/classes
org.apache.hadoop.io.compress.
I have a need to limit the max heap size of the javah task. So I am using a
:
But it is giving me a illegal argument error:
[javah] Error: -J-Xmx512m is an illegal argument
[javah]
[javah] Usage: javah [options]
[javah]
[javah] where
Hi Troy,
Have you tried the "exclude" tag:
http://ant.apache.org/ivy/history/latest-milestone/ivyfile/exclude.html
?
Regards,
Gareth
On Mon, Oct 5, 2009 at 4:10 PM, Troy Bull wrote:
> I have a project where I use ivy to manage dependencies. The issue I
> am having is that it includes 2 jar fi
I have a project where I use ivy to manage dependencies. The issue I
am having is that it includes 2 jar files in my war even though I
don't want them there.
Is there any way I can tell ivy, under no circumstances to put these
two jars into my runtime conf?
Thanks
troy
--
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org
--
View this message in context:
http://www.nabble.com/Problem-with-the-classpath-t
are appreciated.
>>
>> Thank you.
>>
>> Tiago Espinha
>>
>> -
>> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
>> For additional commands, e-mail: user-h...@ant.apache.org
I would definitely avoid the environment variable if possible. In 12
years of Java work, I've never used that variable. Try to be very
explicit about the classpath for each thing you are doing and very
very specific about versions of all the JARs on the classpath. Once
you have removed the
Hello everyone,
We at Apache Derby are using Ant to manage our build process but I
have just run into an annoying problem that is being hard to overcome.
Having tried pretty much everything we could think of, I decided to
ask for help with the more knowledgeable crew.
The symptoms are very simple
I get the following error when building with a build.xml file that
uses the antlr task:
input.syntax:
BUILD FAILED
/Users/emac/Project/Hermione/build.xml:4: Unable to determine
generated class
The relevant part of my build file is:
What
Cole, Derek E wrote:
I don't think this will be possible really. The filesystem is actually
a clearcase snapshot view on that NAS...it gets a set of default
permissions when the view is created/updated.
Clearcase is not a normal FS, wierd things happen. I fear it. If
anything misbehaves, reb
I got ur point.. thank u very much.
Regards,
Vishy
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Wednesday, July 29, 2009 5:34 PM
To: Ant Users List
Subject: RE: problem with macrodef in ant
The only real exploration I did was to review your code ;)
When I
ssage-
From: Alexey N. Solofnenko [mailto:alexey.solofne...@symyx.com]
Sent: Tuesday, July 28, 2009 2:02 PM
To: Ant Users List
Subject: Re: Problem with zip task
I recently investigated a problem with NAS with a similar error - the
folder creation silently failed and then file creation failed wit
ly 28, 2009 2:02 PM
To: Ant Users List
Subject: Re: Problem with zip task
I recently investigated a problem with NAS with a similar error - the
folder creation silently failed and then file creation failed with "no
such file" error. To fix it you will need to recursively set "7
Yes, they are.
-Original Message-
From: Greg Roodt [mailto:gro...@gmail.com]
Sent: Tuesday, July 28, 2009 5:51 PM
To: Ant Users List
Subject: Re: Problem with zip task
Out of interest, are archive.dir and staging.dir on the same filesystem?
On Tue, Jul 28, 2009 at 7:29 PM, Scot P
Java" fork="yes">
Thanks & Regards,
vishy
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Wednesday, July 29, 2009 2:37 AM
To: Ant Users List
Subject: RE: problem with macrodef in ant
Oh your welcome - I hope it w
>
>
>
>
>
>
>
>
Thanks & Regards,
vishy
-----Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Wednesday, July 29, 2009 2:37 AM
To: Ant Us
On 2009-07-28, Cole, Derek E wrote:
> Has anyone encountered a problem when running a zip task, the log will
> say something like
> [zip] Building zip: /path-to/some.war
> [zip] adding directory
> Then getting an exception that says
> Problem creating zip:
> /path-to/someotherdir/.nfs
I recently investigated a problem with NAS with a similar error - the
folder creation silently failed and then file creation failed with "no
such file" error. To fix it you will need to recursively set "777" file
permission and correct owner user and group.
- Alexey.
manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> Date: Tue, 28 Jul 2009 22:51:27 +0100
> Subject: Re: Problem with zip task
> From: gro...@gmail.com
> To: user@ant.apache.org
>
> Out of interest, are archive.dir and staging.dir on the same fil
>> -Original Message-
>> From: Cole, Derek E
>> Sent: Tuesday, July 28, 2009 2:11 PM
>> To: Ant Users List
>> Subject: RE: Problem with zip task
>>
>> I am not sure what is considered relevant...here is the target that is
>> being run...
rom Scot P. Floess
Sent Tue 7/28/2009 7:58 PM
To Ant Users List
Subject RE: problem with macrodef in ant
No you miss my point completely...
I don't think you need to set a property at all :)
Look below. Specifically where I comment in your call to the task.
I list the comment as &quo
Hi Scot P. Floess,
thank you very much for your extended cooperation.
i will change code according to your suggestion & will u know the result.
Thanks & Regards,
vishy
-Original Message-
>From Scot P. Floess
Sent Tue 7/28/2009 7:58 PM
To Ant Users List
Subject RE: p
So from what I can see, you are trying to set a property to store your
command line argument - when its really unnecessary. Just use it inline
as I have done above...
No need for another macrodef - just modify the task inside the
current macrodef.
Also, I note you have a simil
build, and it is successful the next time.
Derek
-Original Message-
From: Cole, Derek E
Sent: Tuesday, July 28, 2009 2:11 PM
To: Ant Users List
Subject: RE: Problem with zip task
I am not sure what is considered relevant...here is the target that is being
run...
2:11 PM
To: Ant Users List
Subject: RE: Problem with zip task
I am not sure what is considered relevant...here is the target that is being
run...
In the build log, it says right before the [zip] out put
[mkdir] Skipping /path-to//archi
to make sure that staging.dir actually existed
as well
-Original Message-
From: Greg Roodt [mailto:gro...@gmail.com]
Sent: Tuesday, July 28, 2009 2:04 PM
To: Ant Users List
Subject: Re: Problem with zip task
H, looks a bit suspicious. Could you please include the relevant parts
of
as u know, i used only one microdef for 2 different targets. will i try with
different macrodef for every target?
-Original Message-
>From Scot P. Floess
Sent Tue 7/28/2009 4:49 PM
To Ant Users List
Subject RE: problem with macrodef in ant
Actually, why don't you just
tes that
> over NFS), process a will get a stale file handle.
>
>
> Could something like this be happening as part of a simple zip task?
>
>
> -Original Message-
> From: Scot P. Floess [mailto:sflo...@nc.rr.com]
> Sent: Tuesday, July 28, 2009 1:56 PM
> To: Ant
.
Could something like this be happening as part of a simple zip task?
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Tuesday, July 28, 2009 1:56 PM
To: Ant Users List
Subject: Re: Problem with zip task
Interesting looks like an nfs issue... Are you automounting
an exception that says
Problem creating zip:
/path-to/someotherdir/.nfs0001a121a0003ae (No such file
or directory)
The way the problem is listed..doesnt that seem like a problem with a
network storage access? /path-to/ is a mount to a NAS
Scot P. Floess
27 Lake Royale
file
or directory)
The way the problem is listed..doesnt that seem like a problem with a
network storage access? /path-to/ is a mount to a NAS
oogle. I tried but no use. Any
suggestions?
Thanks
Vishy
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Tuesday, July 28, 2009 8:38 PM
To: Ant Users List
Subject: RE: problem with macrodef in ant
Double check your setting of bindingarg:
n for that?
Can u say how I need to search for that in google. I tried but no use. Any
suggestions?
Thanks
Vishy
-Original Message-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Tuesday, July 28, 2009 8:38 PM
To: Ant Users List
Subject: RE: problem with macrodef in ant
Double
: problem with macrodef in ant
Double check your setting of bindingarg:
For your first run, you set the property bingding.arg to:
-b "@{bindingfile}"
Of course assuming binding.arg wasn't already set ;)
For your second run, you cannot reset binding.a
]
Sent: Tuesday, July 28, 2009 8:16 PM
To: Ant Users List
Subject: RE: problem with macrodef in ant
Below I proded the exception related information. I used the same code which I
provided to you. Please check it.
generate.service:
[echo] Generating code using wsdl2java...
[java] Loading
ogging.properties"/>
>
>
>
>
>
>
>
>
>
>
-Original Message-
From: edumudi.viswan...@oracle.com [mailto:edumudi.viswan...@oracle.com]
Sent: Tuesday, July 28, 2009 8:16 PM
To: A
essage-
From: Scot P. Floess [mailto:sflo...@nc.rr.com]
Sent: Tuesday, July 28, 2009 7:39 PM
To: Ant Users List
Subject: Re: problem with macrodef in ant
I tried your example but cutting down on everything in wsdl2java - meaning
just used some statements...
It worked fine for me:
ant
I tried your example but cutting down on everything in wsdl2java - meaning
just used some statements...
It worked fine for me:
ant generate.service generate.service1
Buildfile: build.xml
generate.service:
[echo] file[wsdlfile1]
[echo] bindingfile [buildingfile1]
generate
Hi Friends,
I have macrodef in build.xml & it took parameters like wsdlfile & bindingfile
from wsdl2java tag ie .
Now, If I run macrodef with wsdlfile1 & bindingfile1, It works asusually.
But if I run same macrodef again with wsdlfile2 & bindingfile2, In that case it
taking previous bindingfi
Hello,
First some words about my environment:
Win XP, java 1.6, ant 1.7.1
I have a problem with the combination of ant and junit.
>From my point of view they are not related to the well known and documented
>classloader issues
(even if the error message leads to that direction)
He
Michael
Wroopy wrote:
>
> Hi!
>
> I've problem with excludes when creating a zip file.
> I want to create a zip files containing all files in current
> directory, but exclude two directories.
>
>
>
>
>
>
> exc
I would add a "/" after the excludes
Jan
>-Ursprüngliche Nachricht-
>Von: Andreas Dahlén [mailto:andr...@dahlen.ws]
>Gesendet: Freitag, 29. Mai 2009 09:51
>An: user@ant.apache.org
>Betreff: Problem with excludes
>
>Hi!
>
>I've problem with
Hi!
I've problem with excludes when creating a zip file.
I want to create a zip files containing all files in current
directory, but exclude two directories.
excludes="${dist}, ${build}"/>
/Andreas
--
Thanks, I upgraded my JAVA SDK to the SR 8a version and it works now.
Thanks
Troy
-Original Message-
From: Eric Fetzer [mailto:elstonk...@yahoo.com]
Sent: Tuesday, May 12, 2009 3:48 PM
To: Ant Users List
Subject: Re: Problem with Ant and MailLogger
Error description
Error Message
is updated to autoFlush on '\n' on ASCII
platform according to the specification.
.
To obtain the fix:
Install build 20071118 or later
From: "Richard, Troy"
To: Ant Users List
Sent: Tuesday, May 12, 2009 2:47:05 PM
Subject: RE: Problem wit
0060501_AA)
JCL - 20060511a
-Original Message-
From: Eric Fetzer [mailto:elstonk...@yahoo.com]
Sent: Tuesday, May 12, 2009 2:45 PM
To: Ant Users List
Subject: Re: Problem with Ant and MailLogger
What version of Java are you using?
http://www-01.ibm.com/support/docview.wss?
What version of Java are you using?
http://www-01.ibm.com/support/docview.wss?uid=swg1IZ08156
From: "Richard, Troy"
To: "user@ant.apache.org"
Sent: Tuesday, May 12, 2009 2:09:09 PM
Subject: Problem with Ant and MailLogger
I'm ge
1 - 100 of 579 matches
Mail list logo