Re: Test failures don't show up in e-mails

2005-11-23 Thread Emmanuel Venisse
it isn't possible actually to obtain the test output, it will be available in 1.1 Emmanuel Tim McCune a écrit : Today we got our first build failure in Continuum where a unit test failed. The e-mail that Continuum sent didn't actually contain the output of the test though. It just said:

Re: Property 'name' has no write method

2005-11-23 Thread Emmanuel Venisse
it's a pb in our executable discover, but your maven is launch by continuum if it's in PATH. File an issue for it. Emmanuel Tim McCune a écrit : On Mon, 2005-11-21 at 11:08 +0100, Emmanuel Venisse wrote: do you have run it (with continuum and with maven) on the same machine? This error

Re: build fails not noticed for ANT/win32

2005-11-23 Thread Antoine Brun
Hello, I have recently set up a continuum server in order to automate our ant projets integration and I am just realizing that ant build error like javac target compilation error are not detected as errors by continuum. Does anyone knows anything about this? is it an Ant issue? I might be

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-23 Thread Peter A. Pilgrim
Brett Porter wrote: There is a message size limit. Please *just* the output of building maven-core at the end where it fails. - Brett Ok here goes. ==== [DEBUG] Source roots: [DEBUG] /home/peterp/Projects/maven-components/maven-core/src/test/java Compiling 5 source files to

RE: [m2] How to: restrict allowed dependency versions

2005-11-23 Thread Jörg Schaible
Michael Böckling wrote on Tuesday, November 22, 2005 5:48 PM: Hi people, I'd like to know if there is a way to impose restrictions on the versions of the referenced dependencies. In big companies, you often have a specific set of third party library versions that are approved for usage in

m2: how to generate an eclipse project

2005-11-23 Thread Fred . Hauschel
Hey all, how can i generate an eclipse project with maven2? fredy Informieren Sie sich jetzt über die faszinierenden Möglichkeiten des digitalen Fernsehens und über Kabel Digital HOME - auf dem Kabel Deutschland Infokanal. Der Kabel Deutschland Infokanal ist neu in den Kabelnetzen von

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

2005-11-23 Thread Weston, Toby
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 (as in copy key JARs from Websphere\runtimes\base_v51 or whatever)? Cheers, Toby -Original Message- From: Dion

RE: m2: how to generate an eclipse project

2005-11-23 Thread Law Green-A20134
http://maven.apache.org/plugins/maven-eclipse-plugin/ Regards, Green -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 2005年11月23日 16:32 To: users@maven.apache.org Subject: m2: how to generate an eclipse project Hey all, how can i generate an eclipse project

[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?

[M2] Multiproject and ${user.dir} (was: [jira] Closed: (MNG-1570) Testing from a parent POM fails ...)

2005-11-23 Thread Jörg Schaible
Hi Brett Brett Porter (JIRA) wrote on Wednesday, November 23, 2005 3:08 AM: When testing from the parent POM dir, all paths are relative to it. This causes major trouble in unit tests, that access the file system. All tests work if the test is started from the subproject directly. In M1 the

accessing environment variable in settings.xml or pom.xml

2005-11-23 Thread Tom Joad
Hello, I would like to know if it is possible to access unix or windows environment variables in settings.xml or pom.xml and how to do it. regards, Tom

Re: accessing environment variable in settings.xml or pom.xml

2005-11-23 Thread Edwin Punzalan
All properties available in System.getProperties() can be used using expressions. The expressions format is ${key}. Tom Joad wrote: Hello, I would like to know if it is possible to access unix or windows environment variables in settings.xml or pom.xml and how to do it. regards, Tom

[M2] Computing stale sources in plugin

2005-11-23 Thread Jose Gonzalez Gomez
Hi there, I would like to compute the stale sources in a plugin I'm developing, this is, I'm transforming docbook documents, and I would like to know which documents have been modified since the last transformation. Browsing the source code of the compiler plugin I've found something about a

Re: accessing environment variable in settings.xml or pom.xml

2005-11-23 Thread Tom Joad
Thanks. That's Ok , I already use it but what I want is to get value of user-defined environment variable. Tom. 2005/11/23, Edwin Punzalan [EMAIL PROTECTED]: All properties available in System.getProperties() can be used using expressions. The expressions format is ${key}. Tom Joad

Re: m2: how to generate an eclipse project

2005-11-23 Thread Allan Ramirez
http://maven.apache.org/guides/mini/guide-ide-eclipse.html regards, -allan [EMAIL PROTECTED] wrote: Hey all, how can i generate an eclipse project with maven2? fredy Informieren Sie sich jetzt über die faszinierenden Möglichkeiten des digitalen Fernsehens und über Kabel Digital HOME - auf

[M2] [Ibiblio] Catalina 4.1.31

2005-11-23 Thread Cabasson Denis
Hi! I need the catalina 4.1.31 jar, but it seems it isn't in ibiblio (at least not in tomcat/catalina). Is there a way to get it in Ibiblio (I have read http://maven.apache.org/guides/mini/guide-ibiblio-upload.html but can't find a definite answer as to who can do this, do I have to contact the

[m2] install-file question

2005-11-23 Thread Wim Deblauwe
Hi, I have a zip file that I would need to put in my repository. I used the 'mvn install:install-file' goal to do that. This works fine, but I expected that there would be a pom file installed along with my file with the correct data. Should I file a JIRA request for this or am I experiencing a

difference between plugin of section PluginManagement and build in pom

2005-11-23 Thread puschteblume
I can't find any documentation about the pluginmanagement section in pom.xml. What does this section define? When should I use it? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: build fails not noticed for ANT/win32

2005-11-23 Thread Emmanuel Venisse
It's a problem with ant.bat. You have the workaround in faqs http://maven.apache.org/continuum/faqs.html#how-does-continuum-detect-a-successful-build Emmanuel Antoine Brun a écrit : Hello, I have recently set up a continuum server in order to automate our ant projets integration and I am

[m2]Trouble with FTP deploy

2005-11-23 Thread Tim Kettler
Hi, I'm trying to a deploy via FTP with the maven ant tasks but am always hit by a NPE: --- deploy: [artifact:deploy] Deploying to ftp://spike/ BUILD FAILED C:\cygwin\home\tkettler\3d_party\alloy\build.xml:10: java.lang.NullPointerException at

M2: one sourceDir to many jar files

2005-11-23 Thread Fred . Hauschel
Hey, is it possible to generate more than one jar File for the same sourceDir ? Example: The api and the implementation is in the same project. But the output should be an api.jar and an impl.jar. fredy Informieren Sie sich jetzt über die faszinierenden Möglichkeiten des digitalen

[m2] Best practices with Branching and Versioning using Continuum ...

2005-11-23 Thread Stevenson, Chris
Dear All, Does anyone have any ideas on the best way to manage branching and versioning in m2? At my company we build like this: - Main body of work is done on trunk with all subcomponents as snapshot. - Before release we convert all components to a versioned number (usually the same as the

Re: [m2] Best practices with Branching and Versioning using Continuum ...

2005-11-23 Thread Wim Deblauwe
My questions are? - Has the Maven project or anyone using it found a way to reduce the overhead in converting all there sub components to versions from snapshot and back to snapshot after release? Take a look at the release plugin. The release:prepare goal should take care of this.

Re: Help! - maven-proxy encountered NTLM authentication problem

2005-11-23 Thread Daniel Beland
Hi, I had the same problem, and recompiled it using NTCredentials instead and adding an attribute in the properties file proxy.one.domain=XXX I can send you the compiled jar by email if you wish? Daniel On 11/22/05, Law Green-A20134 [EMAIL PROTECTED] wrote: Hi, my maven-proxy.properties

Serious trouble using the fork-mechanism - or just lack of heap memory?

2005-11-23 Thread Jan Gunnar Grønningsæter
Hello again ! - Seems I'm in serious trouble. This is the successful part - [INFO] Scanning for projects... [INFO] [INFO] Building FellesServerJava-jdk1.3 [INFO] task-segment: [clean, install] [INFO]

[m2] updating classpath elements in mojo

2005-11-23 Thread Wouter Zoons
hi, can I do this in my mojo?: mavenProject.getTestClasspathElements().add(0, myOtherOutputDirectory); I would expect this to insert something in the test classpath, but it seems to make no difference at all is getTestClasspathElements() a live list or dynamically constructed from the

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

2005-11-23 Thread Dion Gillard
On 11/23/05, Weston, Toby [EMAIL PROTECTED] 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 (as in copy key JARs from Websphere\runtimes\base_v51 or whatever)?

Re: Newbie: problem creating checkstyle report

2005-11-23 Thread David Sag
Hi Volker, Volker Hartmann [EMAIL PROTECTED] wrote on 22-11-2005 14:06:08: Hi David, I have got checkstyle working fine (sadly still without the option to specify a custom config - see http://jira.codehaus.org/browse/MNG-1113). I already know that. :-( the groupId is

[m2] abstract tests - depending on tests from other projects

2005-11-23 Thread Wim Deblauwe
Hi, I'm looking at bug http://jira.codehaus.org/browse/MNG-932 and it shows it is solved, but where is the documentation to use it? I tried http://maven.apache.org/plugins/maven-surefire-plugin/index.html, but nothing is there. Anybody got an example of how to do this or a link to some

Re: accessing environment variable in settings.xml or pom.xml

2005-11-23 Thread Richard Allen
There currently is no way to reference environment variables in Maven as far as I know. However, a JIRA issue has been created and work is being done to add this functionality (see http://jira.codehaus.org/browse/MNG-1525). Richard Allen Tom Joad wrote: Hello, I would like to know if it

RPM Plugin not cleaning its includes

2005-11-23 Thread Sena Gbeckor-Kove
Hi Bob, It appears that the RPM plugin cumulatively includes the contents of includes when dealing wiith mappings. For example, the following 2 mappings cause thhe contents of the first ampping, a bunch of scripts from the bin directory, to be copied into the next filename/ specified

[m2] commons-io 1.1 POM invalid

2005-11-23 Thread Richard Allen
I'm not sure if this is where this problem should be noted, but the POM for commons-io 1.1 is invalid because the closing dependencies tag is mispelled as /dependecies. Richard Allen - To unsubscribe, e-mail: [EMAIL

Re: Help! - maven-proxy encountered NTLM authentication problem

2005-11-23 Thread Daniel Beland
Just found out that tool though! http://ntlmaps.sourceforge.net/ You may want to give it a try as it can be used in all your applications! On 11/23/05, Daniel Beland [EMAIL PROTECTED] wrote: Hi, I had the same problem, and recompiled it using NTCredentials instead and adding an

[m2] Where to find javadocs for maven-project and maven-plugin-apis

2005-11-23 Thread karthik gurumurthy
Hi All, I'm a maven beginner. I'm trying to write some mojos and I need access to some maven classes which I know are in maven-project ( eg MavenProject class) and maven-plugin-apis (AbstractMojo). But am unable to get to the location from where i c'd download these javadocs. Please guide me.

Re: [m2] Copy generated war to another folder

2005-11-23 Thread Jamie Bisotti
On 11/23/05, Jamie Bisotti [EMAIL PROTECTED] wrote: On 11/22/05, Wim Deblauwe [EMAIL PROTECTED] wrote: You will need to bind the antrun plugin execution to the package goal. See http://maven.apache.org/guides/mini/guide-using-ant.html for more info. regards, Wim 2005/11/22,

RE: [m2] Moving versions from project.xml to pom.xml

2005-11-23 Thread David Jackman
Is there a reason this information was dropped from the project descriptor? I'd like to have the version history information (including version numbers, SCM tag names, and possibly dates and descriptions) stay with the project description in source control. All I'd want in the repository is the

RE: [M2] assembly plugin - best practices and concepts - questions OR how do i move files around using maven2

2005-11-23 Thread Ruel Loehr
Agreed. I think the issue I have is that documentation is pretty sparse for the assembly plugin, so I am not real sure of what its capabilities are, other than the obvious. I'll have to play around with it and see exactly what it can do.. Ruel Loehr JBoss QA -

Re: Serious trouble using the fork-mechanism - or just lack of heap memory?

2005-11-23 Thread Paul Spencer
Jan, The short answer, based on my experience, is do not fork the compile. From what I have read and experienced, at some point the command line becomes to long for the OS. It sound like the point, in this case, is 57 files. Paul Spencer Jan Gunnar Grønningsæter wrote: Hello again ! -

RE: Build Error while creating project

2005-11-23 Thread Mordo, Aviran (EXP N-NANNATEK)
Here is what I'm getting : + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] [INFO] Building Maven Default Project [INFO]task-segment: [archetype:create] (aggregator-style) [INFO]

Re: [m2] commons-io 1.1 POM invalid

2005-11-23 Thread David Sag
Snap! I just filed a jira issue on this about 20 mts ago - could not find any special 'evangelism' jira however. I did look for it tho. http://jira.codehaus.org/browse/MNG-1668 Kind regards, Dave Sag Wim Deblauwe [EMAIL PROTECTED] wrote on 23-11-2005 15:33:49: Best is to file in bug

Re: [m2] commons-io 1.1 POM invalid

2005-11-23 Thread Paul Spencer
David, Below is a link to the Maven Evangelism JIRA project. http://jira.codehaus.org/browse/MEV Paul Spencer David Sag wrote: Snap! I just filed a jira issue on this about 20 mts ago - could not find any special 'evangelism' jira however. I did look for it tho.

Re: [m2] updating classpath elements in mojo

2005-11-23 Thread Jesse McConnell
ya, that is not something that you can be effecting like that basically each plugin is getting its own container with its own dependencies loaded, which you can modify the dependencies being added to that plugin through the extensions/ mechanism...an example would be at plugin runtime you add in

[M2] Xalan and proxy settings

2005-11-23 Thread Jose Gonzalez Gomez
Is there anybody out there that's using Xalan as a dependency and that's getting stylesheets from the Internet through a proxy? I would like to do it, but I don't know how to make Xalan to use a proxy or even read the proxy information from the Maven settings files. TIA, best regards Jose

[m2] dependencies of a plugin

2005-11-23 Thread Patrick O'shea
Hi, Is it possible to get the dependencies of a plugin that i have in my project. I can get a reference to the plugin using mavenProject.getDependencyArtifacts(); but how do i get access all the plugins dependencies ? thanks, Patrick

Re: RPM Plugin not cleaning its includes

2005-11-23 Thread Sena Gbeckor-Kove
Hi Bob, We are trying to do the following : -- Install ${basedir}/src/main/bin/* at /usr/local/amf/bin ${basedir}/src/main/bin/* -- /usr/local/amf/bin -- Install ${basedir}/target/*.jar at /usr/local/amf/plugin/core/lib ${basedir}/target/*.jar -- /usr/local/amf/plugin/core/lib We are using

Re: use of ArtifactHandler

2005-11-23 Thread Nigel Magnay
Ah - I have found out why I'm having trouble - my configuration looks like configuration extensionwar/extension typeuberwar/type /configuration This works correctly when I build the project that uses the plugin. However, if the project that uses the plugin is built as a

Notifiers sendOn* problem

2005-11-23 Thread Richard Wallace
I'm using continuum 1.0.1 and I'm trying to configure my maven 2 pom to send error and failure messages to one mailing list and success messages to another. I've got the following in my pom: ciManagement systemcontinuum/system notifiers notifier

Re: Notifiers sendOn* problem

2005-11-23 Thread Richard Wallace
D'oh! Boy is my face red. I meant to send this to the continuum users list. Sorry. Richard Wallace wrote: I'm using continuum 1.0.1 and I'm trying to configure my maven 2 pom to send error and failure messages to one mailing list and success messages to another. I've got the following in

Notifiers sendOn* problem

2005-11-23 Thread Richard Wallace
I'm using continuum 1.0.1 and I'm trying to configure my maven 2 pom to send error and failure messages to one mailing list and success messages to another. I've got the following in my pom: ciManagement systemcontinuum/system notifiers notifier

[m2] hibernate unit test

2005-11-23 Thread Jean-Yves . Lebleu
Hello all, I used to put hibernate.cfg.xml in target\test-classes with maven1 before running my unit tests. With maven2 my unit tests are not working any more even if I put this configuration file in target\test-classes. Does anybody have an idea where to put this file when you run mvn

Re: [m2] hibernate unit test

2005-11-23 Thread Richard Wallace
If you follow the best practices and have you directory structure like project/pom.xml project/src/main/java project/src/main/resources project/src/test/java project/src/test/resources Then just put it in project/src/test/resources and maven will copy the file to the test-classes directory

Re: Notifiers sendOn* problem

2005-11-23 Thread Emmanuel Venisse
your configuration seems to be correct. File a bug, and i'll look at it. Actually messages are sent only when state of a project change. Emmanuel Richard Wallace a écrit : I'm using continuum 1.0.1 and I'm trying to configure my maven 2 pom to send error and failure messages to one mailing

Re: [m2] Generating Source in Ant

2005-11-23 Thread Lee Meador
Well ... its finally in Jira. URL: http://jira.codehaus.org/browse/MNG-1660 There are changes to the javadocs and usage.xdoc. No changes to code, only the docs. -- Lee Meador On 11/21/05, Brett Porter [EMAIL PROTECTED] wrote: We're working on splitting them out, but for now all the issues

[m2] questions about for site creation (xdoc and static (X)HTML pages)

2005-11-23 Thread - -
1. [m2 2.0] how can integrate static html or xhtml pages and keeping left maven menu ? (i put statics pages in src/site/resources folder = ok but left menu disappears ) with transformatioon /apt /fml /xdoc /resources /html ? /xhtml? with maven 1 , it was possible to have

Firewall problems

2005-11-23 Thread Ray, Stephen L
I'm just getting started with getting Maven2 up and running. I've downloaded the install (binaries) and installed things. I get the error that it can't check the plugins. I am behind a firewall. I've read the archives about proxies. I've followed the instructions for settings.xml, no JOY. Can

Maven for enterprise projects

2005-11-23 Thread tlecavel\.ml
Hello, I'm collecting some informations about Maven 1.1 and its usage for large project, involving a teen workers team. I see the advantages of Maven for building and releasing versions of the project, but I don't see anywhere if each developer must have a local copy of Maven running on his

Re: [m2] commons-io 1.1 POM invalid

2005-11-23 Thread Paul Spencer
David, Below is a link to the Maven Evangelism JIRA project. http://jira.codehaus.org/browse/MEV Paul Spencer David Sag wrote: Snap! I just filed a jira issue on this about 20 mts ago - could not find any special 'evangelism' jira however. I did look for it tho.

RE: [m2] How to set a Mojo property from settings.xml

2005-11-23 Thread David Jackman
Well, that reference had a lot of helpful information, but it still isn't working for me. I have this in my settings.xml: settings profiles profile activation activeByDefaulttrue/activeByDefault /activation properties

Re: accessing environment variable in settings.xml or pom.xml

2005-11-23 Thread Martin van der Plas
Hi, A similar question. Is it possible to set properties in settings.xml and refer to them in pom.xml? Actually I have a company wide central pom.xml that is the parent of all projects pom.xml. The company pom.xml file is maintained in its own subversion maven module. Since all

[m2] maven-war-plugin (questions)

2005-11-23 Thread Olivier Lamy
Hi all, I have some trouble with the war plugin. With the following source structure : src/main/web/css (css files) src/main/web/scripts (javascritpts files) src/main/web/jsp (jsp files) src/main/html (static html content) With the following configuration : warSourceDirectory

Re: [m2] Where to find javadocs for maven-project and maven-plugin-apis

2005-11-23 Thread Lee Meador
The command to load the plugin source is: svn co https://svn.apache.org/repos/asf/maven/plugins/trunk maven-plugins All the plugins will get put under the 'maven-plugins' folder. -- Lee Meador On 11/23/05, karthik gurumurthy [EMAIL PROTECTED] wrote: Hi All, I'm a maven beginner. I'm

Re: Repost: [1.1b1] timestamps in Simian and Checkstyle reports

2005-11-23 Thread Lukas Theussl
Hmm, 'navigation-top' and 'navigation-bottom' seem to be broken, but 'bottom' works for me. I'll have a look at it. -Lukas Gisbert Amm wrote: Unfortunately, adding maven.xdoc.date=navigation-top or maven.xdoc.date=bottom to my build.properties or project.properties has not the desired

print out classpath

2005-11-23 Thread puschteblume
Is there a way to print out the classpath? Also dependend from scope? Thanks Heiko - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] dependencies of a plugin

2005-11-23 Thread dan tran
define this in your mojo /** * @parameter expression=${plugin.artifacts} * @required */ private List pluginArtifacts; and then use that list to iterate. On 11/23/05, Patrick O'shea [EMAIL PROTECTED] wrote: Hi, Is it possible to get the dependencies of a plugin that

Re: M2: one sourceDir to many jar files

2005-11-23 Thread dan tran
+1 fo option 2. I went thru option 1 for a couple of times and ended up to use option 2 -Dan On 11/23/05, Ruel Loehr [EMAIL PROTECTED] wrote: In my experience you have two options: 1) You can use some inline ant scripting with the one of the ant plugins and crank out your jars from

Re: M2: one sourceDir to many jar files

2005-11-23 Thread Wendy Smoak
On 11/23/05, dan tran [EMAIL PROTECTED] wrote: +1 fo option 2. I went thru option 1 for a couple of times and ended up to use option 2 It only took me _once_ to decide never again. This is one point on which Maven really isn't negotiable. Sure, if you have 'src/java' instead of

war:war not excluding files in listed in excludes

2005-11-23 Thread Brian Bonner
I have the following config: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId version2.0-beta-3-SNAPSHOT/version configuration

Re: print out classpath

2005-11-23 Thread Paul Spencer
Heiko, mvn -X goal I know the compiler goal print the class path. Paul Spencer puschteblume wrote: Is there a way to print out the classpath? Also dependend from scope? Thanks Heiko - To unsubscribe, e-mail: [EMAIL

Question on Maven assembly plugin

2005-11-23 Thread Tim Wood
I have gotten some great help from a Maven developer and now have a question for the list. Our project is composed of several source directories, to separate application code from infrastructure code. We have a hierarchy of pom.xmls. We figured out how to make mvn assembly:assembly generate

RE: RPM Plugin not cleaning its includes

2005-11-23 Thread Allison, Bob
I found the problem. Now I just need to figure out a solution. I'll let you know when I get this figured out (probably over the weekend). -Original Message- From: Sena Gbeckor-Kove [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 23, 2005 11:07 To: Maven Users List Subject: Re: RPM

RE : war not excluding files in listed in excludes

2005-11-23 Thread Olivier Lamy
Hi, If you want to exclude some artifacts dependencies from the generated web app. Add dependencies exclusions after the war plugin configuration plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId version2.0-beta-3-SNAPSHOT/version

M2: Tarball from site goal?

2005-11-23 Thread Howard Lewis Ship
Is there a built in goal for creating a tarball (.tar.gz) from a site (i.e., the result of the site goal?). This is for deployment onto hosts that don't support direct login or ssh copy (I'm thinking either my hosted home page, or javaforge.com). In those cases, you can upload a .tar.gz and have

[m2] Missing properties in schemaexport

2005-11-23 Thread Rubén Barroso
Hello, I've been trying to use hibernate plugin in maven 2, but it doesn't work me. I've tried to achieve the same goal (schemaexport) with the following code: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId

Multi moduls Help

2005-11-23 Thread raghurajan . x . gurunathanv
Hi all i Have Multi module as kuje EAR Module | - - - EJBs | - - - pom.xml | - - - Webapp |- - - pom.xml | - - pom.xml So i have to construct a ear at the top which includes both ejb and webapp modules. so i included following in EAR Module pom.xml

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-23 Thread Peter A. Pilgrim
Brett Porter wrote: There is a message size limit. Please *just* the output of building maven-core at the end where it fails. - Brett On 11/23/05, Peter A. Pilgrim [EMAIL PROTECTED] wrote: ==== Here is the output from ``org.apache.maven.usability.PluginErrorDiagnoserTest.txt'' and

[m2] should xalan have scope=provided?

2005-11-23 Thread Matt Raible
I've noticed that when including the displaytag (v 1.0), I had to exclude xalan if I didn't want it included in my WAR. Shouldn't xalan be scope=provided? Thanks, Matt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [m2] should xalan have scope=provided?

2005-11-23 Thread Carlos Sanchez
Hi Matt, I don't think so because not all servers will include it. What displaytag use xalan for? On 11/23/05, Matt Raible [EMAIL PROTECTED] wrote: I've noticed that when including the displaytag (v 1.0), I had to exclude xalan if I didn't want it included in my WAR. Shouldn't xalan be

Re: [m2] can't reach maven-proxy

2005-11-23 Thread Didier Brichet
Thank you very much for your help, Green. Using mirror instead of profile in my settings solve my problem. Now, maven reach the maven-proxy, and my internal repository is not empty. I ran all the Maven Getting Started Guide from How do I make my first Maven project? to How do I create a JAR and

Re: [m2] Bootstrap Maven Source Code does not build on Linux

2005-11-23 Thread Brett Porter
You have an old surefire plugin, by the looks of it. I'll file a bug and look into solving this in the bootstrap, but you can try this: rm -rf ~/.m2/repository/org/apache/maven/plugins Sorry for the confusion. - Brett On 11/23/05, Peter A. Pilgrim [EMAIL PROTECTED] wrote: Brett Porter wrote:

Re: M2: Tarball from site goal?

2005-11-23 Thread Brian Bonner
Howard, it looks like assembly:assembly should do it for you. There is an optional includeSite property that you'd need to set to true in your configuration. http://maven.apache.org/plugins/maven-assembly-plugin/assembly-mojo.html By local goals, I assume you mean the concept of a target in

Re: [M2] [Ibiblio] Catalina 4.1.31

2005-11-23 Thread Carlos Sanchez
You should ask them first to put it in the apache repo. if they have any questions they can contact with us. On 11/23/05, Cabasson Denis [EMAIL PROTECTED] wrote: Hi! I need the catalina 4.1.31 jar, but it seems it isn't in ibiblio (at least not in tomcat/catalina). Is there a way to get it

Re: M2: Tarball from site goal?

2005-11-23 Thread Brett Porter
On 11/24/05, Howard Lewis Ship [EMAIL PROTECTED] wrote: Is there a built in goal for creating a tarball (.tar.gz) from a site (i.e., the result of the site goal?). It seems like another goal that should be added to the site plugin. This is for deployment onto hosts that don't support direct

Re: accessing environment variable in settings.xml or pom.xml

2005-11-23 Thread Brett Porter
Yes, you should be able to put properties in aprofile in settings.xml and use them from the pom. - Brett On 11/24/05, Martin van der Plas [EMAIL PROTECTED] wrote: Hi, A similar question. Is it possible to set properties in settings.xml and refer to them in pom.xml? Actually I have a

Re: use of ArtifactHandler

2005-11-23 Thread Brett Porter
I'm losing track of this in all the bits and pieces as to what you really have. I'd suggest looking at the Plexus plugin and comparing the components.xml to your own: http://svn.plexus.codehaus.org/trunk/plexus-maven-plugin/ HTH, Brett On 11/24/05, Nigel Magnay [EMAIL PROTECTED] wrote: Ah - I

EJB with Maven2

2005-11-23 Thread Duane Homick
I have a simple (hopefully) EJB question, but I couldnt find an answer on the website: I have a project that has two subprojects A B. Subproject A contains a message driven bean. Subproject B contains a utility library. Subproject A has a dependency on B since it uses that utility library.

Re: [m2] Moving versions from project.xml to pom.xml

2005-11-23 Thread Brett Porter
On 11/24/05, David Jackman [EMAIL PROTECTED] wrote: Is there a reason this information was dropped from the project descriptor? I'd like to have the version history information (including version numbers, SCM tag names, and possibly dates and descriptions) stay with the project description in

Re: Build Error while creating project

2005-11-23 Thread Brett Porter
Can you file a bug in JIRA? This will require more investigation. - Brett On 11/24/05, Mordo, Aviran (EXP N-NANNATEK) [EMAIL PROTECTED] wrote: Here is what I'm getting : + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO]

Re: EJB with Maven2

2005-11-23 Thread Alexandre Poitras
I had the same problem but it's quite easy to fix. What do you want is to add class-path entries in the manifest file of your ejb jar. Of course, Maven can do all of that for you. You just need to add this section to your B subproject pom file (I supposed the packaging specified for it is ejb) :

Re: EJB with Maven2

2005-11-23 Thread Alexandre Poitras
Just wanted to add, that you need a subproject C to produce the ear file and include jars A and B. It is quite easy to setup. Look in the guides on the Maven site but don't be shy to ask if you need any help! On 11/23/05, Alexandre Poitras [EMAIL PROTECTED] wrote: I had the same problem but it's

Re: [m2] install-file question

2005-11-23 Thread Allan Ramirez
Hi Wim, This is already fix in the SVN http://docs.codehaus.org/display/MAVENUSER/FAQs for your reference Wim Deblauwe wrote: Hi, I have a zip file that I would need to put in my repository. I used the 'mvn install:install-file' goal to do that. This works fine, but I expected that there

Re: EJB with Maven2

2005-11-23 Thread Henry Isidro
Alexandre Poitras wrote: Just wanted to add, that you need a subproject C to produce the ear file and include jars A and B. It is quite easy to setup. Look in the guides on the Maven site but don't be shy to ask if you need any help! On 11/23/05, Alexandre Poitras [EMAIL PROTECTED] wrote:

Re: [m2] can't reach maven-proxy

2005-11-23 Thread Alexandre Poitras
Hi Didier, Just a little note. Don't confuse the terms internal repository and maven proxy because you'll get a lot of irrelevant answers. Maven proxy as the name implies is just a way to avoid many simulate downloads in a corporate environment. An internal repository is a place where you put or

RE: Help! - maven-proxy encountered NTLM authentication problem

2005-11-23 Thread Law Green-A20134
Thanks for all. Daniel, I will very grateful if you send me your jar! Regards, Green -Original Message- From: Daniel Beland [mailto:[EMAIL PROTECTED] Sent: 2005年11月23日 21:51 To: Maven Users List Subject: Re: Help! - maven-proxy encountered NTLM authentication problem Just found out

RE: Maven for enterprise projects

2005-11-23 Thread Jeff Jensen
These days, the IDE tends to do the ongoing work. For my current project (about 25 developers in our location, about 75 total with other locations), individual developers do not run Maven. A couple will, but for working on docs published with Maven, such as FAQ and other pages, before

Re: [m2] Missing properties in schemaexport

2005-11-23 Thread Edwin Punzalan
Have you tried using the hibernate plugin directly instead of calling ant-run to call hibernate ? Rubén Barroso wrote: Hello, I've been trying to use hibernate plugin in maven 2, but it doesn't work me. I've tried to achieve the same goal (schemaexport) with the following code:

Re: EJB with Maven2

2005-11-23 Thread Alexandre Poitras
I think he also needs to add manifest entries so the ejb jar can loads class from the other jar. If you don't do that your A project won't be in your B project class path. On 11/23/05, Henry Isidro [EMAIL PROTECTED] wrote: Alexandre Poitras wrote: Just wanted to add, that you need a subproject

Re: EJB with Maven2

2005-11-23 Thread Henry Isidro
Alexandre Poitras wrote: I think he also needs to add manifest entries so the ejb jar can loads class from the other jar. If you don't do that your A project won't be in your B project class path. Yup you're right there...I didn't mention it anymore since you already said something about

Re: Multi moduls Help

2005-11-23 Thread Allan Ramirez
I think you have to make another sub project for EAR module that its packaging is ear and make EJBs and Webapp as its dependencies. EAR Module +-- EJBs | +-- pom.xml +-- Webapp | +-- pom.xml +-- EAR | +--pom.xml (with a packaging of ear) +-- pom.xml| regards, -allan [EMAIL

Re: [M2] M2 Status?

2005-11-23 Thread Jason van Zyl
Weston, Toby wrote: 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

Re: [M2] M2 Status?

2005-11-23 Thread Brett Porter
site fixed. On 11/24/05, Jason van Zyl [EMAIL PROTECTED] wrote: Weston, Toby wrote: 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

  1   2   >