Re: Upload of Ant to Maven repository [WAS: Re: Re: pgp key for signing files]

2006-06-14 Thread Antoine Levy-Lambert
Hi, Steve had already sent an email to repository at apache dot org. http://mail-archives.apache.org/mod_mbox/www-repository/200606.mbox/browser Also, Carlos Sanchez answered my JIRA issue, giving a pointer to : http://www.apache.org/dev/release-publishing.html http://www.apache.org/dist/java

svn commit: r414442 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs: AbstractJarSignerTask.java ExecTask.java Javac.java Javadoc.java TempFile.java Touch.java XSLTProcess.java

2006-06-14 Thread kevj
Author: kevj Date: Wed Jun 14 19:47:34 2006 New Revision: 414442 URL: http://svn.apache.org/viewvc?rev=414442&view=rev Log: use fileutils.resolveFile Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/AbstractJarSignerTask.java ant/core/trunk/src/main/org/apache/tools/ant/ta

svn commit: r414440 - /ant/core/trunk/ReleaseInstructions

2006-06-14 Thread antoine
Author: antoine Date: Wed Jun 14 19:39:59 2006 New Revision: 414440 URL: http://svn.apache.org/viewvc?rev=414440&view=rev Log: added some pointers Modified: ant/core/trunk/ReleaseInstructions Modified: ant/core/trunk/ReleaseInstructions URL: http://svn.apache.org/viewvc/ant/core/trunk/Relea

svn commit: r414439 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java

2006-06-14 Thread kevj
Author: kevj Date: Wed Jun 14 19:19:21 2006 New Revision: 414439 URL: http://svn.apache.org/viewvc?rev=414439&view=rev Log: use fileutils.resolveFile Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/XmlProperty.java Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskde

Re: added pgp key to KEYS file (and MIT key server)

2006-06-14 Thread Antoine Levy-Lambert
Hello Kev, the key from pgp.mit.edu works too. C:\Dokumente und Einstellungen\antoine>gpg --verify C:\downloads\hello.jar.asc gpg: NOTE: THIS IS A DEVELOPMENT VERSION! gpg: It is only intended for test purposes and should NOT be gpg: used in a production environment or with production keys! gpg:

Upload of Ant to Maven repository [WAS: Re: Re: pgp key for signing files]

2006-06-14 Thread Antoine Levy-Lambert
Hello, I have created an issue on the MAVEN JIRA to ask the MAVEN colleagues what will be the procedure to upload Ant to the maven repository(ies). http://jira.codehaus.org/browse/MEV-412 Steve, did you get any news from the repository colleagues ? Regards, Antoine Original-Nachrich

Re: Re: added pgp key to KEYS file (and MIT key server)

2006-06-14 Thread Antoine Levy-Lambert
Hello Kev, it works like a charm. I installed GnuPG on my computer and downloaded the KEYS file from svn. C:\Program Files\GNU\GnuPG>gpg --verify C:\downloads\hello.jar.asc gpg: Signature made 06/14/06 02:52:04 using DSA key ID AA0077B0 gpg: Good signature from "Kev Jackson (apache key) <[EMAIL

DO NOT REPLY [Bug 39708] - Modify task to support nested parameters that will be passed to the underlying XSLT transformation

2006-06-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: QName in DynamicAttributeNS

2006-06-14 Thread Steve Loughran
Dominique Devienne wrote: On 6/13/06, Peter Reilly <[EMAIL PROTECTED]> wrote: The prefix for elements (as against attributes) are retained. ProjectHelper2 called UE.setQName(qName) with the name it receives from the sax. aah. this explains why I had got echoxml to work doing namespaced stuff.

Re: QName in DynamicAttributeNS

2006-06-14 Thread Steve Loughran
Igor Peshansky wrote: Peter, You just got lucky because d.e.f is a valid XML name. If you try a full URL (e.g., "http://d.e.f";), you'll get a nasty exception. Technically, DOM keeps the actual namespace URI for all attributes, so if ant keeps the prefix for all the elements, you can probably

Re: QName in DynamicAttributeNS

2006-06-14 Thread Steve Loughran
Peter Reilly wrote: I guess that it only got exercises with simple examples: I tried the echoxml: world and got: world Which has two problems 1 no mapping of prefix to uri 2 def:b gets reformed as d.e.f:b yeah, I knew echoxml didnt handle xmlns properly

[EMAIL PROTECTED]: Project svn-antlib-test (in module ant-antlibs) failed

2006-06-14 Thread Gump Integration Build
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project svn-antlib-test has an issue affecting its community integration. This issue affe

DO NOT REPLY [Bug 39532] - an implementation of sftp task

2006-06-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39532] - an implementation of sftp task

2006-06-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39708] - Modify task to support nested parameters that will be passed to the underlying XSLT transformation

2006-06-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 39708] - Modify task to support nested parameters that will be passed to the underlying XSLT transformation

2006-06-14 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: added pgp key to KEYS file (and MIT key server)

2006-06-14 Thread Kev Jackson
On 13 Jun 2006, at 20:36, Antoine Levy-Lambert wrote: Hello Kev, I do not see any reason why you should have done something wrong. What you can do is : - create a helloworld.jar (does not matter what it contains, for instance just a HelloWorld class) - sign it - upload it to people.apach