Re: Where is xalan 2.6.0?

2005-01-28 Thread Brett Porter
You need to contact the Xalan project user's list and request they place it here: http://www.apache.org/dist/java-repository/xalan/jars/ You can also download it manually and place it in your local repository. Regards, Brett On Fri, 28 Jan 2005 09:51:34 -0500, Helck, Christopher <[EMAIL PROTECTE

Re: How to get user supplied documentation into reports section

2005-01-28 Thread Brett Porter
You must create a "navigation.xml" file: http://maven.apache.org/site.html On Fri, 28 Jan 2005 11:42:04 -0500, Fred Muhlenberg <[EMAIL PROTECTED]> wrote: > > How do I get a report that I have created -- it's in the xdocs > directory, to show up in the reports section when I run site:generate? >

Re: working around invalid text in CVS commit messages

2005-01-28 Thread Brett Porter
file a bug against changelog, this can be fixed. But a precommit hook is probably a good idea on your end too. - Brett On Fri, 28 Jan 2005 16:58:20 -0500, Julian C. Dunn <[EMAIL PROTECTED]> wrote: > Some of our developers periodically check in code and write CVS commit > messages containing inv

Re: where can i get the seed repository??

2005-01-28 Thread Brett Porter
Unfortunately, Apache cannot distribute it due to the licenses of some of the dependent JARs. Run "maven site" online, and you'll have everything you need. If you never need to build the site, you can get away with less by running "maven jar" or other build goals of Turbine. - Brett On Fri, 28

Re: Why install-snapshot and not just install?

2005-01-28 Thread Brett Porter
You're correct. This behaviour will probably be adopted eventually. On Fri, 28 Jan 2005 16:11:45 -0600, Lageson,Thomas M <[EMAIL PROTECTED]> wrote: > Why did the designers of Maven setup a different goal for installing a > snapshot (install-snapshot)? Couldn't they have read the version to see >

Why install-snapshot and not just install?

2005-01-28 Thread Lageson,Thomas M
Why did the designers of Maven setup a different goal for installing a snapshot (install-snapshot)? Couldn't they have read the version to see if it was equal to "snapshot" and simply done the additional logic needed for snapshots? Any workarounds out there that essentially do that? Or am I mi

where can i get the seed repository??

2005-01-28 Thread Inandjo Taurel
Hi, I just would like to know where I can download the seed repository, so that I can build my turbine apps offline. Thanx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to make executable jar file with dependency?

2005-01-28 Thread Andy Lawrence
I've had better luck with this: http://maven-plugins.sourceforge.net/maven-javaapp-plugin/index.html with uberjar, it packaged just fine, but there was a *long* delay in starting up. I don't exactly remember the reasons anymore, but basically, to get dependent jars into your classpath (and those

working around invalid text in CVS commit messages

2005-01-28 Thread Julian C. Dunn
Some of our developers periodically check in code and write CVS commit messages containing invalid characters. For example, people will put in Ctrl-V+C accidentally, which causes our continuous build to fail with: BUILD FAILED File.. /home/jdunn/.maven/cache/maven-xdoc-plugin-1.8/plugin.jelly

Re: How to make executable jar file with dependency?

2005-01-28 Thread Pascal Thivent
Hi, I think this is what you're looking for : http://maven.apache.org/reference/plugins/uberjar/ On Fri, 28 Jan 2005 16:35:51 -0500, Chen, Andrew . <[EMAIL PROTECTED]> wrote: > Hi, > > Our codes depend on some external libraries, such as xerces.jar, xalan.jar, > .. > > How to make an executable

How to make executable jar file with dependency?

2005-01-28 Thread Chen, Andrew .
Hi, Our codes depend on some external libraries, such as xerces.jar, xalan.jar, .. How to make an executable jar that include everything? My end command is expected to be: java -jar myprj.jar What is the best practice in Maven to deploy pure non-j2ee java code? Should I pack everything into o

problems with RMI

2005-01-28 Thread Aleksander Pohl
HI! I have problems running tests under Maven. I utilize Java RMI and get following error: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: j

How to get user supplied documentation into reports section

2005-01-28 Thread Fred Muhlenberg
How do I get a report that I have created -- it's in the xdocs directory, to show up in the reports section when I run site:generate? I see in the xdoc output, Transforming user supplied documentation. and the report exists in the target/docs directory. It's just not listed anywhere in

Has anyone integrated...

2005-01-28 Thread VALLA Samuel
Has anyone integrated "Borland Together Control Center" with Maven? Has anyone integrated "Compuware DevPartner" with Maven? (Plugin or maven.xml)? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

RE: installing different named artifact...

2005-01-28 Thread Ole Matzura
nice solution! mine was a bit more dirty; set the pom properties that the artifact plugin uses to create its names (remember to reset after invocation), for example; regards! /Ole From: Tom Bostelmann [mailto:[EMAIL PROTECTED] Sent: Fri 28/01/2005 0

Where is xalan 2.6.0?

2005-01-28 Thread Helck, Christopher
Sorry for the stupid question, but where do I grab xalan 2.6.0 from? I can't find any release after 2.5.1 in ibiblio. Thanks, C. Helck The information contained in this e-mail is confidential. This e-mail is intended only for the stated addressee. If you are not an addressee, you must not d

Re: property's = headache ;-)

2005-01-28 Thread dan tran
jelly does not like "dot" in its variable when doing test operation http://www.codehaus.org/~vmassol/blog/Maven%201.0%20-%2020041216.ppt check out the tips section at the end of presentation. -D On Fri, 28 Jan 2005 07:59:00 +0100 (CET), Harald Lemmin <[EMAIL PROTECTED]> wrote: > Hi, > > I've

Re: I18n site

2005-01-28 Thread Arnaud HERITIER
Ok, Thx Arnaud On Fri, 28 Jan 2005 08:43:54 +0100, Thomas Recloux <[EMAIL PROTECTED]> wrote: > > You can take a look at this : http://jira.codehaus.org/browse/MPXDOC-128 > > > > Vincent Siveton started to implement it but I didn't have the time to > > review it. > > I wil try to use it on my p