Re: svn repository down?

2006-05-10 Thread Ray Ward
I can't get to anything at apache.org... On 5/10/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: It's down. Emmanuel Alexandre Poitras a écrit : Am I the only who can't reach http://svn.apache.org/repos/asf/ right now?? Or is the repository down?

Problem deploying to internal remote repository

2006-04-17 Thread Ray Ward
I must be missing something obvious... (I suspect the DEBUG line is significant.) Here's the error msg: $ mvn -X deploy ... [INFO] [deploy:deploy] [DEBUG] not adding permissions to wagon connection Uploading: scpexe://hostname/home/rward/tmp/path/to/pom/file [INFO]

Re: New SVG project

2006-04-05 Thread Ray Ward
Mark, Maybe I'm just being dense this afternoon, but it's not obvious to me how a Scalable Vector Graphics library fits in with Maven, or would help Maven users. (I may be missing a project that incorporates graphic reports into Maven, similarly to jarAnalyzer/Graphviz?) I can see how you might

[m203] Transitive Dependencies override POM version spec

2006-03-28 Thread Ray Ward
I'm seeing this in both 2.0.2 and 2.0.3, but not in 1.0.2. I specify a version for a dependency in the parent pom.xml. As the build goes on, one or more dependencies will be processed in the modules that have earlier versions, and those earlier versions override the version I specified. For

Re: Maven directory structure

2006-03-23 Thread Ray Ward
I would suggest you use a different version control system. CVS and SVN are both much better and free. VSS has a bad reputation among experienced SCM people. It used to break a lot and has limitations on branching and labeling that make it a deadend. Almost every VC sysem has a vss2whatever

Re: Building J2EE project using Maven2

2006-03-10 Thread Ray Ward
Is this separate from your site problem? I'm about at the same point you are in picking up Maven2. I haven't seen a comprehensive example, but I can build through the EAR file and am having some problems doing a remote deploy to another box using scp. A comprehensive example would be valuable.

[m202] Error trying to deploy with scp

2006-03-09 Thread Ray Ward
I'm trying to test deploying with scp and get an error about permissions. (The error is at the end of this email.) I read the mini-guide docs on deploying http://maven.apache.org/guides/mini/guide-deploy-ssh-external.html and Security and Deployment Settings

Re: is there a way to filter dependency jars from being packaged

2006-03-07 Thread Ray Ward
I tried using the provided approach, and then things wouldn't compile. I had to configure the ear plugin in the module that creates the ear file to specifically exclude the jars that were required for compilation, but were unneeded in the ear file. On 3/6/06, Brad O'Hearne [EMAIL PROTECTED]

Re: [m202] Failed to resolve artifact problem

2006-03-03 Thread Ray Ward
groupIdcom.ibatis/groupId artifactIdibatis2-common/artifactId /dependency ... /dependencies /project On 2/28/06, Henry S. Isidro [EMAIL PROTECTED] wrote: Ray Ward wrote: I'm converting a multiproject project from Maven 1 to Maven 2, starting

[m202] Failed to resolve artifact problem

2006-02-28 Thread Ray Ward
I'm converting a multiproject project from Maven 1 to Maven 2, starting at the parent and adding modules one at a time until they build and install. Currently, this is what I'm trying to do. stars (P) +--- stars-common (A) +--- stars-domain (B) +--- stars-dao (C) B depends on A.

[m202] Linux oddity for accessing maven-architype-plugin?

2006-02-17 Thread Ray Ward
I ran the Getting Started stuff on WinXP with no problems here. But on a local Linux server, after downloading and installing, I get the error: The plugin 'org.apache.maven.plugins:maven-architype-plugin' does not exist or no valid version could be found And sure enough, there's no plugin JAR

Re: [m202] Linux oddity for accessing maven-architype-plugin?

2006-02-17 Thread Ray Ward
Duh! Kept reading what I *thought* I typed... Thanks! On 2/17/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 2/17/06, Ray Ward [EMAIL PROTECTED] wrote: I ran the Getting Started stuff on WinXP with no problems here. But on a local Linux server, after downloading and installing, I get

m2 -- Ready for Prime Time, yet?

2006-02-14 Thread Ray Ward
inside the app to properties files of some kind. So it is tempting to upgrade from m1 to m2 in the process. What are the risks? Suicidal? None? Olympic downhill skiiers only? Curlers would be comfortable? ;-) TIA, Ray Ward, PMP

Re: Can't Figure Out How to Add System Properties For My Modules

2006-02-10 Thread Ray Ward
I think the precedence for properties is: command line ~/build.properties project build.properties project project.properties parent_project build.properties parent_project project.properties So I have no idea why your (4) didn't work. What is the value name? On 2/10/06, Mike Darretta [EMAIL

Re: Can't Figure Out How to Add System Properties For My Modules

2006-02-10 Thread Ray Ward
tag actual represents. I wish there were more real-life examples in the documentation. (Maybe I just haven't found it??) Thanks, Mike Ray Ward wrote: I think the precedence for properties is: command line ~/build.properties project build.properties project project.properties