Re: print newline in j:file

2005-01-24 Thread Dion Gillard
Do you have trim on or off? On Mon, 24 Jan 2005 11:54:33 -0500, Randy Xu <[EMAIL PROTECTED]> wrote: > Any idea how to output a space or newline through j:file? > > It'd be nice to have the file it creates formatted the way I want. > > -Randy > >

Nested projects in Eclipse?

2005-01-24 Thread Michael Schuerig
I'd like to make some changes in a jakarta commons subproject and preferrably I'd do this in Eclipse. Now, apparently Eclipse doesn't like nested projects, just what Maven necessitates. Is there a way to make both tools happy at the same time? Michael -- Michael Schuerig

ANN: Mevenide 0.5 for Netbeans 4.x released

2005-01-24 Thread Milos Kleint
The mevenide team is pleased to announce the Mevenide Netbeans project support 0.5 release! http://mevenide.codehaus.org/mevenide-netbeans-project The project's aim to to provide Maven project type support for the Netbeans IDE 4.0. The features include recognition of Maven projects, setup of t

Problem with cactus:test-ear

2005-01-24 Thread Chris Huisman
Hello, I am having the following problem using the latest cactus plugin (1.7dev20041109): '-sourcepath' 'D:\chuisman\dev\meatandpotatoes\ejb\src\test-cactus' '-target' '' '-g' The ' characters around the executable and arguments are not part of the command. [javac] [VERBOSE] Files to be compil

Problem with cactus:test-ear

2005-01-24 Thread Chris Huisman
Hello, I am having the following problem using the latest cactus plugin (1.7dev20041109): - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: change dependency properties in maven.xml [u]

2005-01-24 Thread Brett Porter
this was discussed recently: was there anything in the archives? On Mon, 24 Jan 2005 15:24:04 +, Dominik Dahlem <[EMAIL PROTECTED]> wrote: > Hi all. > > I am in a situation where I'd like to change a property for a dependency > at runtime. Depending on which goal I'm running it coud have two

Re: print newline in j:file

2005-01-24 Thread Brett Porter
wrap it in On Mon, 24 Jan 2005 11:54:33 -0500, Randy Xu <[EMAIL PROTECTED]> wrote: > Any idea how to output a space or newline through j:file? > > It'd be nice to have the file it creates formatted the way I want. > > -Randy > > ---

print newline in j:file

2005-01-24 Thread Randy Xu
Any idea how to output a space or newline through j:file? It'd be nice to have the file it creates formatted the way I want. -Randy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: executing scripts from Maven

2005-01-24 Thread Eric Pugh
Because Maven supports Ant, you just use the Ant task. Here is an example of calling netsvc.exe on windows: Eric -Original Message- From: Tate Austin [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 10:13 AM To: users@maven.apache.or

RE: executing scripts from Maven

2005-01-24 Thread Russ Jubenville
Not sure if Maven has a plugin for this (I'm sure someone else will step in with the proper Maven approach), but you can certainly run them via Ant tags in your maven scripts. Here's an example from a Windows environment: ... ...

RE: remove dependencies from classpath

2005-01-24 Thread Russ Jubenville
If you're asking if you can prevent dependencies from being added to the classpath in a generated manifest within a jar, ejb or war, each of the related plugins looks for a corresponding property to be set to true in order to include it in the classpath: Jar plugin: jar.manifest.classpath Ejb plug

change dependency properties in maven.xml [u]

2005-01-24 Thread Dominik Dahlem
Hi all. I am in a situation where I'd like to change a property for a dependency at runtime. Depending on which goal I'm running it coud have two different values. So far I tried to change the property with: ${dep.setProperty('dependencyType', 'lib')} The output

executing scripts from Maven

2005-01-24 Thread Tate Austin
I'm still new to maven, but looking through the documentation I don't see the capabilities to execute scripts or *nix commands. Is maven not built to do that, is it simply something for the java-centric world or did I just not see that capability? We are attempting to use it as the principle part

Hammurapi Maven Plug-in

2005-01-24 Thread Haile, Mussie
Hej et al - I wanted to see if any out there have a Hammurapi Maven Plug-in? L8r. -M- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [jira] Commented: (MPDASHBOARD-9) Link aggregator results with full reports

2005-01-24 Thread Vincent Massol
Hi Philippe, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: lundi 24 janvier 2005 03:51 > To: [EMAIL PROTECTED] > Subject: [jira] Commented: (MPDASHBOARD-9) Link aggregator results with > full reports > > The following comment has been added to this issue

Linking multiproject javadocs

2005-01-24 Thread James Richardson
Hi, Is there any way to get the javadocs of a big multiproject to link to each other? Is there a bit of magic, so I don't have to specify links manually for each subproject? Thanks!! James - To unsubscribe, e-mail: [EMAIL PRO

Re: war plugin: including Tomat context.xml in META-INF?

2005-01-24 Thread Brett Porter
Yes, this is the case for the WAR plugin. You should put them in the META-INF subdirectory of the webapp sources (specified by maven.war.src, which defaults to src/webapp). - Brett On Sun, 23 Jan 2005 22:28:56 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm having a problem with the p

Web App Development Document

2005-01-24 Thread Dan Cancro
Hi, I am working on a new type of document to outline the web app development process. I am looking for Maven experts who would like to check the Maven steps in the document and make sure they're right and I haven't missed anything. Here is a link to the document http://www.geocities.com/topdow

remove dependencies from classpath

2005-01-24 Thread Charles-Alexandre Sabourdin
Hello, I wonder if there was a properties to set for dependencies to not be set into the classpath ? -- Charles-Alexandre SABOURDIN - - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

NoSuckMethodError with sdocbook 1.4.1

2005-01-24 Thread Marc Jambert
Hi all, I have just migrated to sdocbook 1.4.1 and I get the following exception. Any idea why this class cannot be found ? batik is a dependency of the plugin so I cannot see what is wrong. [java] Exception in thread "main" java.lang.NoSuchMethodError: org.apache.batik.dom.svg.SAXSVGDocumentFa