Library.PatronDataTransfer
> Class-Path: lib/jsch-0.1.49.jar lib/linfield.jar lib/log4j-1.2.15.jar
> lib/xerces.jar
>
>
> I'm assuming that the problem is with the manifest, but I have no idea
> what it is. Any help would be greatly appreciated.
>
> Thanks,
>
>
> Rob Tanner
> Linfield College
>
>
>
>
>
--
*Joe Attardi*
j...@attardi.net
It appears to be nothing obvious, then :) Sorry I wasn't much help.
On Wed, Mar 27, 2013 at 11:03 PM, Marc Benstein wrote:
> Joe, there is nothing screwy in the manifest. As I said, the jar works
> fine from Java 6 and 7. Also note, the exact build is used with Ant
> 1.8.4 and ev
Interesting. Is the manifest intact? Maybe post the contents of your
MANIFEST.MF from the generated JAR file, and perhaps there will be
something screwy in there.
On Wed, Mar 27, 2013 at 10:43 PM, Marc Benstein wrote:
> Joe, there is not an error when I try jar tf myjar.jar. I see
ntial information intended only for the person(s) to
> whom this email is addressed. If you have received this email in error,
> please notify the sender immediately by phone or email and destroy the
> original message without making a copy. Thank you.
>
--
*Joe Attardi*
j...@attardi.net
.
with best regards,
From: Antoine Levy Lambert
To: Ant Users List ; Joe Black
Sent: Thursday, January 10, 2013 11:00 AM
Subject: Re: ant task ftp
Hello Joe,
this looks like a bug or incompatibility between ant and this new version of
commons-net.
It
Umask is a shell command, not a standalone binary. So you will need to
invoke your shell to run umask. Something like
On Aug 2, 2012 4:57 PM, "Maurice Feskanich"
wrote:
> Looks like it needs the full path to the executable.
>
> Maury
>
>
> On 08/02/12 13:36, Eric Fetzer wrote:
>
>> Sorry, a
A wiki doesn't have to be publicly editable to be a wiki. Wikipedia may
operate like that, but there are plenty of projects whose wikis are only
editable by registered users.
On Apr 15, 2012 6:32 PM, "Stephen L. De Rudder" wrote:
>
>
>
>
> The ant wiki isn't a wiki. It seems like most if not all
What version of the JDK are you running? Sounds like you may need to update
your JDK.
On Mar 28, 2012 1:27 PM, "Rhino" wrote:
> I'm getting several messages like this when doing an javac task using Ant
> 1.8.2 in Eclipse 3.7. I'm running on Windows XP SP3 and my source value is
> set to 1.6.
>
>
This is my message.
>
>
> Anyone have any idea how to allow invalid email addresses in the tolist or
> cclist? I would have thought setting failonerror to false would have done
> it, but that just allows the build to continue after it fails to send any...
>
> Thanks,
> Eric
--
*Joe Attardi*
j...@attardi.net
On Tue, Mar 6, 2012 at 11:51 PM, Stefan Bodewig wrote:
> No. exludes always take precedence over includes, the order of elements
> is not relevant. If you need a different behavior, you have to use
> selectors.
Sorry, my mistake.
>
I have a task as below
>
> classpath="xyz.jar"
> debug="on">
>
>
>
>
>
>
>
>
>
>
> But is not working.
>
> Please let me know whats the problem or any other alternatives. Due to
>
ob Echlin, Documentation Systems Architect, Wind River
> direct: +1.613.270.5796 | Skype video: rob.echlin.wr |
> robert.ech...@windriver.com<mailto:robert.ech...@windriver.com>
>
>
--
*Joe Attardi*
j...@attardi.net
Until now, I am using Java 1.6.0_26 and apache ant 1.8.2 and commons-net 2.2
and jakarta-oro-2.0.8 to use the ant task ftp, to download some files from a
server using ID and password and using the file names.
I just upgraded from Java 1.6.0_26 to Java 1.7.0 and try to run the same
program. Err
Did you remember to add the ?
On Jun 29, 2011 12:07 AM, "laredotornado" wrote:
> Hi,
>
> I'm using Ant 1.8.1. I have downloaded ant-contrib-1.0b3.jar and placed it
> in my $ANT_HOME/lib directory. However, when I include this in my
build.xml
> file ...
>
> input="package.ABC.name"
> regexp="(.*)_
> it's possible to open a dialog box in the ant task ?
> i need an answer for continued to run one task, it's possible ?
>
> thanks for your answer
> --
> Alexandre Priou
> Analyste Concepteur Web chez HR TEAM
> Détaché aux éditions la rivière
> 64 rue de l&
like this:
If Ant were to pick up environment variables directly, if this
particular property was defined in the external environment, then that
definition would take precedence, and the build would probably fail,
although the reason would not be immediatly obvious.
Regards,
Joe Schmetzer
Ant
> That looks to me like your XML is not properly encoded. I
> suspect that if you use a command-line tool like xmlstarlet
> it'll confoirm that by giving you a very similar error. The
> below isn't size-related.
Thanks for the info. If you are right, this could still be a problem because
the X
2009/9/16 Michael Ludwig :
> Joe Schmetzer schrieb:
>>
>> Version 1.1.0 of the Ant Script Library has just been released.
>>
>> The Ant Script Library (ASL) is a collection of re-usable Ant scripts
>> that can be imported into your own projects. The ASL provides a
2009/9/14 Scott Stark :
> Joe wrote:
>> That's not correct: ant properties in the file are expanded inline.
>> See http://ant.apache.org/manual/CoreTasks/property.html for details
>> (I don't know about ${file.separator}, though)
>
> I see that in the documenta
:
o Subversion module
o Perforce module
* New introductory tutorial
* Enhancements to the Ivy tasks
* Link generated JavaDoc to JRE JavaDoc
If you want to try it out, the ASL can be downloaded from
http://www.exubero.com/asl/download.html
Regards,
Joe
;
>
>
> //Command prompt call
> mycomp> ant three
What you are trying to do here will not work. The task
actually sets up a completely new project, with its own properties.
What you probably want to do here is use depends instead, i.e.
Regards,
Joe
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org
ough)
The import tag can use property expansion too. If you don't want to
hard-wire the file you import, you can use a propery. e.g.
ant -Dimport-file=test.xml
...
Regards,
Joe
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org
ctor:
http://ant.apache.org/manual/CoreTypes/selectors.html#dependselect
Use a glob mapper in the depend selector to match the java files to
the corresponding class files, and the depend selector will pick out
only those files that have newer class files.
Cheers,
Joe
properties, filesets and
classpaths to configure the compilation and test run targets. In general, I
don't use "ant-call" often at all. Refer to
http://www.exubero.com/asl/asl-java-test.html for details, or download the
ASL to have a peek at the implementations.
Regards,
Joe
2009/7
There's no need to use a fake name like "FOO" that. The "location"
attribute of the property task does exactly what is needed. For example:
http://ant.apache.org/manual/CoreTasks/property.html for details
Cheers,
Joe
On Wed, 2009-03-25 at 15:41 -0400, David Weintraub
The Maven tasks for Ant are limited to dependency management, artifact
deployment and POM processing. They currently do not handle invoking Maven
builds from Ant. I suspect the easiest solution for you is to just invoke
Maven directly using an task.
Regards,
Joe
On Wed, March 25, 2009 2:58 pm
task to pick
up the value that way.
Cheers,
Joe
On Thu, March 12, 2009 6:38 am, Shylendran C wrote:
> Hi All,
> Could you please help on this problem???
>
> My requirement is
> In my Java file, I have a method and it will return a value as String. I
> have to get it from ANT
Similarly, I've also just released some Ant library scripts here:
http://www.exubero.com/asl/
These are just build plugins which you can either import directly in your
own build, or just look over them as an example of how to write re-usable
Ant modules.
Cheers,
Joe
On Thu, March 5, 2009
Ant will unconditionally substitute a double "$$" with a single "$", as
this is the escape mechanism for avoiding property expansion. See
http://ant.apache.org/manual/using.html#properties for details.
Cheers,
Joe
On Thu, February 26, 2009 2:16 pm, Stefan Krause wrote:
>
Actually, exec *is* supported on Linux. You just need to specify the
executable as "make". e.g.
Cheers,
Joe
On Tue, July 29, 2008 10:53 am, Kamran Hameed wrote:
> My point is that i am not invoking any simple script. Makefile should be
> called with make command
>
> On Tue
auses a problem with the processor.
>
> How can I specify '-o filename' for please?
is interpreted as a single argument, even if "x" happens
to contain spaces. In your case, you actually have two arguments: &q
both Ant and Maven. We have
a number of other projects that use Maven, and this seemed the best of
both worlds. Just to be clear: I really like the Maven repository, but I
don't really care much for Maven itself, as I discuss at
http://www.exubero.com/blog/20070313_Why_I_Prefer_Ant_Over_Maven.ht
Here's the technique I use in these situations:
http://www.exubero.com/ant/dependencies.html
Cheers,
Joe
On Tue, November 27, 2007 3:23 pm, Dimitris Mouchritsas wrote:
> Hi all, I'm trying to figure out what's the best way to handle a J2EE
> project with different modul
In my JUnit tests I have a series of public static methods embedded.
When I run my tests, I receive:
java.lang.Exception: No runnable methods
Instead of requesting that the classes be ignored in the filter set for
the batch run, is there any way to specify to ignore that "no runnable
methods" er
e
> dependent targets once built will not be built again
If you're willing to reorganise you build targets into different projects,
the technique described here can help:
http://www.exubero.com/ant/dependencies.html
HTH
--
Joe Schmetzer .:. Renaissance Developer .:. http://www.exub
Is there anyway to export tables in mysql as sql statements? I know that
DbUnit can export as XML but what about exporting as sql?
--
View this message in context:
http://www.nabble.com/Export-Mysql-tables-as-sql-in-Ant-tf3653916.html#a10207925
Sent from the Ant - Users mailing list archive at
are a number of efforts that allow Java integration[2].
Cheers,
Joe
[1] http://rake.rubyforge.org/
[2]
http://blog.aslakhellesoy.com/articles/2006/12/18/building-java-with-jruby
--
Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/
will throw this error
"Unsupported major.minor version 49.0"
-Joe
--- wolverine my <[EMAIL PROTECTED]> wrote:
> Hi!
>
> Does it harm if we set target="1.5">?
>
> The Ant manual highly recommend to always specify
> soruce and target attribu
Java HotSpot(TM) Server VM (build 1.5.0_01-b08, mixed
mode)
-Joe
--- [EMAIL PROTECTED] wrote:
> First of all you have to install a Java5 Development
> Kit.
> Having that installed as first on the PATH, Ant
> should do the rest automatically - if not specified
> something else.
Hi ,
Can any one suggest me solution to set source from 1.4
to 1.5 .
I'm trying to run ant script but it is failing with
the below message.
generics are not supported in -source 1.4
[javac] (try -source 1.5 to enable generics)
Please let me know how can i fix this?
Thanks
Is there a way to do this with just ANT (no other libs).
The reason for this, is we have to change our process to include "antcontrib".
Thanks,
Joe
On 1/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Jan
>-Ursprüngliche Nachricht-
>Von: Joe Eugene [m
o my problem would be find the Last folder Name
in the Current Path.
i..e Path = "c:\dir1\dir2\dir3"
If basedir is dir3, how can find the name of the folder before it? i.e. dir2?
Appreciate your help.
Thanks,
Joe
-
Charles,
Look at the Conditions task, Supported conditions in the Ant manual. This has a
test to see if a property is set or not.
The Tstamp task has an offset attribute that you can use to change the date
either forward or backward.
Hopefully that points you in the right direction.
Joe
you want to test this out.
Cheers,
--
Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/
+44-(0)7775-770-422
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
t was designed?
Joe [EMAIL PROTECTED]
- Original Message
From: Joe Moore <[EMAIL PROTECTED]>
To: user@ant.apache.org
Sent: Thursday, July 13, 2006 10:21:19 AM
Subject: Passing References from Master Build File to Child
I'm having problems passing a path reference from a Master build
Example of a Master ANT build file.
-- Child File (in AntForm subdirectory) --
Example of using the AntForm ANT extension.
Please don't hijack other threads. You should create a new email with a new
subject heading.
Check out the ANT Manual (http://ant.apache.org/manual/index.html) and read the
Developing with Ant section.
HTH,
Joe [EMAIL PROTECTED]
- Original Message
From: [EMAIL PROTECTED]
To
ing on the maven
infrastructure (though I really *do* like the repository concept).
Cheers,
Joe
On Mon, 12 June, 2006 8:29 pm, Antoine Levy-Lambert wrote:
> Hi,
>
> I am interested by this thread, as the project I am working for might need
> a tool able to manage inter-project depende
for use by end users. See
http://en.wikipedia.org/wiki/Software_deployment for some hints.
> How can be done the same using ANT.
1. Work out all the activities and tasks that need to be done to deploy
your software.
2. Automate these activities, using an Ant script, or other suitable to
That was the problem.
Thanks,
Joe
On Mon, 8 May 2006 16:31:34 -0400
Robert Clark <[EMAIL PROTECTED]> wrote:
On Monday May 8, 2006 16:18, [EMAIL PROTECTED]
wrote:
I'm trying to use a "replace" task to recursively
replace
a string in a set of files, but it only seems to w
t;. Is there a way to specify a fileSet of
files which do not have file extensions?
TIA,
Joe
This is ant 1.5.3 on Solaris
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
to achieve your desired
result. Of course, in practice this depends on the complexity of your
real project and the flexibility of your build process.
Keith
-Original Message-
From: Wildish, Joe STASCO-OTO/72 [mailto:[EMAIL PROTECTED]
Sent: 26 April 2006 13:38
To: Ant Users List
Subj
again (to ensure non-implementation
Java files are correct), but then combining it with the real implementation
class (this is the duplicated class). Not dangerous in my book.
Regards,
Joe
-Original Message-
From: Steve Loughran [mailto:[EMAIL PROTECTED]
Sent: 26 April 2006 12:49
To: Ant Us
le when calling javac:
java root_a/One.java root_b/Two.java root_b/Three.java
javac handles this OK (ie. it is not privy to root_a/Two.java, so does not
attempt to compile it). Is the javac task not simply mimicking this behaviour?
In which case, I should be able to emulate this within a targe
t to do is something like this:
However, the src attribute of javac is only looking for directories (to then
recursively scan), so that does not work. Any help would be appreciated.
Regards,
Joe
oject dependencies very well (though you can
fake it with the CC config element - see
http://cruisecontrol.sf.net/main/configxml.html#buildstatus )
Cheers,
Joe
On Sat, 2006-04-15 at 05:55 -0400, nikhil wrote:
> Cruise Control is also used for this purpse and many of the people that I
> know tha
My error, JDK and SDK are synonymous. I meant JRE and SDK are installed in
separate directories.
I was mentioning that in case the person who had posted their problem may have
had the same experience and therefore the tools.jar file is not in their
classpath.
Joe [EMAIL PROTECTED
ll path to the tools.jar file and that has
resolved the issue. Not sure if this is the best way, but something to look for.
Anyone else have this experience with Java 1.5?
HTH,
Joe [EMAIL PROTECTED]
- Original Message
From: Oliver Schalch <[EMAIL PROTECTED]>
To: user@ant.apache.
Also, is the ant.bat file in your PATH environment variable?
You'll need to add %ANT_HOME%\bin to your PATH environment, then your system
will be able to find ant.bat.
Joe [EMAIL PROTECTED]
- Original Message
From: [EMAIL PROTECTED]
To: user@ant.apache.org
Sent: Monday, April 3,
* Full list of navigation controls at
http://www.meyerweb.com/eric/tools/s5/features.html
Thanks for spending the time for that. I'll update the presentation, and
probably add another external overview page with resources (zip of
slides and examples)
Cheers,
Joe
>
>
> >-Ursp
gest any corrections, additions or improvements.
Cheers!
--
Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ation tasks such as set up
properties, declare taskdefs, etc. Many other targets can then make use
of this initialisation by depending upon it. For example:
...
HTH
--
Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/
--
eters). See
http://ant.apache.org/manual/CoreTasks/antcall.html for details.
--
Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/blog/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Wed, 22 February, 2006 2:00 pm, Steve Loughran wrote:
> Joe Schmetzer wrote:
>> Without claiming to understand the considerations that went into the
>> design of JUnit4, I get the feeling that it is a response to TestNG,
>> which relies entirely upon annotations for tagging
ethods. But as you note, the test infrastructure must now work
harder.
Cheers!
--
Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/blog/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
s, you can try the CC mailing list at
http://cruisecontrol.sourceforge.net/contact.html, as this obviously not
an ant related question.
Cheers,
--
Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/
-
To unsubscr
http://confluence.public.thoughtworks.org/display/CC/Managing+CruiseControl+With+JMX
Good luck!
--
Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma
st solution.
--
Joe Schmetzer .:. Renaissance Developer .:. http://www.exubero.com/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
owing:
>
> d:\testing\tt1.zip
> d:\testing\tt2.zip
> d:\testing\tt3.zip
> d:\testing\tt4.zip
> d:\testing\tt5.zip
> d:\testing\tt6.zip
>
> In my build.xml i can specify one zip - filename only:
>
>
>
>
Use instead of
http://ant.apache.org/manua
he individual tests instead. This will generate an XML file for
each test case, and the report will show each individual classname.
In your example, change the line reading
to look like
This assumes that all your individual test cases use the same naming convention.
--
Joe Schmetzer .:
paces/project2?
Thanks,
Joe Rice
setUp() method are there for you to perform any operations, setup
fixtures, etc, before the test runs. tearDown() cleans up after each test.
It sounds like you could refactor your tests to use those methods instead?
The JUnit FAQ has a bit to say on
vely, are there
better ways to achieve the same result?
Cheers,
Joe
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
think you going wrong.
Remove step 7, add the above three after step six respectively.
Regards
Joe
- Original Message -
From: "priya pallavi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 5:24 PM
Subject: Steps in Building J2EE Project usi
Hi Fellas,
Is there a special way of referencing services when building a C# client application.
I keep getting a namespace error though I have specified the dll providing the service.
Help Me
Joe
__
E-mail Disclaimer and Company Information
http
75 matches
Mail list logo