[m1] changelog and ssh scm's (need a ssh client? How?)

2005-12-07 Thread Weston, Toby
Hi Folks, Just wondering if someone could fill in the blanks when using maven-changelog-plugin:report with a repository that uses ssh. I've been trying; (setting CVS_RSH=ssh first) repository connectionscm:cvs:extssh:[EMAIL PROTECTED]:/cvshome/:project/connection /repository And

RE: [M1] EAR plugin - non-standard structure (Websphere again!)

2005-11-30 Thread Weston, Toby
Excellent, thanks. Any ideas on WAS6 compatibilty...? Dion Gillard wrote: There is a plugin for WAS: http://maven-plugins.sourceforge.net/maven-was5-plugin/ On 11/29/05, Weston, Toby [EMAIL PROTECTED] wrote: Hi Folks, I'm trying to generate an ear using the ear plugin, all works swell

[M1] EAR plugin - non-standard structure (Websphere again!)

2005-11-29 Thread Weston, Toby
Hi Folks, I'm trying to generate an ear using the ear plugin, all works swell if I use the expected directory structure but unfortunately Websphere Application Developer wants me to have the META-INF folder directly under the project folder. So instead of

RE: [M1] EAR plugin - non-standard structure (Websphere again!)

2005-11-29 Thread Weston, Toby
, Weston, Toby [EMAIL PROTECTED] wrote: Hi Folks, I'm trying to generate an ear using the ear plugin, all works swell if I use the expected directory structure but unfortunately Websphere Application Developer wants me to have the META-INF folder directly under the project folder. So instead

RE: [M1] Maven with Websphere Application Developer anyone?

2005-11-28 Thread Weston, Toby
Yep I include the war.bundle property, so Maven is fine, I meant that it doesn't export / deploy correctly from within WSAD. Dion Gillard wrote: Are you using properties war.bundletrue/war.bundle /properties on the dependency? On 11/25/05, Weston, Toby [EMAIL PROTECTED] wrote: Hi

RE: [M1] Maven with Websphere Application Developer anyone?

2005-11-28 Thread Weston, Toby
make sure your MANIFEST.MF is correct? On 11/28/05, Weston, Toby [EMAIL PROTECTED] wrote: Yep I include the war.bundle property, so Maven is fine, I meant that it doesn't export / deploy correctly from within WSAD. Dion Gillard wrote: Are you using properties war.bundletrue/war.bundle

RE: maven.apache.org down?

2005-11-28 Thread Weston, Toby
Yep! Wim Deblauwe wrote: http://maven.apache.org seems to be down. Are others having this problem also? regards, Wim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [M1] Maven with Websphere Application Developer anyone?

2005-11-28 Thread Weston, Toby
On 11/28/05, Weston, Toby [EMAIL PROTECTED] wrote: Yep, all looks good, I've got the MAVEN_REPO\foo.jar in the .classpath file and marked as exported like this; classpathentry exported=true kind=var path=MAVEN_REPO/axis/jars/axis-1.3.jar/ classpathentry kind=var path=MAVEN_REPO/axis/jars/axis

RE: [M1] Maven with Websphere Application Developer anyone?

2005-11-25 Thread Weston, Toby
_ From: Lee Meador [mailto:[EMAIL PROTECTED] Sent: 22 November 2005 21:07 To: Maven Users List Cc: Weston, Toby Subject: Re: [M1] Maven with Websphere Application Developer anyone? I worked on a project last year that was using WSAD 5.1.2 with version 1 of Maven. It worked ok but we

RE: [M1] Maven with Websphere Application Developer anyone?

2005-11-24 Thread Weston, Toby
to copy the JARs in the lib folder and not take advantage of the local repository. Thanks, Toby Weston, Toby wrote: Thanks, That's the kind of thing I was thinking, how did you handle dependencies for your web apps like the servlet API etc, I'm assuming you'd set these up in a local repo

RE: [M1] Maven with Websphere Application Developer anyone?

2005-11-23 Thread Weston, Toby
integration. We stick to WSAD's project structure and customise Maven with properties to make them compatible. We've got: EARs WARs JARs Web Code (goes into WEB-INF/lib of the WAR) and typically a project to manage integration testing. HTH, On 11/23/05, Weston, Toby [EMAIL PROTECTED] wrote: Hi

[M2] M2 Status?

2005-11-23 Thread Weston, Toby
Hi Folks, Silly question probably but the Maven site talks about using M1 for critical projects (http://maven.apache.org/maven1.html#m1-or-m2) as opposed to M2, specifically it mentions M2 is a beta release? Is that still the case as the download area seems to infer its non-beta/stable?

[M1] Maven with Websphere Application Developer anyone?

2005-11-22 Thread Weston, Toby
Hi Folks, Is anyone using Maven based structures (in particular J2EE ones like webapps) with Websphere Application Developer (WSAD) or Rational Application Developer? I was just after any horror/success stories and if you can make the project structure co-exist in harmony. Thanks in advance,

RE: Newbie Multiproject question

2005-11-21 Thread Weston, Toby
Thanks for the tip Michael, that seems to work great! Out of interest, I tried the following, kind of expecting it to work which off course meant it didn't! maven.multiproject.includes=${basedir}/../ProjectA/project.xml Anyway, thanks again, Toby -Original Message- From: Michael

Newbie Multiproject question

2005-11-18 Thread Weston, Toby
Hi Guys, Probably a silly question but can I use the multiple projects plugin for projects that aren't under the standard (single?) folder structure? ie, instead of having; projectroot projectroot\project.xml projectroot\projectA projectroot\projectA\projectA.xml projectroot\projectB