Re: Using sshdeploy

2004-08-08 Thread Geoffrey
Did you get my mail with the attached file site-deployment.xml? With kind regards, Geoffrey Dion Gillard [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] I'll happily review and commit the docs. On Fri, 23 Jul 2004 19:57:43 +0200, Geoffrey [EMAIL PROTECTED] wrote: I had the same

Re: Maven shared via Samba-Share

2004-08-08 Thread Brett Porter
I'll try this out in a week when I have access to a samba share. If you haven't already, can you post to JIRA? Thanks, Brett On Thu, 05 Aug 2004 09:08:07 +0200, Christian Mouttet [EMAIL PROTECTED] wrote: Brett, here comes the output of 'maven -X -e'. 'maven --info' prints the same lines.

Re: Cache usage

2004-08-08 Thread Brett Porter
you didn't understand it correctly, I don't think. The file was a resource of the project, not a particular plugin AFAIK. - Brett On Thu, 05 Aug 2004 07:57:17 +0200, Peter Nabbefeld [EMAIL PROTECTED] wrote: Hello, I've a question about cache usage and functionality. AFAIK, any plugin is

Re: [xdocs] glossary-element has gone

2004-08-08 Thread Brett Porter
I have it flagged for when I get back from my holiday. On Thu, 05 Aug 2004 07:51:10 +0200, Peter Nabbefeld [EMAIL PROTECTED] wrote: Brett Porter schrieb: I noticed it had been left out of the new plugin, but didn't know if it should be added back again. I think a few such tags were removed

AW: Seperate Classpath for test or Javadoc (or other plugins)

2004-08-08 Thread mr.x
Hi Michal Thanks for the correct reply. Indeed we are talking about two or more graphs. From my point of view there should be a mechanism to manipulate the classpath of a specific plugin to solve such a problem. (or have somthing like projectbuilddependencies in the pom and to fork the VM for

Re: Unit testing with Hypersonic

2004-08-08 Thread Trygve Laugstøl
I always create and drop the database from the setUp() method of my unit tests. A typical setUp() method looks like: http://cvs.continuum.codehaus.org/continuum/continuum-hibernate-store/src/test/java/org/codehaus/continuum/store/hibernate/HibernateContinuumStoreTest.java?rev=1.5view=auto This

Any property for setting the time out value for connection to maven repository

2004-08-08 Thread Rice Yeh
Hi, Is there any property for setting the time out value for connection to maven repository? I needs this property because my environment is behind a firewall which has anti-virus software installed scanning all downloaded files. Hence, it is always to get time out in connection to maven

disable checkstyle?

2004-08-08 Thread Malachi de AElfweald
It appears that checkstyle prevents JDK1.5 source from being compiled (enum or static imports). The only way I have been able to disable it was to completely stop all javadoc, site, and reporting. Even deregistering it didn't seem to work. Is there any way to still do javadocs without using

Re: disable checkstyle?

2004-08-08 Thread Jefferson K. French
I just have this: reports reportmaven-javadoc-plugin/report /reports in my project.xml, and get javadocs without checkstyle. What does your report section look like? Jeff On Sun, 08 Aug 2004, at 06:38:28 [GMT -0700] Malachi de AElfweald wrote: It appears that checkstyle prevents

Re: Any property for setting the time out value for connection to maven repository

2004-08-08 Thread Brett Porter
no, but there should be. It was on my todo list to add it to HttpUtils when I integrated commons-httpclient. Can you file a JIRA issue so it doesn't get missed? Thanks, Brett On Fri, 6 Aug 2004 12:19:56 +0-800, Rice Yeh [EMAIL PROTECTED] wrote: Hi, Is there any property for setting the time

Re: Unit testing with Hypersonic

2004-08-08 Thread Dion Gillard
Yuck. Haven't you heard of dbunit? On Thu, 5 Aug 2004 11:51:05 -0400, Trygve Laugstøl [EMAIL PROTECTED] wrote: I always create and drop the database from the setUp() method of my unit tests. A typical setUp() method looks like:

Re: Using sshdeploy

2004-08-08 Thread Dion Gillard
Yep, got 'em. On Sun, 8 Aug 2004 12:17:54 +0200, Geoffrey [EMAIL PROTECTED] wrote: Did you get my mail with the attached file site-deployment.xml? With kind regards, Geoffrey Dion Gillard [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] I'll happily review and commit the

Re: Unit testing with Hypersonic

2004-08-08 Thread Trygve Laugstøl
On Mon, Aug 09, 2004 at 10:58:18AM +1000, Dion Gillard wrote: Yuck. Haven't you heard of dbunit? How would that look? -- Trygve On Thu, 5 Aug 2004 11:51:05 -0400, Trygve Laugstøl [EMAIL PROTECTED] wrote: I always create and drop the database from the setUp() method of my unit tests.

Re: Unit testing with Hypersonic

2004-08-08 Thread Brett Porter
About the same, but you'd need some external config. DBUnit is useful when you need to prepopulate a database with specific table data. I doubt it is very practical if you are using Hibernate to actually create the database. I use DBUnit at work where the database schema is already defined. -

Re: Unit testing with Hypersonic

2004-08-08 Thread Dion Gillard
With DbUnit, you wouldn't need to be creating and dropping the database all the time, you'd set it up once and each test could add/remove it's own data as necessary. On Sun, 8 Aug 2004 22:18:51 -0400, Brett Porter [EMAIL PROTECTED] wrote: About the same, but you'd need some external config.

Re: local copy of remote repository

2004-08-08 Thread Kim Goings
Thanks for the tips everyone. On Aug 6, 2004, at 8:18 PM, Tim Reilly wrote: Jorg's suggestion to use maven-proxy would be more efficient, since you probably only want what you're using. But if you can't do that then; rsync is another option according to: ibiblio FAQ - How do I mirror something on

developing doclets with maven (revised)

2004-08-08 Thread Shinobu Kawai
Hi! I'm looking for a good way to develop doclets using maven. During compilation, I need the Javadoc API, but I'm probably going to give up putting the Javadoc 1.4 API in ibiblio. cf. http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgNo=22207 Now I'm looking for alternatives. Right