Delivery Agent - Translation failed
- failed message -
:1yeZ;ü0KJ1-gMßZLuY$8l15,s0l92'The original content of this message part has been replaced
by this text because it tested positive for the following
virus(es):
W32/Netsky-Q
This notification is being sent to you
Hi,
> I'm having trouble getting the JSPC test to work - any ideas?
Check which version of Jasper you have in your classpath. We could
only get JSPC working with the version of Jasper that comes with
Tomcat 5.
I'd say the test is working well!
Cheers,
Nick.
>
> Conor
A patch to the xml source docs would increase the cahnce of this getting
done.
--
Nick Chalko Show me the code.
Centipede
Ant + autodownloadable build plugins + needed jars autodownload.
http://krysalis.org/centipede
-
+1 I am also waiting on this.
smime.p7s
Description: S/MIME Cryptographic Signature
: Nick Chalko (nick at chalko dot com)
Thanks for applying the patch.
The real credit goes to Adam Jack. He found and pushed the issue.
--
Nick Chalko Show me the code.
Centipede
Ant + autodownloadable build plugins + needed jars
/TestListener
Total time: 1 second
How is this suppose to work?
I see the use parent for org.apache.tools.ant.
and the then use loader for org.apache.tools.ant.taskdefs.optional.
But it does not seem to work. Any ideas?
R,
Nick
smime.p7s
Description: S/MIME Cryptographic Signature
Btw
I can make this work if I include junit.jar and ant-junit.jar in the path.
And hack AntClassloader.
private boolean isParentFirst(String resourceName) {
// default to the global setting and then see
// if this class belongs to a package which has been
// designated to u
peter reilly wrote:
Check the ant faq http://ant.apache.org/faq.html#delegating-classloader
In essence you need to place the junit.jar file in ${ant.home}/lib
I had hoped that was what the task would let me avoid.
smime.p7s
Description: S/MIME Cryptographic Signature
-*.jar to the classloader.
That should handle the usecase I have in mind.
peter reilly wrote:
Ah, I see.
That would be nice, but the classloader task is not
yet complete.
Peter
On Thu, 2003-06-19 at 08:52, Nick Chalko wrote:
peter reilly wrote:
Check the ant faq http://ant.apache.org
Conor MacNeill wrote:
On Fri, 20 Jun 2003 12:17 am, Nick Chalko wrote:
I'll be interested to see if this works :-) I have my doubts. As soon as you
go into the main loader to find the task classes
(org.apache.tools.ant.taskdefs.optional.junit.JUnitTask), you won't be able
n the ${ant.home}/lib
2. remove ant-junit.jar and other optional from ${ant.home}/lib
I hate 1 and I don't wan't to insist users change there ant environment
unless I have to.
I'll see what happens when I try tonight.
R,
Nick
smime.p7s
Description: S/MIME Cryptographic Signature
optional tasks to be loaded by a childloader worked.
Costin
Peter
On Thu, 2003-06-19 at 08:52, Nick Chalko wrote:
peter reilly wrote:
Check the ant faq http://ant.apache.org/faq.html#delegating-classloader
In essence you need to place the junit.jar file in ${ant.home}/lib
week. It could be very
powerful, if only I understood its rules. Which means
-hard use to discover its quirks
-tuning to fix things
-documentation
Maybe the basedir choice should be an option at time.
Centipede is using the import task heavily. It works very well for us.
--
Nick Chalko
Gump rocks.
Thanks for responding so quickly.
R,
Nick
Stefan Bodewig wrote:
On Tue, 15 Jul 2003, Adam Jack <[EMAIL PROTECTED]> wrote:
Peter wrote: "revert the script test that showed up the problem in
the first place". Sorry, but what does this mean to the
non-antdev-initiated?
This is related to the junit antlib at krysalis. This may be something
I did, but it works with the June 25 build of ant.
Regardless NPE are always bad.
Here is the xbuild.xml file I import.
peter reilly wrote:
This should be fixed in next build (July 21) of ant.
Peter
On Sat, 2003-07-19 at 00:00, Nick Chalko wrote:
This is related to the junit antlib at krysalis. This may be something
I did, but it works with the June 25 build of ant.
Regardless NPE are always bad
Yes I have done cvs commits with ant
Here is a
an exmple for doing a "tag"
value="build-${project.version.V}_${project.version.v}_${project.version.fix}"
/>
message="Tagging the source tree as ${cvsbuild.cent.cvs.tag}"
/>
Send a patch.
smime.p7s
Description: S/MIME Cryptographic Signature
Nicola Ken Barozzi wrote:
Jose Alberto Fernandez wrote, On 31/07/2003 13.24:
From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]
...
Wait a second, does this mean that there is crosstalk between the
lines 1, 2, 3?
Yes, there is crosstalk and at least in XSLT this is a good thing.
It means that y
available @since 1.7.
Cheers,
Nick Pellow
Index: src/main/org/apache/tools/ant/Main.java
===
--- src/main/org/apache/tools/ant/Main.java (revision 675106)
+++ src/main/org/apache/tools/ant/Main.java (working copy)
@@ -929,6
/apache/tools/ant/Project.java?r=710086#l386
Cheers,
Nick
On 11/12/2008, at 3:56 AM, Archie Cobbs wrote:
I just filed a couple of bugs relating to the nested ant invocations
used by
Ivy's new packager resolver. Basically, errors in the nested ant
invocation
are being ignored by the oute
see
http://jakarta.apache.org/site/source.html#Patches
smime.p7s
Description: S/MIME Cryptographic Signature
e/ant/OptionalClassLoader.java?rev=HEAD&content-type=text/vnd.viewcvs-markup
btw, what was I suppose to do about the license.
90% of the code is a straight copy from apache.
R,
Nick
smime.p7s
Description: S/MIME Cryptographic Signature
Bob Lee wrote:
Is there any sort of central repository for Ant scripts?
Krysalis Centipede is trying to do this using downloadable ant scripts
called antlibs
Come by http://krysalis.org/centipede and help out.
smime.p7s
Description: S/MIME Cryptographic Signature
lopers are seasoned developers with a history
of Open Source Development, and are avid Ant users.
* Nick Chalko is a memeber of the Jakarta Gump project, has contributed
to Ant, and on the PMC of Krysalis.
* Adam Jack is spearheading the Jakarta Gump rewrite in Python, and is
on the PMC of Krysa
I really think Ant is ready to step up the amount of reuse it provides
to the develpoment community.
An Apache Ant subproject to develop and maintian a set of build
targets for specific build steps is a very worthy goal.
R,
Nick
Here is what I think antlets might look like. I have experimented with
the code and it works
see
http://nagoya.apache.org/wiki/apachewiki.cgi?AntProjectPages/AntletSample
Antlets are designed to be (optionally) downloaded
RemoteTestRunner.run(RemoteTestRunner.java:276)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:167)
Any Ideas?
R,
Nick
PS CVS Head of ant.
And Eclipse 2.1.2 Build id: 200311030802
-
To unsubsc
es()
I will take a look at selectors.
R,
Nick
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe,
thing that would work. More
needs to be added. I hope to get the depot ruper stuff integrated to
handle mirrors and versioning.
R,
Nick
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Krysalis Importer is now available for download at
https://sourceforge.net/project/showfiles.php?group_id=48571&package_id=109374
Try it out. I think it has most enough features to interest you.
R,
Nick
Nick Chalko wrote:
In an earlier message Steve Loughran said
> OK, now that Ant
gzilla/show_bug.cgi?id=28517
SCP task fails when invoked multiple times.
--- Additional Comments From [EMAIL PROTECTED] 2004-04-26 15:39 ---
Nick, The output you posted shows the scp task running only once.
-Rob A
Hmm. Perhaps this discussion should be taking place on the users list, rather
t
Here is an update to the Related Projects page.
The Centipede project is no more, Antworks has taken it place
R,
Nick
Index: xdocs/projects.xml
===
RCS file: /home/cvspublic/ant/xdocs/projects.xml,v
retrieving revision 1.14
diff -u
appreciated.
Kind Regards,
Nick
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED
+1 to shipping Ivy with Ant - maybe even call it Ant 2.0 ?
On 28/05/2009, at 2:30 AM, Jason Trump wrote:
That is definitely a cool idea. Another possibility would be to use
embedded Ivy to implement an auto-update feature for ant and/or ivy
itself.
Not a "three-dialogs-per-day" kind of aut
The download link for this release is giving me an "Internal Server
Error" .
http://ant.apache.org/ivy/download.cgi
On 24/07/2009, at 8:52 AM, Maarten Coene wrote:
Jul 23, 2009 - The Ivy project is pleased to announce its 2.1.0-rc2
release.
This is the second candidate release of Ivy 2.1.
e the character encoding of a text file.
- Compatability: I'm not sure on this one, it does require a fileset, so
I'm guessing you can go back to almost any version that has the
tag.
- URL & Contact: https://github.com/nickawatts/reencode/wiki
- License: Apache Licen
Will there be a new Ivy release soon? I have seen a lot of activities in the
project recently, but the latest release was still 3 years ago (2.4.0). Is
there any milestone that the team is trying to reach before a new release?
Nick
38 matches
Mail list logo