Maven, the repository and Apache projects

2005-08-23 Thread Levitt, David, Bookspan
I'm adapting an existing project to Maven [1.0.2 for now] The build dependencies include several jakarta-commons and apache projects [log4j, axis], as well as legacy/third party libraries [Dynamo app server, sun jsse] Maven was not able to download the recently released Apache Axis 1.2.1

RE: FW: Maven, the repository and Apache projects

2005-08-23 Thread Levitt, David, Bookspan
/ is synced to ibiblio, you don't need to add it The jar you're looking for is there http://www.ibiblio.org/maven/axis/jars/axis-1.2.1.jar so you have a problem in your build. maven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sf.n et/maven On 8/23/05, Levitt, David, Bookspan [EMAIL

RE: FW: Maven, the repository and Apache projects

2005-08-23 Thread Levitt, David, Bookspan
somewhere. Remove the property and try until you find where's the bug. Probably you need http://maven-plugins.sourceforge.net/maven instead On 8/23/05, Levitt, David, Bookspan [EMAIL PROTECTED] wrote: I'm still getting the 302 error - and Maven is attempting to download from Attempting

RE: FW: Maven, the repository and Apache projects

2005-08-23 Thread Levitt, David, Bookspan
Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 23, 2005 3:07 PM To: axis-user@ws.apache.org Subject: Re: FW: Maven, the repository and Apache projects yes, Axis 1.2.1 is in the repo url mentioned below. On 8/23/05, Levitt, David, Bookspan [EMAIL PROTECTED] wrote: Are the current Axis

RE: project.xml, maven-v3_0_0.xsd and xml aware editors

2005-08-19 Thread Levitt, David, Bookspan
That seems to work [at least JEdit does not complain] I'll take a look on Jira see if this is a requested / planned feature [probably for the 'genapp' plugin]. I'm back - I added a comment on issue MPGENAPP-22 -Original Message- From: Andy Glick [mailto:[EMAIL PROTECTED] Sent:

RE: Maven 1.0.2, uberjar and properties problem

2005-08-18 Thread Levitt, David, Bookspan
) -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 2:52 AM To: Maven Users List Subject: RE: Maven 1.0.2, uberjar and properties problem Hi David + Jamie, Jamie Bisotti wrote on Wednesday, August 17, 2005 11:07 PM: On 8/17/05, Levitt, David, Bookspan

project.xml, maven-v3_0_0.xsd and xml aware editors

2005-08-18 Thread Levitt, David, Bookspan
Is there a standard way [a 'best practice'] for declaring a project for an XML aware editor? [using JEdit 4.2 with the XML plugin] I'm starting with: project xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Maven 1.0.2, uberjar and properties problem

2005-08-17 Thread Levitt, David, Bookspan
I'm getting started with Maven [1.0.2] on a simple project. I'm trying to bundle the complete application [my three classes + twelve jar files + properties files] into an 'uberjar'. 'maven uberjar' builds an output file, with the classworld files, my classes and the library files - but does not

RE: Maven 1.0.2, uberjar and properties problem

2005-08-17 Thread Levitt, David, Bookspan
Chased through the document and tried to download - maven wants a version other than -Dversion=1.0-SNAPSHOT The sourceforge page for javaapp does not list a version tag -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 11:11 AM To: Maven

RE: Maven 1.0.2, uberjar and properties problem

2005-08-17 Thread Levitt, David, Bookspan
-Original Message- From: Jamie Bisotti [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 12:45 PM To: Maven Users List Subject: Re: Maven 1.0.2, uberjar and properties problem On 8/17/05, Levitt, David, Bookspan [EMAIL PROTECTED] wrote: Chased through the document and tried

RE: Maven 1.0.2, uberjar and properties problem

2005-08-17 Thread Levitt, David, Bookspan
-Original Message- From: Jamie Bisotti [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 2:30 PM To: Maven Users List Subject: Re: Maven 1.0.2, uberjar and properties problem On 8/17/05, Levitt, David, Bookspan [EMAIL PROTECTED] wrote: -Original Message- From