Re: including jars in a jar

2008-08-18 Thread Wes Wannemacher
Have you looked at jarjar ? http://code.google.com/p/jarjar/ Most of the docs show ANT usage, but I think you can use it in maven... http://www.mvnrepository.com/artifact/com.tonicsystems/jarjar Of course, I'd love to give you an example, but can't since I haven't used it. Perhaps someone

Re: hibernate-entitymanager

2008-10-29 Thread Wes Wannemacher
Which dependency is causing a problem? I recently had trouble with concurrent:concurrent, but I think JTA is a problem as well. Neither one of the problems can be fixed by this team as JTA is a licensing issue and the concurrent:concurrent dependency is a Hibernate issue (bug). -Wes On Wed, Oct

Re: Can't get maven to compile with java 1.5

2009-02-21 Thread Wes Wannemacher
target1.5/target /configuration /plugin /plugins /build -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher

Re: New repository for Maven snapshots

2009-02-21 Thread Wes Wannemacher
hudson builds them (as often as daily, but usually not quite that often). Is this a new host? If you want to send me the details off-list, I'll need to reconfigure our hudson builds to push to the new host. -Wes -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1

Re: New repository for Maven snapshots

2009-02-21 Thread Wes Wannemacher
On Saturday 21 February 2009 21:15:14 jie...@gmail.com wrote: On Sat, Feb 21, 2009 at 8:52 PM, Wes Wannemacher w...@wantii.com wrote: Brian, right now, the struts project pushes its snapshots over to people.a.o when the apache hudson builds them (as often as daily, but usually not quite

Re: wtf

2009-04-23 Thread Wes Wannemacher
sent 2, and none is arrived. -- Best regards, Alexandr Khlystov -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher

release:perform problem with ssh/scp

2009-04-28 Thread Wes Wannemacher
://svn.apache.org/viewvc/struts/maven/trunk/pom/ It's just a pom project that acts as the parent for the rest of our artifacts. Any help would be great, I can't figure out what the heck I'm doing wrong. -Wes -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring

Re: release:perform problem with ssh/scp

2009-04-28 Thread Wes Wannemacher
Wes, I think what you should do is try to run deploy:deploy manually, that should leave the prompt open for you to type in yes... As for why Jsch is not picking up the existing known_hosts entry, that's a mystery. -W On Tue, Apr 28, 2009 at 12:29 PM, Wes Wannemacher w...@wantii.com wrote: I am

Re: release:perform problem with ssh/scp

2009-04-28 Thread Wes Wannemacher
That worked! Thanks! -Wes On Tue, Apr 28, 2009 at 2:24 PM, Wes Wannemacher w...@wantii.com wrote: Wes, I think what you should do is try to run deploy:deploy manually, that should leave the prompt open for you to type in yes... As for why Jsch is not picking up the existing known_hosts

Re: release:perform problem with ssh/scp

2009-04-28 Thread Wes Wannemacher
On Tue, Apr 28, 2009 at 2:26 PM, Wes Wannemacher w...@wantii.com wrote: That worked! Thanks! -Wes No problem... Upon looking into this a little bit further, it seems like the problem is the new hashed known_hosts file. The latest release of ubuntu turns the hashing of known_hosts on, where

Re: Simple question on packaging a Java Application

2009-06-04 Thread Wes Wannemacher
? create another module that packages everything into the jar via the assembly plugin. -Wes -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher

Re: Need to convince my manager to switch to maven

2009-06-04 Thread Wes Wannemacher
a waste of time, but YMMV. Not sure if any of you have encountered these challenges. Please give me some suggestions. -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher

Re: Creating RPM package under Windows XP

2009-06-22 Thread Wes Wannemacher
this one from Codehaus? Thank you very much! -Danny Schimke -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher

Re: Creating RPM package under Windows XP

2009-06-22 Thread Wes Wannemacher
...@nortel.com Yes that would work too. We have a team here that has done exactly that to get the rpmbuild command available on Windows. --- Todd Thiessen -Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: Monday, June 22, 2009 9:23 AM To: Maven Users

artifacts not downloading

2009-06-23 Thread Wes Wannemacher
.jar;here/a./p hr addressApache Server at maven2-repository.dev.java.net Port 443/address /body/html It is helpful that they tell me where to find it, but how can I make maven understand that? -Wes -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA

Re: artifacts not downloading

2009-06-23 Thread Wes Wannemacher
. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher

Re: artifacts not downloading

2009-06-24 Thread Wes Wannemacher
it did). I'll check the effective poms because I'm sure that if it were one of the commonly used mirrors, I wouldn't be the only one having the problem. -Wes -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http

Re: Preventing Inclussion of Multiple Versions

2009-07-08 Thread Wes Wannemacher
, which includes (among other things) updates to dependencies that we haven't touched in a while (commons- logging and things like that). -Wes -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts 2.1, Spring, JPA, JQuery, Sitemesh and more http://www.manning.com/wannemacher

Re: maven-shade-1.2?

2009-07-15 Thread Wes Wannemacher
responsabilité pour le contenu fourni. _ Windows Live™ SkyDrive™: Get 25 GB of free online storage. http://windowslive.com/online/skydrive?ocid=TXT_TAGLM_WL_SD_25GB_062009 -- Wes Wannemacher Author - Struts 2 In Practice

Re: maven-shade-1.2?

2009-07-15 Thread Wes Wannemacher
2009/7/15 Martin Gainty mgai...@hotmail.com: someone from struts put in a hard version tag of 1.2 for building xwork 2.1.2 (instead of the more recent shade-plugin-1.2.1) Make sure you file a JIRA with xwork. -Wes -- Wes Wannemacher Author - Struts 2 In Practice Includes coverage of Struts

Re: maven eclipse plugin and wtp

2009-08-04 Thread Wes Wannemacher
be run in a CI environment like hudson. -Wes -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training? Struts, Spring, Maven, Tomcat... Ask me for a quote! - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: maven eclipse plugin and wtp

2009-08-04 Thread Wes Wannemacher
On Tue, Aug 4, 2009 at 9:56 AM, Martin Gaintymgai...@hotmail.com wrote: m2 is the better solution if you need to debug curious as to what term CI means? CI = continuous integration... Things like Hudson, Bamboo, Continuum. -Wes -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training

Re: jaxws-maven-plugin issues

2009-08-07 Thread Wes Wannemacher
...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training? Struts, Spring, Maven, Tomcat... Ask me for a quote! - To unsubscribe, e-mail: users

Re: jaxws-maven-plugin issues

2009-08-07 Thread Wes Wannemacher
:69)        at org.codehaus.mojo.jaxws.AbstractWsGenMojo.execute(AbstractWsGenMojo.java:97)        ... 19 more Wes Wannemacher wrote: Try attaching it to a phase that happens after compile, maybe process-classes - plugin      groupIdorg.codehaus.mojo/groupId      artifactIdjaxws-maven

Re: Our Love Hate Relationship with Apache Maven

2009-08-18 Thread Wes Wannemacher
your friends up to date with what you do online. http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_online:082009 -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training? Struts, Spring, Maven, Tomcat... Ask me for a quote

Re: Our Love Hate Relationship with Apache Maven

2009-08-18 Thread Wes Wannemacher
your friends up to date with what you do online. http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_online:082009 -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training? Struts, Spring, Maven, Tomcat... Ask me for a quote

Re: Tomcat Maven Plugin doesn't seem to take webapps/META-INF/context.xml into account

2009-08-20 Thread Wes Wannemacher
the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Wes Wannemacher Head Engineer, WanTii

Re: JAVA_HOME is not defined correctly!

2009-09-08 Thread Wes Wannemacher
/ -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training? Struts, Spring, Maven, Tomcat... Ask me for a quote! - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Re: question re: CI builds and maven.

2009-09-10 Thread Wes Wannemacher
- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training? Struts, Spring, Maven, Tomcat... Ask me for a quote

Re: Help figuring out the Maven dependency

2010-01-05 Thread Wes Wannemacher
For additional commands, e-mail: users-h...@maven.apache.org -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training? Struts, Spring, Maven, Tomcat... Ask me for a quote! - To unsubscribe, e-mail: users-unsubscr

Re: Release plugin and updating a release with some fixes

2010-04-28 Thread Wes Wannemacher
For additional commands, e-mail: users-h...@maven.apache.org -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training? Struts, Spring, Maven, Tomcat... Ask me for a quote! - To unsubscribe, e-mail: users-unsubscr

Re: How to unit testing (sub)module that uses DI?

2010-05-03 Thread Wes Wannemacher
...@maven.apache.org -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training? Struts, Spring, Maven, Tomcat... Ask me for a quote! - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

Re: eXist native XML database

2010-05-28 Thread Wes Wannemacher
-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Wes Wannemacher Head Engineer, WanTii, Inc. Need Training? Struts, Spring, Maven, Tomcat... Ask me for a quote! - To unsubscribe, e

Re: Searchkng a repository

2010-08-11 Thread Wes Wannemacher
http://www.jarvana.com -Wes On Wed, Aug 11, 2010 at 4:41 PM, Refr Bruhl refr_br...@yahoo.com wrote: Team I would like to find if a particular package has been uploaded to the primary maven repository. How do I search and see if it has? -- Wes Wannemacher Head Engineer, WanTii, Inc

Re: how to hanlde .run binary as a maven artifact

2012-02-09 Thread Wes Wannemacher
       artifactIdmyproj/artifactId        typerun/type    /dependency - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org -- Wes Wannemacher Head