Re: VSS + Maven?

2003-07-14 Thread Siegfried Göschl
Well, since not everyone want to write a MAVEN plugin there is VSS support in ANT which I used recently, i.e. the build is triggered with ANT which gets the stuff from VSS and delegates the rest of it to MAVEN. And it is also possible to call ANT tasks within a JELLY script but I haven't tried

Re: J2EE project : EAR/WAR/JAR - web site generation

2003-07-14 Thread Andy Jefferson
On Mon, 2003-07-14 at 23:17, Ben Walding wrote: > Try taking a look at Vincent's blog: > > Item 3 at > http://wiki.codehaus.org/maven/OtherMavenArticles Thanks Ben. I've been looking at Vincents slides and other articles on how to do it. I've no real problem in adopting the Maven 'standard' of su

AW: beta-10 updates for pom:validate and local repo location?

2003-07-14 Thread Rademacher Tobias
Hi Folks, > When running maven-1.0-beta-10, the first thing I noticed is that the > local repository is stored in ${user.home}/repository instead of > $MAVEN_HOME/repository (as it was in beta-9). This is fine, but the > documentation should be updated to reflect this. I can > submit a patch

Re: 1.0-beta-10 release

2003-07-14 Thread Paul Spencer
Suggestion: Update the "News and Status" page, http://maven.apache.org/status.html, so people not on the mailing list will know about the release :) Paul Spencer Jason van Zyl wrote: Howdy, Without much ado the bundles are available here: http://maven.apache.org/builds/release/1.0-beta-10/

Re: VSS + Maven?

2003-07-14 Thread Ben Walding
Maven support for source code control systems is basically limited to the change logging plugins. I don't believe there is currently any support for VSS, but it would be relatively simple to write if you wanted to do so. Take a look at the changelog plugin. Ciramella, EJ wrote: Does Maven sup

Re: JUnit forking problem

2003-07-14 Thread Ben Walding
You're going to need to post more information. What does maven say on the command line. Are there any results in target/test-reports? Dominik Dahlem wrote: Hi all, I have a problem running a test with the property maven.junit.fork=yes. In default mode, this test runs fine. I ran the "maven tes

beta-10 updates for pom:validate and local repo location?

2003-07-14 Thread __matthewHawthorne
When running maven-1.0-beta-10, the first thing I noticed is that the local repository is stored in ${user.home}/repository instead of $MAVEN_HOME/repository (as it was in beta-9). This is fine, but the documentation should be updated to reflect this. I can submit a patch if no one else has t

Re: How does one register a plug-in?

2003-07-14 Thread Ben Walding
If you build is working they should be in ~/.maven/plugins/*.cache If you can't find them, then you've got some other problem, because the plugins should be unpacked to ~/.maven/plugins and then the *.cache files will be generated. Sean Radford wrote: And where are these *.cache files located?

Re: J2EE project : EAR/WAR/JAR - web site generation

2003-07-14 Thread Ben Walding
Try taking a look at Vincent's blog: Item 3 at http://wiki.codehaus.org/maven/OtherMavenArticles Siegfried Göschl wrote: Hi Vincent, the linkt http://www.pivolis.com/pdf/J2EE_projects_Maven_V1.1.pdf to download your slides is broken is there a better one?! Thanks in advance Siegfried Goe

1.0-beta-10 release

2003-07-14 Thread Jason van Zyl
Howdy, Without much ado the bundles are available here: http://maven.apache.org/builds/release/1.0-beta-10/ -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justi

Re: Keeping your test source code in a separate, but parallel sourcetree

2003-07-14 Thread Luke Taylor
Geir Magnusson Jr. wrote: On Saturday, July 12, 2003, at 08:02 PM, Dave Ford wrote: The advantage I see is that you get to have test code that has package-level access Actually, you get that by placing them in the same directory also. So that's not really an advantage. and because it's in a sep

reactor tag causing NPE before post-processing

2003-07-14 Thread __matthewHawthorne
I am attempting to use the reactor tag, as in the Maven User Guide. The following tag: Causes the following exception: BUILD FAILED java.lang.NullPointerException at org.apache.commons.jelly.impl.TagScript.configureTag(TagScript.java:512) at org.apache.commons.jelly.impl.TagScr

Re: "Dist" plugin

2003-07-14 Thread Luke Taylor
Have a look at the jelly code for the dist plugin. You should be able to add a pregoal or postgoal which copies your data to the distribution diretory(ies) before the archive is constructed. e.g. you could add a postgoal to "dist:prepare-bin-filesystem" which copies the data to maven.dist.bin.a

RE: JUnit forking problem

2003-07-14 Thread Dominik Dahlem
Solved the problem, I discovered a missing jar-file. Sorry for the spam... Dominik +-+ _/_/_/_/_/ _/_/_/ __/_/_/_/ Dominik Dahlem _/ _/_/ _/ _/ M.Sc. student, Computer Science _/ _/_/

[ANN] Maven included in Out-of-the-Box 2.1 release

2003-07-14 Thread Eric Weidner
Maven 1.0 b9 is included in Out-of-the-Box 2.1, an intelligent distribution of over 100 Open Source projects for Java developers on both Linux and Windows. Major changes since Out-of-the-Box 2.0: * Added Oracle and DB2 integration for JBoss and the sample projects * Semi-automatic database swi

JUnit forking problem

2003-07-14 Thread Dominik Dahlem
Hi all, I have a problem running a test with the property maven.junit.fork=yes. In default mode, this test runs fine. I ran the "maven test -X" to check the classpath with no result. Both classpaths (fork=yes/no) contain the jar files needed to run the test. Is there any issue? Am I missing somet

Can't load ResourceStream from AntTask

2003-07-14 Thread Dave Ford
I'm writing a plug-in for the kodo jdo product. It uses the Kodo Enhancer which is an Ant task. The enhancer, in turn, attempts to load a file (kodo.properties) as a resource from /kodo.properties. I keep getting a Can't load ResourceStream error, which, I believe in a Kodo error message not a mave

VSS + Maven?

2003-07-14 Thread Ciramella, EJ
Does Maven support VSS?

Re: Undocumented properties

2003-07-14 Thread Ben Walding
This actually flows back to an earlier discussion about documentation and the werkz plugin. I post some quicky docs to the list regarding Werkz and Ben challenged the user to make an xdoc of it. It's in the archive if you want to document it. http://www.mail-archive.com/[EMAIL PROTECTED]/

RE: J2EE project : EAR/WAR/JAR - web site generation

2003-07-14 Thread Vincent Massol
I know. H. I should have changed the link in my blog. I've not done so as it will be restored tomorrow... In the meantime you can go to www.pivolis.com and click on the link or go directly to http://www.pivolis.com/fr/pdf/J2EE_projects_Maven_V1.1.pdf Thanks -Vincent > -Original Message-

RE: J2EE project : EAR/WAR/JAR - web site generation

2003-07-14 Thread Siegfried Göschl
Hi Vincent, the linkt http://www.pivolis.com/pdf/J2EE_projects_Maven_V1.1.pdf to download your slides is broken is there a better one?! Thanks in advance Siegfried Goeschl On 13 Jul 2003 at 12:28, Vincent Massol wrote: > Hi Aaron, > > I have presented a talk at TheServerSide Symposium a

RE: Clover coverage reports for Cactus test cases

2003-07-14 Thread S. Radhakrishnan
Hey, may be u might be knowing the clover known issue, that, you have to execute tests and coverage report in two different JVMs then only the coverage will happen. Regards, Radhakrishnan. -Original Message- From: Kumar, Vaidhyanatha K. [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 20

RE: Clover coverage reports for Cactus test cases

2003-07-14 Thread Vincent Massol
Hi Vaidhy, No, I haven't tested nor tried this. However, it probably requires changes to the cactus plugin as for example, the packaged war would need to include the clover jar in it's WEB-INF/lib directory so that the clovered code can generate stats in the clover database. In short, it is not s

Clover coverage reports for Cactus test cases

2003-07-14 Thread Kumar, Vaidhyanatha K.
I am trying to generate the Clover coverage reports for the example that came with the Maven-Cactus plugin. So far, either it ignores my test source files or It is getting a cactus run time error. Has anyone been successful with this? If there is a working example somebody can point me to , tha

Re: How does one register a plug-in?

2003-07-14 Thread Marc Gemis
On 13-07-2003 23:56, "Sean Radford" <[EMAIL PROTECTED]> wrote: > And where are these *.cache files located? > > Looked in: > > 1. MAVEN_HOME/ > 2. ~/.maven/ > 3. /tmp > > (I'm running on linux by the way) > in ${MAVEN_HOME}/plugins m. ---

Re: How does one register a plug-in?

2003-07-14 Thread Sean Radford
And where are these *.cache files located? Looked in: 1. MAVEN_HOME/ 2. ~/.maven/ 3. /tmp (I'm running on linux by the way) Sean On Sun, 2003-07-13 at 22:17, Ben Walding wrote: > Make sure you delete the *.cache files. > > Dave Ford wrote: > > >I just copied one the plug-ins from the plug-in

RE: J2EE project : EAR/WAR/JAR - web site generation

2003-07-14 Thread Vincent Massol
They have been moved to http://www.pivolis.com/fr/pdf/J2EE_projects_Maven_V1.1.pdf by our webmaster... (the move was an error and it will be put back to the correct location tomorrow - today is a bank holiday in France!). Thanks -Vincent > -Original Message- > From: Neil Blue [mailto:[EM

RE: J2EE project : EAR/WAR/JAR - web site generation

2003-07-14 Thread Neil Blue
These slides are missing from the site at the moment :( -Original Message- From: Ben Walding [mailto:[EMAIL PROTECTED] Sent: 13 July 2003 12:29 To: Maven Users List Subject: Re: J2EE project : EAR/WAR/JAR - web site generation I've slapped up a page on the wiki for this http://wiki.code

Re: J2EE project : EAR/WAR/JAR - web site generation

2003-07-14 Thread Daigo MORIWAKI
Hi all (B (BOn 12 Jul 2003 21:47:25 +0100, Andy Jefferson <[EMAIL PROTECTED]> wrote: (B (B> I have a J2EE project, and currently have things under one Maven (B> project. I have been building with Ant, but want to swap to Maven for (B> more than just project management and site generation. Rea