Re: Maven shared via Samba-Share

2004-08-05 Thread Christian Mouttet
Brett, here comes the output of 'maven -X -e'. 'maven --info' prints the same lines. --%-- __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0 Initializing Plugins! org.apache.maven.MavenException: Maven was badly installed.

Unit testing with Hypersonic

2004-08-05 Thread Eric Hauser
I running some unit tests with Maven during my build process using Hypersonic in-memory mode as the datasource. I generating the schema from Hibernate and then loading the schema in a preGoal for test:test using the ant:sql tags. The problem that I am having is every time the unit test runs,

RE: Unit testing with Hypersonic

2004-08-05 Thread Göschl,Siegfried
Hi Eric, Are you sure that your ant:sql could possibly work with in-memory mode?! I think you would have to use the server mode for that ... Cheers, Siegfried Goeschl -Original Message- From: Eric Hauser [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 05. August 2004 17:19 To: Maven

Re: Unit testing with Hypersonic

2004-08-05 Thread Craig S . Cottingham
On Aug 5, 2004, at 10:19, Eric Hauser wrote: I running some unit tests with Maven during my build process using Hypersonic in-memory mode as the datasource. I generating the schema from Hibernate and then loading the schema in a preGoal for test:test using the ant:sql tags. The problem that I

RE: Unit testing with Hypersonic

2004-08-05 Thread Carlos Sanchez
Hi Eric, I've used Hypersonic in-memory with Hibernate, but instead of manually importing the schema I've configured Hibernate to create tables itself and everything worked fine. The problem that you may have is that the junit tests are running in a new virtual machine and the in-memory database

Re: History/trends in reports

2004-08-05 Thread Tim Shadel
[Sorry this post is a bit late, my email's had some trouble] Keeping a history of metrics is an excellent idea. We've been using a tool called Hackystat, in conjunction with Maven and our daily CruiseControl build, to gather and report on our metrics history. Hackystat has a few important

Re: Unit testing with Hypersonic

2004-08-05 Thread Eric Hauser
I switched from using the memory only mode to using Hypersonic in server mode instead. I fired off server mode from the command line, changed the datasource URL, and everything seemed to work fine. I didn't have to change anything regarding the loading of the schema export using ant:sql. Of

Re: Unit testing with Hypersonic

2004-08-05 Thread Craig S . Cottingham
On Aug 5, 2004, at 10:55, Eric Hauser wrote: I switched from using the memory only mode to using Hypersonic in server mode instead. I fired off server mode from the command line, changed the datasource URL, and everything seemed to work fine. I didn't have to change anything regarding the

problem in setting resources for javadoc

2004-08-05 Thread Pallavi Patil
Hi, I am generating site using Maven site and I want to put images in my javadoc for all methods or atleast in package.html for that package. I would like to know how can I set resources for javadoc. Thanks in advance for suggestions or any pointer. Thanks.

RE : problem in setting resources for javadoc

2004-08-05 Thread Heritier Arnaud
In each package you must add your resources (images ...) in a doc-files sub-directory (javadoc standard). Arnaud -Message d'origine- De : Pallavi Patil [mailto:[EMAIL PROTECTED] Envoyé : jeudi 5 août 2004 18:11 À : [EMAIL PROTECTED] Objet : problem in setting resources for javadoc

Re: Unit testing with Hypersonic

2004-08-05 Thread Eric Hauser
Thanks everyone for the suggestions. I found that Carlos' method seems to be the best choice for me. I'm just running the SQL to create the tables in the static initialzer for my base test case. Assuming the schema file has already been generated, this allows me to run the unit tests inside

RE: Unit testing with Hypersonic

2004-08-05 Thread Carlos Sanchez
Hi Eric, Do you know the Hibernate property hibernate.hbm2ddl.auto? There's no need for a static initializer. http://www.hibernate.org/hib_docs/reference/en/html_single/#configuration-op tional Automatically export schema DDL to the database when the SessionFactory is created. With create-drop,

RE: issue w/ test:test goal being run multiple times when dist goal is executed

2004-08-05 Thread Carlos Sanchez
Hi, Your message have been already answered in the maven-users list. If the answer don't suit your needs post your thoughts on the thread. This is an issue already discussed by maven developers and I think it will be fixed in next versions. Please don't post this message to maven-dev. This