specify multiple src dir in project.xml file

2005-02-10 Thread Thavarajah Kurinchikumaran
Hi all, I am using Maven for generating site doc for my project . If I specify the multiple src folders as follows, the previous api docs are replaced by the latest api docs. src/mirae/jaxp src/mirae/jaxrpc How can I overcome this problem. As i am very new t

Re: How can i set system property in maven.

2005-02-10 Thread Alex Karasulu
rajas kumar wrote: Hai maven users, I am running AVK using Maven. I need to set a system property. How can i set system property. Can u send some details on this how to specify sytem properties. Usually for test cases I add the maven.test.sysproperties=propname then add propname=xyzvalue und

How can i set system property in maven.

2005-02-10 Thread rajas kumar
Hai maven users, I am running AVK using Maven. I need to set a system property. How can i set system property. Can u send some details on this how to specify sytem properties. regs, raja. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has

RE: multiple src directories ?

2005-02-10 Thread Joseph M. Ferner
I'm having a similar problem with JavaCC. I found the same entry in the FAQ about adding additional source directories but, the eclipse plug-in doesn't add the second source directory to the project. Are there any solutions to this problem? Could the eclipse plug-in possibly run a java:compile and

Re: changelog plugin - Exception: parse date

2005-02-10 Thread Brett Porter
> Is maven able to suppress such an exception, directly written to the > stderr inside a 3rd party lib? If that's the case, no. I hadn't looked into it. - Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: multiple src directories ?

2005-02-10 Thread Mark D. Hansen
oops, sorry to bug you good people. i just found this in the FAQ: http://maven.apache.org/faq.html#multiple-source-directories > -Original Message- > From: Mark D. Hansen [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 10, 2005 4:55 PM > To: Maven User (E-mail) > Subject: multiple s

Re: changelog plugin - Exception: parse date

2005-02-10 Thread Cybernd
Brett Porter schrieb: In the mean time, you may need to disable the report. Seems like the Exception output is sent to the stderr. Im using an ant buildscript to wrapp my maven call (The free Anthill is not maven aware). It seems to be enough to switch (I just write this to the maillist, becau

multiple src directories ?

2005-02-10 Thread Mark D. Hansen
another newbie question: I would like to compile from 2 src directories, like this (in my project.xml) src/java target/work/java ... It doesn't seem to work that way. The idea here is that I am using a tool (JAXB XJC) to generate some source from an XSD - and I don't want to co

Re: changelog plugin - Exception: parse date

2005-02-10 Thread Brett Porter
You can file a bug against the changelog plugin to suppress the exception trace if that is all that is needed. In the mean time, you may need to disable the report. - Brett On Thu, 10 Feb 2005 13:43:40 +0100, Cybernd <[EMAIL PROTECTED]> wrote: > Hi > > The developers of cvshome changed the dat

Re: Creating a CVS Patch for CVS tags

2005-02-10 Thread Brett Porter
To do tagging with releasing, see the SCM plugin docs on scm:perform-release (the ones here are more helpful: http://www.apache.org/~brett/maven-stage-site/reference/plugins/scm/releasing.html) There is currently a "create patch" goal which does a diff between the base revision and your working co

RE: simple if-then-else ??

2005-02-10 Thread Vincent Massol
Hi Mark, Try: -Vincent > -Original Message- > From: Mark D. Hansen [mailto:[EMAIL PROTECTED] > Sent: jeudi 10 février 2005 21:33 > To: Maven User (E-mail) > Subject: simple if-then-else ?? > > Sorry if this is dumb question, I'm a maven newbie. > > How would I do this ki

Re: simple if-then-else ??

2005-02-10 Thread Eric Black
No Else, have to do Word of warning: Don't use 'dotted' variables. There is a bug where foo.property can't be resolved but if you set a single word variable like fooProperty ther is no problem. Someone else might know why, but I don't. Eric "Maven Users List" on Thursday, February 10, 2005

simple if-then-else ??

2005-02-10 Thread Mark D. Hansen
Sorry if this is dumb question, I'm a maven newbie. How would I do this kind of IF-THEN-ELSE structure? IF (foo.property isset) THEN { } ELSE { } - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: maven:set doesn't seem to be exported in pregoal

2005-02-10 Thread Eric Black
I found the problem. It was the lib/../project.xml part. for some reason that doesn't work. Eric

maven:set doesn't seem to be exported in pregoal

2005-02-10 Thread Eric Black
Hi, Below is a pregoal code snippet that is supposed to set the maven.multiproject.includes property. When I run it, it echos the correct value but doesn't get passed to the multiproject plugin. If I set the property on the command line with the -D switch it works fine. Anyone have any idea what t

was5:stopApp and was5:startApp problems

2005-02-10 Thread Karan-Sahni \(Contractor\)
I am trying to reInstall an app on was5 using was5:reinstallApp in maven-was5-plugin-1.2. The uninstall and install works perfectly, but the startApp and stopApp fails with the following error: was5:stopApp: [wasStopApp] Stopping Application [JMillenniaAppHourly]... [wasStopApp] WASX720

Creating a CVS Patch for CVS tags

2005-02-10 Thread Tate Austin
Hey, I have a CVS server we are trying to use with maven (I have posted here with a few issues in the last few days about it). This is more of a speculative question than a technical, but what we would like to be able to do is when making a release, have the repository find the difference betwee

Bootstrapping a build with clearcase

2005-02-10 Thread James.Shute
I have a custom goal for doing a gold build, part of which refreshes the clearcase view it's being built from. The problem I have is that if that update includes a change to the project.xml, in particular the version contained in it then the build is done using the old verson number. This isn't a

Compiler Error

2005-02-10 Thread VALLA Samuel
Hello, I want to export in a report when i have an error in the compilation. Because, now, i have just : 20 errors BUILD FAILED File.. C:\Documents and Settings\svalla\.maven\cache\maven-test-plugin-1.6.2\plugin.jelly Element... javac Line.. 52 Column 46 Compile failed; see the compile

Re: [ANN] Maven Hibernate Plug-in 1.3 released

2005-02-10 Thread Massimo
On Thu, 10 Feb 2005 02:02:59 -0200, Felipe Leme <[EMAIL PROTECTED]> wrote: > The maven team is pleased to announce the Maven Hibernate Plug-in 1.3 > release! Great news, thanks! Just wish to note that in the doc for the properties "mave.hibernate.properties" you're talking about "Java properties

xdoc Dependency Report

2005-02-10 Thread Norm Deane
I think this was discussed way back in the early 1.0b8 days but I couldn't find it in the archives... I'd like to be able to add additional information to the Maven dependency report. Some things I might like to have in the dependency report would be dependency "classification". For example, is

changelog plugin - Exception: parse date

2005-02-10 Thread Cybernd
Hi The developers of cvshome changed the date format. So changelog v 1.7.1 always thrown an exception: "parse date". I found inside the changelogs changelog, that the problem should be resolved in 1.7.2, so in installed the update. With 1.7.2 the changelog plugin is able to generate the report,

Sql queries last excessively long

2005-02-10 Thread Lukasz Bajorski
Hello, I'm using ant's tag in maven to initialize my database before testing my web service based on it. The problem is that when I run maven from the project folder it lasts forever to process all the query (it gets query's body from external file). But when I build all my projects with maven-mu

Re: Error with dashboard plugin

2005-02-10 Thread Siegfried Goeschl
Hi Marc, I had this error recently on the Fulcrum build - probably due to the excessive memory consumption during a reactor build. Same for you? Cheers, Siegfried Goeschl Marc Jambert wrote: Hi all, Did anybody ever get the following error ? Unable to obtain goal [dashboard:report-single] -- /ho

Re: Question on accessing user-defined properties in maven.xml

2005-02-10 Thread Lukasz Bajorski
On Wed, 9 Feb 2005 12:31:52 -0800, Qian Su <[EMAIL PROTECTED]> wrote: > Hi, > > I declared a property of my own in project.properties file, but failed > to access the value of this property in maven.xml. Below is my sample > code in project.properties and maven.xml: > > (project.properties) > >