Re: Documentation download

2003-09-29 Thread Andy Jefferson
On Tuesday 30 Sep 2003 07:51, Brett Porter wrote: > We'll have that by 1.0. > > If you are brave enough you can checkout CVS and run 'maven site', then > 'target/docs' will contain the whole maven site. Or if you've got "wget" you can download the site using that. -- Andy -

RE: Documentation download

2003-09-29 Thread Brett Porter
We'll have that by 1.0. If you are brave enough you can checkout CVS and run 'maven site', then 'target/docs' will contain the whole maven site. - Brett > -Original Message- > From: Peter Nabbefeld [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 30 September 2003 4:42 PM > To: [EMAIL PROTECT

Documentation download

2003-09-29 Thread Peter Nabbefeld
Hello, I'm new to maven and still hanging around with the installation - perhaps I've just to read more in the docs. That's why I'm asking: Is there any download for the documentation - just to read offline? Just a zip or possibly a pdf? IMHO this would also make sense to be packed with the relea

Re: AW: bug in war:webapp??

2003-09-29 Thread dion
"Roland Berger" <[EMAIL PROTECTED]> wrote on 30/09/2003 03:50:09 PM: > No, I copy the webapp by a normal ant task to a temp folder because I don't > want everything which is in the original webapp in the finall webapp (war > goal does not support excludes, only for classes). So, my temp webapp

RE: bug in war:webapp??

2003-09-29 Thread Brett Porter
This is a bizarre setup. So does the temporary directory get setup incorrectly first time, or is the problem just with the final copy to maven.war.webapp.dir? > -Original Message- > From: Roland Berger [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 30 September 2003 3:50 PM > To: Maven Users

AW: bug in war:webapp??

2003-09-29 Thread Roland Berger
No, I copy the webapp by a normal ant task to a temp folder because I don't want everything which is in the original webapp in the finall webapp (war goal does not support excludes, only for classes). So, my temp webapp folder is the source folder for the war:webapp goal. Regards Roland -Ursp

Re: sql / ddl execution

2003-09-29 Thread Nathan Coast
2) Check JIRA - someone posted a SQL plugin I think that you might be able to use http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-796 cheers, reckon this could be what I'm after. - To unsubscribe, e-mail: [EMAIL PROTEC

Re: sql / ddl execution

2003-09-29 Thread dion
I use the ant sql task. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Nathan Coast <[EMAIL PROTECTED]> wrote on 30/09/2003 02:56:06 PM: > Hi, > > I've been thinking about executing sql scripts as part of my maven build / > assembly / test / deployment

RE: sql / ddl execution

2003-09-29 Thread Brett Porter
Try these: 1) dbunit (http://dbunit.sf.net - maven plugin is http://maven-plugins.sf.net/dbunit) 2) Check JIRA - someone posted a SQL plugin I think that you might be able to use 3) use ant task. (1) works well for us. - Brett > -Original Message- > From: Nathan Coast [mailto:[EMAIL PR

sql / ddl execution

2003-09-29 Thread Nathan Coast
Hi, I've been thinking about executing sql scripts as part of my maven build / assembly / test / deployment process. rationale 1) setup / teardown for unit & integration tests. 2) db setup prior to deployment. 3) maintain all project artifacts in one place e.g. /src/ddl Has anyone considered exe

Re: Combining ant and maven (was (Fwd) Re: Corporate constructive criticism)

2003-09-29 Thread dion
"Stephen Colebourne" <[EMAIL PROTECTED]> wrote on 30/09/2003 08:52:28 AM: > Is there any ant/maven task/goal that lists all the properties in scope with > their values? This would seem like one way to help users write scripts in > maven where maven is creating undocumented properties by itself.

Re: jbuilder goal?

2003-09-29 Thread J Aaron Farr
Quoting Elias Sinderson <[EMAIL PROTECTED]>: > Hey now, > > After using Maven for a week or so, I discovered the 'jbuilder' goal (!) > but executing 'maven jbuilder' generated an error stating that "A > JBuilder installation could not be found." Referring to the online > jbuilder plugin inform

Re: WAR web.xml trouble

2003-09-29 Thread dion
Which release are you on? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Martin Nyholm Jelle <[EMAIL PROTECTED]> wrote on 29/09/2003 08:36:41 PM: > Hi all, > > I'm trying to use the Maven war goal. > > My directory is > > src > /conf > web.xml >

RE: Maven 1.0-RC1 : dependencies download

2003-09-29 Thread Brett Porter
What's the whole element? - Brett > -Original Message- > From: Warner Onstine [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 30 September 2003 10:12 AM > To: Maven Users List > Subject: Re: Maven 1.0-RC1 : dependencies download > > > Nope. That's in there. Still breaks. > > I have: > gro

Re: Maven 1.0-RC1 : dependencies download

2003-09-29 Thread Warner Onstine
Nope. That's in there. Still breaks. I have: group item Any other ideas? -warner On Monday, September 29, 2003, at 05:03 PM, Brett Porter wrote: You forgot groupId, I think. Eg, xerces should become xercesxerces -Original Message- From: Warner Onstine [mailto:[EMAIL PROTECTED] Sent: Tu

Re: jbuilder goal?

2003-09-29 Thread Jason van Zyl
On Mon, 2003-09-29 at 19:51, Elias Sinderson wrote: > Hey now, > > After using Maven for a week or so, I discovered the 'jbuilder' goal (!) > but executing 'maven jbuilder' generated an error stating that "A > JBuilder installation could not be found." Referring to the online > jbuilder plugin

RE: Maven 1.0-RC1 : dependencies download

2003-09-29 Thread Brett Porter
You forgot groupId, I think. Eg, xerces should become xercesxerces > -Original Message- > From: Warner Onstine [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 30 September 2003 10:01 AM > To: Maven Users List > Subject: Re: Maven 1.0-RC1 : dependencies download > > > Whether it's a typo or

Re: Maven 1.0-RC1 : dependencies download

2003-09-29 Thread Warner Onstine
Whether it's a typo or not, I'm having the same problem with mine as well. In addition when I tried to change the dependency to the new format (replacing id with artifactId) I get this error: java.lang.NullPointerException at org.apache.maven.project.Project.standardToLegacyId(Projec

jbuilder goal?

2003-09-29 Thread Elias Sinderson
Hey now, After using Maven for a week or so, I discovered the 'jbuilder' goal (!) but executing 'maven jbuilder' generated an error stating that "A JBuilder installation could not be found." Referring to the online jbuilder plugin information, I attempted setting various properties manually on

Re: Combining ant and maven (was (Fwd) Re: Corporate constructive criticism)

2003-09-29 Thread Stephen Colebourne
Is there any ant/maven task/goal that lists all the properties in scope with their values? This would seem like one way to help users write scripts in maven where maven is creating undocumented properties by itself. Stephen - Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> > B

RE: [ann] Maven 1.0-rc1 released

2003-09-29 Thread Brett Porter
No, RC1 is much easier. Just follow the install instructions - ie extract the tarball and point MAVEN_HOME at your new version. You should rm -rf ~/.maven/plugins, but its not strictly necessary. In the current RC it will load these multiple versions of plugins and this may come back to bite you

RE: unknown goal - reactor problem

2003-09-29 Thread Brett Porter
I believe this is already exhibited in one of the reactor tests under touchstone that is not being run, so we have a good test case to work with. Can one of the reporters check that this is the same problem you are experiencing? cd src/test/touchstone-build/src/reactor-build/run_twice maven - Br

RE: bug in war:webapp??

2003-09-29 Thread Brett Porter
Maven.war.src is where it comes from, maven.war.webapp.dir is where it goes to - you said that you set maven.war.src to the temporary folder, which is where it goes to. Is this what you meant? In that case, flip them around :) Cheers, Brett > -Original Message- > From: Roland Berger [mail

RE: Maven 1.0-RC1 : dependencies download

2003-09-29 Thread Brett Porter
Compagny looks like a typo - is it right? Does clicking the link for you and downloading it manually through a browser work? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, 29 September 2003 10:37 PM > To: Maven Users List > Subject: Maven 1.0-R

RE: Combining ant and maven (was (Fwd) Re: Corporate constructive criticism)

2003-09-29 Thread Brett Porter
Before integrating maven into ant, I'd consider which flow suits you best. Starting maven is slower than using ant inside maven, so you may be better off again putting your existing ant code into maven.xml, or a plugin that you can share amongst projects. This is how I started out (still have it,

RE: Combining ant and maven (was (Fwd) Re: Corporate constructive criticism)

2003-09-29 Thread Steve Garcia
There is... org.apache.maven.ant.MavenTask There is an existing version of it in the maven.jar, and there is a patch for it in JIRA that I don't think has been applied yet (it improves on the existing archaic task.) Should help you out. -- Steve > -Original Message- > From: Stephen C

Re: Combining ant and maven (was (Fwd) Re: Corporate constructive criticism)

2003-09-29 Thread Stephen Colebourne
Yes, on reflection I realised that a combination of tools could do the job. I can successfully do - java:compile - jar:install - site:deploy so I will get benefits from maven. It seems to be the distribution and release steps where I hit the really hard problems. So, question to maven guys - is t

jboss deploy-ear error

2003-09-29 Thread Sonnek, Ryan
Using maven-rc1, jboss 3.0.7 and the new jboss plugin, I'm able to deploy my ear file from a multiproject setup, but when I try to undeploy the ear file and redeploy it, the ear file does not get undeployed. I'm getting a ton of error messages when it tries to redeploy the ear file (states the con

RE: unknown goal - reactor problem

2003-09-29 Thread Steve Garcia
I experienced something similar (and I sent out an e-mail last week about this.) I defined my own goal in the POM and the reactor is unable to attain my custom goal. The goal was defined in the root maven.xml file. Basically you can't reference your own goals using the reactor. -- Steve >

RE: AspectJ Plugin Users

2003-09-29 Thread Steve Garcia
> When we have the next version of the AspectJ plugin working > you can download it with the new feature that Dion and Brett > implemented. I believe it is even documented in the user guide! Can someone point me to where this new feature is documented (or the e-mail thread that describes this?)

RE: Specifying a CVS password (.cvspass?)

2003-09-29 Thread Steve Garcia
You can set the password property (or any for that matter) at the command line with the -D option which sets the system property. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 28, 2003 9:08 PM > To: Maven Users List > Subject: RE: Speci

Re: Rep:Re:xdoc encoding with 1.0-RC1

2003-09-29 Thread Nicolas . CHALUMEAU
done : MAVEN-866 Nicolas "Emmanuel Venisse" <[EMAIL PROTECTED]> 29/09/2003 18:16 Veuillez répondre à "Maven Users List" Pour : "Maven Users List" <[EMAIL PROTECTED]> cc : Objet : Rep:Re:xdoc encoding with 1.0-RC1 Ok, we omitted to use input and output encodin

Rep:Re:xdoc encoding with 1.0-RC1

2003-09-29 Thread Emmanuel Venisse
Ok, we omitted to use input and output encoding for velocity:merge in multiproject plugin. Could you create a jira issue, I don't have access here to cvs for correct this bug. -Message d'origine- De: [EMAIL PROTECTED] A: "Maven Users List" <[EMAIL PROTECTED]> Date: 29/09/03 Objet: Re:xdoc

Re:xdoc encoding with 1.0-RC1

2003-09-29 Thread Nicolas . CHALUMEAU
It's not the problem because it was the case in all my project.xml and *.xml. I allway have this PI with encoding to ISO-8859-1in my xml file ! Nicolas, "Emmanuel Venisse" <[EMAIL PROTECTED]> 29/09/2003 17:44 Veuillez répondre à "Maven Users List" Pour : "Maven Users List" <[EMA

Rep:xdoc encoding with 1.0-RC1

2003-09-29 Thread Emmanuel Venisse
You must add at top of your project.xml and your xdoc files. -Message d'origine- De: [EMAIL PROTECTED] A: "Maven Users List" <[EMAIL PROTECTED]> Date: 29/09/03 Objet: xdoc encoding with 1.0-RC1 In my project.xml I use french caractere I the description section. During the transformation

Re: xdoc dtd?

2003-09-29 Thread Nicolas . CHALUMEAU
For xdocs : http://jakarta.apache.org/site/jakarta-site-tags.html Docbook dtd : http://www.oasis-open.org/docbook/xml/4.1.2/index.shtml Take a look at your docbook2document.xsl to see whitch elements are use Nicolas, "Roland Berger" <[EMAIL PROTECTED]> 29/09/2003 15:48 Veuillez répondre à

xdoc encoding with 1.0-RC1

2003-09-29 Thread Nicolas . CHALUMEAU
In my project.xml I use french caractere I the description section. During the transformation of projects-overview.xml i have the following error : [echo] Generating C:/projet-maven/socle-technique/target/docs/projects-overview.html from C:\projet-maven\socle-technique\target\g enerated-xdoc

xdoc dtd?

2003-09-29 Thread Roland Berger
Hi I'd like to use docbook for writing maven documentation (docbook plugin). But I don't know which elements are allowed to generate valid xdoc elements. I didn't find any information about an xdoc dtd. I only found a sample document using some elements like document, section etc). Can someone poi

Re: How do I get (+) symbol in Navigation

2003-09-29 Thread Andy Jefferson
On Monday 29 Sep 2003 13:41, S. Radhakrishnan wrote: > I could see the (+) collapse symbol in navigation page of maven.apache.org > site. > > How can I get the same?? Use 1.0-rc1 -- Andy - To unsubscribe, e-mail: [EMAIL PROTEC

Re: (Fwd) Re: Corporate constructive criticism

2003-09-29 Thread Joakim Erdfelt
Siegfried Göschl wrote: There is a third option - I just integrated MAVEN into an existing ANT build environment without giving up the "large existing build" (400 KByte of ANT scripts) and more than 100 subprojects. Basically I reap the report generation of MAVEN and everything else is done by

How do I get (+) symbol in Navigation

2003-09-29 Thread S. Radhakrishnan
Hi.. I could see the (+) collapse symbol in navigation page of maven.apache.org site. How can I get the same?? RK. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Maven 1.0-RC1 : dependencies download

2003-09-29 Thread Nicolas . CHALUMEAU
I just update my maven version to 1.0-RC1. But when it try to download dependency it don't find artifacts. I make no change in my configuration : project.properties contains : maven.repo.remote=http://compagny:8080/maven-repo,http://www.ibiblio.org/maven In fact i can't attain ibiblio directly

RE: WAR web.xml trouble

2003-09-29 Thread Martin Nyholm Jelle
I'm using Maven-1.0-rc1. The problem is that Maven seems to totally ignore my properties. I can write junk in my properties file, and maven runs happily though it Directory structure: projectdir project.xml project.properties /src /xdoc /target -Original Message- From: Chr

Xdoc plugin and custom XML documentation

2003-09-29 Thread Lukasz Piestrzeniewicz
Hi In our company we use custom dialect of XML for documentation. This XML documents contain reference to CSS and look quite well (especialy in Mozilla ;)) without transformation to xhtml. I would like to use this documents on maven generated site. But it seems, that site:jelly-transform processes

RE: WAR web.xml trouble

2003-09-29 Thread Christian Goos
I don't know about the web.xml file (maybe try prefixing with ${basedir} For the index: Which version of Maven do you use? The maven.war.index-property has been introduced in rc1 I think Christian -Original Message- From: Martin Nyholm Jelle [mailto:[EMAIL PROTECTED] Sent: Monday, Septem

(Fwd) Re: Corporate constructive criticism

2003-09-29 Thread Siegfried Göschl
--- Forwarded message follows --- From: Siegfried Göschl <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject:Re: Corporate constructive criticism Date sent: Mon, 29 Sep 2003 10:41:51 +0200 Jason wrote : "I definitely think

WAR web.xml trouble

2003-09-29 Thread Martin Nyholm Jelle
Hi all, I'm trying to use the Maven war goal. My directory is src /conf web.xml struts-config.xml /java /test /webapp /WEB-INF I got the following in my project.properties file: #war plugin properties maven.war.index=false maven.war.webxml=src/conf/web.xml The problem is, t

RE: core java libs

2003-09-29 Thread Michal Maczka
> -Original Message- > From: Norbert Pabiœ [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2003 8:20 AM > To: Maven Users List > Subject: core java libs > > Hi > > What is recommended way of using java core libs (rt.jar, tools.jar) > in classpath or dependencies? > > Is it the way

Re: Performance Test Plugin?

2003-09-29 Thread Siegfried Göschl
You can also have a look at http://junitpp.sourceforge.net/ - it has a simliar functionality to JUnitPerf but you don't need additional decorators since test repetition and multi-threading is defined on the command line. There is also a Maven plugin http://maven-plugins.sourceforge.net/ which

bug in war:webapp??

2003-09-29 Thread Roland Berger
Hi all I need to copy my webapp to a temporary folder. maven.war.src is set to this temporary folder. The files are copied from my origianal webapp location to the temporary webapp folder in a preGoal of war:webapp. I start the war:webapp goal when the temporary webapp folder does not yet exist

Re: [ann] Maven 1.0-rc1 released

2003-09-29 Thread Norbert Pabiś
That should be similiar to http://wiki.codehaus.org/maven/MigratingFromBeta9ToBeta10 Christian Andersson wrote: now that ut us out... what is the easiest way of upgrading from b10 ? /Christian Andersson Jason van Zyl wrote: Howdy, Maven 1.0-rc1 has been released. The details can be found here:

Re: [ann] Maven 1.0-rc1 released

2003-09-29 Thread Christian Andersson
now that ut us out... what is the easiest way of upgrading from b10 ? /Christian Andersson Jason van Zyl wrote: Howdy, Maven 1.0-rc1 has been released. The details can be found here: http://blogs.codehaus.org/projects/maven/ ---

problem with using

2003-09-29 Thread Christian Andersson
Hi there, I'm not sure if I should post this here, or in a jelly mailinglist or in a ant mailinglist, so I'm doing it here, and hope you forgive me... I have some classes that generate code for me, this classes I have previosly been using by calling executing "java" from a bat file,now I want

Re: [ann] Maven 1.0-rc1 released

2003-09-29 Thread Andy Jefferson
On Monday 29 Sep 2003 08:12, [EMAIL PROTECTED] wrote: > > Why is it called rc1-SNAPSHOT ? > I'd guess either your running an old version, or Jason stuffed up the > contents of the jar. I can rule out the first option ... I've only ever been running beta-10 :-) -- Andy

Re: [ann] Maven 1.0-rc1 released

2003-09-29 Thread dion
Andy Jefferson <[EMAIL PROTECTED]> wrote on 29/09/2003 04:40:36 PM: > On Monday 29 Sep 2003 07:13, Jason van Zyl wrote: > > Howdy, > > > > Maven 1.0-rc1 has been released. The details can be found here: > > When I install this and try to run it the first thing I get is ... > > __ __ > | \/ |

Re: Maven 1.0-RC1 released

2003-09-29 Thread Tetsuya Kitahata
Congratulations, Apache Maven Team! http://jakarta.apache.org/site/elsewhere.html#20030929.1 Also, http://nagoya.apache.org/wiki/apachewiki.cgi?ApacheNewsletterDrafts/Issue2 Please feel free to modify it and create a nice newsletter Issue #2. Sincerely, -- Tetsuya. ([EMAIL PROTECTED]) On Mon,