RE: Can Maven generate Ant build files ?

2005-03-17 Thread Arnaud HERITIER
It'll not reproduce all maven functionnalities but it will help you to build jars and run tests : http://maven.apache.org/reference/plugins/ant/ Arnaud > -Message d'origine- > De : James Adams [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 17 mars 2005 22:34 > À : users@maven.apache.org

RE: Images in PDF's

2005-03-17 Thread Arnaud HERITIER
GIFs are supported (http://maven.apache.org/reference/plugins/pdf/faq.html#how-images) but you're perhaps encountering this issue : http://jira.codehaus.org/browse/MPPDF-13 Relative path between xdocs and images aren't supported. I must recode in java the links resolution mechanism. Arnaud

Can Maven generate Ant build files ?

2005-03-17 Thread James Adams
I want to generate build files for Ant (build.xml) which replicate what Maven is doing under the covers when it builds a JAR/WAR/EAR. Can this be done, and if so, how? I was told by a colleague that this can probably be done, but I can't find anything about it in the Maven documentation. Thanks

Images in PDF's

2005-03-17 Thread Eric Pugh
Hi all, Just playing around with the PDF plugin, and it does a great job of output. Only question is, theoretically I should be able to incorporate GIF images, however they don't show up in the produced pdf. I don't see any specific settings, is there anything that needs to be done to "turn" on

Re: New Maven Site is Live

2005-03-17 Thread Brett Porter
Actually, it's linked from: http://maven.apache.org/project/components.html I agree that it should also be in the reference. Thanks, Brett On Thu, 17 Mar 2005 11:51:35 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Brett, > > I was unable to find the Maven Jelly tag library reference on

Re: how to deploy multiproject:site

2005-03-17 Thread Brett Porter
That goal was added since the last release. You'd need to build from Subversion, or wait for a release. http://maven.apache.org/reference/plugins/multiproject/changes-report.html The way to do it with the current release is to manually call the site deployment goal you want: maven multiproject:s

how to deploy multiproject:site

2005-03-17 Thread Tedi Zanfolim
Hi, I am trying to deploy the site generated by 'multiproject:site'. I noticed there is a goal called 'multiproject:site-deploy' in the new site, but it doesn´t seems I have it, even with the newer version of the plugin (1.3.1). I am missing something here? Any suggestions about how to depl

AW: Newbi dependencies file protocol

2005-03-17 Thread Bernhard Slominski
Hamza, thanks a lot! That also fixes it and solves my problem! Cheers Bernhard -Ursprüngliche Nachricht- Von: Hamza Hydri [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 17. März 2005 16:54 An: Maven Users List Betreff: Re: Newbi dependencies file protocol Bernhard, when you are aski

Re: Newbi dependencies file protocol

2005-03-17 Thread Vincent Siveton
Hi Bernhard, I recommend you to use the following servlet API (tomcat): http://www.ibiblio.org/maven/tomcat/jars/ The dependy definition should be: tomcat servlet-api 5.0.16 Lets have a look http://www.ibiblio.org/maven/tomcat/jars/ You can use also a proxy. http://maven-proxy.codehaus.

Re: Newbi dependencies file protocol

2005-03-17 Thread Hamza Hydri
Bernhard, when you are asking maven to load the dependencies locally, you have to place the jars in the {user.home}\.maven\repository\ location ... under the appropriate subfolder for eg: {user.home}\.maven\repository\servletapi\jar\servletapi-2.4-20040521.jar store all your dependencies this w

Newbi dependencies file protocol

2005-03-17 Thread Bernhard Slominski
Hi, I'm new to Maven and try to get my dependencies working and have problems with the file protocol. I'm using Windows 2000, SP4. I have the follwing dependecy: servletapi servlet-api 2.4-20040521 I have stored the file under: D:\java_dev\maven\lib\servletapi\jars\se

Re: wldeploy with Maven

2005-03-17 Thread Rick Mangi
Not sure if it will help, but what are your weblogic properties settings in project.properties? Here are mine... (we deploy a war, but that should be irrelevant.) # WEBLOGIC SETTINGS maven.weblogic.username=weblogic maven.weblogic.password=system maven.weblogic.targets=myserver maven.weblogi

Re: Using checkstyle, simian, clover ... with unit tests too

2005-03-17 Thread =?iso-8859-1?q?Rapha=EBl=20Pi=E9roni?=
Hello, I can only present a method to do it, but not all the code, as i'm working... for example for the jxr plugin - add a postgoal jxr:register-report to register a new report for the cactus jxr - add a postgoal jxr:deregister-report to deregister the new report - add a postgoal jxr:do-report t

Re: maven-genapp-plugin: What template should I give (was: new to Maven)

2005-03-17 Thread Gisbert Amm
Have you read the documentation on http://maven.apache.org/reference/plugins/genapp/ ? http://maven.apache.org/reference/plugins/genapp/templates.html gives you a list of the default templates. The Id and the name of the application you enter will be written into the gnerated POM. Regards, Gisber

wldeploy with Maven

2005-03-17 Thread GOKULAM Jayaram
Hi, I have been trying to deploy an EAR file into weblogic server, I downloaded the weblogic plug-in. But it does not work. It seems to pick up the target from the MAVEN-HOME directory by default. Am getting the following error. Any help is appreciated. Thanks for your help in advance, Jay

RE: Maven Site Navigation WAS: New Maven Site is Live

2005-03-17 Thread Adam Hardy
Just my 2 cents worth for whatever that's worth, but I would put the blog and the news on the home page - it would give the website a more dynamic feel, I think. Then to keep the newbies and non-techies on track, you make the first menu section 'What is Maven?'. -Original Message- From:

RE: Multiproject plugin

2005-03-17 Thread Deblauwe, Wim
Thanks, this works! -Original Message- From: Nicolas Chalumeau [mailto:[EMAIL PROTECTED] Sent: donderdag 17 maart 2005 11:45 To: Maven Users List Subject: Re: Multiproject plugin You maybe can try something like : ${pom.getPluginContext('maven-multiproject-plugin').getVariable('multiproj

RE: Multiproject plugin

2005-03-17 Thread Vincent Massol
Actually the dahboard plugin was a bad example as it's using the reactor directly... :-) I was going to say "Here's a good tip: Load all Maven plugin sources in your IDE and do a search on 'multiprojects'". However I've just done that and I couldn't find a single plugin doing it... :-( I'll shut

RE: New Maven Site is Live

2005-03-17 Thread wesley . vrieselaar
Brett, I was unable to find the Maven Jelly tag library reference on the new site: http://maven.apache.org/reference/index.html Using Google I was able to find it again: http://maven.apache.org/reference/maven-jelly-tags/ Judging by the URL, you're missing a link to the maven-jelly-tags. Rega

Re: Multiproject plugin

2005-03-17 Thread Nicolas Chalumeau
You maybe can try something like : ${pom.getPluginContext('maven-multiproject-plugin').getVariable('multiprojects')} I know it work to acces to the plugin's properties but for an internal one I never try. An other way could be to do the same as multiproject ie : (Note : it is a copy paste

RE: Multiproject plugin

2005-03-17 Thread Vincent Massol
> -Original Message- > From: Deblauwe, Wim [mailto:[EMAIL PROTECTED] > Sent: jeudi 17 mars 2005 11:33 > To: 'Maven Users List' > Subject: RE: Multiproject plugin > > Does not seem to work :( Sorry I don't have time to debug this for you. You need to help yourself here. Here are some poin

RE: Multiproject plugin

2005-03-17 Thread Deblauwe, Wim
Does not seem to work :( I'm doing this: Done builing projects: Project: ${reactorProject.artifactId} Failed projects: ${failedProject.artifa

RE: Multiproject plugin

2005-03-17 Thread Vincent Massol
> -Original Message- > From: Deblauwe, Wim [mailto:[EMAIL PROTECTED] > Sent: jeudi 17 mars 2005 11:24 > To: Maven Users List (E-mail) > Subject: Multiproject plugin > > Hi, > > I'm currently using the directly but I would like to use > the > multiproject plugin, because it seems more c

Multiproject plugin

2005-03-17 Thread Deblauwe, Wim
Hi, I'm currently using the directly but I would like to use the multiproject plugin, because it seems more convenient. And I also like a website that gives me an overview of all build modules. However with I had access in the postprocessing to ${reactorProjects} and ${failedProjects}. I use th

Changelog plugin with ClearCase

2005-03-17 Thread Deblauwe, Wim
Hi, I'm trying to generate a Changelog report. We are using ClearCase here,so I set the property: maven.changelog.factory=org.apache.maven.clearcaselib.ClearcaseChangeLogFact ory But nothing seems to happen. I added the changelog report to the list of reports. I also tried running 'maven-change

want to compile with different file extenstions.

2005-03-17 Thread satish babu
Hai. Thanks to the maven user list for excellence support. I have a problem in my project when i try to compile with maven java:compile. the problem is in my project some files are having .ejb and .jpf extension(these are weblogic specific) But when i try to compile the modules which are having

RE: new to Maven

2005-03-17 Thread =?iso-8859-1?Q?St=E9phane_Nicoll?=
Hamza, Those reports need to access your SCM to compute this information. Check you've defined repository access in your project.xml (for instance CVS using persver): scm:cvs:pserver:[EMAIL PROTECTED]:/yourrepo:yourmodule If you are using CVSNT, check this: http://maven.apache.org/refe

Re: new to Maven

2005-03-17 Thread Hamza Hydri
Thnx Gisbert, I have another problem now ... when I enter the foll at the cmd prompt in the project base directory .. maven -D package=com.company.test.dummy genapp it asks for a template, ID and name of application ... I dont understand what template should I give ... I believe the name and ID

Re: new to Maven

2005-03-17 Thread Gisbert Amm
You have to add the reports you want to be generatet to your POM, like that: maven-dashboard-plugin maven-changelog-plugin maven-clover-plugin maven-file-activity-plugin maven-changes-plugin maven-developer-activity-plugin maven-javadoc-plugin maven-junit-report-plug

new to Maven

2005-03-17 Thread Hamza Hydri
Hi, I started using Maven few hours ago I have integrated it to my existing project ... I have some problems with the maven site:generate command it is not creating all the reports ... Change Log, Developer Activity etc are all missing do I have to make any changes somewhere to see