Re: 'maven.repo.local' not honored by all

2005-04-11 Thread Mark Lowe
indows XP SP2, with Maven 1.0.2; haven't > even looked at Maven 2 yet. > > Jamie > > On Apr 11, 2005 2:36 PM, Mark Lowe <[EMAIL PROTECTED]> wrote: > > If its useful I've got the same thing happening on OSX.. > > > > I symlink to a setup

Re: possible to specify JAVA_HOME?

2005-04-11 Thread Mark Lowe
Use a shell script or batch file so you dont need to mess with maven's scripts, this makes things easier when upgrading maven also.. On windows your cursed with no symlinking but its still workable. Mark On Apr 11, 2005 11:36 PM, Arik Kfir <[EMAIL PROTECTED]> wrote: > > > I also had a problem

Re: [M2] plugins language?

2005-04-11 Thread Mark Lowe
On Apr 11, 2005 6:04 PM, Brett Porter <[EMAIL PROTECTED]> wrote: > Java. Thats my sort of talk.. Talk of beanshell and groovy makes me nauseous. The instructions to check out the source code give the cvs details, is this the head version or is there a svn repository? I'm not fussy which I've jus

Re: 'maven.repo.local' not honored by all

2005-04-11 Thread Mark Lowe
If its useful I've got the same thing happening on OSX.. I symlink to a setup script that sets the varibles as I like them and its not digging.. #maven setup script. export M2_HOME=/Developer/Java/Maven2 export PATH=$M2_HOME/bin:$PATH export JAVA_HOME=/Library/Java/Home export M2_HOME_LOCAL=~/Li

Converter malfunction

2005-02-18 Thread Mark Lowe
Anyone no what the science with a Converter malfunction thrown by sun.nio.cs.StreamDecoder? Having problems with new project. Cheers MArk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: Put 30 legacy jars in a Maven repository?

2004-11-22 Thread Mark Lowe
I don't know what the best way is. But I have a repository on out staging server.. when i need to stage apps, i just build on the remote server and it builds the respoitory for me (i set the directory to /www/maven (or the equivalent). The local repository on the staging server is the same as when

Preventing jelly closing xml

2004-11-17 Thread Mark Lowe
I'm writting a plugin to generate codeguide project file (don't blame me I don't use it).. It all works but code guide doesn't seem to dig the fact that that all teh tags are closes. is outputted as and i need it to be Any ideas? Mark --

Re: Elegant means for jarring classes into war file

2004-10-31 Thread Mark Lowe
I've just looked in the plugin jelly script so don't worry I can answer my own question.. On Sun, 31 Oct 2004 14:06:04 +0100, Mark Lowe <[EMAIL PROTECTED]> wrote: > Hello > > I'm currenty using some scripting in maven.xml to add teh built > classes as a jar and

Elegant means for jarring classes into war file

2004-10-31 Thread Mark Lowe
Hello I'm currenty using some scripting in maven.xml to add teh built classes as a jar and then add to the lib directory as a jar file rather than just compiling the classes in a classes directory. Am I missing a simple switch or something to get the war plugin to do this? Or not? Mark -

Re: MAVEN_HOME to path

2004-09-30 Thread Mark Lowe
I also run on OSX.. Like linux OSX usually uses bash the way to set MAVEN_HOME or any other evionment variavle would be export MAVEN_HOME=[PATH TO MAVEN] A lot of folk endit their bash profile, but I dont like that.. Here;s what i would (and what i do).. 1. Download maven 2. Put the directory in

Re: UmlGraph with javadoc (javadoc: invalid flag: -use)

2004-09-25 Thread Mark Lowe
en in command line worked fine though. Remember to delete the existing plugin file. HTH Filip -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Saturday, September 25, 2004 11:51 AM To: Maven Users List Subject: Re: UmlGraph with javadoc (javadoc: invalid flag: -use) I saw

Re: UmlGraph with javadoc (javadoc: invalid flag: -use)

2004-09-25 Thread Mark Lowe
I saw this thread and thought I'd have a go (if it makes a difference OSX). I'm testing with the snapshot but to no avail.. Which is the version you want testing? Mark On 25 Sep 2004, at 00:28, Arnaud HERITIER wrote: You had the chance that I worked on it ;-) Arnaud -Message d'origine

Re: Running strutsconfigxml subtask within the xdoclet:webdoclet from Maven

2004-09-09 Thread Mark Lowe
Have you included the xdoclet-apache-module stuff in your dependencies? On 9 Sep 2004, at 11:25, Marco Tedone wrote: Hi, I've got the following pregoal in maven.xml which, you know better than me, executes webdoclet before running the war goal. The web.xml gets generated, ok. Now I want to g