Re: j2ee project best practices?

2005-06-01 Thread Jose Gonzalez Gomez
I guess you're talking about generation of a ejb client jar, aren't you? In that case, take a look at http://maven.apache.org/maven2/plugins/maven-ejb-plugin/ejb-mojo.html HTH, best regards Jose On 5/31/05, Kenney Westerhof [EMAIL PROTECTED] wrote: Hi there, I've been looking for the j2ee

Maven 2 goals

2005-06-01 Thread Christopher Lim
Hi, Is there a Maven 2 equivalent for maven -g? I understand that there is a plugin page in the Maven website http://maven.apache.org/maven2/plugins/index.html but it is not the definitive list. :) -- Chris - To unsubscribe,

EAR multiproject sample

2005-06-01 Thread Manos Batsis
Hello, I know i may be asking too much, but i tried googling for a sample J2EE EAR project based on multiproject, but couldn't find any. Can someone please give me a head start here? MAnos - To unsubscribe, e-mail: [EMAIL

RE: EAR multiproject sample

2005-06-01 Thread Tarun . Jain
Hi All I need to call make command from maven goal. In Ant we can do this by calling make within exec task. How to do the same in maven ? Is it possible to call make from within maven goal without using Ant namespace ? Tarun Visit our website at http://www.ubs.com This message contains

Re: EAR multiproject sample

2005-06-01 Thread Nicolas Chalumeau
Look in the article section http://maven.apache.org/reference/articles.html Particulary to the Vincent pdf : http://www.pivolis.com/pdf/J2EE_projects_Maven_V1.1.pdf Nicolas 2005/6/1, Manos Batsis [EMAIL PROTECTED]: Hello, I know i may be asking too much, but i tried googling for a sample

Re: javadoc and jxr generation

2005-06-01 Thread Adrian Herscu
I have created an empty E:\stylesheet.css file and copied the D:\Documents and Settings\Administrator\.maven\cache\maven-jxr-plugin-1.4.2\plugin-resources\templates into E:\ and now the build succeeds and the reports are generated as expected. It seems that the plugin.resources property is

Module name for scm under maven 1

2005-06-01 Thread Joachim Sautter
Hello, I am using M1. I have a module in my cvs system. These moduls has some blanks (module name: (NPA) NPA Applikation). Is there any opportunity that I can use the module with the blanks or not? When I can use the blanks how? Kind regards Joachim Sautter.

Re: Multiproject plugin and maven.build.dir restrictions?

2005-06-01 Thread Jeff Jensen
Thanks for the reply Brett. I ran it both ways multiple times...there is no difference between using the default value for maven.build.dir in all projects or setting it to my preferred dirthe same problems occur. I think the excludes is not needed; it is a remnant from my pasting of

Re: [ANN] Maven Gump Plug-in 2.0.1 released

2005-06-01 Thread Leif Jessen
I will do that. It seems that there's a dearth of documentation on Maven in general. Do you guy need any help with that? Leif [EMAIL PROTECTED] wrote: The maven team is pleased to announce the Maven Gump Plug-in 2.0.1 release! http://maven.apache.org/reference/plugins/gump/ Changes in

Two silly m2 questions

2005-06-01 Thread Logan Bowers
Hello, I have two simple questions regarding m2... 1) Where is the source code? I couldn't seem to find a link anywhere on the Maven2 site. Am I missing something obvious? 2) I've setup a basic project using the tutorial, but when I run m2 package to create a war, it

Adding post-build httpunit tests

2005-06-01 Thread Akins, Greg
I'd like to run HTTPUnitTests after a war is deployed to perform a smoke-test against a built deployed web application. I would guess that a postGoal that contains the Ant tasks to run the tests? Any better way? Greg Akins Software Engineer Sony Electronics, STP Systems 724.696.7322 (Sony)

Re: maven + cactus problem (Missing Cactus property [cactus.contextURL] but I have set cactus.contextURL in cactus.properties)

2005-06-01 Thread Charles Daniels
Add the following settings to your project.properties file: cactus.sysproperties=cactus.contextURL cactus.contextURL=http://localhost:8080/test On 5/31/05, sheep [EMAIL PROTECTED] wrote: hi. I have a problem when i do a servlet test anybody who can help me.

Re: Maven @ Sydney JUG meeting next Wednesday, 1 June, 6:00pm for 6:30

2005-06-01 Thread Rahul
Hi Brett, Is this now on Maven website? Cheers, Rahul Brett Porter wrote: Yes, I will put them online after the meeting tonight. Cheers, Brett On 6/1/05, Rahul [EMAIL PROTECTED] wrote: Hi, I have recently started with Maven and working on streamlining release engineering process for

Re: Two silly m2 questions

2005-06-01 Thread Brett Porter
On 6/2/05, Logan Bowers [EMAIL PROTECTED] wrote: Hello, I have two simple questions regarding m2... 1) Where is the source code? I couldn't seem to find a link anywhere on the Maven2 site. Am I missing something obvious? in subversion:

Maven 1.0.2 Proxy Problem

2005-06-01 Thread Michael
Is there an equivalent of m2's nonproxyhosts option in Maven 1? I need to configure a proxy to access ibiblio but my internal repository cannot be accessed through the proxy. I looked at the source for org.apache.maven.ArtifactDownloader but didn't see anything promising on this front. Any

How can I pass extra command line args to SCM task?

2005-06-01 Thread Rahul
Greetings, How can I pass extra command line arguments to Maven scm:checkout-project goal. My project is set up as follows in CVS + projects + releng + project-maventest and, I need to check it out to a directory as follows: releng.project-maventest With an Ant script I could

Is Maven compatible with Ant 1.6.4?

2005-06-01 Thread Rahul
Hi again, Is Maven compatible with Ant 1.6.4 ? I should only need to replace the Ant JARs in the lib folder to use 1.6.4, right ? Cheers, Rahul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Is Maven compatible with Ant 1.6.4?

2005-06-01 Thread Brett Porter
Some of Maven will work, but several plugins won't. The issues have been corrected for the Maven 1.1 release however, which will come with 1.6.4 bundled. - Brett On 6/2/05, Rahul [EMAIL PROTECTED] wrote: Hi again, Is Maven compatible with Ant 1.6.4 ? I should only need to replace the Ant

Re: Maven @ Sydney JUG meeting next Wednesday, 1 June, 6:00pm for 6:30

2005-06-01 Thread Brett Porter
It is up now at: https://sydneyjug.dev.java.net/files/documents/922/15554/sjug20050601.pdf On 6/2/05, Rahul [EMAIL PROTECTED] wrote: Hi Brett, Is this now on Maven website? Cheers, Rahul Brett Porter wrote: Yes, I will put them online after the meeting tonight. Cheers, Brett

[m2] Error with eclipse plugin

2005-06-01 Thread Marcell Manfrin Barbacena
I am receiving the following error when using eclipse plugin: [INFO] Main Error: Mojo could not be found - check that the goal name is correct org.apache.maven.plugins:maven-eclise-plugin:RELEASE:maven-plugin from the specified remote repositories: http://repo1.maven.org/maven2 Root

RE: Maven 1.0.2 Proxy Problem

2005-06-01 Thread Washusen, Dan
We use Maven Proxy (http://maven-proxy.codehaus.org/) to get around these issues... -Original Message- From: Michael [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 June 2005 9:41 AM To: users@maven.apache.org Subject: Maven 1.0.2 Proxy Problem Is there an equivalent of m2's nonproxyhosts

Re: [m2] Error with eclipse plugin

2005-06-01 Thread Brett Porter
Like it says, check the goal name is correct. (eclipse has a p in it :) - Brett On 6/2/05, Marcell Manfrin Barbacena [EMAIL PROTECTED] wrote: I am receiving the following error when using eclipse plugin: [INFO] Main Error: Mojo could not be found - check that the goal name is correct

Re: How can I pass extra command line args to SCM task?

2005-06-01 Thread Rahul
I figured this out and posting the solution here just in case someone else encounters the same question. There are two ways to checkout a CVS module to a specific directory (shortening CVS module path): (1) Via project.properties file. Set the value for the following property to the command

webdoclet.springvalidationxml

2005-06-01 Thread Justin_Freitag
Hi all, I cant get webdoclet.springvalidationxml to run. I've got it as a postGoal to java:compile and it just seems to skip the webdoclet attainGoal and attempt the copy. I'm not getting any error when I turn on debug output (-X). Any help much appreciated. cheers, Justin maven.xml