RE: New PDF plugin SNAPSHOT

2005-08-21 Thread Arnaud HERITIER
Yes, I didn't have the time to do it but we must open an issue for this new problem. We'll try to fix it later. We'll document that, for now, some svg graphics aren't supported. Arnaud > > > >It's weird because I downloaded the fop 0.25 distrib used in this > >plugin and I successfully create

Re: New PDF plugin SNAPSHOT

2005-08-21 Thread Lukas Theussl
It's weird because I downloaded the fop 0.25 distrib used in this plugin and I successfully created the pdf from our project.fo generated in our test n°2 :-( You're right, this is very puzzling - I did the same with only the jars in my local repository in the classpath and it worked too!

Re: Should I run maven on the Free Software Foundation's GCJ or Sun's java platform

2005-08-21 Thread Brett Porter
I believe that Maven has been shown to work on kaffe. I'm not sure about gcj. It is primarily tested on Sun's platform. - Brett On 8/22/05, bw t <[EMAIL PROTECTED]> wrote: > Hi all, > > Should I run maven on the Free Software Foundation's GCJ or Sun's java > platform ? > > Thanks, > bwtoh > >

Should I run maven on the Free Software Foundation's GCJ or Sun's java platform

2005-08-21 Thread bw t
Hi all, Should I run maven on the Free Software Foundation's GCJ or Sun's java platform ? Thanks, bwtoh _ Get your mobile ringtones, operator logos and picture messages from MSN Mobile http://msn.smsfactory.no/ --

Re: Recursive multiproject site

2005-08-21 Thread Wendy Smoak
From: "Wendy Smoak" <[EMAIL PROTECTED]> I have a multiproject site that goes three levels deep: site core sandbox newproj newproj-core newproj-example otherproj otherproj-core otherproj-example I have maven.multiproject.site.goals=multiproject in project

Re: [m2] no dependencies in webapp build (bug?)

2005-08-21 Thread Edwin Punzalan
I can't seem to find the jira issue reporting this bug... So I created one here: http://jira.codehaus.org/browse/MNG-766 Btw, I'm using the beta from svn and I experienced the same problem. Mike Perham wrote: I believe this was fixed in SVN after alpha3. You might try a recent nightly or

Re: Standardized Maven Environment

2005-08-21 Thread John Pappin
Plugins can be referenced for a project the same way other dependencies are. If you want to specify the plugin version; site for example: maven maven-site-plugin 1.6.1 plugin Of course you have to include the remote repository in your repository list, where the plugin resides.

Re: Standardized Maven Environment

2005-08-21 Thread Brett Porter
Hi, We're planning to build something like this in to Maven2, or at least document how it should be done. There are a few alternatives. Your proposed solution sounds like a very good one. Another common way is for them to check out their installation from cvs/svn and have a plugin that updates t

Standardized Maven Environment

2005-08-21 Thread Buntingster
We are looking at standardizing our builds on Maven. We will have one server performing builds for our "official" artifacts. However, all of our developers will also need to be able to build locally for their own purposes. We will be setting up an internal repository for our libraries, and w

Re: [maven-1.1-beta-1] native2ascii

2005-08-21 Thread Scott Lamb
On 21 Aug 2005, at 01:44, Arnaud HERITIER wrote: Hi scott, It is documented here : http://maven.apache.org/reference/backwards- compatibility.html You did the good thing. Arnaud Cool, thanks. What about the ant version? I imagine it won't be at 1.6.5 forever. Is it important that I use th

Recursive multiproject site

2005-08-21 Thread Wendy Smoak
I have a multiproject site that goes three levels deep: site core sandbox newproj newproj-core newproj-example otherproj otherproj-core otherproj-example I have maven.multiproject.site.goals=multiproject in project.properties at the 'sandbox' and 'newproj

Re: Resouces/Classes with the same name between main and test.

2005-08-21 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I *believe* that the test classes/resources are ahead of everything else on the test classpath, which means that they should be picked up first on a ClassLoader.getResourceAsStream(..) for instance. At least, that has always been the case for me. I'd

Re: [M2] How to include resources in a jar?

2005-08-21 Thread Brett Porter
Ok, that's something I can test out tomorrow. I'm not sure you need to create a subdirectory for this - the pom.xml will happily sit alongside your other build files. Cheers, Brett On 8/21/05, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > Brett Porter schrieb: > > That's odd. We use this all the

RE: New PDF plugin SNAPSHOT

2005-08-21 Thread Arnaud HERITIER
Hi Wendy, Thanks for your tests. You can report your problems on this issue : http://jira.codehaus.org/browse/MPPDF-40 We'll try to fix it before the next release. Arnaud > -Message d'origine- > De : Wendy Smoak [mailto:[EMAIL PROTECTED] > Envoyé : dimanche 2

RE: New PDF plugin SNAPSHOT

2005-08-21 Thread Arnaud HERITIER
Hi Lukas, It's weird because I downloaded the fop 0.25 distrib used in this plugin and I successfully created the pdf from our project.fo generated in our test n°2 :-( Arnaud > > > >This new snapshot has a new bug I didn't fixed actually : > SVG support > >is broken (again :-( ) > > > >

RE: [maven-1.1-beta-1] native2ascii

2005-08-21 Thread Arnaud HERITIER
Hi scott, It is documented here : http://maven.apache.org/reference/backwards-compatibility.html You did the good thing. Arnaud > -Message d'origine- > De : Scott Lamb [mailto:[EMAIL PROTECTED] > Envoyé : samedi 20 août 2005 02:54 > À : Maven Users List > Objet : Re: [maven-1.1-beta-1

Re: [M2] How to include resources in a jar?

2005-08-21 Thread Carsten Ziegeler
Brett Porter schrieb: > That's odd. We use this all the time, so they should be included. > > What are their paths? Maybe they are in the default excludes? (Though > I would think this would exclude them from the classes directory and > the jar) > This is the pom - actually it's the pom for Cocoo

RE: How to generate downloads.xml?

2005-08-21 Thread Vincent Massol
Hi John, More specifcially have a look at this tip: http://mavenbook.xwiki.com/xwiki/bin/view/Main/Tip4DownloadMenu -Vincent > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: dimanche 21 août 2005 09:54 > To: Maven Users List > Subject: Re: How to generate downl

Re: How to generate downloads.xml?

2005-08-21 Thread Brett Porter
It comes from the xdoc plugin, based on information in the tag in the POM, I believe. - Brett On 8/21/05, John Pappin <[EMAIL PROTECTED]> wrote: > you have all see the downloads page a lot of Maven sites have. > > It looks like it's generated by a plugin of some sort, but I can't find > a refer

How to generate downloads.xml?

2005-08-21 Thread John Pappin
you have all see the downloads page a lot of Maven sites have. It looks like it's generated by a plugin of some sort, but I can't find a reference or even an example of what it should look like if its manually generated. Can anyone tell me how the download page is created? - Brill Pappin --