Deploying site doc to github

2010-03-28 Thread Kathryn Huxtable
I know, I keep harping on using SCMs for storing site documentation. That's because it's cool and cool kids are doing it. ;-) GitHub has its pages feature, described at http://pages.github.com, where if you have a top-level branch in your git repo called gh-pages containing web content instead

Re: Deploying site to svn repo (google code)

2010-03-26 Thread Kathryn Huxtable
: Maybe we should just turn on site hosting @ oss.sonatype.org in Nexus 2010/3/25 Kathryn Huxtable kath...@kathrynhuxtable.org: Okay, here's a somewhat manual solution: Before doing anything else, create a site branch in your subversion repository and check it out into a directory

Re: Deploying site to svn repo (google code)

2010-03-26 Thread Kathryn Huxtable
. -K On Mar 26, 2010, at 4:47 PM, Kathryn Huxtable wrote: That would be up to you, but you're not the hosting site. You're just a way-station on the way from Google Code to Central. My solution works, by the way. I deployed another release, having turned off timestamps in the javadocs. I

Re: Deploying site to svn repo (google code)

2010-03-25 Thread Kathryn Huxtable
sites without ssh access, this seems like an area for further development. -K On Mar 24, 2010, at 4:59 PM, Kathryn Huxtable wrote: Yes, there's that, but I was willing to write something that set those after the fact. -K On Mar 24, 2010, at 4:56 PM, lukewpatterson wrote

Re: Release plugin 2.0 and gpg plugin 1.0 - passphrase prompting fails

2010-03-24 Thread Kathryn Huxtable
On Mar 24, 2010, at 4:36 AM, Eric Chatellier wrote: Le 23/03/2010 21:44, Kathryn Huxtable a écrit : My POM is set up exactly as desired by Sonatype for releasing to their OSSRH repository, described in http://nexus.sonatype.org/oss-repository-hosting.html except that I'm using

Deploying site to svn repo (google code)

2010-03-24 Thread Kathryn Huxtable
My project is hosted at Google Code, and I'm syncing to Central via Sonatype. I've been deploying my site documentation to my personal website because I have ssh access there and the ssh wagon is very efficient. I've tried using the webdav wagon to deploy my site docs, and while it's okay for

Re: Deploying site to svn repo (google code)

2010-03-24 Thread Kathryn Huxtable
, at 2:35 PM, Justin Edelson wrote: Did you look at wagon-svn? On Mar 24, 2010, at 12:28 PM, Kathryn Huxtable kath...@kathrynhuxtable.org wrote: My project is hosted at Google Code, and I'm syncing to Central via Sonatype. I've been deploying my site documentation to my personal website

Re: Deploying site to svn repo (google code)

2010-03-24 Thread Kathryn Huxtable
, 2010, at 12:41 PM, Kathryn Huxtable kath...@kathrynhuxtable.org wrote: Yes, I did. It works fine for deploying artifacts, as there are usually only a few. When deploying a site, though, it doesn't scale well. It deploys each file separately, or at least the last version I tried did

Re: Running multiple phases on multimodules.

2010-03-24 Thread Kathryn Huxtable
Does it not work to simply do: $ mvn clean install ? -K On Mar 24, 2010, at 4:22 PM, Jesse Farinacci wrote: Hi Lydie, On Wed, Mar 24, 2010 at 4:59 PM, Compere, Lydie lydie.comp...@tdassurance.com wrote: WHAT I WOULD LIKE MAVEN TO DO IS: clean Child-A clean Child-B

Re: Running multiple phases on multimodules.

2010-03-24 Thread Kathryn Huxtable
before installing the first one. Although why is beyond me. Justin On Mar 24, 2010, at 2:36 PM, Kathryn Huxtable kath...@kathrynhuxtable.org wrote: Does it not work to simply do: $ mvn clean install ? -K On Mar 24, 2010, at 4:22 PM, Jesse Farinacci wrote: Hi Lydie, On Wed

Re: Running multiple phases on multimodules.

2010-03-24 Thread Kathryn Huxtable
I believe he was using some current American television slang from South Park. (The profit reference.) The basic idea is to run the clean goal as a maven command, and when it completes, run the install goal in a separate maven command. -K On Mar 24, 2010, at 4:48 PM, Compere, Lydie wrote:

Re: Deploying site to svn repo (google code)

2010-03-24 Thread Kathryn Huxtable
Yes, there's that, but I was willing to write something that set those after the fact. -K On Mar 24, 2010, at 4:56 PM, lukewpatterson wrote: justinedelson wrote: Did you look at wagon-svn? wagon-svn would be great but it doesn't support mime-type auto-props, which is crucial for

Re: Running multiple phases on multimodules.

2010-03-24 Thread Kathryn Huxtable
That was my assumption, along with a French-sounding name making the profit reference potentially meaningless. -K, who develops on a Mac. I do test on Windows... On Mar 24, 2010, at 5:04 PM, Wendy Smoak wrote: On Wed, Mar 24, 2010 at 5:52 PM, Wayne Fay wayne...@gmail.com wrote: $ mvn clean

Re: Running multiple phases on multimodules.

2010-03-24 Thread Kathryn Huxtable
, Kathryn Huxtable kath...@kathrynhuxtable.org wrote: I believe he was using some current American television slang from South Park. (The profit reference.) The basic idea is to run the clean goal as a maven command, and when it completes, run the install goal in a separate maven command. -K

Release plugin 2.0 and gpg plugin 1.0 - passphrase prompting fails

2010-03-23 Thread Kathryn Huxtable
My POM is set up exactly as desired by Sonatype for releasing to their OSSRH repository, described in http://nexus.sonatype.org/oss-repository-hosting.html except that I'm using version 2.0 of the release plugin and 1.0 of the gpg plugin. I don't get prompted for my signing passphrase

Re: Creating repository for offline building with dependency:go-offline fails

2010-03-19 Thread Kathryn Huxtable
On Mar 19, 2010, at 10:13 AM, Wendy Smoak wrote: On Fri, Mar 19, 2010 at 10:54 AM, jimmi4664 jm.postili...@gmail.com wrote: My Maven project needs to be built in an offline computer. I am trying to create a snapshot of my repository using an online machine and mvn dependency:go-offline, and

Re: Can't find maven-properties-plugin

2010-03-19 Thread Kathryn Huxtable
On Mar 19, 2010, at 6:42 PM, Wayne Fay wrote: I have already looked at the usage page of properties-maven-plugin at http://mojo.codehaus.org/properties-maven-plugin/usage.html and at codehaus repository at http://repository.codehaus.org/org/codehaus/mojo/ and maven central:

New plugin for creating Swing control images for documentation

2010-03-17 Thread Kathryn Huxtable
I'm working on a look and feel for Swing (http://seaglasslookandfeel.com) and wanted to include images from the look and feel in my documentation. So I wrote a plugin org.kathrynhuxtable.maven.plugins:imagegenerator-maven-plugin:1.0 that I've deployed to Central. The docs are at

VM_global_library.vm - where to put it?

2010-03-17 Thread Kathryn Huxtable
I've been ignoring that warning message for years, but suddenly I have a use for defining some macros to be used in resource filtering. Would #foo() work in filtering, and where can I define it? -K - To unsubscribe, e-mail:

maven site generation woes - striped table edition

2010-03-15 Thread Kathryn Huxtable
I'd like to choose between tables in the usual striped boxy format and tables with white backgrounds and simple line borders. I'm actually using the docbkx plugin to generate html from DocBook, which I then run through JTidy to make XHTML-compatible. I generate this to the

maven site generation woes - striped table edition

2010-03-15 Thread Kathryn Huxtable
I'd like to choose between tables in the usual striped boxy format and tables with white backgrounds and simple line borders. I'm actually using the docbkx plugin to generate html from DocBook, which I then run through JTidy to make XHTML-compatible. I generate this to the

Re: maven site generation woes - striped table edition

2010-03-15 Thread Kathryn Huxtable
, 2010, at 8:12 AM, Lukas Theussl wrote: With doxia-1.1 (site-plugin-2.1), you should be able to specify a class attribute on your xdoc table, which will override the default maven style. I'm not sure if/how this works with docbook though. HTH, -Lukas Kathryn Huxtable wrote: I'd like

Can release:perform please not deploy the site?

2010-03-15 Thread Kathryn Huxtable
I'm using Sonatype's hosting to stage my releases and sometimes need to drop back. It's annoying to have it deploy the site docs when they don't conform to the actual released-on-central latest version. I can't see an argument to stop this. I suppose I could deploy to some bogus location by

Re: Can release:perform please not deploy the site?

2010-03-15 Thread Kathryn Huxtable
Ah. I missed that. Thanks much! -K On Mar 15, 2010, at 2:35 PM, Dennis Lundberg wrote: On 2010-03-15 20:02, Kathryn Huxtable wrote: I'm using Sonatype's hosting to stage my releases and sometimes need to drop back. It's annoying to have it deploy the site docs when they don't conform

Re: Can release:perform please not deploy the site?

2010-03-15 Thread Kathryn Huxtable
Yep. Released and dropped and no site deploy! Again, thanks! -K On Mar 15, 2010, at 2:37 PM, Kathryn Huxtable wrote: Ah. I missed that. Thanks much! -K On Mar 15, 2010, at 2:35 PM, Dennis Lundberg wrote: On 2010-03-15 20:02, Kathryn Huxtable wrote: I'm using Sonatype's hosting to stage

Re: switching to maven?

2008-08-16 Thread Kathryn Huxtable
That's what we did as well. -K On Aug 15, 2008, at 11:40 PM, Chad La Joie wrote: I had a series of projects that had different directory structures than what Maven uses by default. When we mad the conversion we changed our local copy around until it was what we wanted and then just did a

Re: Where to place design documents

2008-08-15 Thread Kathryn Huxtable
I'm with Wendy on this. Put them in src/site/resources unless you'd rather put them in some external documentation such as a wiki. -K On Aug 15, 2008, at 10:30 AM, Wendy Smoak wrote: On Fri, Aug 15, 2008 at 8:21 AM, Farrukh Najmi [EMAIL PROTECTED] wrote: Is there a standard place in the

Re: can we use classifier here?

2008-08-14 Thread Kathryn Huxtable
Sounds like a case for a parent pom and associated child POMs. -K -K On Thu, 2008-08-14 at 12:05 -0700, David Jencks wrote: The fundamental problem we have is that we need to output several different artifacts from a single maven project. Processing an ear file that contains ee app

Re: [POLL] Default Value for Reports Output Encoding

2008-08-13 Thread Kathryn Huxtable
On Wed, 2008-08-13 at 11:38 -0400, Geoffrey Wiseman wrote: On Sun, Aug 10, 2008 at 12:28 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote: I'd actually prefer an option under the reporting element to set the encoding to a desired value and have it default to UTF-8, but I can live

Re: site plugin outputEncoding not working

2008-08-10 Thread Kathryn Huxtable
] will be closing in a few days... Regards, Hervé [0] http://docs.codehaus.org/display/MAVEN/Reporting+Encoding+Configuration [1] http://www.nabble.com/-POLL--Default-Value-for-Reports-Output-Encoding-td18838502.html Le samedi 09 août 2008, Kathryn Huxtable a écrit : I put

Re: [POLL] Default Value for Reports Output Encoding

2008-08-10 Thread Kathryn Huxtable
I vote (a). Use UTF-8. I'd actually prefer an option under the reporting element to set the encoding to a desired value and have it default to UTF-8, but I can live with a procrustean solution. -K Hervé BOUTEMY wrote: Dear community, The Maven team is currently discussing a proposal

Re: maven repository

2008-08-08 Thread Kathryn Huxtable
Typically, in ~/.m2/repository/com/fedex/crm/oneresource/myfile/2.2.1/ myfile-2.2.1.jar, where ~ is your home directory. On Windows, this is typically the c:\Documents and Settings\YOUR-USERNAME directory. -K On Aug 8, 2008, at 10:38 AM, Lakshmi Kurella wrote: I executed the following

site plugin outputEncoding not working

2008-08-08 Thread Kathryn Huxtable
I put outputEncodingUTF-8/outputEncoding in the configure element of my site plugin and nothing changed. The output html was still ISO-8859-1 and the meta tag still said ISO-8859-1. I have to deal with a misconfigured Apache server and it is overriding the encoding to UTF-8. In

Re: Where is the default reports reference?

2008-07-31 Thread Kathryn Huxtable
So no one wants to answer this? -K On Jul 28, 2008, at 6:08 AM, Kathryn Huxtable wrote: I'm wanting to edit the menu in my site for the Project Documentation, which is produced by the site.xml line menu ref=reports/ In particular, I want it not to be collapsable. An easy way to do

Where is the default reports reference?

2008-07-28 Thread Kathryn Huxtable
I'm wanting to edit the menu in my site for the Project Documentation, which is produced by the site.xml line menu ref=reports/ In particular, I want it not to be collapsable. An easy way to do that would be great, but I'm wondering where that information comes from. Surely it's

Why can't site links and breadcrumbs use https?

2008-07-28 Thread Kathryn Huxtable
Using the latest and greatest site plugin (2.0-beta-7) when I include the link https://wiki.internet2.edu/confluence/display/i2miCommon/Ldappc in my links or breabcrumbs, it comes out as file://localhost/Users/huxtable/dev/workspace/ldappc/target/Ldappc Internally, it says

Re: Why can't site links and breadcrumbs use https?

2008-07-28 Thread Kathryn Huxtable
is the wiki site rather than the documentation site because the wiki is the primary source for downloading the software and such. Anyway, I'm trying one of the workarounds suggested in JIRA MSITE-159. So go ahead and ignore my question. -K On Jul 28, 2008, at 6:35 AM, Kathryn Huxtable wrote

Re: Why can't site links and breadcrumbs use https?

2008-07-28 Thread Kathryn Huxtable
, Kathryn Huxtable wrote: I knew when I posted this that I was making the assumption that the https was the problem. It's not, of course. The problem is that the url element in my pom is the wiki site. The documentation is actually going to be deployed to a different server. I think it's

Re: dependency plugin

2008-07-18 Thread Kathryn Huxtable
Use the assembly plugin instead. It's very customizable and can likely do what you want. -K On Jul 18, 2008, at 7:43 AM, Laura Lozano wrote: Hello, I'm using the dependency plugin in order to copy the dependencies from the repository to a target platform. The problem is that I need to

External jars vs repository

2008-07-07 Thread Kathryn Huxtable
Hi all, I'm working on this project which has several dependencies that aren't in central. A few are the usual Sun suspects, one is jamon 2.7, and the rest are Internet2 jars which we *could* deploy to central. I haven't yet brought this up with the I2 people, but I will. In the

Re: [ANN] Maven Site Plugin 2.0-beta-7 Released

2008-07-07 Thread Kathryn Huxtable
On Jul 7, 2008, at 5:17 AM, Dennis Lundberg wrote: There are two kinds of Mojos. A Mojo is a goal in plugin. There are build mojos and there are reporting mojos. Build mojos are configured in the build section of the POM while reporting mojos are configured in the reporting section of the

Re: generate bat/cmd with classpath?

2008-07-07 Thread Kathryn Huxtable
On Jul 7, 2008, at 5:34 PM, Ken Liu wrote: Is there any easy way to have maven generate a cmd or bat file with the java command line populated with the classpath from the maven dependencies? You could check out the codehaus mojo appassembler at

Re: [ANN] Maven Site Plugin 2.0-beta-7 Released

2008-07-04 Thread Kathryn Huxtable
Yes, I did. It got downloaded, along with the newer doxia. I assume it's getting used. I think it's good practice to specify the version on your build and reporting plugins to ensure repeatability of builds. -K On Jul 3, 2008, at 3:30 PM, Dennis Lundberg wrote: Kathryn Huxtable wrote: I

Re: [ANN] Maven Site Plugin 2.0-beta-7 Released

2008-07-04 Thread Kathryn Huxtable
So I intended also to ask if I should maybe be looking at anything else. Consider it asked. -K On Jul 4, 2008, at 9:53 AM, Kathryn Huxtable wrote: Yes, I did. It got downloaded, along with the newer doxia. I assume it's getting used. I think it's good practice to specify the version

Re: [ANN] Maven Site Plugin 2.0-beta-7 Released

2008-07-04 Thread Kathryn Huxtable
wish to go to a href=deployment-guide.htmlDeployment Guide/a or a href=user-manual.htmlUser Manual/a . Hopefully the line breaks will come through in the email. -K On Jul 4, 2008, at 9:56 AM, Kathryn Huxtable wrote: So I intended also to ask if I should maybe be looking at anything else

Re: [ANN] Maven Site Plugin 2.0-beta-7 Released

2008-07-04 Thread Kathryn Huxtable
will be necessary. -K On Jul 4, 2008, at 10:44 AM, Kathryn Huxtable wrote: I can say, having looked at the HTML produced, that all the anchor tags have newlines following them. This is generating the extra space. For instance, the APT text After reading this document, if you desire more detailed

Re: [ANN] Maven Site Plugin 2.0-beta-7 Released

2008-07-04 Thread Kathryn Huxtable
dependencies in single module projects... -K On Jul 4, 2008, at 10:49 AM, Kathryn Huxtable wrote: If you want to try it out, the code is available at $ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs/i2mi login $ cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvs/i2mi co ldappc-mvn The tests

Re: [ANN] Maven Site Plugin 2.0-beta-7 Released

2008-07-04 Thread Kathryn Huxtable
On Jul 4, 2008, at 10:56 AM, Kathryn Huxtable wrote: Okay, I deleted the older site plugins from my local repo and rebuild the site. It downloaded version 2.0-beta-6, despite my having, so far as I know, no references to it, and a specific reference to 2.0-beta-7 in my pom.xml file. I'm

Re: [ANN] Maven Site Plugin 2.0-beta-7 Released

2008-07-04 Thread Kathryn Huxtable
Thanks, that did the trick! -K On Jul 4, 2008, at 3:08 PM, Lukas Theussl wrote: You define the site plugin inside reporting, I guess you want it inside build. I can confirm that MSITE-274 is fixed for me with beta-7. HTH, -Lukas Kathryn Huxtable wrote: Okay, I renamed my entire

Re: [ANN] Maven Site Plugin 2.0-beta-7 Released

2008-07-03 Thread Kathryn Huxtable
I don't see that MSITE-274 (spaces added) is fixed. I'm still getting the extra spaces. -K On Jul 3, 2008, at 12:34 AM, Dennis Lundberg wrote: The Maven team is pleased to announce the release of the Maven Site Plugin, version 2.0-beta-7 The Maven 2 Site plugin is used to generate a site

Re: Odd warning in assembly plugin

2008-07-01 Thread Kathryn Huxtable
groupId. I had changed it at one point and failed to edit the pom file. Thanks to all for their advice, -K On Jul 1, 2008, at 9:32 AM, Magne Nordtveit wrote: On Mon, 2008-06-30 at 18:27 -0500, Kathryn Huxtable wrote: Correct. I have several Internet2 projects which are not currently in any

Assembly interpolation

2008-07-01 Thread Kathryn Huxtable
Is there any way to get the assembly id interpolated into a filtered resource? Or failing that, the execution id? I don't want to create a separate profile and pass parameters. -K - To unsubscribe, e-mail: [EMAIL PROTECTED]

Odd warning in assembly plugin

2008-06-30 Thread Kathryn Huxtable
I'm making an assembly for a project and one of its runtime dependencies is something called grouper. I'm getting the following warning: [WARNING] Attempting to build MavenProject instance for Artifact (edu.internet2.middleware.grouper:grouper:1.3.0) of type: jar; constructing POM

Re: Odd warning in assembly plugin

2008-06-30 Thread Kathryn Huxtable
, and the project-builder is constructing a pom artifact to build the project instance from instead. I just need to modify the assembly plugin to make sure it's passing in pom artifacts, but this shouldn't affect your assembly in any way. -john On Mon, Jun 30, 2008 at 5:17 PM, Kathryn Huxtable

Re: Odd warning in assembly plugin

2008-06-30 Thread Kathryn Huxtable
, differences there are. On Jun 30, 2008, at 6:12 PM, John Casey wrote: You're saying that you only get that warning for one dependency out of a group of them you're working with, within the assembly process? -j On Mon, Jun 30, 2008 at 5:52 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote

Re: Need to generate simple runner script

2008-06-28 Thread Kathryn Huxtable
assembly descriptor: filesfilefilteredtrue/filteredsourcesrc/main/assembly/ runapp.sh/source/file 3) then just use ${curruentVersion} in that file Andrew On 2008-06-27, Kathryn Huxtable [EMAIL PROTECTED] wrote: Actually, it turns out that the appassembler plugin is almost what I want. It requires

Need to generate simple runner script

2008-06-27 Thread Kathryn Huxtable
I am using the jar plugin to add the dependencies to the manifest of my project's jar, and the dependencies plugin to create a lib directory to contain them. I like that my jar has the version number appended. Given that, is there any way to inject the version number into a shell script

Re: Need to generate simple runner script

2008-06-27 Thread Kathryn Huxtable
everything in that directory into the classpath. -K On Jun 27, 2008, at 10:34 AM, Kathryn Huxtable wrote: I am using the jar plugin to add the dependencies to the manifest of my project's jar, and the dependencies plugin to create a lib directory to contain them. I like that my jar has

Re: Too many open files during surefire test

2008-06-23 Thread Kathryn Huxtable
AM, Sean Hennessy wrote: Is the XSD file well formed? Do you receive any complaint from xml editor (eg:XMLSpy) opening the XSD file? What are the chances the XSD file have a circular reference definition? -Original Message- From: Kathryn Huxtable [mailto:[EMAIL PROTECTED] Sent

Re: Too many open files during surefire test

2008-06-21 Thread Kathryn Huxtable
happens on the first file it tries to open, which is an XSD file being used by a SAX parser in commons-digester. This isn't rocket science. -K, slogging on and unable to sleep. I'm in GMT-0600. On Jun 20, 2008, at 3:33 PM, Kathryn Huxtable wrote: Thanks. I'm running on Mac OS X 10.5.3

Re: Too many open files during surefire test

2008-06-21 Thread Kathryn Huxtable
Okay, I'm eating my words. Using lsof reveals about 10,000 open handles on my XSD file. I don't know why we don't see this in production. No one has reported it and this code has been out there for a year and a half or so. Thanks all, -K On Jun 21, 2008, at 3:15 AM, Kathryn Huxtable

Too many open files during surefire test

2008-06-20 Thread Kathryn Huxtable
I'm converting a project from ant to maven and I'm getting a Too many open files error during testing when it tries to open some config files in a SAX parser. I don't get this error when using the TestRunner class from the command line. I don't think the specific file is relevant, and I

Re: Too many open files during surefire test

2008-06-20 Thread Kathryn Huxtable
On Jun 20, 2008, at 4:51 AM, Kathryn Huxtable wrote: I'm converting a project from ant to maven and I'm getting a Too many open files error during testing when it tries to open some config files in a SAX parser. I don't get this error when using the TestRunner class from the command line

Re: Too many open files during surefire test

2008-06-20 Thread Kathryn Huxtable
with respect to the closure of IO streams, especially on exception paths. Regards, jon seymour. On Fri, Jun 20, 2008 at 8:01 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote: I should have added that I'm running Maven 2.0.9 and maven-surefire- plugin 2.4.3. I'm supplying the argLine of -Xmx300M and I'm

Re: Too many open files during surefire test

2008-06-20 Thread Kathryn Huxtable
Nope, that's not it. I reduced it down to one test and it still fails and it fails in setUp. -K On Jun 20, 2008, at 3:03 PM, Kathryn Huxtable wrote: I'll take a look. It's not my code, or it would have been in maven to begin with. -K On Jun 20, 2008, at 12:58 PM, Jon Seymour wrote

Re: Too many open files during surefire test

2008-06-20 Thread Kathryn Huxtable
[ if it is particularly low ]. jon. On Sat, Jun 21, 2008 at 6:10 AM, Kathryn Huxtable [EMAIL PROTECTED] wrote: Nope, that's not it. I reduced it down to one test and it still fails and it fails in setUp. -K On Jun 20, 2008, at 3:03 PM, Kathryn Huxtable wrote: I'll take a look. It's not my

Re: Global test setup

2008-06-13 Thread Kathryn Huxtable
Thanks to both you and Geoffrey. This is food for thought. I'll post what I do if it's not just using the TestSetup class, which I think I understand now that it's been pointed out to me. -K On Jun 12, 2008, at 5:23 PM, Wendy Smoak wrote: On Thu, Jun 12, 2008 at 2:13 PM, Kathryn Huxtable

Global test setup

2008-06-12 Thread Kathryn Huxtable
Hi all, I'm working on converting an Internet2 ant project (ldappc) to Maven. (I can't stand ant.) The project interacts with two databases and an LDAP directory. Specifically, it provisions certain attributes in LDAP from the databases. The test suite uses a user-supplied LDAP directory

Re: Surefire not excluding jUnit TestSuite$1

2008-04-03 Thread Kathryn Huxtable
So how are you liking Maven now? -K On Apr 3, 2008, at 2:19 PM, Chad La Joie wrote: Alright, one of our developers located the problem. It appears that when surefire runs it creates a TestSuite from all concrete classes that match the default includes pattern (**/ Test*.java, **/*Test.java,

Re: Surefire not excluding jUnit TestSuite$1

2008-04-03 Thread Kathryn Huxtable
Sorry. Didn't mean to post that to the list. -K On Apr 3, 2008, at 2:38 PM, Kathryn Huxtable wrote: So how are you liking Maven now? -K - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Maven's included with Leopard (Mac OS 10.5)

2007-11-15 Thread Kathryn Huxtable
Can't you just set MVN_HOME to what you want and put your maven 2.0.7 in, say, /opt/maven? I am not running Leopard on my dev machine, only on my play machine. I've noticed some slowness launching some Java apps, but nothing else. I've heard there are more problems. -K On Nov 15, 2007,

Re: An undeploy plugin?

2007-06-02 Thread Kathryn Huxtable
Do you mean uninstall, as from your local repository, or undeploy, as in a remote repository? I don't have an answer to your question, since I use Artifactory for my remote proxy and it has tools to undeploy, but I thought clarification was in order. -K On May 31, 2007, at 11:39 PM,

Re: Re : Re : Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-25 Thread Kathryn Huxtable
any java5 servlet container. (see: https://www.jfrog.org/jira/browse/RTFACT-75) Kathryn Huxtable wrote: The *only* problem with Artifactory is that it seems to require Java6 and we're not yet running that on anything. -K On 4/24/07 3:28 PM, Wayne Fay [EMAIL PROTECTED] wrote

Re: Re : Re : Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-25 Thread Kathryn Huxtable
On 4/25/07, Kathryn Huxtable [EMAIL PROTECTED] wrote: Are you sure? I'm getting the following in my catalina.out file: 2007-04-25 12:47:19,655 [INFO ] webapp.servlet.ArtifactoryContextConfigurer - Starting Artifactory... 2007-04-25 12:47:19,715 [INFO

Re: Re : Re : Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-25 Thread Kathryn Huxtable
Same error. Dang. I'll bug the Artifactory people. -K On 4/25/07 2:13 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote: That's kind of what I suspected. I'm running JDK1.5.0_07. JDK1.6 isn't yet available in a stable version for Mac OS X. Also, none of my production RedHat servers are running

Re: Re : Re : Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread Kathryn Huxtable
The *only* problem with Artifactory is that it seems to require Java6 and we're not yet running that on anything. -K On 4/24/07 3:28 PM, Wayne Fay [EMAIL PROTECTED] wrote: The general concept behind all of these Maven Proxy tools is the same. If one works for you and others do not, then I

Re: M2 : Controlling WEB-INF/lib contents in war

2007-04-17 Thread Kathryn Huxtable
He meant scope. -K On 4/17/07 9:35 AM, Shute, James [EMAIL PROTECTED] wrote: Not sure I follow how profiles help here? My understanding was that they let you control different versions of the build, e.g. to target different runtimes / containers etc. I don't have any such requirement -

Re: Cannot run changelog command

2007-04-17 Thread Kathryn Huxtable
Does the changelog plugin require a web-accessible scm? Mine is using svn+ssh... -K On 4/17/07 12:03 PM, Pankaj Tandon [EMAIL PROTECTED] wrote: Just to bring this issue to closure.. This was happenning because I had not qualified my connection url by scm:svn: But for some reason the

Re: Archetype : $ a predefined character

2007-04-16 Thread Kathryn Huxtable
I defined a symbol called dollar equal to a dollar sign and used ${dollar} throughout. It worked. I think you're supposed to be able to use \$, but I couldn't get it to work. -K On 4/16/07 10:19 AM, Marouane Amraoui [EMAIL PROTECTED] wrote: Hi, I create my own archetype : This

Re: JXR versus javadoc linking

2007-04-04 Thread Kathryn Huxtable
Actually, the core problem was that I was still using the codehaus version instead of the Apache version of the plugin. Switching it indicates that version 2.0 works fine. Thanks! -K On 4/3/07 4:59 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote: Yes, that took care of it. When will this likely

Re: JXR versus javadoc linking

2007-04-03 Thread Kathryn Huxtable
Yes, that took care of it. When will this likely be released? -K On 4/3/07 3:03 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Kathryn Huxtable wrote: I think I see part of the problem. The path to the FilterHandler source reference file on my development system is /Users/huxtable/dev

JXR versus javadoc linking

2007-04-02 Thread Kathryn Huxtable
I can't get it to work in 2.0.5 using the javadocDir configuration element. My links come out as www.kathrynhuxtable.org/apidocs/... Instead of www.kathrynhuxtable.org/projects/shibshimfilter/apidocs/... In my pom.xml I'm specifying javadocDirtarget/site/apidocs//javadocDir This

Re: WAR Archiver: avoiding JAR files in WEB-INF/lib

2007-04-02 Thread Kathryn Huxtable
'provided'. -K On 4/2/07 1:29 PM, Gonzalo Vásquez Sáez [EMAIL PROTECTED] wrote: Is there any way to tell some dependencies just to be used on the compile phase and not to be included in the run phase during a WAR packaging? I have some Application Server specific JAR files needed during

Re: JXR versus javadoc linking

2007-04-02 Thread Kathryn Huxtable
/groupId artifactIdcobertura-maven-plugin/artifactId /plugin /plugins /reporting -K On 4/2/07 4:32 PM, Dennis Lundberg [EMAIL PROTECTED] wrote: Kathryn Huxtable wrote: I can't get it to work in 2.0.5 using the javadocDir configuration element. My links come out

Re: JXR versus javadoc linking

2007-04-02 Thread Kathryn Huxtable
this feature? I suppose I can set it to not include the links, thus defining the problem away, but it seems like a nice feature. -K On 4/2/07 9:18 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote: What I mean is that when I go to http://www.kathrynhuxtable.org/projects/shibshimfilter/xref

Re: Maven1's repo is more up-to-date than Maven2's repo? (missing jars in Maven2's repo)

2007-02-22 Thread Kathryn Huxtable
Isn't XDoclet an orphaned project? Are people still developing it? -K On 2/22/07 8:48 AM, Jason van Zyl [EMAIL PROTECTED] wrote: On 22 Feb 07, at 8:39 AM 22 Feb 07, Eus wrote: Hi Ho! Why the public repository for Maven2 (http://repo1.maven.org/ maven2/) does not contain all jars

Re: [m2] mvn deploy:deploy-file

2006-06-05 Thread Kathryn Huxtable
So can't you add the internal repository anyway for deployment purposes? -K On 6/5/06 12:38 PM, Adam Hardy [EMAIL PROTECTED] wrote: I have a question about mvn deploy:deploy-file. I would like to be able to specify the repository URL on its own, because I am using maven-proxy as a method of

Re: Rant (very long)

2006-05-25 Thread Kathryn Huxtable
Okay, I'll bite. I just set up maven-proxy-webapp (my team doesn't have control over the firewall settings for our web servers, so I need to have this on 80/443). I copied a maven-proxy-config.properties file from somewhere and edited the WEB_ROOT to be my local locations. What now? What do I

Re: Rant (very long)

2006-05-25 Thread Kathryn Huxtable
the requested jars it will try and get them from ibiblio, codehaus or other remote repositries. Ben On 5/25/06, Kathryn Huxtable [EMAIL PROTECTED] wrote: Okay, I'll bite. I just set up maven-proxy-webapp (my team doesn't have control over the firewall settings for our web servers, so I need

Re: Rant (very long)

2006-05-25 Thread Kathryn Huxtable
tries to build their project. the next programmer gets the dependancy from the proxy, making it much faster. Ben On 5/25/06, Kathryn Huxtable [EMAIL PROTECTED] wrote: Thanks, that worked. Is the general opinion that each developer should set up maven-proxy on their own machine

Maven-proxy (was Re: Rant (very long))

2006-05-25 Thread Kathryn Huxtable
Of course, one answer leads to another question... ;-) Why bother proxying inhouse repositories? I don't see the logic there. -K On 5/25/06 4:58 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote: In that case, I'll stick with the webapp. Thanks much! -K On 5/25/06 4:56 PM, ben short [EMAIL

Re: Maven-proxy (was Re: Rant (very long))

2006-05-25 Thread Kathryn Huxtable
repositry would be seperate. In this you would store all the jar that you produce and want to share between your development team. Does that help? Ben On 5/25/06, Kathryn Huxtable [EMAIL PROTECTED] wrote: Of course, one answer leads to another question... ;-) Why bother proxying

Re: maven repository manager?

2006-05-25 Thread Kathryn Huxtable
What's wrong with exceptions, she asked, tongue firmly in cheek? -K On 5/25/06 5:36 PM, ben short [EMAIL PROTECTED] wrote: A webapp that throughs an exception when you try to access it. On 5/25/06, Adam Hardy [EMAIL PROTECTED] wrote: Wouter de Vaal on 24/05/06 10:51, wrote: Hi, Can

Re: Maven-proxy (was Re: Rant (very long))

2006-05-25 Thread Kathryn Huxtable
I actually meant scpexe. I was just testing you, as my ex-father in law would say when I made an error. -K On 5/25/06 5:45 PM, ben short [EMAIL PROTECTED] wrote: Yes you use the maven-proxy to serve the internal repository. What do you mean my sshext? Ben On 5/25/06, Kathryn Huxtable

Re: maven repository manager?

2006-05-25 Thread Kathryn Huxtable
no information to help you find out what went wronge ;) On 5/25/06, Kathryn Huxtable [EMAIL PROTECTED] wrote: What's wrong with exceptions, she asked, tongue firmly in cheek? -K On 5/25/06 5:36 PM, ben short [EMAIL PROTECTED] wrote: A webapp that throughs an exception when you try to access

Re: Maven-proxy (was Re: Rant (very long))

2006-05-25 Thread Kathryn Huxtable
. Is that another test? On 5/25/06, Kathryn Huxtable [EMAIL PROTECTED] wrote: I actually meant scpexe. I was just testing you, as my ex-father in law would say when I made an error. -K On 5/25/06 5:45 PM, ben short [EMAIL PROTECTED] wrote: Yes you use the maven-proxy to serve

Re: Archetype Directories

2006-05-09 Thread Kathryn Huxtable
Doesn't the 1.0-alpha-4 version take care of this? -K On 5/8/06 3:16 PM, Alexandre Poitras [EMAIL PROTECTED] wrote: I think you'll have to install the patch Aaron submitted until a new release of the archetype plugin. Voting for the issue should help ;) On 5/8/06, bryan hansen [EMAIL

Re: Error transferring file

2006-04-28 Thread Kathryn Huxtable
] For additional commands, e-mail: [EMAIL PROTECTED] -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: maven proxy settings - security hazard

2006-04-26 Thread Kathryn Huxtable
I always use scpexe instead of scp, thus enabling me to use ssh-agent (or pageant if you're using putty on windows) to hold my credentials. That way the only thing that is in the file is the location of my key and my username. The passphrase must be entered by me externally. -K On 4/26/06 3:22

Re: [M2] Problem running tests on Windows (white-space in repository?)

2006-04-24 Thread Kathryn Huxtable
I prefer on Windows to use forward slashes in file paths. Java and Windows are both agnostic (except on command lines), so either can be used. That way you don't have to escape a bunch of backslashes. -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division

<    1   2   3   >