RE: changes pdf

2004-11-23 Thread Stéphane Nicoll
Arnaud, Thanks for the tip but the plugin generates an empty PDF :( (So table of content with only one item, changes but nothing else). My changes has been generated and I have a changes-report.html in the target/docs directory. Any idea? Regards, Stéphane -Original Message- From:

RE: [ANN] Java Application Plugin (javaapp) 1.3 released

2004-11-23 Thread Jörg Schaible
Geoffrey wrote on Monday, November 22, 2004 6:39 PM: Hi, This looks like an interesting plugin, but I don't understand on which level to use it in a multiproject. Use it on the parent level or create a seperate module to create the final executable jar? No, use it in a subproject (was

Re: Put 30 legacy jars in a Maven repository?

2004-11-23 Thread Konstantin Priblouda
--- M. Sean Gilligan [EMAIL PROTECTED] wrote: Hi, I have about 30 jars that came from different places that I'm using in a complex built that we are migrating to maven. What I'd like to do is build a list/database/xml-doc that lists the 30 jars by pathname, gives a groupId, artifactId,

Re: changes pdf

2004-11-23 Thread Arnaud HERITIER
And if you put this in your navigation-pdf.xml : ?xml version=1.0 encoding=ISO-8859-1? project name=X titleX/title body menu name=X item name=Changes href=/changes-report.html/ /menu /body /project There's perhaps a problem with the menu. Arnaud

Maven-Proxy (was: Put 30 legacy jars in a Maven repository?)

2004-11-23 Thread Jörg Schaible
Hi Konstantin, Konstantin Priblouda wrote on Tuesday, November 23, 2004 10:01 AM: Not sure whether this is the best aproach, but recently I learned about project: http://sourceforge.net/projects/maven-proxy-war/ which claims to be nice local maven repository with fancy GUI and proxy

RE: changes pdf

2004-11-23 Thread Stéphane Nicoll
Indeed, it's working now. Thanks! Stéphane -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 9:53 AM To: Maven Users List Subject: Re: changes pdf And if you put this in your navigation-pdf.xml : ?xml version=1.0 encoding=ISO-8859-1?

Re: Maven-Proxy (was: Put 30 legacy jars in a Maven repository?)

2004-11-23 Thread Konstantin Priblouda
--- Jörg Schaible [EMAIL PROTECTED] wrote: Hi Konstantin, Konstantin Priblouda wrote on Tuesday, November 23, 2004 10:01 AM: Not sure whether this is the best aproach, but recently I learned about project: http://sourceforge.net/projects/maven-proxy-war/ which claims to be

Re: [ANN] Java Application Plugin (javaapp) 1.3 released

2004-11-23 Thread Siegfried Goeschl
Hi Geoffry, I use the old javaapp plugin to generate a single JAR for NSIS and various EXE wrapper but I'm currently not using the NSIS plugin since I didn't know about it :-) But with a little bit of luck I do know more next week +) upgrading to version 1.3 +) toying aronud with the NSIS

Re: Maven-Proxy (was: Put 30 legacy jars in a Maven repository?)

2004-11-23 Thread Martin van den Bemt
On Tue, 2004-11-23 at 10:40, Jörg Schaible wrote: Hi Konstantin, Konstantin Priblouda wrote on Tuesday, November 23, 2004 10:01 AM: Not sure whether this is the best aproach, but recently I learned about project: http://sourceforge.net/projects/maven-proxy-war/ which claims to

RE: Maven-Proxy (was: Put 30 legacy jars in a Maven repository?)

2004-11-23 Thread Jörg Schaible
Martin van den Bemt wrote on Tuesday, November 23, 2004 12:08 PM: how is it really different from Joe's Maven-proxy (http://maven-proxy.codehaus.org) The one from codehaus corrupts a lot of jars (never used the other)... Still have to file an issue for it though :) Hmm. I do use it in

Bug or conceptual limitation?

2004-11-23 Thread Oliver Noelle
I don't know if the following behaviour is intended or a bug. If it is a bug and you want me to file a bug report, please let me know in which project I should file it in jira. Assume the following setting: For a project x we produce with a custom goal two artifacts 1. x.dll 2. x.model (for

Firewall problem

2004-11-23 Thread Oleg Taranenko
Hi, all I try to use Maven behind the firewall. maven -Dpackage=delirium genapp And recieve error __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.1 Attempting to download

Re: Bug or conceptual limitation?

2004-11-23 Thread Brett Porter
search the archives for more information (typically it refers to tlds). Fixed in 1.1. The JIRA roadmap for 1.1 will have it listed. (1.0.1 does not contain the fix, it is not backwards compatible). - Brett On Tue, 23 Nov 2004 12:08:01 +0100, Oliver Noelle [EMAIL PROTECTED] wrote: I don't know

Re: Firewall problem

2004-11-23 Thread jmutonho
Add these to your build.properties maven.proxy.host=YOUR PROXY maven.proxy.port=YOUR PROXY LISTENING PORT Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor

Dynamically modifing the ressources

2004-11-23 Thread Charles-Alexandre Sabourdin
Hi, I feel that this must have been discuss somewhere but I could not figure it out. The basic idea is to have 2 directory /src/conf/projetA /src/conf/projetB. I would like to set maven goals to use a specific directory. I llok aroud and found : [echo] $ {pom.build.resources}: [[dir =

Re: maven.jar.includes could not work?

2004-11-23 Thread Eric Giguere
Hello I think that the support for the include property in the jar plugin was lost during a merge for version 1.6 of the plugin, its a feature I've submitted earlier and it got lost. Check in the plugin.jelly file around the use of the jar tag, you should see in the jar:jar goal: ant:jar

RE: maven.jar.includes could not work?

2004-11-23 Thread Adrian Tarau
No, the jar plugin is ok, the maven.jar.incluse is set latter. The problem was that I set when building the main jar the explude path, and when I tried to set the filters for the second jar, the exclude path cannot be set with jelly:set only with maven:set. Now it works :) Thanks for help.

Re: Firewall problem

2004-11-23 Thread Julien Kirch
Hi all details here : http://maven.apache.org/reference/user-guide.html#Using_Proxies notes : * Perhaps renaming this section to using a firewall or something like that would be a good thing * typo in the faq.fml line 285 -a href=./reference/user-guide.html#Using ProxiesUser Guide/a for

problem *not* forking unit tests

2004-11-23 Thread Micah Craig
Hi, I just upgraded from rc1 to 1.0.1, and suddenly, I can't run JUnit tests un-forked (maven.junit.fork=no). Failure output is below. Could this be some sort of mangled classpath issue left over from the upgrade, or is something more sinister afoot. Thanks, -micah BUILD FAILED File..

Re: problem *not* forking unit tests

2004-11-23 Thread Julien Kirch
Hi Micah I think the test forking law is thou shall fork, not forking is a real classpath mess between maven and project classpath (and caused your problem), I don't think not forking is ever a good idea. Julien Micah Craig wrote: Hi, I just upgraded from rc1 to 1.0.1, and suddenly, I can't

RE: problem *not* forking unit tests

2004-11-23 Thread Ryan Sonnek
this question comes up so frequently, and the answer is always, Junit tests should be forked. Can someone PLEASE change the default behavior of the test plugin to fork unless it's overridden? It would save on the constent confusion in this area. -Original Message- From: Julien Kirch

problem *not* forking unit tests

2004-11-23 Thread micah craig
Hi, I just upgraded from rc1 to 1.0.1, and suddenly, I can't run JUnit tests un-forked (maven.junit.fork=no). Failure output is below. Could this be some sort of mangled classpath issue left over from the upgrade, or is something more sinister afoot. Thanks, -micah BUILD FAILED

Problems with site:deploy goal

2004-11-23 Thread Matheus Leite
Hi people, I have a Maven setup with 2 Windows machines; one builds my project and sends the generated site to the other using the site:deploy goal However when running site:deploy, it hangs after unpacking the .tar file at the remote machine. The last lines outputted are: [exec] tar:

SAXParseException

2004-11-23 Thread Chris Huisman
I get the following error when running eclipse maven external tools like clean and dist. Things run fine when I perform the operations from the command line. What's going on here? I don't have any characters before the header of the project.xml file or before the first line of the

Re: SAXParseException

2004-11-23 Thread Dion Gillard
On Tue, 23 Nov 2004 15:38:43 -0700, Chris Huisman [EMAIL PROTECTED] wrote: I get the following error when running eclipse maven external tools like clean and dist. Things run fine when I perform the operations from the command line. What's going on here? I don't have any characters before

Re: SAXParseException

2004-11-23 Thread Chris Huisman
I'm not sure if I'm selecting a project.xml file. How would I determine this? The external tool call uses the arguments -e -p ${resource_name} maven goal (i.e clean, dist, etc). I actually think I may have figured it out. In the eclipse IDE I have to have the project.xml file selected

Re: SAXParseException

2004-11-23 Thread Dion Gillard
On Tue, 23 Nov 2004 15:58:49 -0700, Chris Huisman [EMAIL PROTECTED] wrote: I'm not sure if I'm selecting a project.xml file. How would I determine this? The external tool call uses the arguments -e -p ${resource_name} Select a project.xml file by clicking on it in the IDE. maven goal (i.e

maven-artifact plugin, scp

2004-11-23 Thread Kalaveshi, Adrian
Using 'scp' and maven-artifact-plugin-1.4, I'm getting the following exception: jar:deploy-snapshot: [echo] maven.repo.list is set - using artifact deploy mode Will deploy to 1 repository(ies): library-sm Deploying to repository: library-sm java.security.NoSuchAlgorithmException: SHA1PRNG

Re: maven-artifact plugin, scp

2004-11-23 Thread Brett Porter
What JDK are you using? (Not just number, but who - eg Sun, Apple, IBM) - Brett On Tue, 23 Nov 2004 16:53:46 -0800, Kalaveshi, Adrian [EMAIL PROTECTED] wrote: Using 'scp' and maven-artifact-plugin-1.4, I'm getting the following exception: jar:deploy-snapshot: [echo] maven.repo.list is

RE: maven-artifact plugin, scp

2004-11-23 Thread Kalaveshi, Adrian
sun-jdk/1.4.2_04 -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 23, 2004 6:09 PM To: Maven Users List Subject: Re: maven-artifact plugin, scp What JDK are you using? (Not just number, but who - eg Sun, Apple, IBM) - Brett On Tue, 23 Nov 2004

Re: maven-artifact plugin, scp

2004-11-23 Thread Brett Porter
Works for me on Linux, Solaris 8 and Windows. Given that you work for rsasecurity, any chance you have a non-default JCE setup in that JDK? Cheers, Brett On Tue, 23 Nov 2004 19:14:00 -0800, Kalaveshi, Adrian [EMAIL PROTECTED] wrote: sun-jdk/1.4.2_04 -Original Message- From:

Re: including dependencies in zip file

2004-11-23 Thread Atluri Satish
Hi I am not sure, if this post will help you.Anyway, the following maven.xml snippet copies all the dependency jars files from maven repository to a folder specified. you can zip them using ANT zip task for suit your packaging needs. goal name=copydependencies echoCopying Dependent