Viewing repo contents with IE6

2007-06-12 Thread Wendy Smoak
Is anyone having trouble viewing the repository contents with IE6? With a url such as: http://repo.mycompany.com/archiva/repository/sandbox/com/example/myproject I'm prompted with a File Download - Security Warning dialog box and asked whether I want to save the file (which in this case is a

Build schedule for only when subversion has changed

2007-06-12 Thread Cameron Jones
Hey groupies, Quick question, and possibly a stupid one, but is there any way of specifying a build schedule which only fires when there have been changes in subversion aka an option i've used before in luntbuild and cruise control. this would be really useful for me as its a very small dev team

Re: Build schedule for only when subversion has changed

2007-06-12 Thread Napoleon Esmundo C. Ramirez
Hey there, Cam! As of now, Continuum only has builds scheduled. Continuum checkouts/updates the sources for building, but still under a schedule. It would definitely be a nice feature, having Continuum detect scm changes. Bring up this post sometime soon! :) Cheers! Nap On 6/13/07, Cameron

Re: Build schedule for only when subversion has changed

2007-06-12 Thread Wayne Fay
Generally, people achieve this by using a post-commit hook in their SCM. You can find several threads discussing this if you search this lists' archives for XML-RPC. Wayne On 6/12/07, Napoleon Esmundo C. Ramirez [EMAIL PROTECTED] wrote: Hey there, Cam! As of now, Continuum only has builds

Re: Maven, DLLs and repositories...how ?

2007-06-12 Thread Steinar Bang
Arne Styve [EMAIL PROTECTED]: Thanks for your input. I'll give this a try. However, how do you then use the JAR containing all the DLLs and .so's ? As far as I've understood, you cannot access a DLL that is inside a JAR, and hence you have to extract the DLLs from the JAR in order to use the

Re: What does Expression: mean?

2007-06-12 Thread Steinar Bang
Brett Porter [EMAIL PROTECTED]: It needs to be set with the second form, the expression is used for: - reading from properties - reading from -Dmaven.compile.encoding on the command line, Thanx for the info! (I tried setting the first form, since it's so much shorter, but it had no effect

Re: Fw: problem with maven installation

2007-06-12 Thread Maria Odea Ching
Hi, Did you check if the maven-archetype-plugin was downloaded in your local repo? If it is there, try deleting the plugin (including pom, metadata checksum files) then build again. HTH, Deng [EMAIL PROTECTED] wrote: - Forwarded by Ici X Li/JPMCHASE on 06/11/2007 10:52 AM - Ici X

RE: Install/deploy a project with a single file

2007-06-12 Thread Rahamim, Zvi (Zvi)
Thank you all for your answers, Some comments: 1. The single file is used by different projects, this is the reason I want it to be in a separate project. 2. I don't want it to be packaged, but I want it to be as is. Zvi -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED]

Re: tools.jar dependency and MacOSX

2007-06-12 Thread Stephane Nicoll
This is not needed. The Apple VM already has those classes available by default. What I did is creating an empty jar at the correct location named tools.jar. HTH, Stéphane On 6/11/07, Siegfried Goeschl [EMAIL PROTECTED] wrote: I tried it recently with creating a symbolic link for tools.jar

Re: [maven 1.0.2] my own application.xml not being included in ear

2007-06-12 Thread Lukas Theussl
What version of the ear plugin do you use? The described problem is an old bug that was fixed in v1.7, the latest release is ear-plugin-1.9. HTH, -Lukas Sandhu wrote: How does it worked for you. I am having the same problem. Mick Knutson wrote: OK I tried this and it still did not

remote/home interfaces not creating up..

2007-06-12 Thread Kiran Kodlady
Hello all, When i ran mvn ejb:ejb its just packages my class files into jar without creating any remote/home interfaces!!! my understanding on this plugin is it should create those interfaces am i wrong? If not could u plz sugest me what needs to be done to solve this err... Thanks, Kiran

AW: remote/home interfaces not creating up..

2007-06-12 Thread Jens Hohl
For this you should use XDoclet! - Jens -Ursprüngliche Nachricht- Von: Kiran Kodlady [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 12. Juni 2007 10:55 An: users@maven.apache.org Betreff: remote/home interfaces not creating up.. Hello all, When i ran mvn ejb:ejb its just packages

Re: Locale problem with subversion when running release:prepare

2007-06-12 Thread wurst
Heinrich Nirschl wrote: Setting LC_MESSAGES to en_EN really seems to be the problem: It does solve the problem as long as you have non-utf filenames in your project. if you have utf characters like a Ö or Ä or Ü in your filenames svn will fail with the error message can't convert to

[m2-site] HTTP 301 code in Maven site plugin

2007-06-12 Thread Antonio Petrelli
Hi all! Is it possible to send an HTTP 301 (Moved permanently) using the Maven site plugin? I know that this use case can be done using META redirects, but it sounds awful. TIA Antonio - To unsubscribe, e-mail: [EMAIL

How to reference to an EJB Client jar ?

2007-06-12 Thread Jens Hohl
Hello, i try to generate the Client jars for an EJB Project and later i have to reference them by for using in a WAR. I have an EJB Project which contains all Classes for the Server. I Also use XDoclet to generate the Client Classes For the War. But how can I generate Client Classes that

[mojo] How to execute logic once for several projects..

2007-06-12 Thread Jeroen Leenarts
Hi, I have the following usecase: Run a mojo to collect generated reports from all other modules and combine these into one big report. This involves collecting a number of XML files which will be combined into one file, but that's not the problem. Just a matter of retrieving output

Re: How to reference to an EJB Client jar ?

2007-06-12 Thread Stephen Coy
You do not need a client jar if the WAR is packaged in the same EAR as the EJB. Is the case? Steve C. On 12/06/2007, at 10:10 PM, Jens Hohl wrote: Hello, i try to generate the Client jars for an EJB Project and later i have to reference them by for using in a WAR. I have an EJB

AW: How to reference to an EJB Client jar ?

2007-06-12 Thread Jens Hohl
Ok, why is that not possible ? I don't want all classes in a war when I only need client classes. Reading the EBook Better Build with maven not show how to do that! - jens -Ursprüngliche Nachricht- Von: Stephen Coy [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 12. Juni 2007 14:44

Re: AW: How to reference to an EJB Client jar ?

2007-06-12 Thread Stephen Coy
Application Server class loaders are required to locate and load classes from the ejb-jar that are used by war files that are in the same ear file. Consequently, you should not need any of your EJB classes in your war file. You only need a client jar if the EJBs are *not* in the same ear

Inteference between multiple plugins with extensions

2007-06-12 Thread Peter Nilsson
Hi, We are using Maven 2.0.6 to build both Java, C++ and C#. C++ is built with the help of maven-native-plugin and C# with NMaven. Our project tree has the following structure: Top Cpp Project_A Project_B CS Project_C Project_D The problem we

AW: AW: How to reference to an EJB Client jar ?

2007-06-12 Thread Jens Hohl
Thats what i am writing about: I have a Project A (which is EJBClient) I have a Project B (which is EJB Only) How to tell XDoclet to copy the generated Client classes from EJB Project to the EJBClient ? The war will be deployed only as war (not in an EAR). Compiling War classes need only the

Re: [POLL] maven-enforcer-plugin rules

2007-06-12 Thread ehsavoie
Hi, While the rule system provded is good for complex rules, I have found easier to build an enforcer like plugin using java expressions as rules that are evaluated at runtime using beanshell. I have not enough time to port it to your rule system but i can send it to you if you feel interested.

RE: [POLL] maven-enforcer-plugin rules

2007-06-12 Thread Brian E. Fox
Sure, send it along. --Brian -Original Message- From: ehsavoie [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 10:01 AM To: users@maven.apache.org Subject: Re: [POLL] maven-enforcer-plugin rules Hi, While the rule system provded is good for complex rules, I have found easier

Re: Inteference between multiple plugins with extensions

2007-06-12 Thread Tom Huybrechts
I've had a problem using different extension plugins that contribute a lifecycle in one multi-module project. My workaround has been to copy the contents of the components.xml for each lifecycle I need into a single separate maven-lifecycle-plugin. I only specify this plugin as an extension, and

maven release:perform error finding maven-javadoc-plugin

2007-06-12 Thread srinivas ramgopal
Hi all, I am new to Maven. I am using profiles and trying to do maven release. The release:prepare works fine but fails at release:perform saying that 'Error getting POM for 'org.apache.maven.plugins:maven-javadoc-plugin' from Error getting POM for

Re: [POLL] maven-enforcer-plugin rules

2007-06-12 Thread Jerome Lacoste
On 6/12/07, ehsavoie [EMAIL PROTECTED] wrote: Hi, While the rule system provded is good for complex rules, I have found easier to build an enforcer like plugin using java expressions as rules that are evaluated at runtime using beanshell. I have not enough time to port it to your rule system

'org.apache.maven.plugins:maven-site-plugin' does not exist

2007-06-12 Thread Breight, Alan R \(Al\)
I'm a new user to Maven; trying to use it to build ActiveMQ. I get the error in the subject line. I found MSITE-117, which is closed and mentions that there was a discussion on the users list. However, I have not been able to get the digest of the users list messages. If someone could help

RE: [m2] relocating resource artifacts not in ./classes

2007-06-12 Thread Barrett Nuzum
Mick: Only source code should go in generated-sources. XML files and the like should go in generated-resources. If you can find how to get files into generated-resources and in a WEB-INF directory -- that is to say ./target/generated-sources/WEB-INF/jdev.xml -- you can add them to the WAR by

Re: [m2] relocating resource artifacts not in ./classes

2007-06-12 Thread Mick Knutson
Thanks On 6/12/07, Barrett Nuzum [EMAIL PROTECTED] wrote: Mick: Only source code should go in generated-sources. XML files and the like should go in generated-resources. If you can find how to get files into generated-resources and in a WEB-INF directory -- that is to say

Re: maven release:perform error finding maven-javadoc-plugin

2007-06-12 Thread srinivas ramgopal
Looks like someone is looking for pom:2.3-SNAPSHOT for maven-javadoc-plugin. But maven-javadoc-plugin latest version is 2.2 and it does not have pom:2.3-SNAPSHOT So is there a way I can force somehow in my application pom files to force to look at the correct version of the pom file for

Re: How can I set project.version externally?

2007-06-12 Thread vgpande
parent groupIdcom.sensage/groupId artifactIdsensage/artifactId version${project.version}/version /parent It will work fine with the change in the parent version.Even we are using the same stough for our multimodule project. The only thing is set a reference in the configuration

Re: [m2] relocating resource artifacts not in ./classes

2007-06-12 Thread Mick Knutson
Is there a way to filter the resources in: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId version2.0.2/version configuration webResources

RE: [POLL] maven-enforcer-plugin rules

2007-06-12 Thread Brian E. Fox
I don't see why it could be rolled into a new rule. Call it the beanshell rule or something. -Original Message- From: Jerome Lacoste [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 12:05 PM To: Maven Users List Subject: Re: [POLL] maven-enforcer-plugin rules On 6/12/07, ehsavoie

Re: maven release:perform error finding maven-javadoc-plugin

2007-06-12 Thread srinivas ramgopal
Hi all, More information on what I did in pom file: I added the maven release plugin entry. Do I need to add anything more to the pom file for the maven release: perform to work??? Thanks in advance. srinivas ramgopal wrote: Hi all, I am new to Maven. I am using profiles and

Re: tools.jar dependency and MacOSX

2007-06-12 Thread Nathan Maves
I think what you have done is not considered a best practice in the Maven world. I would do my best to remove the dependency on tools.jar. There is no need to use this file. On 6/12/07, Stephane Nicoll [EMAIL PROTECTED] wrote: This is not needed. The Apple VM already has those classes

new version of org.codehaus.plexus.archiver.manager.ArchiverManagerdefault

2007-06-12 Thread srinivas ramgopal
Is there a new version of org.codehaus.plexus.archiver.manager.ArchiverManagerdefault today since I am getting the follwoing error: [ INFO ] Internal error in the plugin manager executing goal apos;org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-2-SNAPSHOT:attachedapos;: Unable to find

[ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.1)

2007-06-12 Thread Matthias Wessendorf
Hi, The Apache MyFaces community is pleased to announce its 1.0.1 release of the Apache MyFaces Trinidad Maven2 plugins. These Maven2 plugins have been deployed to the Apache Maven2 and they are mirrored by ibiblio as well. release notes Apache MyFaces Trinidad Plugins (version 1.0.1) (for

Re: Re: [m204] Help getting Maven to run with JDeveloper 10.x please...???

2007-06-12 Thread Matthias Wessendorf
Hi Vanja, http://repo1.maven.org/maven2/org/apache/myfaces/trinidadbuild/maven-jdev-plugin/ here is the new release of the Maven2 JDev plugin. see also my previous release announcement. -M On 6/7/07, Vanja Petreski [EMAIL PROTECTED] wrote: Hi, My team is very interested to see jdev plugin!

Re: Re: [m204] Help getting Maven to run with JDeveloper 10.x please...???

2007-06-12 Thread Mick Knutson
have you been able to integrate genInterface into maven aside from calling a BAT files to run it? On 6/12/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi Vanja, http://repo1.maven.org/maven2/org/apache/myfaces/trinidadbuild/maven-jdev-plugin/ here is the new release of the Maven2 JDev

Re: 'org.apache.maven.plugins:maven-site-plugin' does not exist

2007-06-12 Thread Wayne Fay
Most likely, you are behind a web proxy firewall, and this is causing your problems. You will need to configure the web proxy in settings.xml before you can proceed with Maven successfully. This is well documented on the Maven website and in numerous emails to this list. If you have already

[ot] JDeveloper genInterface verse Axis wsdl2java

2007-06-12 Thread Mick Knutson
Does anyone know the difference between the 2 wsdl - java code generators? JDeveloper (IDE) wants to use genInterface, yet there seems to be no plugin's for it in Maven. Now Axis does have a plugin that works well in Maven. Wondering if I can just use Axis instead of genInterface? -- --- Thanks,

Re: [ANN] Release of Apache MyFaces Trinidad's Maven plugins (1.0.1)

2007-06-12 Thread Vanja Petreski
Hi, that is great news! Is there any documentation about plugin configuration? Thanx, V On 6/12/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, The Apache MyFaces community is pleased to announce its 1.0.1 release of the Apache MyFaces Trinidad Maven2 plugins. These Maven2 plugins

won't build compile java 5 sources ...

2007-06-12 Thread Giovanni Azua
Hi, I have the following pom.xml snippet: build sourceDirectoryjava//sourceDirectory testSourceDirectoryjava-test//testSourceDirectory /build But the code does not compile because it is set to -source 1.3 instead of -source 1.5 I cant find where to set this? Help! Such

Re: won't build compile java 5 sources ...

2007-06-12 Thread Vanja Petreski
You have to configure the compile plugin like this: project ... build ... plugins plugin artifactIdmaven-compiler-plugin/artifactId configuration source1.5/source target1.5/target /configuration /plugin /plugins ... /build ...

Re: maven release:perform error finding maven-javadoc-plugin

2007-06-12 Thread srinivas ramgopal
Did any one face this maven release related issuemy maven release process is currently dead in the water. Any help is highly appreciated. Thanks in advance. srinivas ramgopal wrote: Looks like someone is looking for pom:2.3-SNAPSHOT for maven-javadoc-plugin. But maven-javadoc-plugin

Re: won't build compile java 5 sources ...

2007-06-12 Thread Wayne Fay
I have to argue with your complaint about the documentation. While there are many things wrong with the Maven documentation, this is simply not one of them. Either there's a language issue and the definition of impossible is different in your part of the world, or you didn't try very hard (at

Re: maven release:perform error finding maven-javadoc-plugin

2007-06-12 Thread Dennis Lundberg
Your release:perform is failing because somewhere in your pom hierarchy there is an explicit or implicit reference to the 2.3-SNAPSHOT version of the maven-javadoc-plugin. A release is not allowed if there is such a SNAPSHOT dependency. srinivas ramgopal wrote: Hi all, I am new to Maven.

Re: maven release:perform error finding maven-javadoc-plugin

2007-06-12 Thread srinivas ramgopal
Thank you for the reply. But I do not have reference to it in any of the other pom files of my application. In case there is an implicit reference- how would I identify it? If identified, how can I force it use the correct version? Your input is highly appreciated. dennisl-2 wrote: Your

[m2] xdoclet generating source in 2 directories...???

2007-06-12 Thread Mick Knutson
i have thisL wseedoclet jaxrpcMappingFile= mappings.xml wseeSpec=1.1 wsdlFile=/src/main/webapp/wsdl/BusinessService1.wsdl destDir=${basedir}/target/generated-sources/WEB-INF

Re: [m2] xdoclet generating source in 2 directories...???

2007-06-12 Thread Wayne Fay
You should probably cross-post this on xdoclet users list, if you haven't already. There's a good chance they will know a lot more about xdoclet internals (and the xdoclet m2 plugin) than we will. Wayne On 6/12/07, Mick Knutson [EMAIL PROTECTED] wrote: i have thisL

zip and tar.gz artifacts not deploying

2007-06-12 Thread Evan Toliopoulos
Hi, Is there some way to see what versions of plug-ins and third party libraries maven uses when running? The reason is that a deployment from my environment works whilst my colleague's does not. If I give him my entire maven repository and get him to change his settings.xml so that his

How do you open defects against findbugs-maven-plugin

2007-06-12 Thread DavidWilliams
Hi Everyone, What is the process for opening defects against a plugin. In my case, I'm using the findbugs-maven-plugin version 1.1 with the xmlOutputtrue/xmlOutput option. I have noticed that the bugs found I are duplicated in the findbugs.xml file. The html page is fine. This seems to be

Problems converting to maven due to issues with assembly plugin

2007-06-12 Thread Mike Cumings
Hello, I'm in the process of trying to convert a few projects from ant build scripts to Maven2. In the process, I've run into quite a few issues with the assembly plugin. I started by running into: http://jira.codehaus.org/browse/MASSEMBLY-213 and/or

Re: tools.jar dependency and MacOSX

2007-06-12 Thread Kalle Korhonen
Things like annotation processing with apt requires jdk classes (the tools.jar) to be available during the build. This is what we do in Trails for the same problem: profiles profile !-- NOTE: This will not be activated on OS X, since classes.jaralready has the tools in it.

Re: zip and tar.gz artifacts not deploying

2007-06-12 Thread Maria Odea Ching
You could try building the project with -X (in debug mode) to see the deeper details of the build. To force plugin updates, use -cpu when building the project. - Deng Evan Toliopoulos wrote: Hi, Is there some way to see what versions of plug-ins and third party libraries maven uses when

eclipse plugin - exclude pattern for source

2007-06-12 Thread davis
Hi, If you have eclipse open, it is often convenient to right click /src/test/java and say Run as JUnit test -- which creates a dynamic test suite on the fly and runs all the tests. However, I'd really like the ability to add an exclusion pattern to avoid certain tests that may be integration

Re: How do you open defects against findbugs-maven-plugin

2007-06-12 Thread Wayne Fay
I am reasonably certain that findbugs-maven-plugin bugs are posted in MOJO under component findbugs. http://jira.codehaus.org/browse/MOJO Wayne On 6/12/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Everyone, What is the process for opening defects against a plugin. In my case, I'm using

Re: eclipse plugin - exclude pattern for source

2007-06-12 Thread Wayne Fay
I'm not sure if this specific functionality is supported today, but it sounds like a reasonable thing to add to the eclipse plugin. So if you verify its not currently available, file a bug against the plugin in JIRA, and perhaps someone will implement it for you. Or go ahead and implement it