Re: Why Maven is Hard?

2007-09-24 Thread Dennis Cook
I can sympathize here. Maven is a great concept for the simple tasks but is much more difficult when something is just outside the norm. I have been tinkering with maven projects for several month and monitoring this forum, but when it came time to port my own code base I find myself

NOOB: How to get resource into the install package

2007-09-21 Thread Dennis Cook
Forgive my ignorance, but I assumed that files under the main/java/resources would be copied to the target/classes so that they would be included in the resulting jar package. Opps, bad assumption. So what is the proper method for including configuration and property files in the deployed

run make from maven

2007-05-23 Thread Dennis Cook
Most of the code that makes up my projects is java. However, there is a smattering of 'C' for drivers and JNI support, this is now compiled using make to invoke the compilers. I also have a shell script (executed from the make) that creates a linux FS image that contains all my compiled code.

Re: JUnit4 test cases using @Before, @After fail test?

2007-05-23 Thread Dennis Cook
It looks like junit 3.8 is still being used. The reason the method name prefix with 'test' will be called by the older version. The annotation is probably ignored. Change the name of the test method to another prefix, and I bet it will not be executed. Alexander Sack [EMAIL PROTECTED]

Re: How to create site with just jar files?

2007-05-22 Thread Dennis Cook
Wayne Fay [EMAIL PROTECTED] wrote: Please describe (specifically) what you are trying to do, what end results you are hoping to achieve, and someone on this list will most likely reply back with information that may prove helpful. Wayne On 5/22/07, Dennis Cook wrote: Okay, so adding

Re: How to create site with just jar files?

2007-05-22 Thread Dennis Cook
But this did not help, I only got a zip file with the unpack application classes, all the dependencies are missing. So what am I missing? For something that is suppose to make builds easier, it sure seems like it is fighting me every step of the way. Dennis Cook [EMAIL

How to create site with just jar files?

2007-05-21 Thread Dennis Cook
I am new to maven2 and trying to convert a project that is using a makefile to maven2. This is a simple java application, one main jar with 3 dependent libraries. I have gotten the build process to work up to the install goal. But I need to progress to the point that the application jar and

Re: How to create site with just jar files?

2007-05-21 Thread Dennis Cook
present. How do I get all of the libraries that make up the application into one location? Dennis Cook [EMAIL PROTECTED] wrote: I am new to maven2 and trying to convert a project that is using a makefile to maven2. This is a simple java application, one main jar with 3 dependent libraries

RE: [ANN] Maven Multi-Project Plug-in 1.4.1 released

2005-06-07 Thread Dennis Cook
Get a 404 error on the URL http://www.ibiblio.org/maven/maven/plugins/maven-multiproject-plugin-1.4.1.jar -Original Message- From: Vincent Massol [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 1:56 PM To: users@maven.apache.org; dev@maven.apache.org Subject: [ANN] Maven

RE: SSH issue Part deux

2005-04-21 Thread Dennis Cook
Mykel, While I have not seen this in maven, I did experience it for the command line. I found that the privleges on the key files was to open. Try the following in your .ssh directory. chmod go-rw . chmod go+x . Dennis Cook BeVocal, Inc tel: 650-641-1424 fax: 650-210-9276 -Original