Re: Need help with struts dependency madness.

2005-05-17 Thread Joe Germuska
d the "war.bundle=true" property to all of them. Also, where is jakarta-oro.jar? http://www.ibiblio.org/maven/oro/jars/ Note that Struts' only run-time dependency on ORO is for the "mask" validator. If you don't use commons-validator based validation or if you don

Re: hsql DB startup

2005-01-05 Thread Joe Germuska
resumably you're trying to minimize overhead? Although, how do you ensure the DB is in a consistent state unless you do it for each test run, which means doing it in setup() ? Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narro

RE: plugin-parent error with 1.0rc3

2004-05-27 Thread Joe Germuska
project.xml had any run-time implications. Can you point to any more info about this? Thanks Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all t

RE: plugin-parent error with 1.0rc3

2004-05-26 Thread Joe Germuska
ink I've got things kind of working. At least, I'm not getting that error any more. Thanks Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens t

plugin-parent error with 1.0rc3

2004-05-26 Thread Joe Germuska
such file or directory) I upgraded from rc2 to rc3, and am getting pretty much the same behavior. The only thing I can find about this is a closed JIRA issue: http://jira.codehaus.org/browse/MAVEN-1262 Is the only solution to work from CVS HEAD? Thanks in advance. -- Joe Germuska [EMAIL PROTECTED

RE: Maven war plugin

2004-03-17 Thread Joe Germuska
oking at the same version of the plugin.jelly script? Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody

Public maven repos (was Re: jakarta-taglibs)

2004-02-28 Thread Joe Germuska
Apache projects are currently finishing changing to the Apache 2.0 license. Is there anything one should do to keep those directories "correct"? Just curious... Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday you

Re: good place to get tomcat jars?

2004-01-28 Thread Joe Germuska
rs into iBiblio, but that will take a little time to come up to speed. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and

Re: Clover plugin won't recognize my licensed clover jar

2003-12-09 Thread Joe Germuska
" have you also got maven.jar.override=on in your properties? I don't user clover, but I do override jars, and it works when I use both the maven.jar.override as well as the specific overrides. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "We want bee

Re: Help with using subprojects

2003-12-05 Thread Joe Germuska
multiproject:goal It does even more, as evidenced by the other goals on the doc page: http://maven.apache.org/reference/plugins/multiproject/goals.html However, I haven't done much with building a the site with multiproject, so I can't really help you with your specific question. -- Jo

[scm plugin] SCM problems adding namespace to project.xml

2003-10-07 Thread Joe Germuska
from the writeup, it looks like a different issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-825 Do I need to upgrade to a newer release? Or is this just a bug that I should file in Jira? Thanks Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "We want be

Re: struts tlds dependency

2003-06-27 Thread Joe Germuska
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Joe Germuska [EMA

Re: Generated JAR is corrupt.

2003-06-25 Thread Joe Germuska
ugins-build/jar maven plugin:install This is such a serious problem that I think a new Maven release should be cut as soon as possible. Even if it were just a beta 9.01 or something. Joe -- -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "If nature worked that way, th

RE: Setting which remote repository to publish to.

2003-06-19 Thread Joe Germuska
lugin documentation for the plugins which use them. See http://maven.apache.org/reference/plugins/index.html The properties you asked about are discussed in the User Guide: http://maven.apache.org/reference/user-guide.html Joe -- -- Joe Germuska [EMAIL PROTECTED] http://blog.germusk

Re: Setting which remote repository to publish to.

2003-06-19 Thread Joe Germuska
po.central=your.repository.com maven.repo.central.directory=/path/to/repo/root project.properties is probably the best place to put this, since it's likely to be logically constant for all users of the same project. Of course you can set these using any of the maven property setting techniques. Joe --

RE: documentation of changes.xml syntax?

2003-06-06 Thread Joe Germuska
At 22:38 +0200 6/5/03, Vincent Massol wrote: Your wishes have been granted! :-) See http://maven.apache.org/reference/plugins/changes (make sure you refresh your browser) If only it were always that easy! Thanks a lot! Joe -- -- Joe Germuska [EMAIL PROTECTED] http

Re: Customising plug-ins

2003-06-06 Thread Joe Germuska
Copying JSPs -- no filtering **/*.jsp copy target-specific resources - ${deploy.target}

documentation of changes.xml syntax?

2003-06-06 Thread Joe Germuska
plugins/changes/index.html -- then again, it would be great if that page wasn't a copy of the changelog docs! I know, everyone is busy. Just trying a little levity. Joe -- -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "If nature worked that way, the universe

Re: properties in a dependency

2003-06-05 Thread Joe Germuska
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "If nature worked that way, the universe would crash all the time." --Jaron Lanier -

RE: multiple sourceDirectory elements & local jar dependencies

2003-06-03 Thread Joe Germuska
al attribute on the dependency, like . Current common solution (in mail archives) is to set maven.repo.remote to a local repository (either local file system or an internal server). This is also a cool idea. A local repository (supplemental to ibiblio) on our own server seems like a cool id

Re: building jar in target/lib and copying dependencies

2003-05-30 Thread Joe Germuska
m goal. I can't think of anything offhand which is directly designed for your needs, but like I said, I'm not sure if I understand your needs! -- -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "If natur

Re: JavaMail JARS

2003-05-30 Thread Joe Germuska
revent these from being distributed on iBiblio, so setting up your own repository is indeed the easiest fix. Technically, "activation.jar" isn't part of JavaMail, it's just used by it, but it's your repository, so as long as you know where to find it... Joe -- -- Joe Germu