Re: PMD - View javadoc - doesn't work

2006-04-21 Thread Kathryn Huxtable
Neither does mine. And I can't find the JXR documentation. -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas +1 785 864 0420 On 4/21/06 1:34 PM, Julio Oliveira [EMAIL PROTECTED] wrote: Hi I have

Re: Using maven to setup Eclipse plugin project

2006-04-18 Thread Kathryn Huxtable
-t1468793.htm l#a3970214 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kathryn Huxtable Middleware Architect Core

Re: Using maven to setup Eclipse plugin project

2006-04-18 Thread Kathryn Huxtable
Not that I know of. That's why I made the archetype. -K -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas On 4/18/06 2:22 PM, Hua [EMAIL PROTECTED] wrote: Hello K. Thank you for the reply. I need

Re: Using maven to setup Eclipse plugin project

2006-04-18 Thread Kathryn Huxtable
distributing the project to another institution. -K -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas On 4/18/06 2:31 PM, Mark Misurak [EMAIL PROTECTED] wrote: Yes, there's a Maven plugin called Eclipse

Re: Using maven to setup Eclipse plugin project

2006-04-18 Thread Kathryn Huxtable
a dependency change in your pom.xml. I find this convenient and useful. Your mileage may vary. -K -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas On 4/18/06 2:49 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote

Re: archetype plugin 1.0-alpha-4

2006-04-17 Thread Kathryn Huxtable
I had to build it from source. It would be nice if they could get to an actual 1.0 release sometime. -K On 4/17/06 8:37 AM, Ray Tsang [EMAIL PROTECTED] wrote: Hi, I was troubled by an issue documented in [#ARCHETYPE-22], which seems to be fixed in archetype plugin 1.0-alpha-4. This version

Re: wrong file permissions with scp deploy

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

Re: Archetypes

2006-04-06 Thread Kathryn Huxtable
It would be nice in designing archetypes if you could make use of package structure under the java directories, e.g. Having something like foo/bar/baz.java and specifying a package of a.b.c would yield the file a/b/c/foo/bar/baz.java instead of foo/bar/a/b/c/baz.java. -- Kathryn Huxtable

Re: Archetypes

2006-04-06 Thread Kathryn Huxtable
So if I used a later archetype plugin I would get this behavior? -K On 4/6/06 8:46 AM, Eric Redmond [EMAIL PROTECTED] wrote: Oddly enough: http://jira.codehaus.org/browse/ARCHETYPE-22#action_62607 On 4/6/06, Kathryn Huxtable [EMAIL PROTECTED] wrote: It would be nice in designing

Re: Archetypes

2006-04-06 Thread Kathryn Huxtable
Got it. Thanks. I've patched my archetype 1.0-alpha-4 source and rebuilt. -K On 4/6/06 8:46 AM, Eric Redmond [EMAIL PROTECTED] wrote: Oddly enough: http://jira.codehaus.org/browse/ARCHETYPE-22#action_62607 On 4/6/06, Kathryn Huxtable [EMAIL PROTECTED] wrote: It would be nice

Re: Pom's of spring-core (etc) 1.2.7

2006-03-31 Thread Kathryn Huxtable
Yes, and for my team's own use I've hacked versions of the 2.0-m3 spring poms. Basically, I just copied the 2.0-m1 poms and edited the versions. -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas On 3/31/06

Re: distributionManagement in settings.xml

2006-03-23 Thread Kathryn Huxtable
PROTECTED] 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

scpexe doesn't preserve g:w permission

2006-03-23 Thread Kathryn Huxtable
deploying to a new directory. -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [SOLVED] Re: mvn compile fails on Windows w/ JDK 1.5.0_06

2006-03-21 Thread Kathryn Huxtable
PROTECTED] wrote: -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas Windows mysteries :) On 3/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The re-install appears to have fixed the issue. Looking

Re: Inaccurate interpretation of strings

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

Re: m2: filtering archetype artifacts

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

Re: How to escape dollar sign in archetype resource files

2006-03-14 Thread Kathryn Huxtable
up on the ${empty bean.property} Is there some way to escape the dollar sign in the file? -- Kathryn Huxtable Middleware Architect IT Core Middleware The University of Kansas - To unsubscribe, e-mail: [EMAIL

Re: How to escape dollar sign in archetype resource files

2006-03-14 Thread Kathryn Huxtable
I should actually have asked where the lexical analysis is happening? I'm interested in where the file's text is broken up into tokens, as that's where escaping usually happens. -K On 3/14/06 8:06 AM, Kathryn Huxtable [EMAIL PROTECTED] wrote: Yes, I tried that. I also tried doubling

Re: How to escape dollar sign in archetype resource files

2006-03-14 Thread Kathryn Huxtable
[EMAIL PROTECTED] wrote: On 3/14/06, Kathryn Huxtable [EMAIL PROTECTED] wrote: I should actually have asked where the lexical analysis is happening? I'm interested in where the file's text is broken up into tokens, as that's where escaping usually happens. I believe this is done with Velocity

How to escape dollar sign in archetype resource files

2006-03-13 Thread Kathryn Huxtable
} Is there some way to escape the dollar sign in the file? -- Kathryn Huxtable Middleware Architect IT Core Middleware The University of Kansas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Problem creating an archetype

2006-03-07 Thread Kathryn Huxtable
in the file? -- Kathryn Huxtable Middleware Architect IT Core Middleware The University of Kansas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: pom settings vs. settings.xml, the eclipse plugin, and maven-proxy

2006-03-05 Thread Kathryn Huxtable
The problem isn't with the plugin, but with the embedder, which the plugin uses. If the embedder would get fixed, then we'd have support for settings.xml, or such is my understanding. -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information

Re: import statements in Eclipse and maven2

2006-02-28 Thread Kathryn Huxtable
Yes, that's the way. Then you may need to manually inspect your .classpath file and remove any libraries listed. There should be only the various src and output directories listed along with your JRE container and a new MAVEN2 container. -- Kathryn Huxtable Middleware Architect Core Middleware

Re: import statements in Eclipse and maven2

2006-02-28 Thread Kathryn Huxtable
: http://maven.apache.org/eclipse-plugin.html Note: the last I checked, the M2 Eclipse plugin still had a major bug whereby it ignores your settings.xml file. K.C. -Original Message- From: Kathryn Huxtable [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 9:06 PM To: Maven

Re: import statements in Eclipse and maven2

2006-02-27 Thread Kathryn Huxtable
That's a link to one approach. Another approach is to enable the Maven2 nature for your project, which should make it use the dependencies in your pom.xml file without needing to regenerate the .classpath file every time you add a dependency. -K -- Kathryn Huxtable Middleware Architect Core

Re: [m2] m2eclipse error: Build path contains duplicate entry

2006-02-24 Thread Kathryn Huxtable
PROTECTED] 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

Re: [m2] m2eclipse error: Build path contains duplicate entry

2006-02-24 Thread Kathryn Huxtable
, which is lame. (Not that I'm opinionated or anything. ;-)) -K -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas On 2/24/06 3:55 PM, Lee Meador [EMAIL PROTECTED] wrote: What you do is remove the classpath

Re: [m2] m2eclipse error: Build path contains duplicate entry

2006-02-24 Thread Kathryn Huxtable
I thought this had been done long since. -K On 2/24/06 4:06 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote: Yes, that's what I do. It means I don't use the eclipse:eclipse goal anymore. But I prefer to use External tools to build my projects using the external Maven rather than the embedded

Re: [m2] m2eclipse error: Build path contains duplicate entry

2006-02-24 Thread Kathryn Huxtable
Ignore that. I responded to the wrong message. (What a maroon!) -K On 2/24/06 5:00 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote: I thought this had been done long since. -K On 2/24/06 4:06 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote: Yes, that's what I do. It means I don't use

Re: m2 -- Ready for Prime Time, yet?

2006-02-15 Thread Kathryn Huxtable
support although it can be used. Other then that kudo to the Maven team and thank for the great product!! On 2/14/06, Kathryn Huxtable [EMAIL PROTECTED] wrote: The only thing I'd add is that the IDE extensions are not as mature as those for M1. Although I run the Eclipse extension

Re: M2 Eclipse Plugin vs. Command Line

2006-02-14 Thread Kathryn Huxtable
the code into the workspace as a 'project'. Thanks, Scott. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kathryn Huxtable Middleware Architect Core Middleware Information

Re: m2 -- Ready for Prime Time, yet?

2006-02-14 Thread Kathryn Huxtable
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services

Re: Best practice for choosing a groupId?

2006-02-04 Thread Kathryn Huxtable
Yes. I use edu.ku.middleware for my team's projects in our local repository. -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas On 2/3/06 10:59 AM, Mike Perham [EMAIL PROTECTED] wrote: The old naming

Re: Maven 2 and Eclipse

2006-01-30 Thread Kathryn Huxtable
. That way, when you edit your pom.xml the dependencies are automatically updated. But since it doesn't read your settings.xml, it will have trouble getting to a local repository if that repository requires authentication. -K -- Kathryn Huxtable Middleware Architect Core Middleware Information

Re: Maven 2 and Eclipse

2006-01-30 Thread Kathryn Huxtable
Not that I know of, but I'm far from being an expert. I'm willing to run a few mvn jobs from a terminal window, but then, I'm not using Windows, so it may be less painful. -K -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services

Re: [m2] filePermissions not being used on mvn deploy

2006-01-26 Thread Kathryn Huxtable
2.0.2. What version are you using? - Brett On 1/25/06, Kathryn Huxtable [EMAIL PROTECTED] wrote: I have the same problem. Please, someone, tell us where to report this. -K On 1/24/06 10:50 PM, Treloar, Barrie (SAPOL) [EMAIL PROTECTED] wrote: I am finding that when I deploy my

Re: [m2] filePermissions not being used on mvn deploy

2006-01-26 Thread Kathryn Huxtable
group bit on the repository directory to allow for users to overwrite metadata files on which other users previously had released. -- Ørjan Kathryn Huxtable wrote: I'm using 1.0-alpha-6. Ummm... Did I mention that I'm using scpexe in order to not put a password or passphrase

Re: mvn clean is slow

2006-01-24 Thread Kathryn Huxtable
PROTECTED] 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

Re: install-file generatePom not working in 2.0.2

2006-01-24 Thread Kathryn Huxtable
=true I just tried this for the first time with version 2.0.2, but no pom is generated locally. Any ideas? Is there some way to turn this on, or is it broken again? Frank Russo Senior Developer FX Alliance, LLC 900 Third Avenue, 3rd Floor New York, NY 10022 646.268.9949 -- Kathryn

Re: [m2] does the eclipse plugin use the local repo from eclipse preferences?

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

Re: [m2] filePermissions not being used on mvn deploy

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

Re: [m2] log4j.properties: where in the standard layout should this b e saved?

2006-01-23 Thread Kathryn Huxtable
that discusses where different artefacts live a pointer to that documentation would be appreciated. I've been putting it in src/main/resources. -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas

Re: [m2] How would I do the following in M2?

2006-01-20 Thread Kathryn Huxtable
need for consistency, is there? You can't be using Java 5 features in your common or client packages or they wouldn't compile in 1.4. (BTW, I *really* like Java 5. We've been doing all our new development using it.) -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology

Re: Problem deploying to internal repository using ssh2/sftp

2006-01-20 Thread Kathryn Huxtable
with the external ssh connection, but why? And should I submit a bug report? -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas

Re: Problem deploying to internal repository using ssh2/sftp

2006-01-20 Thread Kathryn Huxtable
On 1/20/06 2:20 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote: Running mvn -X -e deploy gives me a lot of output, but I think the relevant part is: [INFO] [deploy:deploy] [DEBUG] adding permissions to wagon connection: 774 775 Uploading: scpexe://myhost/mypathtorepo/edu/ku/middleware

Re: Problem deploying to internal repository using ssh2/sftp

2006-01-20 Thread Kathryn Huxtable
On 1/20/06 2:20 PM, Kathryn Huxtable [EMAIL PROTECTED] wrote: On 1/20/06 9:15 AM, Frank Russo [EMAIL PROTECTED] wrote: I'm trying to use wagon to deploy to an internal server. We use ssh2, so I read that I'm supposed to use the sftp protocol. Here are my entries in pom.xml

Re: Worst documentation in the whole apache projects

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

Re: Worst documentation in the whole apache projects

2006-01-19 Thread Kathryn Huxtable
on Maven seems active so I am optimistic about it maturing to a level to be used in production environments. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kathryn Huxtable

Re: Worst documentation in the whole apache projects

2006-01-18 Thread Kathryn Huxtable
). Whereas I would take one hour to create the directories, my build and deployment ant targets. Thanks but I'd rather do not use it, Roberto -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology, a division of Information Services The University of Kansas

Re: SV: Help!!!

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

Deploying to remote repository

2006-01-17 Thread Kathryn Huxtable
. Is this a umask thing or is this a problem with Maven? Is there something else I should be doing to achieve my goal of a shared repository for my team? BTW, I'm accessing the repository using scp and that's working fine. -- Kathryn Huxtable Middleware Architect Core Middleware Information Technology

<    1   2   3