Thread: [xmlenc-devel] Mailing list
Brought to you by:
znerd
From: Henri Y. <ba...@ge...> - 2002-12-27 08:37:47
|
Any objection to me pointing the xmlwriter project to using the xmlenc mailing list? :) Assuming I can suitably explain on the site as to why they're being sent to the xmlenc site. Hen |
From: Ernst de H. <zn...@Fr...> - 2003-01-01 06:07:24
|
On Friday 27 December 2002 09:37, Henri Yandell wrote: > Any objection to me pointing the xmlwriter project to using the xmlenc > mailing list? :) Assuming I can suitably explain on the site as to why > they're being sent to the xmlenc site. None at all. Ernst -- Ernst de Haan Development Team Leader Wanadoo Nederland B.V. The Lord has truly risen! Merry Christmas and a blessed New Year! |
From: Henri Y. <ba...@ge...> - 2003-01-04 21:03:31
|
Will do then. Not sure if sourceforge will let me point elsewhere, but I can at least point the maven site over. One thing, have you considered including the version number in the jar name? ie) xmlenc-0.20.jar ? The Jar's manifest is also supposed to contain version info, but I must admit that I just let Maven put this in for me. Hen On Mon, 30 Dec 2002, Ernst de Haan wrote: > On Friday 27 December 2002 09:37, Henri Yandell wrote: > > Any objection to me pointing the xmlwriter project to using the xmlenc > > mailing list? :) Assuming I can suitably explain on the site as to why > > they're being sent to the xmlenc site. > > None at all. > > Ernst > > -- > Ernst de Haan > Development Team Leader > Wanadoo Nederland B.V. > > The Lord has truly risen! > Merry Christmas and a blessed New Year! > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > xmlenc-devel mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlenc-devel > |
From: Ernst de H. <zn...@Fr...> - 2003-01-06 16:37:32
|
Hi Henri, > One thing, have you considered including the version number in the jar > name? > > ie) xmlenc-0.20.jar ? Why? > The Jar's manifest is also supposed to contain version info, but I must > admit that I just let Maven put this in for me. Will add this to the TODO list at sourceforge. Ernst -- Ernst de Haan Development Team Leader Wanadoo Nederland B.V. The Lord has truly risen! Merry Christmas and a blessed New Year! |
From: Henri Y. <ba...@ge...> - 2003-01-06 16:21:32
|
On Mon, 6 Jan 2003, Ernst de Haan wrote: > Hi Henri, > > > One thing, have you considered including the version number in the jar > > name? > > > > ie) xmlenc-0.20.jar ? > > Why? It fits nicely with the Maven naming scheme. So in the XmlWriter proejct.xml I can say: I use xmlenc, version 0.20. And it will automatically grab it. I'd like to get a version of xmlenc up at ibiblio's maven site, which might help advertise it as a side-effect. While they will accept any naming scheme, it makes thigns a lot smoother if the naming scheme is akin to theirs. Hen |
From: Ernst de H. <zn...@Fr...> - 2003-01-06 16:37:29
|
Hey Henri, > proejct.xml I can say: > > I use xmlenc, version 0.20. And it will automatically grab it. Okay. Would it be good enough if I would upload a file to the sourceforge site with each release: http://xmlenc.sourceforge.net/xmlenc-${version}.jar ? If so, then that would solve the issue without having to rename files inside my .tar.gz. > I'd like to get a version of xmlenc up at ibiblio's maven site, which > might help advertise it as a side-effect. While they will accept any > naming scheme, it makes thigns a lot smoother if the naming scheme is > akin to theirs. This sounds like a valid reason to me :-) Ernst -- Ernst de Haan Development Team Leader Wanadoo Nederland B.V. The Lord has truly risen! Merry Christmas and a blessed New Year! |
From: Ernst de H. <zn...@Fr...> - 2003-01-06 16:31:15
|
> Okay. Would it be good enough if I would upload a file to the sourceforge > site with each release: > > http://xmlenc.sourceforge.net/xmlenc-${version}.jar > > ? If so, then that would solve the issue without having to rename files > inside my .tar.gz. Done in HEAD. Try fetching: http://xmlenc.sourceforge.net/xmlenc-0.21-dev.jar > > I'd like to get a version of xmlenc up at ibiblio's maven site, which > > might help advertise it as a side-effect. While they will accept any > > naming scheme, it makes thigns a lot smoother if the naming scheme is > > akin to theirs. Regards, Ernst -- Ernst de Haan Development Team Leader Wanadoo Nederland B.V. The Lord has truly risen! Merry Christmas and a blessed New Year! |
From: Henri Y. <ba...@ge...> - 2003-01-06 16:35:54
|
On Mon, 6 Jan 2003, Ernst de Haan wrote: > > Okay. Would it be good enough if I would upload a file to the sourceforge > > site with each release: > > > > http://xmlenc.sourceforge.net/xmlenc-${version}.jar > > > > ? If so, then that would solve the issue without having to rename files > > inside my .tar.gz. > > Done in HEAD. Try fetching: > > http://xmlenc.sourceforge.net/xmlenc-0.21-dev.jar Yep, it works. Any chance of 0.20 too? Stable versions are probably better to be published at maven. Hen |
From: Ernst de H. <zn...@Fr...> - 2003-01-06 16:39:52
|
> Yep, it works. Any chance of 0.20 too? Stable versions are probably > better to be published at maven. Done. Try fetching: http://xmlenc.sourceforge.net/xmlenc-0.20.jar Ernst -- Ernst de Haan Development Team Leader Wanadoo Nederland B.V. The Lord has truly risen! Merry Christmas and a blessed New Year! |
From: Henri Y. <ba...@ge...> - 2003-01-06 16:34:28
|
On Mon, 6 Jan 2003, Ernst de Haan wrote: > Hey Henri, > > > proejct.xml I can say: > > > > I use xmlenc, version 0.20. And it will automatically grab it. > > Okay. Would it be good enough if I would upload a file to the sourceforge > site with each release: > > http://xmlenc.sourceforge.net/xmlenc-${version}.jar > > ? If so, then that would solve the issue without having to rename files > inside my .tar.gz. Sounds good. If you could do that, I'll get onto asking them to publish it on ibiblio. I have some minor hopes that Maven will turn into CJAN for us someday and Java can finally stop being so jealous of CPAN. Hen |
From: Ernst de H. <zn...@Fr...> - 2003-01-06 16:37:30
|
Henri, > > The Jar's manifest is also supposed to contain version info, but I must > > admit that I just let Maven put this in for me. > > Will add this to the TODO list at sourceforge. Done (in HEAD). Ernst -- Ernst de Haan Development Team Leader Wanadoo Nederland B.V. The Lord has truly risen! Merry Christmas and a blessed New Year! |