Re: xdoc-plugin max num of files per project = 30

2004-02-08 Thread dion
xdoc 1.5 is not compatible with rc1. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ [EMAIL PROTECTED] wrote on 09/02/2004 10:26:43 AM: > > This is kinda strange.. > > I have a project with 40 xdoc files. When I run xdoc:transform, I see the > followin

RE: Including the ejb-jar.xml into the JAR's META-INF/

2004-02-08 Thread Tim Chen
Several ways: 1) Change the maven.xdoclet.ejbdoclet.deploymentdescriptor.0.destDir Which currently defaults to: ${maven.build.dir}/xdoclet/ejb/META-INF That should change to ${maven.build.dest}/META-INF 2) Declare them as resources: target/xdoclet/ejb/META-IN

setting basedir for changelog execution

2004-02-08 Thread Svetlin Stanchev
Hi, I was unable to find info on problems when setting maven.changelog.basedir yet I am unable to run the changelog reports because of it, I suspect. I am checking out my module in the standard way: scm:cvs:pserver:@:/cvs/repository: and the setting maven.scm.checkout.dir = ${basedir}/checkouts is

Including the ejb-jar.xml into the JAR's META-INF/

2004-02-08 Thread Eric Chow
Hello, I use Xdoclet-plugin for Maven to generate the ejb-jar.xml, jboss.xml, jbosscmp-jdbc.xml. How can Maven to including those deployment descriptors into the JAR's META-INF/ Eric == If you know what you are doing, it is not called RESEARCH! =

xdoc-plugin max num of files per project = 30

2004-02-08 Thread Mark . Katheklakis
This is kinda strange.. I have a project with 40 xdoc files. When I run xdoc:transform, I see the following echo statement 40 times and 40 html files are constructed in target/docs. Generating ABBA.html from ABBA.xml So the xdoc plugin.jelly performJSL target appears to be iterating correct

Re: How to insert ampersand in xdoc

2004-02-08 Thread Mark . Katheklakis
Inserting & in the xdoc results in & in the generated html... Likewise, & results in & x:parse won't accept non character entities, but if you insert a character entity (ie &) then the & prefix get's replaced... I couldn't find a way to prevent this happening, so I hacked the fo

Powered by Maven

2004-02-08 Thread Marcin Werla
Hi, On "Powered by Maven" page it is written "We would be very interested if you would drop us a note if you are using Maven with your project and would like to be added to this list." I'd like to drop a note about a dLibra project (http://dlibra.psnc.pl), but I don't know where to drop this n

How to upload to SourceForge

2004-02-08 Thread Marco Tedone
Hi, how could I deploy something to SourceForge? Marco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Maven and J2ME

2004-02-08 Thread Amnon Khen
Hi Erwin, I'm trying to solve the same problem. Did you find any solution? I'm thinking about developing a Maven plugin for building a midlet in order to solve it, but I'm still in a very preliminary stage. Amnon __ Amnon Khen, Co