ascii problem

2004-10-13 Thread erdem kilic
Hi All, In my project the properties(localization) files are commited in CVS in a UTF-8 format. When deployed, they need to be transformed into ascii files.. When deploying them, we need to transform them via the native2ascii tool. Is there a maven goal that can do it? Thank you..

RE: Unversioned artifacts

2004-10-13 Thread Oren Berenson
The war is created properly under the target directory. It looks like the problem is with artifact:install. It insists to copy the artifact (in this case war with the explicitly final name) to the local repository with the version name. Oren -Original Message- From: Brett Porter

Problems downloading dependencies

2004-10-13 Thread Michele_Forte
i am using Maven release 1.0, normally I never had a problem, but from a computer I can notice the following nasty behaviour when downloading dependencies: Attempting to download sje-config.jar. Getting URL: http://scm.zrh.swissre.com:8080/releases/sje/jars/sje-config.jar Received status code:

Re: Problems downloading dependencies

2004-10-13 Thread Brett Porter
the partially downloaded problem is a known bug. If you remove the local file, does it work the second time? I'm not sure what that exception is... - Brett On Wed, 13 Oct 2004 10:51:15 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: i am using Maven release 1.0, normally I never had a

Re: Unversioned artifacts

2004-10-13 Thread Brett Porter
Let me reiterate what I said earlier: Files in ${maven.repo.local} or remote repositories will always have versions. This is a Maven-controlled area, and Maven relies on certain things being there. On Wed, 13 Oct 2004 10:10:21 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Contact me

Re: Problems downloading dependencies

2004-10-13 Thread Michele_Forte
Hello Brett, thanks for the quick answer, unfortunately does not get any better: I tried to erase all the local repository with no results, some jars are correctly downloaded others have a this problems, and the behaviour is random. Any help would be welcome Michele

RE: Maven SAR (service archive) goal?

2004-10-13 Thread Stéphane Nicoll
I can see two solutions: - A maven custom goal using ant (the ant:jar task with src/sar as source directory). Provided the jelly:ant namespace is named ant ant:jar destfile=${maven.build.dir}/${maven.final.name}.sar ant:metainf dir=${basedir}/src/sar/META-INF ant:include

RE: Maven SAR (service archive) goal?

2004-10-13 Thread Eric Pugh
If the SAR plugin is too specific for maven, you could submit it to maven-plugins.sf.net ERic -Original Message- From: Stéphane Nicoll [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 3:42 PM To: Maven Users List Subject: RE: Maven SAR (service archive) goal? I can see

How to check if a command line option is set from within a Maven plugin

2004-10-13 Thread Gisbert Amm
Hi, I need to check from within a Maven plugin if a certain command line option is set or not. How do I do that? In systemScope I do not see these variables and I cannot find out where it might be written down. Any help would be highly appreciated. Regards, Gisbert Amm

WebSphere 5.0/5.1 Plugin problem

2004-10-13 Thread Oren Berenson
Did someone manage deploying to wsad 5.1.2 with the above plugin? Oren This email and any files transmitted with it contain information that may be confidential or privileged, and are intended solely for the use

MavenUtil.getProject()

2004-10-13 Thread Michele_Forte
Here is a challenging question for the Maven architects. In my project i want to make persistent the POM in order to achieve that I need an in memory representation of the Project, instead of writing my own POM parser I decided to use the util class provided in Maven, specifically the public

Thank you

2004-10-13 Thread STRAYER, JON \(SBCSI\)
To everyone who has written code or documentation for Maven, thank you. To everyone who has answered my questions here, thank you. You have made my work life significantly easier. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: How to check if a command line option is set from within a Maven plugin

2004-10-13 Thread Brett Porter
do you mean maven option (-o, -X, etc) or system property (-D)? On Wed, 13 Oct 2004 18:10:59 +0200, Gisbert Amm [EMAIL PROTECTED] wrote: Hi, I need to check from within a Maven plugin if a certain command line option is set or not. How do I do that? In systemScope I do not see these

Compatibility with Ant 1.6?

2004-10-13 Thread Will McKinley
I've searched the maven archive, so pardon me if this has already been discussed. I've noticed that maven only supports ant 1.5.3. I have a situation where I need the input parameter to the java task which is only available in ant 1.6. Is there a strategy for delivering maven with 1.6

Re: Thank you

2004-10-13 Thread dan tran
same here ;-) On Wed, 13 Oct 2004 15:18:41 -0400, STRAYER, JON (SBCSI) [EMAIL PROTECTED] wrote: To everyone who has written code or documentation for Maven, thank you. To everyone who has answered my questions here, thank you. You have made my work life significantly easier.

RE: Compatibility with Ant 1.6?

2004-10-13 Thread Arnaud HERITIER
Hi Will, I don't think that the use of ant 1.6 in maven is expected soon. I suppose it will be done in maven 1.1 but not in 1.0.1 (only bug's fixes). Arnaud -Message d'origine- De : Will McKinley [mailto:[EMAIL PROTECTED] Envoyé : jeudi 14 octobre 2004 00:19 À : [EMAIL PROTECTED]

PDF Plugin Error with Large Table

2004-10-13 Thread Jojo Paderes
Hi, I'm currently using Maven Xdoc and PDF plugins for generating our application documentation. In one of our Xdoc XML file, we have a large table consisting of 19 columns and 50 rows. Xdoc works fine when generating the HTML pages but for some reason the PDF plugin failed to generate the PDF

RE: PDF Plugin Error with Large Table

2004-10-13 Thread Arnaud HERITIER
Can you run it in debug mode please and send us the log on the mailing list or open a bug on Jira. maven -Dmaven.pdf.debug=true pdf Arnaud -Message d'origine- De : Jojo Paderes [mailto:[EMAIL PROTECTED] Envoyé : jeudi 14 octobre 2004 07:29 À : Maven Users List Objet : PDF Plugin