Unable to parse https authentication on pom upload

2006-03-10 Thread Veerman, Christiaan
Unable to parse https with authentication credentials for pom upload. The server log exceptions consist of 401 without the credentials. INFO | jvm 1| 2006/03/10 06:33:33 | java.io.IOException: Server returned HTTP response code: 401 for URL:

Re: Unable to parse https authentication on pom upload

2006-03-10 Thread Emmanuel Venisse
Yes, the two first urls are invalid. Do you have some trace in your logs for txo last urls? Emmanuel Veerman, Christiaan a écrit : Unable to parse https with authentication credentials for pom upload. The server log exceptions consist of 401 without the credentials. INFO | jvm 1|

[m2] war and ear suggestions

2006-03-10 Thread Konstantin Polyzois
We are using maven to build some war and ear files for weblogic. To catch errors early we aree precompiling the ears and wars using a inhouse written weblogic.appc plugin. Two things are a bit annoying :-) 1 The ear and war plugin always overwrites each file, I have tracked this behaviuor to a

Re: [m2] war and ear suggestions

2006-03-10 Thread Stephane Nicoll
Sounds interesting. Could you please file something in Jira so that we track your suggestion? Regards, Stéphane On 3/10/06, Konstantin Polyzois [EMAIL PROTECTED] wrote: We are using maven to build some war and ear files for weblogic. To catch errors early we aree precompiling the ears and wars

Re: How do I include my ejb3 and par files in ear for Maven2

2006-03-10 Thread Stephane Nicoll
show your maven projects structure please. s/ On 3/10/06, Nidhi Tuli [EMAIL PROTECTED] wrote: My end goal is to generate ear file using Maven2 for deploying EJB3 in JBoss. For this purpose I wrote some ejb3 code, which I need to 1. compile 2. generate jar 3. generate ejb3 4. generate

RE : [m2] war and ear suggestions

2006-03-10 Thread Olivier Lamy
Look at http://jira.codehaus.org/browse/MNG-2097. Just push a vote ;-) - Olivier -Message d'origine- De : Stephane Nicoll [mailto:[EMAIL PROTECTED] Envoyé : vendredi 10 mars 2006 10:37 À : Maven Users List Objet : Re: [m2] war and ear suggestions Sounds interesting. Could you please

[m2] Where are the sources of the maven-model component ?

2006-03-10 Thread COUVREUR jacques
Hi, I am writing a m2 plugin and I am looking for the sources for the maven-model component. Or the http://svn.apache.org/viewcvs.cgi/maven/components/branches/maven-2.0.x/maven-model/src/ is empty. So where I can find its sources ? Thinks, J. -Message d'origine- De : KC Baltz

Create J2EE module

2006-03-10 Thread Patrick GIRY
How can I create a J2EE module with archetype:create? Wich archetypeArtifactId value must I used?

Re: [m2] war and ear suggestions

2006-03-10 Thread Konstantin Polyzois
Filed as http://jira.codehaus.org/browse/MNG-2141 On 3/10/06, Stephane Nicoll [EMAIL PROTECTED] wrote: Sounds interesting. Could you please file something in Jira so that we track your suggestion? Regards, Stéphane On 3/10/06, Konstantin Polyzois [EMAIL PROTECTED] wrote: We are using

RE: [m2] Where are the sources of the maven-model component ?

2006-03-10 Thread Artamonov, Juri
If you don't see the sources then I believe they generated by modello plugin. Just start mvn compile and the sources will be generated in target folder. Best regards, Juri. -Original Message- From: COUVREUR jacques [mailto:[EMAIL PROTECTED] Sent: Friday, March

Maven Report Error

2006-03-10 Thread adela
Dear Alexandre, Below my dependency section: regards, Adel dependencies dependency groupIdstruts/groupId artifactIdstruts/artifactId version1.2.8/version /dependency dependency groupIdjunit/groupId artifactIdjunit/artifactId version3.8.1/version

Re: Maven Report Error

2006-03-10 Thread Rik Bosman
I had the same problem on generating the dependency report. After commenting out all the following dependencies the report was generated: !--dependency groupIdorg.springframework/groupId artifactIdspring-dao/artifactId version1.2.1/version scopecompile/scope /dependency dependency

custom src directory layout - how to get it to not checkstyle/javadoc the tests too.

2006-03-10 Thread David Sag
Hi All, I am beginning now to migrate many of our projects to maven 2, but I am not permitted to move the location of the stuff in the src directory as CVS is unable to retain the history in this case and we have no plans to move to something more useful such as subversion. the directory

finding JBoss EJB3 Jars on ibiblio ?

2006-03-10 Thread Pete
I was looking for the JBoss EJB JARS on http://www.ibiblio.org/maven2/jboss/ Are they not there yet ? e.g. jboss-ejb3.jar jboss-ejb3x.jar ejb3-persistence.jar I was also looking for hibernate-ejb3-persistence.jar (used by JBoss EJB3TrailBlazer ) any ideas where to find this on ibiblio ? not

M2: JBoss EJB3 Examples ?

2006-03-10 Thread Pete
Does anyone out there have a JBoss EJB3 Maven2 working example / POMs. This is what I'm attempting to do, any ideas or samples would be much appreciated. thanks Pete

version 4.0.3 of jboss's jar ?

2006-03-10 Thread langlois yan
Hi, I can't find version 4.0.3 of the JBoss' jar. (for exemple http://www.ibiblio.org/maven2/jboss/jboss-client/4.0.3). Is it possible to put them in ibiblio.org ? Thanks, Yan. ___

Re: M2: JBoss EJB3 Examples ?

2006-03-10 Thread Marco Mistroni
hello... i have done a very small app with EJB3 that urns on jboss. i have done it using maven1.1 2.0., but for maven2 i am NOT using ejb3 plugins... but just creating the ejb archive and rename it.. if it is worth... i can mail to you privately.. rgds marco On 3/10/06, Pete [EMAIL

RE: Passing maven variables as system properties

2006-03-10 Thread hermod.opstvedt
Hi Try project.build.directory Hermod -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 3:53 AM To: users@maven.apache.org Subject: Passing maven variables as system properties Hi, I'm trying to store some maven vars into system properties

[m2] software component dependency

2006-03-10 Thread Adam Leggett
Hi, I have a project that depends on/bundles binary versions of jboss, mysql, maven and continuum. I know I can get the java EE jar dependencies for all of the above via a public repository for my application development module. Can I also obtain binary gzipped versions of the above from a

Re: Maven Report Error

2006-03-10 Thread Rik Bosman
Is this because the pom files for 1.2.1 versions (and below) in the repository do not contain the following part? distributionManagement statusdeployed/status /distributionManagement

RE: rpm-plugin mapping file rename

2006-03-10 Thread Allison, Bob
I believe the answer is that it will not unless the item to be renamed is the item specified in the mapping. I would say to give it a try and let me know if it works or doesn't work. If it works, I can add that information to the docs; if it doesn't work, send me more info on what you are doing

Re: [m2] Where are the sources of the maven-model component ?

2006-03-10 Thread Brett Porter
Run mvn generate-sources on maven-model. On 3/10/06, COUVREUR jacques [EMAIL PROTECTED] wrote: Hi, I am writing a m2 plugin and I am looking for the sources for the maven-model component. Or the http://svn.apache.org/viewcvs.cgi/maven/components/branches/maven-2.0.x/maven-model/src/ is

[m2] Internal Repositories

2006-03-10 Thread Khin, Gerald
Hi! Being a newbie to maven, I wonder if this idea could work: I want to have my own remote repository with a subset of the content of http://www.ibiblio.org/maven2/ http://www.ibiblio.org/maven2/ located at my local machine where I could access it using the file: protocol. And in addition I

Re: how to use my own jar as dependencies

2006-03-10 Thread Tom Joad
Hi To run install:install-file you don't need to create pomfile. Sorry .Gautham is wright. you can run directly the command i gave you under your directory. So you can use the jar as a dependency . Tom. 2006/3/9, Ashish Srivastava [EMAIL PROTECTED]: Thanks Tom. Where do I need to create the

Re: custom src directory layout - how to get it to not checkstyle/javadoc the tests too.

2006-03-10 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, the directory structure we have is pom.xml src/ - org/ Maven uses src/java/... per default. Have you tried that? Regards Thorsten -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.1 (MingW32)

Building J2EE project using Maven2

2006-03-10 Thread adela
Dear People, I am trying for three days to sort my problem, but i could not :(, what i am trying to do is that to build my j2ee project (WAR, JAR and EAR) and then deploy the ear into Jboss, i have done all that in ANT but i could not do it in Mavevn 2, so there is any full example for this

Maven 1.x site plugin

2006-03-10 Thread Rune Flobakk
Hi! I wondered if anybody could provide some assistance with getting Maven1 to setup up correct privileges on a site remotely deployed using ssh (plink and pscp). I am trying to use the maven.site.chmod.mode property to set up the privileges, but it seems no matter how I define it, the

Additional file sincluded while building an EAR

2006-03-10 Thread Marco Mistroni
hello all, i have a project whichcontains some subprojects.. i am trying to build an ear out of my project, and when the ear is built there are additional jar file included that i don't need... i end up with my projects files plus - geronimo-spec-j2ee-1.4-rc4.jar, - ejb3-persistence-4.0.3 -

Re: Maven 1.x site plugin

2006-03-10 Thread Arnaud HERITIER
Hi Rune, It seems that we fixed several problems about rights in the current SNAPSHOT. http://maven.apache.org/maven-1.x/plugins/site/changes-report.html#Release1_7-SNAPSHOT Can you try the 1.7-SNAPSHOT to see if it helps? Arnaud On 3/10/06, Rune Flobakk [EMAIL PROTECTED] wrote: Hi! I

RE: release:prepare errors

2006-03-10 Thread Brian E. Fox
This is exactly what I have to do. I use a tool to find and replace across files. Fortunately, we are using 4 digit build numbers so I know I'm not replacing something incorrectly (example: 2.1.0.7). So it goes like this: Replace x.x.x.x-SNAPSHOT with x.x.x.x Check in. Tag. Replace x.x.x.x with

Re: Maven 1.x site plugin

2006-03-10 Thread Rune Flobakk
Thanks for your quick reply! I was actually just getting to checking out the 1.7-snapshot, as I noticed (in small prints) at the bottom of the site-plugin page: Doc for 1.7-SNAPSHOT Doh... ;) Thanks again. Rune Arnaud HERITIER wrote: Hi Rune, It seems that we fixed several problems

[m2] Multiproject - decoupling build and deployment

2006-03-10 Thread andrew cooke
Hi, Does anyone have any advice on decoupling build and deployment in a multiproject system where components can be deployed in several different environments? We have a service oriented architecture, and some components can be deployed in various different ways. We can also separate

Re: rpm-plugin mapping file rename

2006-03-10 Thread Xavier Toth
I'm not sure how I'd do a rename. Here is an example where I'd like what ends up in /etc/xinetd.d to be simple micro_proxy and not micro_proxy.xinetd, any idea how I'd do this? mapping directory/etc/xinetd.d/directory filemode755/filemode

[m2] Multiproject - separating version and use dependencies

2006-03-10 Thread andrew cooke
With Maven 2, is it possible to specify a *version* for a package in the pom at the top of a multiproject tree, but only specify dependencies on that package lower down, in specific projects? I would like to say at the top level use version X of package Y, but not have every child dependent on

Re: Maven 1.x site plugin

2006-03-10 Thread Arnaud HERITIER
I will change that to move the doc for in a better visible location on the page (I was thinking to put it at the top of the menu). Don't hesitate to give us your feedback. Arnaud On 3/10/06, Rune Flobakk [EMAIL PROTECTED] wrote: Thanks for your quick reply! I was actually just getting to

Re: Additional file sincluded while building an EAR

2006-03-10 Thread Marco Mistroni
Hello, i sorted out why, it was due to the 'scope' of the dependency. But htis raises another problem: i was not able to find ejb3 jars in maven2 repositories... and if i use the systemPath they will be included in my .ear. can anyone suggest me a workaround? thanx and regards marco On

rpm plugin location

2006-03-10 Thread Xavier Toth
I can't find the rpm plugin source. The links and svn commands at http://www.codehaus.org/~boba/rpm-plugin/source-repository.html don't work. Anyone know where this plugin is now?

Google Analytics

2006-03-10 Thread Jochen Wiedmann
Hi, I have the impression, that the Maven and Plexus websites are both suffering seriously from problems with Google Analytics today. Is this the case? If so, is it wise to use GA? Thanks, Jochen -- Whenever you find yourself on the side of the majority, it is time to pause and reflect. (Mark

POM Reference page updates (was RE: Maven documentation (was Re: how to include all dependencies in your jar))

2006-03-10 Thread Jeff Jensen
Nice improvements Brett, thank you. This is turning into a very nice reference document. It is vastly improved over recent time with your and others checkins. (so everyone please file JIRAs for items that still need improvement! :-) -Original Message- From: Jeff Jensen [mailto:[EMAIL

Re: Google Analytics

2006-03-10 Thread Brett Porter
I'm not noticing, and plexus doesn't use it (it uses google ads, which is just something codehaus does). Are others seeing it? - Brett On 3/11/06, Jochen Wiedmann [EMAIL PROTECTED] wrote: Hi, I have the impression, that the Maven and Plexus websites are both suffering seriously from

[m2] multiproject using plugin

2006-03-10 Thread Xavier Toth
I have a project that builds an rpm with the rpm plugin which works fine. Now I want to build several rpms so I've made several projects and a parent project to run them all. However when I run the parent (mvn -o clean rpm:rpm) I get the following output: NOTE: Maven is executing in offline mode.

Re: Building J2EE project using Maven2

2006-03-10 Thread Ray Ward
Is this separate from your site problem? I'm about at the same point you are in picking up Maven2. I haven't seen a comprehensive example, but I can build through the EAR file and am having some problems doing a remote deploy to another box using scp. A comprehensive example would be valuable.

RE: Unable to parse https authentication on pom upload

2006-03-10 Thread Veerman, Christiaan
Input: https://svn.example.com:8443/trunk/extranet/pom.xml NFO | jvm 1| 2006/03/10 10:18:19 | java.io.IOException: Server returned HTTP response code: 401 for URL: https://svn.example.com:8443/trunk/extranet/pom.xml INFO | jvm 1| 2006/03/10 10:18:19 | at

Re: Additional file sincluded while building an EAR

2006-03-10 Thread Wayne Fay
Your ejb pom has: dependency groupIdgeronimo-spec/groupId artifactIdgeronimo-spec-j2ee/artifactId /dependency Without a scope, it defaults to compile. Specify scopeprovided/scope. Also your ejb pom has the other two ejb3 jars specified as scope system. I don't use

RE: Building J2EE project using Maven2

2006-03-10 Thread Vincent Massol
-Original Message- From: Ray Ward [mailto:[EMAIL PROTECTED] Sent: vendredi 10 mars 2006 16:08 To: Maven Users List Subject: Re: Building J2EE project using Maven2 Is this separate from your site problem? I'm about at the same point you are in picking up Maven2. I haven't seen

Re: Additional file sincluded while building an EAR

2006-03-10 Thread ian . d . stewart
Hi Marco, If you have a third-party JAR that you want your project(s) to depend on, you can install it into your local repository following the instructions here: http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html You can then include it as a dependency within your pom.xml

Re: Building J2EE project using Maven2

2006-03-10 Thread Wayne Fay
Personally I'm doing all the steps up to deploy with Maven, and then actually deploying into oc4j using ant. I tried to use cargo briefly and gave up since I had a working process in ant. I'm not aware of any full examples. But look at the pom.xml files sent by Marco in another thread titled

Re: [m2] Multiproject - separating version and use dependencies

2006-03-10 Thread Wayne Fay
Take a look at the dependencyManagement tag. Sounds like its what you're looking for. Marco just sent his pom.xml files in another thread titled Additional file sincluded while building an EAR which includes a dependencyManagement section, might be helpful? Basically you put the depMgmt tag in

Re: finding JBoss EJB3 Jars on ibiblio ?

2006-03-10 Thread Wayne Fay
If you don't see them, then they are probably not there. ;-) So you can either: 1. Use your own internal repository 2. Wait until someone else uploads them 3. Use your JBoss support contract hours to ask that they be uploaded 4. Upload them yourself following the directions on Maven site:

RE: Building J2EE project using Maven2

2006-03-10 Thread Adam Leggett
I've been using maven2 (and continuum) to build/deploy a j2ee project to jboss for the last couple of weeks. Heres what ive done (im not sure if its best practice, but it works): I have a folder structure as follows toplevelmodule pom.xml /coremodule pom.xml

Re: [m2] Multiproject - decoupling build and deployment

2006-03-10 Thread andrew cooke
Another approach I forgot to mention was to have separate environment jars that can be added to each environment to bring it in line with some maximal standard, and then write all services assuming the environment provides that standard. Andrew andrew cooke wrote: Hi, Does anyone have any

Altering plugin configuration based on lifecycle phase?

2006-03-10 Thread Brian Burridge
Is it possible to have different configurations for a plugin based on lifecycle phase? Here is an example, with using the tomcat plugin. I currently have the following configuration which allows me to deploy the Maven built WAR into my local tomcat server: *plugin*

Re: Altering plugin configuration based on lifecycle phase?

2006-03-10 Thread Wayne Fay
Sure. Here's an example: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId version1.1/version executions execution idproc/id phaseprocess-resources/phase configuration

Re: custom src directory layout - how to get it to not checkstyle/javadoc the tests too.

2006-03-10 Thread Wayne Fay
Easiest answer is to move to Subversion. There are tools to facilitate this so you can save your history out of CVS. Then restructure your project. Wayne On 3/10/06, Thorsten Heit [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, the directory structure we have

Re: version 4.0.3 of jboss's jar ?

2006-03-10 Thread Yann Le Du
Hi Yan, Please read : http://maven.apache.org/guides/mini/guide-ibiblio-upload.html Examples of upload issues for 4.0.2 : http://jira.codehaus.org/browse/MAVENUPLOAD-762 http://jira.codehaus.org/browse/MAVENUPLOAD-764 http://www.ibiblio.org/maven2/jboss/jboss-client/4.0.2/ - Yann On 3/10/06,

Re: How to bind execution of integration tests to integration-test phase

2006-03-10 Thread Dave Muirhead
Back on Feb 11 there was a thread regarding integration testing with the subject line How to bind execution of integration tests to integration-test phase. Like Pete, who offered good advice in that thread, I also need to do in-container testing via Cactus, run CruiseControl and deploy to

RE: [m2] multiproject using plugin

2006-03-10 Thread Allison, Bob
I am guessing that you need to specify the groupId and artifactId of the RPM plugin in any project that uses it. I think you can only inherit the version with the pluginManagement in the parent POM. Of course, in the case of the RPM plugin, the configuration is likely to be different for each

RE: How do I include my ejb3 and par files in ear for Maven2

2006-03-10 Thread Nidhi Tuli
The problem in this approach is that the ejb3 files and war files I created needs to be in repository. I don't want to do that because we will not need these files individually as par of any deployable. /Nidhi -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent:

RE: [m2] software component dependency

2006-03-10 Thread Adam Leggett
I figured this out. I set up my own file: based internal repo and used typezip/type for my bootstrap dependencies. Simple! -Original Message- From: Adam Leggett [mailto:[EMAIL PROTECTED] Sent: Friday, March 10, 2006 11:24 AM To: users@maven.apache.org Subject: [m2] software

M2: changelog plugin password issue

2006-03-10 Thread phertogen
Hi, I am using maven 2.0.2 and changelog plugin 2.0-beta-1. running mvn site or mvn changelog:changelog results in the stacktrace below and an empty changelog.xml file. running mvn scm:changelog however works, I mean in the logging I can see clearly that it's connecting to cvs. thanks for

Re: Maven 1.x site plugin

2006-03-10 Thread Rune Flobakk
Wohoo! It worked! Struggled a bit with the svn checkout only. The url for the repository for anonymous access appears to be wrong on this page: http://maven.apache.org/maven-1.x/plugins/site/scm-usage.html I had to use svn checkout

Re: Maven2, antrun and script task

2006-03-10 Thread Laurie Harper
Thanks for the link, I missed that page when I was documentation hunting. However, I don't quite see how it helps in this case, since (a) the script task doesn't accept a nested classpath and (b) I want to set the classpath Ant gets called with, not modify the Ant build in a way that would

Re: Unable to parse https authentication on pom upload

2006-03-10 Thread Emmanuel Venisse
Perhaps we have a bug in our downloader. Can you look at it? http://svn.codehaus.org/trunk/plexus-components/plexus-formica/src/main/java/org/codehaus/plexus/formica/util/MungedHttpsURL.java?rev=2921root=plexusview=auto I don't have an authenticated https server, so i can't test it. Emmanuel

RE: How do I include my ejb3 and par files in ear for Maven2

2006-03-10 Thread Matthew L Daniel
The problem in this approach is that the ejb3 files and war files I created needs to be in repository. I don't want to do that because we will not need these files individually as par of any deployable. That's not the spirit of Maven, since if _you_ wanted to use them, then there is a chance

RE: ejb3 plugin -- URGENT

2006-03-10 Thread Nidhi Tuli
Hi Tim, I tried using the plugins you gave me for par and ejb3 files. They generate the *.ejb3 and *.par but it is including all the files in both ejb3 and par. The problem with ejb3 and par including all the files are that ear contains the duplicate copy of EJBs and when it tries to deploy it

maven-corburtura POM v3 in repo

2006-03-10 Thread Subhash Chandran
The repository has POM v3 of corburtura plugin: http://www.ibiblio.org/maven2/maven-plugins/maven-cobertura-plugin/1.1.1/maven-cobertura-plugin-1.1.1.pom When i try to build a report using this plugin using M2.0.2, I get: org.apache.maven.lifecycle.LifecycleExecutionException: Unable to build

Re: [m2] multiproject using plugin

2006-03-10 Thread Xavier Toth
Indeed I'm specifying the groupId and artifactId in each submodule. Individually I can build the submodules the problem seems to be with the parent module. When I remove the pluginManagement element then the submodules build but this seems a bit bogus. Why should I have to specify the

Re: [m2] multiproject using plugin

2006-03-10 Thread Xavier Toth
Well I spoke too soon it blowsup in the parent after building the submodules because I didn't do any configuration. At the parent I don't rpm:rpm to do anything:( On 3/10/06, Xavier Toth [EMAIL PROTECTED] wrote: Indeed I'm specifying the groupId and artifactId in each submodule. Individually I

maven 2 with jdk 1.3

2006-03-10 Thread Sanjay Choudhary
Hi All, I have an application that run's on JDK 1.3. In the POM's I have the following setting plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration compilerVersion1.3/compilerVersion target1.3/target showDeprecationtrue/showDeprecation

Re: How do I include my ejb3 and par files in ear for Maven2

2006-03-10 Thread Wayne Fay
Is installing the ejb3 and war files into your own local repository such a big deal?? What's the harm/negative of this?? i don't want X != can't allow X for specific reason Y and Z I guess I'm just too pragmatic for this problem... The solution is obvious, install locally, and proceed to the next

Re: maven 2 with jdk 1.3

2006-03-10 Thread Wayne Fay
I suspect that you are using javax.servlet library which was compiled with JDK 1.4. Download the code and recompile with JDK 1.3 if you must use it along with code that targets 1.3. Wayne On 3/10/06, Sanjay Choudhary [EMAIL PROTECTED] wrote: Hi All, I have an application that run's on JDK

Re: maven 2 with jdk 1.3

2006-03-10 Thread Sanjay Choudhary
No, I am sure that javax.servlet library is JDK 1.3. It is provided by ibm was 5 and we used it to compile it. -Sanjay On 3/10/06, Wayne Fay [EMAIL PROTECTED] wrote: I suspect that you are using javax.servlet library which was compiled with JDK 1.4. Download the code and recompile with JDK

Re: [m2] Internal Repositories

2006-03-10 Thread Wayne Fay
mvn -o tells maven to work offline. Not sure if that affects repos specified with file:/// or not, assume it does. I'm not sure but there's probably a way to automatically blacklist a repo. So you could add your own repo, blacklist ibiblio, and be on your way. If this isn't already a feature, it

Re: maven 2 with jdk 1.3

2006-03-10 Thread Wayne Fay
OK then perhaps your Struts library was compiled with JDK 1.4. That's probably it, take a look at the stack trace again: javax.servlet.jsp.JspException: java.lang.StringBuffer: method append (Ljava/lang/StringBuffer;) Ljava/lang/StringBuffer; not found at

Re: maven 2 with jdk 1.3

2006-03-10 Thread Sanjay Choudhary
It worked fine until y'day. It broke when I changed the dependency version of some other home build artifacts. Not sure what would have caused it. Definitly it looks like JDK issue. BTW, we use struts 1.1. -Sanjay On 3/10/06, Wayne Fay [EMAIL PROTECTED] wrote: OK then perhaps your Struts

Re: maven-corburtura POM v3 in repo

2006-03-10 Thread Carlos Sanchez
that's the plugin for maven 1 http://mojo.codehaus.org/cobertura-maven-plugin/usage.html On 3/10/06, Subhash Chandran [EMAIL PROTECTED] wrote: The repository has POM v3 of corburtura plugin:

Re: Building J2EE project using Maven2

2006-03-10 Thread Rik Bosman
Vincent, Patience is not easy... Are there any chapters ready (maybe for review?) Rik 2006/3/10, Vincent Massol [EMAIL PROTECTED]: -Original Message- From: Ray Ward [mailto:[EMAIL PROTECTED] Sent: vendredi 10 mars 2006 16:08 To: Maven Users List Subject: Re: Building J2EE

Re: maven-corburtura POM v3 in repo

2006-03-10 Thread Matthew L Daniel
When is the latest edition supporting POM v4.0.0 expected? I wondered about this as well when I was trying to get the xdoclet2 maven2 plugin up and running. It would find poms, but they weren't Maven2 poms and it was MOST upset. It was my thought that either M2 take that logical step and say,

test report in m2

2006-03-10 Thread Miguel Griffa
anyone being able to use surfire test report in m2? I have a project with 2000+ tests, with m2 dir layout and test report says all zero... any ideas? -- Miguel Griffa Skype: miguel.griffa Y!: m_griffa MSN: [EMAIL PROTECTED] Cell: 15-62519355

Jabber not working

2006-03-10 Thread raghurajan . x . gurunathan
Hi All, I'm using continuum 1.0.3 and added a shell project. then in my pom notifiers i have typejabber/type configuration hostmx.company.com/host port5222/port loginraghu guru/login passwordpassword/password

Re: maven-corburtura POM v3 in repo

2006-03-10 Thread Carlos Sanchez
He was lookin at the wrong plugin. It wasn't a problem of the pom v3 but the plugin NOT working on maven 2, so no need for a m2 pom On 3/10/06, Matthew L Daniel [EMAIL PROTECTED] wrote: When is the latest edition supporting POM v4.0.0 expected? I wondered about this as well when I was trying

RE: Building J2EE project using Maven2

2006-03-10 Thread Vincent Massol
-Original Message- From: Rik Bosman [mailto:[EMAIL PROTECTED] Sent: vendredi 10 mars 2006 21:29 To: Maven Users List Subject: Re: Building J2EE project using Maven2 Vincent, Patience is not easy... Are there any chapters ready (maybe for review?) We'll make the chapters

Re: maven-corburtura POM v3 in repo

2006-03-10 Thread Matthew L Daniel
He was lookin at the wrong plugin. It wasn't a problem of the pom v3 but the plugin NOT working on maven 2, so no need for a m2 pom I admit I hijacked this thread, but I did want to make mention of the point while I was thinking about it. When one specifies layoutlegacy/layout, as is required

Re: [m2] Internal Repositories

2006-03-10 Thread Barrie Treloar
On 3/10/06, Khin, Gerald [EMAIL PROTECTED] wrote: Hi! Being a newbie to maven, I wonder if this idea could work: [del] The first question that springs to mind is Why? What benefit is there to restrict maven in this way, it makes no sense. Control the version numbers of artifacts that you

Re: [m2] Internal Repositories

2006-03-10 Thread Alexandre Poitras
You should probably use Maven-Proxy instead. On 3/10/06, Barrie Treloar [EMAIL PROTECTED] wrote: On 3/10/06, Khin, Gerald [EMAIL PROTECTED] wrote: Hi! Being a newbie to maven, I wonder if this idea could work: [del] The first question that springs to mind is Why? What benefit is

Fwd: Re%3A%20Maven%20Report%20Error

2006-03-10 Thread Alexandre Poitras
Please keep this discussion on the list so everyone can participate and learn from it :) -- Forwarded message -- From: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: 10 Mar 2006 10:47:22 UT Subject: Re%3A%20Maven%20Report%20Error To: [EMAIL PROTECTED] Here my dependency section to

Re: Create J2EE module

2006-03-10 Thread Alexandre Poitras
You have to install J2EE artifact first and since it hasn't been voted as a standard yet, you have to check it out from svn and install it (using maven of course :)). You can find all the official archetypes there : http://www.ibiblio.org/maven2/org/apache/maven/archetypes/ And you can find all

Re: Create J2EE module

2006-03-10 Thread Alexandre Poitras
You have to install J2EE artifact should have been You have to install the J2EE archetype. On 3/10/06, Alexandre Poitras [EMAIL PROTECTED] wrote: You have to install J2EE artifact first and since it hasn't been voted as a standard yet, you have to check it out from svn and install it (using

Re: test report in m2

2006-03-10 Thread Alexandre Poitras
I use it without any problems. What are you test methods names ? textXXX ? Or you prefer to use test suites? On 3/10/06, Miguel Griffa [EMAIL PROTECTED] wrote: anyone being able to use surfire test report in m2? I have a project with 2000+ tests, with m2 dir layout and test report says all

Re: [M2] Plugin Classloaders

2006-03-10 Thread Kris Nuttycombe
Brett Porter wrote: To add a bit of detail for a volunteer to submit as documentation... :) m2/core/boot is what is in the java classpath (ie, just classworlds, which constructs classloaders for the rest of the system) the top level classloader contains plexus container and plexus utils

Re: Maven Report Error

2006-03-10 Thread Alexandre Poitras
Here's the dependencies section of his pom he sent to me : dependencies dependency groupIdstruts/groupId artifactIdstruts/artifactId version1.2.8/version /dependency dependency groupIdjunit/groupId artifactIdjunit/artifactId version3.8.1/version

plugin use in multiprojects seems broken

2006-03-10 Thread Xavier Toth
Maybe I'm missing something but the use of plugins in multiprojects seems broken to me. I've got three projects that build rpms so I made a parent projects to run them all. However unless I add the plugin into the parent as in : modules modulemicro_proxy/module modulesocks/module

Re: Maven 1.x site plugin

2006-03-10 Thread Arnaud HERITIER
On 3/10/06, Rune Flobakk [EMAIL PROTECTED] wrote: Wohoo! It worked! ;-) Struggled a bit with the svn checkout only. The url for the repository for anonymous access appears to be wrong on this page: http://maven.apache.org/maven-1.x/plugins/site/scm-usage.html I had to use svn checkout

Re: test report in m2

2006-03-10 Thread Wayne Fay
I also use it with zero issues. Tests are in src/tests/java and named BlahVOTest.java with methods setUp, tearDown, and testBlah1, testBlah2, etc. I can only think you are doing something strange, Miguel. ;-) Wayne On 3/10/06, Alexandre Poitras [EMAIL PROTECTED] wrote: I use it without any

Re: maven 2 with jdk 1.3

2006-03-10 Thread Simon Kitching
Hi Sanjay, Regarding the error you are getting, I would agree with Wayne that it looks like you're using a struts jar compiled against java 1.4. Regarding the rest of your pom, though, it looks like you're trying to compile your code to run against java 1.3. I'm not sure it's going to do what

RE: maven 2 with jdk 1.3

2006-03-10 Thread Siegmann Daniel, NY
I have an application that run's on JDK 1.3. I don't know if this will help you, but I too have had to set up applications that must run on 1.3 using Maven2. Here is what I have in my POM: plugin groupIdorg.apache.maven.plugins/groupId

RE: maven 2 with jdk 1.3

2006-03-10 Thread Simon Kitching
On Fri, 2006-03-10 at 23:18 +0100, Siegmann Daniel, NY wrote: I have an application that run's on JDK 1.3. I don't know if this will help you, but I too have had to set up applications that must run on 1.3 using Maven2. Here is what I have in my POM: plugin

Re: maven 2 with jdk 1.3

2006-03-10 Thread Wayne Fay
I have a solution... Everyone should just use JDK 1.5. ;-) PS Sanjay, you can find out what version a given class was compiled if you look at the unsigned short integers starting at byte offset 4, right after 0xCAFEBABE in every class file. See this Javaworld article for more details, page 2:

Re: finding JBoss EJB3 Jars on ibiblio ?

2006-03-10 Thread Marco Mistroni
Hello, yes Wayne ac tually suggested one of proper steps that was already suggested to me you should install them in yhour local repository hth marco On 3/10/06, Wayne Fay [EMAIL PROTECTED] wrote: If you don't see them, then they are probably not there. ;-) So you can either: 1. Use your

Re: maven 2 with jdk 1.3

2006-03-10 Thread Simon Kitching
On Fri, 2006-03-10 at 16:30 -0600, Wayne Fay wrote: I have a solution... Everyone should just use JDK 1.5. ;-) PS Sanjay, you can find out what version a given class was compiled if you look at the unsigned short integers starting at byte offset 4, right after 0xCAFEBABE in every class file.

  1   2   >