Re: hsql DB startup

2005-01-05 Thread Charles N. Harvey III
only if I need to view the actual tables or data in the database. -jake On Wednesday 05 January 2005 11:35 am, Charles N. Harvey III wrote: Hello. I have been doing lots of reading about how great it is to use an in-process DB like Hypersonic for testing. Thing is, there are not many examples

hsql DB startup

2005-01-05 Thread Charles N. Harvey III
Hello. I have been doing lots of reading about how great it is to use an in-process DB like Hypersonic for testing. Thing is, there are not many examples of how to do this. What I want to do is start an in-memory DB (not a file DB because the test is small) when I run my tests, and then run tests

Re: maven-tasklist-plugin error while running "maven site"

2004-12-21 Thread Charles N. Harvey III
ue, 21 Dec 2004 15:39:08 -0500, Charles N. Harvey III <[EMAIL PROTECTED]> wrote: Hello. I am still trying to run "maven site" and it fails at the tasklist plugin each and every time. I have tried to run just the tasklist plugin with "maven tasklist" and it fails

Re: maven-tasklist-plugin error while running "maven site"

2004-12-21 Thread Charles N. Harvey III
t. This is a linux installation if that makes any difference. Charlie Charles N. Harvey III said the following on 12/10/2004 11:15 AM: Hello. I have 1.0.2 and my build fails when I try to run "maven site". My jar file is created, along with javadocs and xref files. But the whole thing

dumb question about maven.repo.remote

2004-12-14 Thread Charles N. Harvey III
Hello there. I have finally started using the correct settings for deploying my jar files (which uses the artifact plugin). Works great. But now, I don't seem to be able to download my jars from my new remote repository. Project A: maven.repo.list = alloyny maven.repo.alloyny = scp://devserver mav

Re: uberjar plugin with 1.0.2

2004-12-13 Thread Charles N. Harvey III
16:58:58 -0500, Charles N. Harvey III <[EMAIL PROTECTED]> wrote: Is anyone else having problems with the little-used uberjar plugin? Ever since 1.0.2 I am getting velocity errors in a few plugins. Ok, 2 plugins. "site&qu

uberjar plugin with 1.0.2

2004-12-13 Thread Charles N. Harvey III
Is anyone else having problems with the little-used uberjar plugin? Ever since 1.0.2 I am getting velocity errors in a few plugins. Ok, 2 plugins. "site" and "uberjar". - uberjar:init: [mkdir] Created dir: /code/home2/charvey/

Test cases in jar

2004-12-13 Thread Charles N. Harvey III
Hello. I could swear this is really easy but I can't figure out how to include my test cases in my jar file. I want to give the jar to someone else and have them run test cases, just so they can see what I am seeing. But since the test cases are in another source tree, they don't get included. Is

maven-tasklist-plugin error while running "maven site"

2004-12-10 Thread Charles N. Harvey III
Hello. I have 1.0.2 and my build fails when I try to run "maven site". My jar file is created, along with javadocs and xref files. But the whole thing comes to a stop when doing the tasklist stuff. --- maven-junit-report-plugi

extra files in META-INF

2004-10-07 Thread Charles N. Harvey III
Hello. I am trying to use Hivemind and it requires that my config files get placed in the META-INF directory of my jar file. So far, from the jar plugin, I can't seem to figure out where I should place these files and what properties I have to set to get them built into the jar. project/ /src

Re: for jar and war

2004-09-02 Thread Charles N. Harvey III
e you do want) before attaining the jar:jar goal. I can't recall offhand which ${pom} method to use when changing the resource list. Jeff On Thu, 02 Sep 2004, at 10:51:30 [GMT -0400] Charles N. Harvey III wrote: Hello. When I create a webapp with my project, I want it to include al

for jar and war

2004-09-02 Thread Charles N. Harvey III
Hello. When I create a webapp with my project, I want it to include all of the files in my "src/main/resources" directory. But when I make a jar out of just the code, I do NOT want those files to be included. Is there a way to set this up in the project.xml? Because when I have this:

Re: What's wrong with my system?

2004-08-24 Thread Charles N. Harvey III
Casey said the following on 8/24/2004 10:52 AM: What specifically do you mean by "corrupt?" Can you execute 'jar tvf' against it, or is it too whacked? Charles N. Harvey III wrote: I think it was a problem with permissions and the cache. I ran "maven" as root and it ra

Re: What's wrong with my system?

2004-08-24 Thread Charles N. Harvey III
Must be a bad sector of the disk or something. Because if I change the version number and run "maven jar:install" it installs just fine. But that one particular file is always corrupt. How annoying. Charlie Charles N. Harvey III said the following on 8/24/2004 10:50 AM: I think it was

Re: What's wrong with my system?

2004-08-24 Thread Charles N. Harvey III
rvey/.maven/cache directory exist? You might be able to rebuild your plugin cache by deleting this directory, and re-running maven...also, off the top of my head, you might have a privs problem with ~/.maven HTH, john Charles N. Harvey III wrote: Everything I do gets me this error: org.apach

What's wrong with my system?

2004-08-24 Thread Charles N. Harvey III
Everything I do gets me this error: org.apache.maven.MavenException: Unable to extract plugin: /home/charvey/.maven/plugins/maven-nsis-plugin-1.1.jar at org.apache.maven.plugin.PluginManager.unpackPlugin(PluginManager.java:941) at org.apache.maven.plugin.PluginManager.expandPluginF

Re: Deploy a webap to multiple environments (test, pre-prod, prod)

2004-06-10 Thread Charles N. Harvey III
A lot of people have these issues, so don't feel strange. I see two ways to do this and I think Chuck Daniels covered more in his latest post. 1) Just like you can with Ant, create parametrized variables in different config files. Then work with your maven.xml to ensure that you build differe

Re: Aspectj warning

2004-06-03 Thread Charles N. Harvey III
Venkat, It is slightly annoying and I think it has to be brought up with the aspectj folks. Your project is compiling fine, because, as you said, you have aspectjrt-1.1.1.jar in the project.xml. For some reason, the ajc compiler complains if it is not named "aspectjrt.jar". So, to get around the

Re: Maven AspectJ plugin 3.0 released

2004-05-18 Thread Charles N. Harvey III
ve it. -Vincent -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 22:27 To: Maven Users List Subject: Re: Maven AspectJ plugin 3.0 released [EMAIL PROTECTED] ~/projects/pcu2] maven plugin:download -DgroupId=maven -DartifactId

Re: Maven AspectJ plugin 3.0 released

2004-05-17 Thread Charles N. Harvey III
Clearing the cache didn't work either. Still getting the old one. I'm wondering (and I bet everyone else is too) how this is even possible since the version I am getting was never released. Charlie Charles N. Harvey III wrote: [EMAIL PROTECTED] ~/projects/pcu2] maven plugin:download

Re: Maven AspectJ plugin 3.0 released

2004-05-17 Thread Charles N. Harvey III
applied the patches correctly and there are only 3 goals in there and the properties are weaveInto and weaveWith... Could you please tell us where exactly you have seen this problem? Thanks -Vincent -----Original Message----- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 17 May 2

Re: Maven AspectJ plugin 3.0 released

2004-05-17 Thread Charles N. Harvey III
-Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 17 May 2004 22:04 To: Maven Users List Subject: Re: Maven AspectJ plugin 3.0 released Not to sound strange here, but Carlos and I slimmed down that plugin.jelly file much more than what was released. What

Re: Maven AspectJ plugin 3.0 released

2004-05-17 Thread Charles N. Harvey III
Not to sound strange here, but Carlos and I slimmed down that plugin.jelly file much more than what was released. What happened? The only goals we left in there were: aspectj, aspectj:init and aspectj:compile. We got rid of the rest of them because they didn't make sense. And we changed the aspe

Re: pls give details regarding torque of maven

2004-05-11 Thread Charles N. Harvey III
Avinash, The torque plugin does not come with Maven. You have to download it and install it as a plugin. http://db.apache.org/torque/maven-howto.html Charlie Avinash G wrote: hi all, when i tried to build jetspeed-1.5 using "maven dist:install" the following error came.

Re: Eclipse Plugin Ideas

2004-04-29 Thread Charles N. Harvey III
Comments below. Kristopher Brown wrote: Hi, I feel the eclipse plugin doesn't do what we need it to do. A few of the issues are: 1) .project file has entries for the eclipse checkstyle plugin, and these get wiped out on regeneration. 2) .classpath file is able to generate workspace local depend

Re: aspectj plugin & maven 1.0 rc2

2004-04-27 Thread Charles N. Harvey III
the latest version of AspectJ), it would help tremendously. The patch should also include updates to xdocs and the changes.xml file. Many thanks -Vincent -Original Message----- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 22 April 2004 18:11 To: Maven Users List Subject: R

Re: aspectj plugin & maven 1.0 rc2

2004-04-23 Thread Charles N. Harvey III
Ok, one more question. :) The current maven goal has as a preGoal. So, projectC.jar is created and then aspects are created on that jar. With we don't have to create the jar first and then weave into it. We can weave on the directly. But, how do we know to do that? What flag do we use t

Re: aspectj plugin & maven 1.0 rc2

2004-04-23 Thread Charles N. Harvey III
-iajc.html because injars has been deprecated. Thanks -Mensaje original----- De: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Enviado el: viernes, 23 de abril de 2004 2:33 Para: Maven Users List Asunto: Re: aspectj plugin & maven 1.0 rc2 I should be able to get to this next week.

Re: aspectj plugin & maven 1.0 rc2

2004-04-22 Thread Charles N. Harvey III
(possibly using the latest version of AspectJ), it would help tremendously. The patch should also include updates to xdocs and the changes.xml file. Many thanks -Vincent -----Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 22 April 2004 18:11 To: Maven

Re: aspectj plugin & maven 1.0 rc2

2004-04-22 Thread Charles N. Harvey III
A while back I inserted into my plugin.jelly file for the aspecj plugin and its been going great. It gives me the ability to weave an aspect into a pre-compiled jar. This feature is available when using iajc so it is not something I made up. Thing is, each time I upgrade or build from CVS I comp

Re: multiproject:site issues

2004-04-16 Thread Charles N. Harvey III
I ran "maven -e multiproject:site" and I saved the output. Its really my first time looking at JIRA. I created an account, so now I can create an issue. Should it be a "bug"? Should I create the issue in project "maven" or in project "multiproject-plugin&q

multiproject:site issues

2004-04-15 Thread Charles N. Harvey III
Hello. I could swear there have been messages about this on the list but I'm just not sure of the fix for it. I am using rc1 and when I run "maven site" from the top level of my multiproject I get the following: -- xdo

Re: Directory structure for projects & subprojects - nested or parallel?

2004-03-19 Thread Charles N. Harvey III
What doesn't work is when you run "maven eclipse" from the command line maven re-writes your .classpath and .project files. If you run: "maven -Dgoal=eclipse multiproject:goal" it will supposedly look into each directory and then build the .classpath based on each sub project's project.xml file

which CVS version is good?

2004-03-04 Thread Charles N. Harvey III
Hello. I just checked out of HEAD and got errors. Should I be looking for a version from a few days ago? Two weeks ago? Just curious. Charlie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: multiproject site generation - maven reports

2004-02-19 Thread Charles N. Harvey III
I had the report definitions at the bottom of the master project.xml thinking that it would be automatically included in each subproject. That didn't seem to be the case. Make sure that the list of report definitions is in each subproject's project.xml. You may already be doing that and I am compl

Re: aspectj includes

2004-02-12 Thread Charles N. Harvey III
ry it out. Let me know your results. Thanks. Charlie Vincent Massol wrote: -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 09 February 2004 23:01 To: Maven Users List Subject: Re: aspectj includes I don't know why they aren't associated with t

users@maven.apache.org

2004-02-11 Thread Charles N. Harvey III
Hello again. This time I actually did my reading (or so I think). I am confused about how to setup my dependencies with the new dist that I recently downloaded. j2ee jar j2ee 1.3 ~/.maven/repository/j2ee/jars/j2ee-1.3.jar This worked an hour ago before I updated. I'm checked my $MA

Re: xdoc plugin 1.5

2004-02-11 Thread Charles N. Harvey III
e maven and maven-plugins CVS repository." It's admittedly quite easy to miss, as I did the other day trying to get XDOC 1.5 going. -cheers On Feb 11, 2004, at 2:29 PM, Charles N. Harvey III wrote: Thanks a lot. I should have been paying better attention. Someone asked about the HE

Re: xdoc plugin 1.5

2004-02-11 Thread Charles N. Harvey III
Heritier Arnaud wrote: check a previous CVS release (before the 8th february for example). cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -D20040207-UTC maven http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=10383 Arnaud -Message d'origine----- De : Charles N.

Re: xdoc plugin 1.5

2004-02-11 Thread Charles N. Harvey III
[EMAIL PROTECTED] wrote: Are you seeing log statements as this? 2004-02-03 10:40:13,780 WARN org.apache.commons.jelly.tags.ant.AntTag - Could not convert tag: a into an Ant task, data type or property Nope. Maybe its because I am trying to run it as a multiproject goal. I could swear it wo

Re: xdoc plugin 1.5

2004-02-11 Thread Charles N. Harvey III
ginal Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 3:58 PM To: Maven Users List Subject: xdoc plugin 1.5 Hello. I have recently replaced my maven-xdoc-plugin-1.4.jar with the 1.5 version. Just the other day when I ran "maven site" with

xdoc plugin 1.5

2004-02-11 Thread Charles N. Harvey III
Hello. I have recently replaced my maven-xdoc-plugin-1.4.jar with the 1.5 version. Just the other day when I ran "maven site" with 1.4 it ran the simian report, statcvs and pmd. Now it seems that the 1.5 version does not run these reports and place them in the target/docs/ directory. Should it be

new styles

2004-02-10 Thread Charles N. Harvey III
I'm looking around the mail archive now to find out where I can get the new stylesheets, but if someone could offer me a tip that would save me some time I would be very greatful. I really like the new color scheme and would like to use it for my generated sites. Thanks. Charlie

Re: aspectj includes

2004-02-09 Thread Charles N. Harvey III
e. That said, what I don't understand is why these resources are not packaged when you call the jar goal? Is it because these resources are only related to AOP? Thanks -Vincent -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 09 February 2004 21:55 To: M

Re: aspectj includes

2004-02-09 Thread Charles N. Harvey III
in a second copy step as it is done for the java plugin? Thanks -Vincent -----Original Message----- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 09 February 2004 20:52 To: Maven Users List Subject: Re: aspectj includes Vincent, I don't think it is possible yet. Since everything

Re: aspectj includes

2004-02-09 Thread Charles N. Harvey III
If you have time, please submit a patch :-) Thanks -Vincent -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: 02 February 2004 17:20 To: Maven Users List Subject: aspectj includes Hello. 'Nother aspectj question that probably can't be answered, but I

Re: aspectj includes

2004-02-04 Thread Charles N. Harvey III
ng where I should invest my efforts. :) Charlie Vincent Massol wrote: Hi Charles, The current version of the aspectj plugin does not support copying resource files. If you have time, please submit a patch :-) Thanks -Vincent -Original Message----- From: Charles N. Harvey III [mailto:[EMAIL

aspectj includes

2004-02-02 Thread Charles N. Harvey III
Hello. 'Nother aspectj question that probably can't be answered, but I will ask anyway. How can I include *.properties or *.xml files in my aspected jar? No matter what I seem to do my static files are never copied over into the jar. Which, of course, makes my app fail. It even strips them out w

Re: aspectj injars

2004-01-27 Thread Charles N. Harvey III
le maven creates two jars, one with the aspects in it, and one without. Neither of which includes projectA.jar. Any ideas at all would be extremely helpful. Thanks again. Charlie Charles N. Harvey III wrote: Hello. I have a jar from one project that I need woven, but not until it is included

aspectj injars

2004-01-22 Thread Charles N. Harvey III
Hello. I have a jar from one project that I need woven, but not until it is included in the next project. As in, I don't always want it woven. AspectJ has an feature, does the aspectj-plugin have the same feature? And if it does, how do I specify a jar that I want woven? Thanks a lot. Charlie

aspectj-plugin problems

2004-01-13 Thread Charles N. Harvey III
Hello. I was hoping someone could help me out with some aspectj plugin problems I am having. When I run "maven jar:jar" a jar is created (so far so good). In that jar are properties files and xml files from my directory. Great to this point. When I add these two lines to my project.properties:

turning off test cases

2003-12-30 Thread Charles N. Harvey III
I mean to write back to the person who posted about 2 hours ago but I deleted the e-mail. So I am just writing to anyone out there. Someone asked if test cases could be turned off so they wouldn't take 5 minutes to run (since you had so many tests). I had tests that were not j-unit tests so the b

Re: multiproject super-jar question

2003-12-23 Thread Charles N. Harvey III
files from the subprojects and puts them in one folder. Finally, I use the war plugin to generate the war. Vaidhy -Original Message- From: Charles N. Harvey III [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 10:18 AM To: Maven Users List Subject: multiproject super-jar

multiproject super-jar question

2003-12-23 Thread Charles N. Harvey III
Hello. I started messing about with multiproject yesterday and so far it works great. I have my "company-commons" project and then underneath it I have "utils", "strings", "validation". And when I run multiproject:install it builds all my jars - even with some of the sources being dependent on ot

Re: RE : why repository is set per user?

2003-12-17 Thread Charles N. Harvey III
I have gotten around this with a soft link (symbolic link). Create a directory, /usr/maven_repository/. Then, give each user a ~/.maven directory that is a pointer to the main repository. I know its not the best solution, but it is pretty easy. Or, you can specify it in the project.properties. Tha

aspectj injars

2003-12-11 Thread Charles N. Harvey III
Hello. Is there any way to get the aspectj plugin to weave into previously compiled jars that I have set as s? I could do it with ant. So, I guess I could make a that runs the commands for the inJars command. Just wanted to check to see if anyone else had done this first. Charlie -

Re: war:deploy

2003-12-10 Thread Charles N. Harvey III
r the "Reference" tab on the left. Jeff On Wed, 10 Dec 2003, at 15:33:08 [GMT -0500] Charles N. Harvey III wrote: Hello. I am having a tough time with war:deploy. When I run it I get the following: No remote repository was defined. No remote repository was defined. Which, is actual

war:deploy

2003-12-10 Thread Charles N. Harvey III
Hello. I am having a tough time with war:deploy. When I run it I get the following: No remote repository was defined. No remote repository was defined. Which, is actually pretty clear. It means that I don't have a remote repository defined in my project.xml. But I don't know where to define the

aspectj classpath

2003-12-08 Thread Charles N. Harvey III
Hello. I compile my projects with a few aspects but the compiler always throws a warning: [iajc] couldn't find aspectjrt.jar on classpath, checked: Now, I have aspectj-1.1.1.jar in my classpath. Its in my dependencies in the project.xml. I have tried aspectj-1.1.0 and get the same result. It

Re: How to pass arguments to JVM

2003-12-05 Thread Charles N. Harvey III
My boss calls this the "Principle of Least Astonishment". Jason van Zyl wrote: On Thu, 2003-12-04 at 19:34, [EMAIL PROTECTED] wrote: Any default behaviour that causes less failure and suprise gets a big +1 - To unsubscribe, e-ma

Re: Building WARS - a few questions

2003-12-04 Thread Charles N. Harvey III
Brian, I have just spent the past 3 days converting a bunch of my projects from Ant to Maven. Its not that tough, you just have to get used to it. For starters, there is a "war" target for Maven. Also a "war:webapp". These bundle up files in: project-home/src/webapp/ And, it takes anything in

aspectj is putting my entire project into .jar

2003-12-03 Thread Charles N. Harvey III
Hello. I have been digging through the mail-archive and I haven't found anyone else with this problem yet. When I run "maven aspectj" it creates a jar "target/myproject-1.0.jar". Thing is, it has EVERYTHING in it. As in, everything under "src". And, if I run it again, it will rebuild the jar wi