Error: No supported regular expression matcher found

2006-05-19 Thread Garron Combs
I'm attempting to upgrade a project from Maven 1.0 to 1.1 Beta 2 and am encountering the error message stated in this message's subject (No supported regular expression matcher found.) when attempting to run my jasper taskdef. taskdef name=jrc

FW: Using Maven behind a proxy.

2006-05-19 Thread Mistry, Deep M
Thanks for your reply. I still have problems in this. I used one of the mirrors available on http://maven.apache.org/guides/mini/guide-mirror-settings.html http://maven.apache.org/guides/mini/guide-mirror-settings.html My settings.xml is something like this, ?xml version=1.0

Re: Maven2 with JAXB 2.0

2006-05-19 Thread Franz Fehringer
Hello Jonathan, I have still a few points, If i access http://jaxb.dev.java.net/jaxb-maven2-plugin/ with IE6 (latest patches applied) i get (free translation from the original german error message) line 316 object required. The M$ script debugger shows the line for(

Re: FW: Using Maven behind a proxy.

2006-05-19 Thread Jakub Pawlowicz
Hi, Try to delete the corrupted maven-metadata-central.xml file (or other corrupted files as well) from your local repository, and then rerun the maven. After that, all the files will be downloaded from the new mirror, and everything should work fine. HTH, Jakub On Fri, 19 May 2006 02:55:05

https versus http proxy

2006-05-19 Thread Franz Fehringer
Hello, Is Maven2 able to do https connects over http proxies (for this it needs to send HTTP CONNECT remote address to the proxy)? Greetings Franz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Have Maven 2 Eclipse plugin in one Eclipse install, need to move it

2006-05-19 Thread Kees de Kooter
You only need to copy the 0.0.7 one, which is the latest version of the plugin. On 5/19/06, Brad O'Hearne [EMAIL PROTECTED] wrote: Since the codehaus Maven 2 Eclipse update site is down, I'd like to copy the Maven 2 Eclipse plugin from one Eclipse install that I have to another Eclipse install

Java heap space with surefire-report

2006-05-19 Thread Julien Henry
Hi, When I add plugin groupIdorg.codehaus.mojo/groupId artifactIdsurefire-report-maven-plugin/artifactId /plugin to my pom.xml And run mvn site I get : ... [INFO] Generate Maven Surefire Report report. [INFO] [ERROR]

Re: NullPointerException in Release Plugin 2.0-beta-4

2006-05-19 Thread Stefan Hübner
Hi Emmanuel, sorry for the delay! 2006/5/18, Emmanuel Venisse [EMAIL PROTECTED]: The pb seems to be in extension rewriting. Do you have some extensions in your poms? Do you have a version for them? yes, there's an extension defined in the parent POM: ... groupIdki-commons/groupId

Re: Java heap space with surefire-report

2006-05-19 Thread Thorsten Heit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Julien, [ERROR] FATAL ERROR [INFO] [INFO] Java heap space [INFO]

Re: Java heap space with surefire-report

2006-05-19 Thread Julien Henry
Tanks very much. It was the solution. Thorsten Heit a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Julien, [ERROR] FATAL ERROR [INFO]

RE: Coolest maven feature?

2006-05-19 Thread Stevenson, Chris
scm:bootstrap is my latest falvour of the month. -Original Message- From: Mike Perham [mailto:[EMAIL PROTECTED] Sent: 19 May 2006 00:38 To: Maven Users List Subject: Coolest maven feature? What's your current favorite maven feature? The release plugin's new dryRun feature found

Re: War plugin and filtering webapp files

2006-05-19 Thread Mark Hobson
Any update on this? I'm getting a similar problem with filtered webapp resources not expanding ${project.xxx} properties. Cheers, Mark On 17/05/06, Kris Nuttycombe [EMAIL PROTECTED] wrote: Is there a reason why the common functionality can't be factored out of the resources plugin so that

RE: eclipse maven plugin heap size?

2006-05-19 Thread Roald Bankras
You can try to set the MAVEN_OPTS environment variable. On windows its set MAVEN_OPTS=-Xmx512m. There might be a way to give jetty in specific more memory, but I don't know how (yet). Roald Bankras Software Engineer JTeam b.v. -Original Message- From: Dan Adams [mailto:[EMAIL

RE : eclipse maven plugin heap size?

2006-05-19 Thread Olivier Lamy
If running jetty6:run with cli works ? You need to increase eclipse heap size too. $ECLIPSE_HOME/.eclipse.ini Add this -vmargs -Xms512m -Xmx512m Or other values - Olivier -Message d'origine- De : Roald Bankras [mailto:[EMAIL PROTECTED] Envoyé : vendredi 19 mai 2006 11:41 À : Maven

RE: surefire 2.2 + JUnit4?

2006-05-19 Thread Cheng-Yang Tang
I tried to modified the variable names so that those who willing to help me out can understand my problem a bit easier. But it seems I missed this one. Thanks for reminding me that. the correct problem code should be as you pointed out (listed below). But it still doesn't work as expected.

Hibernate upload hints

2006-05-19 Thread Andrea Aime
Hi, I'd like to see the latest Hibernate and Hibernate annotations release published on ibiblio, and I'm wondering if: a) there's already someone that does that routinely b) if me, random user of the Hibernate libraries, aka not a Hibernate developer, can follow the instructions on

Re: War plugin and filtering webapp files

2006-05-19 Thread Jorg Heymans
i'ld file it in jira, seems like enough people have tried to use it without success. Jorg On 5/19/06, Mark Hobson [EMAIL PROTECTED] wrote: Any update on this? I'm getting a similar problem with filtered webapp resources not expanding ${project.xxx} properties. Cheers, Mark On 17/05/06,

FW: FW: Using Maven behind a proxy.

2006-05-19 Thread Mistry, Deep M
Hi, Sorry to bug you again and again on this. I deleted the whole repository dir under ${user.home}\.m2\ and did a mvn -e compile to compile a single hello-world file. But it still gives me the same error. The maven-metadata-central.xml has a message 'Unknown WWW server'. Is this

File Copy

2006-05-19 Thread Patil, Shivakumar \(GE Healthcare\)
I want to copy a file from one directory to another. Is there any standard elegant way to copy a file in Maven.I could not find any.(Suggest me any if you know). Instead Iam using the ant plugin for maven trying to do the copy. I tried this... plugin

Re: DocBook Maven Plugin

2006-05-19 Thread Borut Bolčina
Hello, I tried your plugin ona sample docbook document but nothing got generated using either of docbkx:generate-html docbkx:generate-fo docbkx:generate-manpages Well, the directory did at target\docbkx\html for the first case. Here is command line output: C:\Documents and

Re: Cannot find jar

2006-05-19 Thread Kenney Westerhof
On Thu, 18 May 2006, Adrian Pillinger wrote: Not really a Maven question, but: groupId: avalon-framework artifactId: avalon-framework-api Version: 4.5.1 although avalon is dead for about 8 years now IIRC.. Using Jacorb by any chance? -- Kenney Does anyone know which jar in the maven repo

Re: Doxia/site problems - FIXED

2006-05-19 Thread Mark Hobson
Regarding the jetty pom changes - was removing the codehaus repo definition from the jetty-project pom a one-off fix for the repo being down? Since it's still an issue for projects depending on jetty6 beta != 12. Cheers, Mark On 16/05/06, Joerg Hohwiller [EMAIL PROTECTED] wrote: -BEGIN

[M2] How to develop a JEE application

2006-05-19 Thread Jose Gonzalez Gomez
Hi there, Do you have any pointers, documentation, whatever on developing a JEE application from scratch? I'm interested in using the new JEE 5 version, and I don't know what dependencies to use in my project descriptor, or even if such dependencies exist in the maven repository. By the way, is

doxia-module-docbook-simple

2006-05-19 Thread Borut Bolčina
Is there an alternative location with some documentation besides this page http://maven.apache.org/doxia/doxia-modules/doxia-module-docbook-simple/index.html How to display pictures in docbook? This doesn't work: section titletest/title parasome text/para mediaobject

Re: [M2] How to develop a JEE application

2006-05-19 Thread Borut Bolčina
Hi, did you read the book at http://www.mergere.com/m2book_download.jsp? There is a chapter on EE development. On 19.5.2006 13:43, Jose Gonzalez Gomez wrote: Hi there, Do you have any pointers, documentation, whatever on developing a JEE application from scratch? I'm interested in

Assigning output of a command to a variable

2006-05-19 Thread john blair
I am new to maven and I am sorry if this sounds stupid. I am trying to assign the output of a command to a variable. The command is triple=`./config.guess`. I tried the following with no luck goal name=mine description=test exec dir=src executable=env failonerror=true

Re: [M2] How to develop a JEE application

2006-05-19 Thread Serge Emmanuel Pagop
Hi Jose, Glassfish is not the only Java EE 5 vendor, there are another vendors like JBoss.ORG with JBoss 4.0.4 AS. I' am writting a tutorial how developers can use maven2 to develop Java EE app a la JBoss other Java EE App a la Glassfish. On 5/19/06, Jose Gonzalez Gomez [EMAIL PROTECTED] wrote:

Re: [M2] How to develop a JEE application

2006-05-19 Thread Jose Gonzalez Gomez
2006/5/19, Borut Bolčina [EMAIL PROTECTED]: Hi, did you read the book at http://www.mergere.com/m2book_download.jsp? There is a chapter on EE development. Yes, I have read it, but the dependencies shown there are for J2EE 1.4 (at least in the version of the book I've downloaded). I've

Re: [M2] How to develop a JEE application

2006-05-19 Thread Tim Kettler
Hi, Just curious. Is JBoss 4.0.4 really J2EE 5 compliant? I thought they just ship it with a release candidate of their EJB3 implementation. -Tim Serge Emmanuel Pagop schrieb: Hi Jose, Glassfish is not the only Java EE 5 vendor, there are another vendors like JBoss.ORG with JBoss 4.0.4 AS.

Re: [M2] How to develop a JEE application

2006-05-19 Thread Jose Gonzalez Gomez
2006/5/19, Serge Emmanuel Pagop [EMAIL PROTECTED]: Hi Jose, Glassfish is not the only Java EE 5 vendor, there are another vendors like JBoss.ORG with JBoss 4.0.4 AS. I' am writting a tutorial how developers can use maven2 to develop Java EE app a la JBoss other Java EE App a la Glassfish.

Problem with filtering on pom properties

2006-05-19 Thread Toni Price
Hello Maven users I am having a problem getting filtering to work with property values. In a hibernate.cfg.xml I have the database password specified as ${db.password} and now I'm trying to get the password in there when it's copied over. I have: build filters

Re: Problem with filtering on pom properties

2006-05-19 Thread Jorg Heymans
For some reason maven doesn't like property elements with dots in them. Try changing db.actual.password to db_actual_password. On 5/19/06, Toni Price [EMAIL PROTECTED] wrote: Hello Maven users I am having a problem getting filtering to work with property values. In a hibernate.cfg.xml I

Re: [M2] How to develop a JEE application

2006-05-19 Thread Serge Emmanuel Pagop
JBoss have only as Java EE 5 modules JBoss EJB 3.0 RC7 and JBoss WS R1 On 5/19/06, Jose Gonzalez Gomez [EMAIL PROTECTED] wrote: 2006/5/19, Serge Emmanuel Pagop [EMAIL PROTECTED]: Hi Jose, Glassfish is not the only Java EE 5 vendor, there are another vendors like JBoss.ORG with JBoss

Re: FW: FW: Using Maven behind a proxy.

2006-05-19 Thread Jakub Pawlowicz
Hi, Could you please send us your pom.xml, settings.xml and output from 'mvn -e compile' command? That will help a lot. Regards, Jakub On Fri, 19 May 2006 04:22:20 -0400, Mistry, Deep M wrote Hi, Sorry to bug you again and again on this. I deleted the whole repository dir under

Maven-Surfire classpath issue

2006-05-19 Thread Cybernd
When i run surfire 2.2 with TestNG 4.7, the classpath will be set to surefire-api-2.0.jar + plexus-utils-1.1.jar + surefire-booter-2.0.jar The problem is that it does not include relevant dependencies like target/classes. Currently i override the classpath with System#setProperty inside my

Re: [M2] How to develop a JEE application

2006-05-19 Thread Serge Emmanuel Pagop
About the Tutorial (JBoss EJB3.0 and Glassfish EJB3.0 with maven2) next week I will post a beta version in the maven-user-mailinglist On 5/19/06, Serge Emmanuel Pagop [EMAIL PROTECTED] wrote: JBoss have only as Java EE 5 modules JBoss EJB 3.0 RC7 and JBoss WS R1 On 5/19/06, Jose Gonzalez

Re: [M2] Release plugin 2.0-beta-4 -${project.artifactId} was replaced with it's value during release:perform

2006-05-19 Thread Emmanuel Venisse
File an issue Emmanuel Paul Spencer a écrit : Release plugin 2.0-beta-4 In release:perform, the variable ${project.artifactId} was replaced with it's value in the connection and developerConnection tags in the pom. This did NOT happen in other place in the pom! Before release:

RE: cvs-settings.xml

2006-05-19 Thread Carlos.Fernandez
Whoops . . . I was trying to force the CvsUtil class that reads the settings file to throw a XmlPullParserException. However, even when I had invalid XML the scm plugin just chugged along. The XML should read: cvs-settings useCvsrctrue/useCvsrc traceCvsCommandtrue/traceCvsCommand

Re: cvs-settings.xml

2006-05-19 Thread Emmanuel Venisse
In 1.0 beta-3, we have a bug on cvs-settings loading. we load it from ${user.dir}/.scm/ instead of ${user.home}/.scm http://jira.codehaus.org/browse/SCM-190 Emmanuel [EMAIL PROTECTED] a écrit : Whoops . . . I was trying to force the CvsUtil class that reads the settings file to throw a

RE: cvs-settings.xml

2006-05-19 Thread Carlos.Fernandez
That's what I get for looking at the trunk in svn ;) When I searched Jira for .cvsrc the most recent item I can up with was SCM-136. Not sure how I missed SCM-190. Thanks. carlos -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 8:50 AM

Assigning output of a command to a variable

2006-05-19 Thread john blair
I also tried doing this goal name=mine description=test j:set var=triple value=`src/config.guess`/ echo${triple}/echo /goal it does not execute src/config.guess but instead it sets triple to `src/config.guess` - How low will we go?

Re: Problem with filtering on pom properties

2006-05-19 Thread Toni Price
Hi Jorg and thanks for your suggestion. If maven doesn't like property elements with dots in them that wouldn't be so good for me because I have quite a few like that! Does it cause problems sometimes and sometimes not? (I would think so, because so far most of my properties have seemed to work

Re: xml-rpc client

2006-05-19 Thread Emmanuel Venisse
The xml-rpc part haven't yet access to all methods. Please file an issue and we'll add missing method in next version. Emmanuel Adam Leggett a écrit : Hi, I can add a project using ProjectsReader.addProject but am unable to add a build definition so pr.buildProject fails. I tried modifying

New to the list - how can I orient myself in the messages

2006-05-19 Thread Vinnie Diprenda
Hi all, I'm new to this group and really still working my way around Maven. Before I start asking a lot of questions that may have already been answered, let me start with this. Is there a place where I can search to see if people have already asked questions related to problems I might

Re: [m2][site] Skin developmetn advice wanted

2006-05-19 Thread Mikael Andersson
Hi, just tried modifying the default-site.vm template, but the changes didn't come across! I tried putting the modified template in these folders of my skin maven project: resources/ resources/org/apache/maven/doxia/siterenderer/resources Anyone know where to put it, or do I have to specify in

Re: New to the list - how can I orient myself in the messages

2006-05-19 Thread Piéroni Raphaël
there http://www.nabble.com/Maven+-+Users-f178.html 2006/5/19, Vinnie Diprenda [EMAIL PROTECTED]: Hi all, I'm new to this group and really still working my way around Maven. Before I start asking a lot of questions that may have already been answered, let me start with this. Is there a

Re: New to the list - how can I orient myself in the messages

2006-05-19 Thread Kees de Kooter
Take a look at nabble: http://www.nabble.com/Maven-f177.html On 5/19/06, Vinnie Diprenda [EMAIL PROTECTED] wrote: Hi all, I'm new to this group and really still working my way around Maven. Before I start asking a lot of questions that may have already been answered, let me start with

xdoc paragraphs

2006-05-19 Thread Marcelo Riss
Hi! I have checked in the archives, but didn't found anything related to this problem. Since I updated maven to 2.0.4 the site html files are not generated correctly. I put some p/p in xdoc source, but in some cases the resulting html is without the p/p. It happens in some places for some

Re: [M2] New surefire release breaks ${version}??

2006-05-19 Thread Jorg Heymans
I just ran into the same issue. surefire-providers [1] has variables in it's pom which i think are somehow causing the behaviour you're seeing: dependencies dependency groupId${project.groupId}/groupId artifactIdsurefire-api/artifactId version${project.version}/version

Javadoc 2.0 Plugin and Aggregate

2006-05-19 Thread Daun DeFrance
Hi all, I am really jazzed about the aggregate feature of the Javadoc 2.0 plugin. Unfortunately, I can't seem to make it work. I have specified the plugin in my pom with version number and aggregate as true. plugin groupIdorg.apache.maven.plugins/groupId

generated test sources

2006-05-19 Thread Ingo Düppe
Hi, how can I integrate a generated test source folder like target/test-scr in the build process of maven 2.0? Regards, Ingo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Hour value in project site

2006-05-19 Thread Marcelo Riss
Hi! One more question: I generated the site for my project and set the hour format to HH:mm:ss. But seems that the hour is generated based on GMT 0. How do I can change this to generate the hour value using the GMT from the system which is generating the site? Thanks in advance. Marcelo Riss

Re: generated test sources

2006-05-19 Thread dan tran
use build-helper-maven-plugin to attach additional test source directory to maven. If you generate your test source in a custome plugin, you can directly do it so thru maven-project's component. -D On 5/19/06, Ingo Düppe [EMAIL PROTECTED] wrote: Hi, how can I integrate a generated test

Re: File Copy

2006-05-19 Thread Jamie Bisotti
On 5/19/06, Patil, Shivakumar (GE Healthcare) [EMAIL PROTECTED] wrote: I want to copy a file from one directory to another. Is there any standard elegant way to copy a file in Maven.I could not find any.(Suggest me any if you know). Instead Iam using the ant plugin for maven trying to do the

Re: [fixed] Problem with filtering on pom properties

2006-05-19 Thread Toni Price
Well, it seems this was after all a problem with the property not being activated correctly in my settings.xml. I thought it was being set OK, but clearly it wasn't since I've changed the settings.xml structure slightly and it's now working as I expect. What I still don't understand is why 'mvn

RE: [m2][site] Skin developmetn advice wanted

2006-05-19 Thread Vance Karimi
You are right to add the configuration to your pom. Have a look at http://maven.apache.org/plugins/maven-site-plugin/howto.html section How to change the site template. -Original Message- From: Mikael Andersson [mailto:[EMAIL PROTECTED] Sent: Friday, 19 May 2006 9:36 PM To: Maven

Re: Hibernate upload hints

2006-05-19 Thread Wayne Fay
a. No idea. b. Yes, you can absolutely do that. Wayne On 5/19/06, Andrea Aime [EMAIL PROTECTED] wrote: Hi, I'd like to see the latest Hibernate and Hibernate annotations release published on ibiblio, and I'm wondering if: a) there's already someone that does that routinely b) if me, random

Re: [fixed] Problem with filtering on pom properties

2006-05-19 Thread Jorg Heymans
just for reference, does it work with dots in the property element names or not ? On 5/19/06, Toni Price [EMAIL PROTECTED] wrote: Well, it seems this was after all a problem with the property not being activated correctly in my settings.xml. I thought it was being set OK, but clearly it

Re: New to the list - how can I orient myself in the messages

2006-05-19 Thread Wayne Fay
Thanks for asking in advance! Make sure you download the free Better Builds with Maven PDF book from www.mergere.com as well. New users as well as experienced Maven-ites are finding it extremely helpful since it was recently released. Wayne On 5/19/06, Kees de Kooter [EMAIL PROTECTED] wrote:

Re: Adding Maven Plugins

2006-05-19 Thread Hycel Taylor
Thanks for all of the help. I'm starting to get the hang of Maven 2. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [fixed] Problem with filtering on pom properties

2006-05-19 Thread Toni Price
Sorry - yes, meant to mention that I've still got dots in the names and it's now working fine. -- View this message in context: http://www.nabble.com/Problem+with+filtering+on+pom+properties-t1649749.html#a4470255 Sent from the Maven - Users forum at Nabble.com.

Re: war lifecycle

2006-05-19 Thread Kevin Galligan
I've been taking another look at the thing I built at the day job, and its screaming for this type of thing. Essentially what I did was make a vendor branch of the war mojo, and modified 'AbstractWarMojo' to call into some code of mine in the 'buildExplodedWebapp' method. I tried to make it as

Re: war lifecycle

2006-05-19 Thread Kevin Galligan
Sorry. Sent from the wrong email. Not sure if it made it. Copy... I've been taking another look at the thing I built at the day job, and its screaming for this type of thing. Essentially what I did was make a vendor branch of the war mojo, and modified 'AbstractWarMojo' to call into some

Re: generated test sources

2006-05-19 Thread Cyrille Le Clerc
Hello Ingo, Did you try to use testSourceRoot ? I use it like this : plugin artifactIdmaven-antrun-plugin/artifactId executions execution idwsdl2java/id phasegenerate-sources/phase configuration tasks !-- call wsdl2java tasks--

[m2] Any reason for not having distributionManagement tag under profile section in settings.xml ?

2006-05-19 Thread Dario Luis Coneglian Oliveros
I am wondering why settings descriptor does not allow distributionManagement tag to be part of profile section like pom.xml does. Any reason for that ? Thanks, Dário - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [m2][site] Skin developmetn advice wanted

2006-05-19 Thread Mikael Andersson
Hi, I thought that was the old way of doing it, without the skinning. In the create a skin part of the documentation [1] , there is a section which says to use the default template from the doxia-siterenderer jar file. - Micke

Re: File Copy

2006-05-19 Thread Geoffrey De Smet
It's probably because you didn't define at what execution or phase the antrun plugin should do that task, see its docs or the m2 book. Jamie Bisotti wrote: On 5/19/06, Patil, Shivakumar (GE Healthcare) [EMAIL PROTECTED] wrote: I want to copy a file from one directory to another. Is there any

Re: [m2] Any reason for not having distributionManagement tag under profile section in settings.xml ?

2006-05-19 Thread Wayne Fay
If you feel this is a mistake/bug/oversight in settings.xml, feel free to file a bug in JIRA. Design and planning for Maven 2.1 is starting and this could certainly be incorporated if the Dev team decided to include it. Please be sure to search JIRA before posting, as it might have been

Re: [m2][site] Skin developmetn advice wanted

2006-05-19 Thread Wayne Fay
I think you're looking for: build plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-site-plugin/artifactId configuration templateDirectory${basedir}/templateDirectory templatemaven-site.vm/template /configuration /plugin /build Wayne On

Re: war lifecycle

2006-05-19 Thread Kevin Galligan
All this sub phase talk was based on the assumption that the war plugin has to process its stuff in the package phase. Is there a reason why the war process can't be split up across phases? I've dug around quite a bit, and here's what I've come up with. Essentially, the war lifecycle is doing 2

site and inherited menus

2006-05-19 Thread Mike Perham
I have a menu in my top-most project which I don't want to be inherited by child projects. parent/ support/ storage/ security/ etc... Parent is the top-most module and just contains administrivia and the standard build and report configuration used by all the other modules in the other

Re: [m2][site] Skin developmetn advice wanted

2006-05-19 Thread Alexandre Poitras
You have to place it under src/resources/meta-inf/maven/site.vm in your skin projet. Work like a charm. On 5/19/06, Wayne Fay [EMAIL PROTECTED] wrote: I think you're looking for: build plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-site-plugin/artifactId

issues on html generation

2006-05-19 Thread Marcelo Riss
Hi! (again) I'm new to the list and I'm already donwloading the maven book from mergere as suggested. Yet regarding to the html generation in site maven2 plugin, I think that have found two issues: 1. In the team-list.html generated from the developers and contributors list in the POM, when the

[m2] Spring and JTA

2006-05-19 Thread mrachell
I have a question about Spring depending on Sun's JTA. I had to include the javax.transaction - jta in my pom using scopeprovided/scope to get the app to deploy and run properly. Prior to adding that, when my application started up I kept getting this error: 06/05/19 11:26:37

Re: issues on html generation

2006-05-19 Thread Wayne Fay
http://jira.codehaus.org And you'll probably want to use MSITE component for reporting these bugs. Wayne On 5/19/06, Marcelo Riss [EMAIL PROTECTED] wrote: Hi! (again) I'm new to the list and I'm already donwloading the maven book from mergere as suggested. Yet regarding to the html generation

RE: surefire 2.2 + JUnit4?

2006-05-19 Thread Daun DeFrance
Louis, The only way I could get my JUnit4 tests to run is if they looked and smelled like 3.8.1. That is, my test had to extend TestCase (which overloads the static import of Assert.*) and all my test methods had to begin with test. I also had the suite() method as you did below. With the

Re: [m2] Spring and JTA

2006-05-19 Thread Alex Mayorga Adame
Morgan, Please check http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html for a reference and follow this guide to install them to your local repository http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html and this other one to deploy them to your remote

Best practices question - junit/database/m2/continuum

2006-05-19 Thread Kris Nuttycombe
Hi, all, Here's my problem: much of the code that is written in my organization makes extensive use of vendor-specific database features (such as spatial data types, etc.) In order to unit test our code, we obviously need to be able to configure the database connection information, which we

Re: [m2][site] Skin developmetn advice wanted

2006-05-19 Thread Mikael Andersson
Great thanks, will try that out next week. - Micke On 19/05/06, Alexandre Poitras [EMAIL PROTECTED] wrote: You have to place it under src/resources/meta-inf/maven/site.vm in your skin projet. Work like a charm. On 5/19/06, Wayne Fay [EMAIL PROTECTED] wrote: I think you're looking for:

Re: [m2] Spring and JTA

2006-05-19 Thread Jim Bethancourt
Hi Morgan, Another idea might be to add Sun's M1 repo to your POM or config file. Since it's an M1 repo you'll have to list all of the dependencies, but it's a start. Brett had mentioned he's working with them to get it transformed into an M2 repo, but I don't have any idea on what their

[M2] The artifactId is getting append to the some urls when the url and scm tags are inherited.

2006-05-19 Thread Paul Spencer
The artifactId is getting append to the some urls when the url and scm tags are inherited. ** From parent POM.XML artifactIdmaster-pom/artifactId url http://foo.com/projects/bar/${pom.artifactId}/${pom.version} /url scm connection scm:cvs:pserver:[EMAIL

Re: Assigning output of a command to a variable

2006-05-19 Thread Lukas Theussl
You can use the outputproperty parameter of ant's exec task. HTH, -Lukas john blair wrote: I am new to maven and I am sorry if this sounds stupid. I am trying to assign the output of a command to a variable. The command is triple=`./config.guess`. I tried the following with no luck goal

Re: war lifecycle

2006-05-19 Thread Kevin Galligan
I hate to keep blasting away, but I thought I'd add this in case anybody was looking for something similar. Here's what I did. Using 'generate-sources' was problematic for a couple reasons. The main one was I thought of a different way to do it that would require far less hacking around. I

Re: [m2] Spring and JTA

2006-05-19 Thread Morgan Rachell
Thanks Jim. But I don't mind adding the Sun jars to my local repo since I only have to add the one dependency. Thanks for the suggestion, but I'm still confused about why adding a provided dependency changes execution of my EAR file. -- View this message in context:

Re: https versus http proxy

2006-05-19 Thread Wayne Fay
The following email from the [EMAIL PROTECTED] email list seems like it might address your concern/question (??)... Not sure, but hope it helps. Wayne -- Forwarded message -- From: Jan Luehe [EMAIL PROTECTED] Date: May 19, 2006 12:42 PM Subject: Re: Unable to tunnel through

Re: Best practices question - junit/database/m2/continuum

2006-05-19 Thread justin_fung
Have a look into dbunit: http://dbunit.sourceforge.net We have similar issues with classes relying on stuff from a database and we dynamically pick a different implementation to point at data access object implementations picking up dummy data You should also define a TestSuite and pass it

RE: Javadoc 2.0 Plugin and Aggregate

2006-05-19 Thread Roald Bankras
I did it by just specifying the artifactId and the configuration. It aggregated 5 modules, 1 level deep. Roald Bankras -Original Message- From: Daun DeFrance [mailto:[EMAIL PROTECTED] Sent: Fri 5/19/2006 3:38 PM To: Maven Users List Subject: Javadoc 2.0 Plugin and Aggregate Hi all,

Re: Doxia/site problems - FIXED

2006-05-19 Thread Brett Porter
I believe it is fixed in beta15+ On 5/19/06, Mark Hobson [EMAIL PROTECTED] wrote: Regarding the jetty pom changes - was removing the codehaus repo definition from the jetty-project pom a one-off fix for the repo being down? Since it's still an issue for projects depending on jetty6 beta != 12.

Re: [m2] Spring and JTA

2006-05-19 Thread Wayne Fay
Unfortunately you'll need to parse the OC4J logs (turn on full debug mode!) and perhaps talk to Oracle about that. I personally have also had some troubles with OAS and EARs. Wayne On 5/19/06, Morgan Rachell [EMAIL PROTECTED] wrote: Thanks Jim. But I don't mind adding the Sun jars to my local

Re: Best practices question - junit/database/m2/continuum

2006-05-19 Thread Wayne Fay
This is a simple issue that does not require something like dbunit to solve, in my opinion. You are looking for profiles. Use a profiles.xml file checked into your SCM with activations based on the OS user name or machine name. So you'd have settings for each of your developers plus the CI

Are all codehaus.org sites down

2006-05-19 Thread Gautham Pamu
Hi Everyone, Are all codehaus.org websites down ? -- -Gautham Pamu

Re: Are all codehaus.org sites down

2006-05-19 Thread Wayne Fay
jira.codehaus.org works, I was just on it. No idea about any others... Wayne On 5/19/06, Gautham Pamu [EMAIL PROTECTED] wrote: Hi Everyone, Are all codehaus.org websites down ? -- -Gautham Pamu - To unsubscribe, e-mail:

Re: Are all codehaus.org sites down

2006-05-19 Thread Hycel Taylor
I ran into this problem two days ago when I tried to go to www.codehause.org. When I tried it then, I received the following message: We are currently experiencing disk problems with beaver.codehaus.org. The problem is being looked at by our service provider ...

Re: Are all codehaus.org sites down

2006-05-19 Thread ian . d . stewart
There's a status page at http://www.codehaus.org/status.html, though I'm not sure how frequently it is updated. Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-Advisory, DCS Automation JPMorganChase Global Technology Infrastructure

Re: Are all codehaus.org sites down

2006-05-19 Thread Gautham Pamu
Thanks Hycel for the response. I was trying to access http://m2eclipse.codehaus.org/ Thanks Gautham Pamu On 5/19/06, Hycel Taylor [EMAIL PROTECTED] wrote: I ran into this problem two days ago when I tried to go to www.codehause.org. When I tried it then, I received the following message:

time-constrained repository instability

2006-05-19 Thread Orjan Austvold
During the last 8-10 months we have experienced several updates in already released artifacts in the maven repository at Ibiblio. Many of these has been caused by reports to Maven evangelism. For us this has been extremely problematic since the time of download of dependencies causes

maven-site-plugin 2.0-beta-5 not generating index.html?

2006-05-19 Thread Gilbert, Jeffrey
Any ideas? I stepped my local version back to 2.0-beta-4 and I was able to get my index.html page regenerated. yðar einlægur Jeffrey Gilbert Sun Certified Java Developer Sun Certified Web Component Developer WebLogic Certified Developer University of Washington, Business School Alumni Group

Re: Are all codehaus.org sites down

2006-05-19 Thread Wayne Fay
Just to be clear, the site is http://www.codehaus.org/, no e... Wayne On 5/19/06, Hycel Taylor [EMAIL PROTECTED] wrote: I ran into this problem two days ago when I tried to go to www.codehause.org. When I tried it then, I received the following message: We are currently experiencing disk

Re: time-constrained repository instability

2006-05-19 Thread Dennis Lundberg
Orjan Austvold wrote: During the last 8-10 months we have experienced several updates in already released artifacts in the maven repository at Ibiblio. Many of these has been caused by reports to Maven evangelism. For us this has been extremely problematic since the time of download of

Re: time-constrained repository instability

2006-05-19 Thread Wayne Fay
I believe this is also a valid complaint/problem, and I know this is something the Maven dev team is working on for future Maven versions, perhaps even 2.1, by including md5 for the poms themselves and checking for changes to both the poms and the jars. So I think everyone agrees with you in

  1   2   >