Re: [m2] aspectj

2005-11-07 Thread Kaare Nilsen
You should not rely on the number of people that asks for priority. The persons that asks are the one who already have a motivation of using maven, the wast majority i would suspect checks if maven have a plugin for it, if not they would use something else. I for sure would not use maven if i was

[MAVEN 2] Update /maven.apache.org/guides/introduction/introduction-to-repositories.html

2005-11-07 Thread Jadoulle Jérôme
Hello, I am trying to set-up an in-house remote repository for my company. We did this already in the past using maven 1.02 (though I wasn't the guy in charge) and we now want to move to V2.0. Problem is that documentation about how to do this in a generic fashion (I don't want the

maven properties?

2005-11-07 Thread Anuerin Diaz
hi, i have been trying to reference the target build properties to no avail. i have already searched the archives and hit this thread[1] to no avail. i did not specify any output directories in my pom so am I encountering the same problem in this part[2] of the thread? i have already read the

Re: [m2] install plugin bug with classifiers ?

2005-11-07 Thread Julien Stern
On Mon, Nov 07, 2005 at 10:10:58AM +1100, Brett Porter wrote: Take a look at maven-model in the Maven sources. It does exactly this, and last time I checked it worked :) Getting closer... :) I was doing: configuration classifiernodebug/classifier /configuration executions

Re: Source Archives?

2005-11-07 Thread Jochen Wiedmann
Brett Porter wrote: This triggers the extra attachments defined here: http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml?rev=326633view=markup Thanks for the hint, Brett. I'll give it a try. Jochen

RE: Multiple source directories (again)

2005-11-07 Thread Daniel Or
I have written a simple plugin that enables addition of source dirs. If you're interested I can send it to you. __ Daniel Or _._._._._._._._._. -Original Message- From: Aleksandar Likic [mailto:[EMAIL PROTECTED] Sent: Sunday, November 06, 2005 7:50 PM To:

Re: Source Archives?

2005-11-07 Thread Milos Kleint
not all projects are released through maven. some are just uploaded to repo. is there a policy to include the javadoc and sources with these as well? Milos On 11/6/05, Brett Porter [EMAIL PROTECTED] wrote: This is possible with Maven 2.x (the Maven libraries certainly do it already) - what

Re: How-to for building for different environments

2005-11-07 Thread Mark Hobson
Hi Janek, I also use a similar configuration, but I move all the profile-related files into src/main/profiles, e.g.: src |_ main |_ filters |_ filter.properties |_ java |_ *.java |_ profiles |_ default |_ filters |_ filter.properties |_ resources |_

Re: [m2] aspectj

2005-11-07 Thread stéphane bouchet
Hi, In my case, i will not upgrade to maven2 unless an aspectj plugin. I am like the majority of users, because my project uses java 1.4 and i cannot change that prereq. So for the moment I will wait for a plugin before migrate to maven2. And if there wil not be a plugin, i will try to write

[m2] JAXB Plugin

2005-11-07 Thread Wilfred Springer
All, Just to make sure: did anybody ever run into a Maven 2 JAXB plugin? AFAIK, the only existing plugin is the one for Maven 1 and a JAXME plugin at mojo.codehaus.org. I am looking for a JWSDP 1.6 based version. Thanks, Wilfred --

mvn eclipse:eclipse try to download dependency jar doesn't exist

2005-11-07 Thread el wang
in my pom.xml, add springframework:spring-mmock:1.2.3 to it's dependency. when try to test my code. using #mvn eclispe:eclipse also got the same result. m2 told me that it can't find jsf-api-1.1.jar or jdbc-stdext-2.0.jar __ Start your day

Re: [m2] release:perform does not work

2005-11-07 Thread Bernd Mau
Hi Jose, for editing master and intermediate POMs in Eclipse I check out the relevant project and all its children. On the one hand this approach makes sense as changes influences all child projects. On the other hand editing parent POMs shouldn't be a daily business. Best regards Bernd

Re: mvn eclipse:eclipse try to download dependency jar doesn't exist

2005-11-07 Thread Stephen Coy
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html On 07/11/2005, at 10:55 PM, el wang wrote: in my pom.xml, add springframework:spring-mmock:1.2.3 to it's dependency. when try to test my code. using #mvn eclispe:eclipse also got the same result. m2 told me that it can't

Re: [m2] config of goals

2005-11-07 Thread David Sag
Further to this, I have posted an issue in JIRA http://jira.codehaus.org/browse/MNG-1446 Unable to config goals that are not bound to part of the standard lifecycle cheers dave David Sag [EMAIL PROTECTED] wrote on 07-11-2005 08:50:51: I am having real problems getting my plugin config

Re: [m2] ear packaging

2005-11-07 Thread Stephane Nicoll
Chris, The info is located in http://jira.codehaus.org/browse/MNG-699 (see a patch on components.xml which adds the par and ejb3 lifecycle. Cheers, Stéphane On 11/4/05, Chris Tucker [EMAIL PROTECTED] wrote: You can find J2EE project skeleton at: http://www.bzdyl.net/demo-app.zip (I have

RE: [M2] javadoc definining group packagings

2005-11-07 Thread Pilgrim, Peter
I am sorry I asked this question already, but ... How do set up the group packaging with the javadoc plug-in? From the documentation http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html Separates packages on the overview page into whatever groups you specify, one group per

Re: mvn eclipse:eclipse try to download dependency jar doesn't exist

2005-11-07 Thread el wang
thanks stephen, jsf is my fault. but m2 still ask me to download http://repo1.maven.org/maven2/java/tools/1.4/tools-1.4.jar what is this? --- Stephen Coy [EMAIL PROTECTED] wrote: http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html On 07/11/2005, at 10:55 PM, el wang

Re: mvn eclipse:eclipse try to download dependency jar doesn't exist

2005-11-07 Thread el wang
it finally works. i have to install jdk's tools.jar to m2 repository. :-( --- el wang [EMAIL PROTECTED] wrote: thanks stephen, jsf is my fault. but m2 still ask me to download http://repo1.maven.org/maven2/java/tools/1.4/tools-1.4.jar what is this? --- Stephen Coy [EMAIL PROTECTED]

optional project dependencies for eclipse workspace

2005-11-07 Thread Bernd Mau
Hi, assuming the following scenario: Module B depends on module A. You are using elcipse and you have to implement a new function for module B. Both modules belong to a huge project and until now you're quite happy that you only needed to check module B. During your work you find out that you

Re: [m2] install plugin bug with classifiers ?

2005-11-07 Thread Brett Porter
Sorry, what option are you referring to? Configuration inside the execution will be restricted to that execution. - Brett On 11/7/05, Julien Stern [EMAIL PROTECTED] wrote: On Mon, Nov 07, 2005 at 10:10:58AM +1100, Brett Porter wrote: Take a look at maven-model in the Maven sources. It does

RE: [MAVEN 2] Update /maven.apache.org/guides/introduction/introduction-to-repositories.html

2005-11-07 Thread Jeff Jensen
Regarding the wiki/others helping, do you know that the code and docs are available to you from subversion? When having something to contribute, you can get it and patch it. I have done this many times on m1.1, and was an easy process. The hardest part was waiting for a committer to get the

how to add source to eclipse using m2

2005-11-07 Thread el wang
when doing mvn eclipse:eclipse how to add source code to specified jar? I remember maven 1 can do that. any clue? thanks __ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com

Can't use maven2 (offline)

2005-11-07 Thread Eric Parpal
My working network has no connection to internet (no way). I download and copied the part of www.ibiblio.org/maven2 that seemed to me necessary to launch the first command of the Quick Start (mvn archetype:create), let's say under file:/mypath/ibiblio/maven2. I tried several things, one by one,

Re: [m2] ant bug with EnumeratedAttribute task parameters=

2005-11-07 Thread Anuerin Diaz
hi, the attachments caused my mail to bounce so you can access the files using this link (combined to a single file, 8KB in total) : http://ramfree17.org/hasty/maven/antrun_issue.zip ciao! On 11/7/05, Anuerin Diaz [EMAIL PROTECTED] wrote: hi, the ant-run plugin (or the launcher)

Re: [M2] How to work with Eclipse Wtp and maven2

2005-11-07 Thread Alexandre Poitras
I finally found the solution. For those you are wondering the same thing, there's the solution http://jira.codehaus.org/browse/MNG-1430?page=all.http://jira.codehaus.org/browse/MNG-1430?page=allThank to the submitter of the patch. Helps a lot. On 11/3/05, Alexandre Poitras [EMAIL PROTECTED]

location for app configuration file

2005-11-07 Thread sockmonk
Hi, Just learning to use maven2, and I'm wondering where I should put the properties file for configuring my app so that it will a) be found during the junit test phase; and b) be deployed together with the application's jar file. I don't want to put the properties file IN the jar, because the

Re: Can't use maven2 (offline)

2005-11-07 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 My initial guess is that since you have offline/ set to true, it's not accessing any remote repositories at all, regardless of whether it's got a local mirror. Have you tried with the local mirror and offline==false? What files did you copy over?

Re: [m2] ant bug with EnumeratedAttribute task parameters=

2005-11-07 Thread Anuerin Diaz
hi again, im trying to debug the problem below (hoping i can find a workaround) but since policy prevents me from installing subversion in my workstation (even if it doesnt entail a real installer), i just manually retrieved the maven-antrun-plugin from

JCOVERAGE for MAVEN 2

2005-11-07 Thread REBOISSON Eric
Is there a JCOVERAGE plugins for maven 2 ? How to install it if it exists ? Thanks Eric __ Ce message (et toutes ses pièces jointes éventuelles) est confidentiel et établi à l'intention exclusive de ses destinataires. Toute utilisation de ce message non conforme à sa

Re: JCOVERAGE for MAVEN 2

2005-11-07 Thread stéphane bouchet
Jcoverage is a commercial tool, prefer cobertura. the plugin for maven2 is still in dev. http://maven-plugins.sourceforge.net/maven-cobertura-plugin/ STéphane REBOISSON Eric a écrit : Is there a JCOVERAGE plugins for maven 2 ? How to install it if it exists ? Thanks Eric

Re: [m2] install plugin bug with classifiers ?

2005-11-07 Thread Julien Stern
On Mon, Nov 07, 2005 at 01:19:11PM +, Brett Porter wrote: Sorry, what option are you referring to? I'm sorry if I was not clear. Basically, I'd like to produce a jar with debug info and a jar without debug info (for a very size constrained environment). So I have a profile (nodebug), where

Using Maven as Eclipse class-path container

2005-11-07 Thread Michael Böckling
Hi, I'd like to know if there is, or if there are any plans to create, an Eclipse plugin that cann add a Maven2 class-path container to a project, so there is a way to use the Maven artifact resolver (adding dependencies automatically to the Eclipse classpath) inside Eclipse. This would be

Can't use maven2 (offline)

2005-11-07 Thread Eric Parpal
I tried with offline=false and file:///mypath/ibiblio/maven2 (in settings.xml and in the command line). Always the same message. Finally, are you sure you got all the dependencies of the archetype plugin and the archetype artifact itself? No I am not sure because no message warns me. The

Tomcat APIs on repository

2005-11-07 Thread João Carlos Bortoletto Junior
Hi friends, Anybody can tell me if a version 5.0.28 of tomcat APIs will be available at ibiblio repository soon? (At this point, I've found only 5.0.18 version...) Thanks! João Bortoletto

Re: [m2] JAXB Plugin

2005-11-07 Thread Alexandre Poitras
This plugin uses JaxMe 2 to generate JAXB source files from an XML schema : http://mojo.codehaus.org/xjc-maven-plugin/. I use it for my jaxb transformations and it's work great. Hope it's help! On 11/7/05, Wilfred Springer [EMAIL PROTECTED] wrote: All, Just to make sure: did anybody ever run

Re: [m2] JAXB Plugin

2005-11-07 Thread Alexandre Poitras
Whoops sorry, I red your email too fast. You already know about it. On 11/7/05, Alexandre Poitras [EMAIL PROTECTED] wrote: This plugin uses JaxMe 2 to generate JAXB source files from an XML schema : http://mojo.codehaus.org/xjc-maven-plugin/. I use it for my jaxb transformations and it's work

Re: [M2] - maven-release-plugin cannot load SCM provider

2005-11-07 Thread Trent Rosenbaum
Thanks for the reply. When I started to use the plugin I was prefixing the URLs with scm:svn, but then I still had a problem so thought about exploring and that is why I asked about setting the scm provider in a different manner. I have again used these prefixes and I still get a problem. Maven

Unit test stub object question

2005-11-07 Thread Aaron Colwell
Hi, I'm using Maven 1.1-beta2 for a project I'm working on. I've split the code into several projects that I use maven multiproject to build. I'm trying to figure out the best place to put stub objects for my unit tests. Most of our stubs go in the src/test/... directory that the unit test is in.

Re: library dependancy wrong?

2005-11-07 Thread Srepfler Srgjan
In the end it was the display taglib that was importing the wrong standard.jar. Brian Bonner wrote: Srepfler, check under: http://www.ibiblio.org/maven2/javax/servlet/jstl/1.1.2/ Brian On 10/27/05, Srepfler Srgjan [EMAIL PROTECTED] wrote: I've imported a dependency on the JSTL library

Re: Unit test stub object question

2005-11-07 Thread Arnaud Bailly
Aaron Colwell wrote: Hi, Hello, Could'n you make a separate 'test-stub' project and add a dependency in your project ? This would cleanly separate test code from main code while giving you greater control on how your stub code is structured. Yours, PS: I have heard that maven 2.0 gives

Re: Don't fail build when tests fail during site/site-deploy steps

2005-11-07 Thread Erick Dovale
Is this in jira already?? I could not find it. edovale. Brett Porter wrote: This is a bug that will be fixed so it isn't required. - Brett On 11/4/05, Arnd Brusdeilins [EMAIL PROTECTED] wrote: |maven -Dmaven.test.failure.ignore=true site should do this | Duane Homick wrote: Is

Re: Can't use maven2 (offline)

2005-11-07 Thread Brett Porter
Offline actually avoids all remote repositories (even file ones, as they might be on a shared drive). - Brett On 11/8/05, Eric Parpal [EMAIL PROTECTED] wrote: I tried with offline=false and file:///mypath/ibiblio/maven2 (in settings.xml and in the command line). Always the same message.

Re: [M2] - maven-release-plugin cannot load SCM provider

2005-11-07 Thread Brett Porter
They both use the same library - so the release plugin is for automating release related tasks, the scm plugin for development related tasks. Can you please repost the full SCM URL that gave you this error - there is still something wrong with it. - Brett On 11/8/05, Trent Rosenbaum [EMAIL

[M2] dependency license management

2005-11-07 Thread Ruel Loehr
We have a ginourmous number thirdparty dependencies. One of the things we need to accomplish is to keep track of the licenses that are associated with the thirdparty dependencies to avoid any legal issues. I was looking into the project-info-reports plugin, which, btw, makes my heart flutter.

Re: [M2] dependency license management

2005-11-07 Thread Brett Porter
The information is there (the POM can add it), and its a requirement on new POMs added to the repository by manual upload, though I'm sure there are quite a few gaps in the repository which we'd need to fill once this is analysed. At present, this is something we are interested in working on, but

Blocking Access to ibiblio, etc...

2005-11-07 Thread Duane Homick
Is there an easy way to block access to remote repositories such that only our corporate repository and a developer's local repository will be used to resolve dependencies? If neither are found, then the dependency would fail to be resolved. Thanks Duane Homick Software Engineer Sandvine

RE: [M2] dependency license management

2005-11-07 Thread Vincent Siveton
Hi The information is there (the POM can add it), and its a requirement on new POMs added to the repository by manual upload, though I'm sure +1 for this feature there are quite a few gaps in the repository which we'd need to fill once this is analysed. At present, this is something we

Sejo Cesic is out of the office.

2005-11-07 Thread Sejo . Cesic
I will be out of the office starting Tue 11/08/2005 and will not return until Wed 11/16/2005. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [M2] dependency license management

2005-11-07 Thread Brett Porter
On 11/8/05, Vincent Siveton [EMAIL PROTECTED] wrote: IMHO it could be a first step to add a License column in the Project Dependencies report. We need to do something about this report. It's awfully cluttered (perhaps just trimming the description a bit would be helpful?) - Brett

RE: Blocking Access to ibiblio, etc...

2005-11-07 Thread Brian E. Fox
Create a mirror of central and either point it to your internal repo or to someplace not ibiblio. -Original Message- From: Duane Homick [mailto:[EMAIL PROTECTED] Sent: Monday, November 07, 2005 5:53 PM To: users@maven.apache.org Subject: Blocking Access to ibiblio, etc... Is there an

Issue tracking system

2005-11-07 Thread Srepfler Srgjan
Is there a way to integrate maven with an issue tracking system such as Trac? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] install plugin bug with classifiers ?

2005-11-07 Thread Brett Porter
I see. Because the configuration for debugging is at the compilation phase which is not called a second time. Let's step back. Which do you want to achieve: - be able to run with a profile that generates and installs a nodebug jar instead, or, - generate and install both jars each time. Cheers,

Re: Issue tracking system

2005-11-07 Thread Brett Porter
Currently we have the following integration: - project info reports list the issue tracker (supports jira, bugzilla and scarab I believe) - changes plugin can retrieve changes from jira What type of support are you looking for? - Brett On 11/8/05, Srepfler Srgjan [EMAIL PROTECTED] wrote: Is

Re: [M2] - maven-release-plugin cannot load SCM provider

2005-11-07 Thread Trent Rosenbaum
This is the SCM URL for the project: scm developerConnectionscm:svn:file:///D:/subversion-1.2.0_data/repositories/my_repo/bug-control-model/trunk/developerConnection /scm and the plugin is configured with the following tagbase element: plugin groupIdorg.apache.maven.plugins/groupId

Re: Using Maven as Eclipse class-path container

2005-11-07 Thread Brett Porter
On 11/8/05, Michael Böckling [EMAIL PROTECTED] wrote: Are there any informations about this topic? Maybe the soon-to-be released M2 Eclipse plugin (http://jira.codehaus.org/secure/BrowseProject.jspa?id=11093) can do this? Correct, and more. - Brett

Re: [M2] - maven-release-plugin cannot load SCM provider

2005-11-07 Thread Brett Porter
I thought I had used windows paths in the SCM URL before without issues, but its worth trying: scm|svn|file:///d:/subversion... hth, Brett On 11/8/05, Trent Rosenbaum [EMAIL PROTECTED] wrote: This is the SCM URL for the project: scm

Re: [m2] ant bug with EnumeratedAttribute task parameters=

2005-11-07 Thread Brett Porter
Did you run mvn clean install to install it? - Brett On 11/8/05, Anuerin Diaz [EMAIL PROTECTED] wrote: hi again, im trying to debug the problem below (hoping i can find a workaround) but since policy prevents me from installing subversion in my workstation (even if it doesnt entail a

Re: JarJar missing...

2005-11-07 Thread Carlos Sanchez
Done. All versions however are under the groupId com.tonicsystems On 11/5/05, Guillaume Laforge [EMAIL PROTECTED] wrote: Hello, The Groovy project uses jarjar in its M1 build, and we recently noticed that jarjar-0.5.jar is missing from the ibiblio repository. There used to be a tonic

RE: Blocking Access to ibiblio, etc...

2005-11-07 Thread Duane Homick
Doing this has changed where central looks for the files, however, it doesnt change any of the information about central. Downloading: file:///Z:/sw/repository/master//junit/junit/3.8.1/junit-3.8.1.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org /maven2)

RE: Blocking Access to ibiblio, etc...

2005-11-07 Thread Brian E. Fox
I see. You could do this to define a new repo: profiles profile iddefault/id repositories repository idmy-repo/id urlhttp://x/url snapshots enabledtrue/enabled

Re: [MAVEN 2] Update /maven.apache.org/guides/introduction/introduction-to-repositories.html

2005-11-07 Thread Jerarckill - ANS
Ah good, I didn't know this! This is something interesting to know indeed. Thanks for the precision, i'll go have a look Jer On Mon, 07 Nov 2005 14:26:06 +0100, Jeff Jensen [EMAIL PROTECTED] wrote: Regarding the wiki/others helping, do you know that the code and docs are available to you

Re: [M2] - maven-release-plugin cannot load SCM provider

2005-11-07 Thread Trent Rosenbaum
I did not have this pom.xml checked into SVN and so it was trying to work with the previous revision of my file and this did not have a SCM URL defined. I have been able to get the plugin to prompt me for input regarding the tags, but I am falling over in the tagging process with the following

Re: [M2] - maven-release-plugin cannot load SCM provider

2005-11-07 Thread Brett Porter
The bug is for the default of ../tags when used instead of a tagbase as you have, so it is different. Above that exception, there should have been output from the svn command. Does that reveal anything? - Brett On 11/8/05, Trent Rosenbaum [EMAIL PROTECTED] wrote: I did not have this pom.xml

Re: [M2] - maven-release-plugin cannot load SCM provider

2005-11-07 Thread Trent Rosenbaum
This is the feedback I got from running mvn release:prepare [INFO] [release:prepare] [INFO] What tag name should be used? 0.1.2 [INFO] Tagging release with the label 0.1.2. Provider message: The svn tag command failed. Command output: svn: Error resolving case of

Independent Subprojects in Maven

2005-11-07 Thread Ashley Hurkoo
I am trying sub project to my main project. For example, I have a rental project(main) and I want to add a truck project and a car project which are independent of the Main project. The problem I am having is when I build maven and the car project does not compile, the truck project gets affected

Re: Independent Subprojects in Maven

2005-11-07 Thread Brett Porter
I think you want the --fail-at-end switch. However, if trunk depends on car, it will still not build if car doesn't. Note that if it is just the tests failing, you can run mvn compile from the top level and all projects will be compiled, then you can proceed to test, etc. - Brett On 11/8/05,

Re: [M2] - maven-release-plugin cannot load SCM provider

2005-11-07 Thread Brett Porter
Ah, sorry for the confusion. nulike the connections, tagBase is just the SVN URL (omit scm:svn) as it is an SVN specific property. - Brett On 11/8/05, Trent Rosenbaum [EMAIL PROTECTED] wrote: This is the feedback I got from running mvn release:prepare [INFO] [release:prepare] [INFO] What

RE: Independent Subprojects in Maven

2005-11-07 Thread Ashley Hurkoo
Car project and truck project are independent of each other. I have one person working on the truck project and another person working on the car project. I have a nightly built running everyday to compile each project and build the maven site. Sometimes the person responsible for the truck

Re: Independent Subprojects in Maven

2005-11-07 Thread Brett Porter
Yes. - Brett On 11/8/05, Ashley Hurkoo [EMAIL PROTECTED] wrote: Car project and truck project are independent of each other. I have one person working on the truck project and another person working on the car project. I have a nightly built running everyday to compile each project and build

RE: Independent Subprojects in Maven

2005-11-07 Thread Ashley Hurkoo
In which file do I put the --fail-at-end switch? Sorry I am new to Maven Ashley -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 1:23 PM To: Maven Users List Subject: Re: Independent Subprojects in Maven Yes. - Brett On 11/8/05, Ashley

Re: Independent Subprojects in Maven

2005-11-07 Thread Brett Porter
It is a command line switch. Sorry, there is currently no way to configure it as part of the project. See mvn --help for more details. - Brett On 11/8/05, Ashley Hurkoo [EMAIL PROTECTED] wrote: In which file do I put the --fail-at-end switch? Sorry I am new to Maven Ashley -Original

RE: [m2] module paths for system scope are relative to parent pom

2005-11-07 Thread Jeff Jensen
Sorry, but I still have not solved this problem... Does anyone know how to? -Original Message- From: Jeff Jensen [mailto:[EMAIL PROTECTED] Sent: Sunday, November 06, 2005 11:23 AM To: 'Maven Users List' Subject: [m2] module paths for system scope are relative to parent pom When

[m102] strange compile error

2005-11-07 Thread luan xl
I used the maven eclipse to generate the eclipse project, and in the IDE everything is fine, compile is ok and unit test is ok. but when I switch back to using maven: maven -X java:compile the compiler can not find getTextContent() method in org.w3c.dom.Node, and point the following

[m1] Problems resolving external dtd reference

2005-11-07 Thread Phil Steitz
After installing 1.1-beta-2, the following external reference (included in navigation.xml files) that we use to include common menus on the Jakarta Commons sites is no longer working: !DOCTYPE org.apache.commons.menus SYSTEM '../../commons-build/menus/menus.dtd' The xdoc plugin generates

Re: [m1] Problems resolving external dtd reference

2005-11-07 Thread Lukas Theussl
This is a known issue: http://jira.codehaus.org/browse/MPXDOC-179 For stand-alone projects, you can make it work by specifying an absolute path for the external entity, but this will not work in a multiproject set-up. Otherwise, I'm afraid I can't offer anything else right now. -Lukas Phil

Re: [m1] Problems resolving external dtd reference

2005-11-07 Thread Brett Porter
A solution is to include your own endorsed copy of Xerces in the JRE/Maven. I have no idea why the behaviour is different though. - Brett On 11/8/05, Lukas Theussl [EMAIL PROTECTED] wrote: This is a known issue: http://jira.codehaus.org/browse/MPXDOC-179 For stand-alone projects, you can

Re: [m1] Problems resolving external dtd reference

2005-11-07 Thread Phil Steitz
Lukas Theussl wrote: This is a known issue: http://jira.codehaus.org/browse/MPXDOC-179 For stand-alone projects, you can make it work by specifying an absolute path for the external entity, but this will not work in a multiproject set-up. Otherwise, I'm afraid I can't offer anything else

[m2] NullPointerException running maven package

2005-11-07 Thread Michael McCrann
Hi, Has anyone seen the NullPointerException, below, before? I have searched for it in Nabble, but I can't find any references to it. Michael McCrann [INFO] [surefire:test] [INFO] Setting reports dir: c:\maven_projects\myhome\target\checkout\target/surefire-reports [INFO]

Re: [m2] NullPointerException running maven package

2005-11-07 Thread Brett Porter
Fixed in SVN. (There is another problem it is trying to report, but the cause was unknown). - Brett On 11/8/05, Michael McCrann [EMAIL PROTECTED] wrote: Hi, Has anyone seen the NullPointerException, below, before? I have searched for it in Nabble, but I can't find any references to it.

Re: [m2] ant bug with EnumeratedAttribute task parameters=

2005-11-07 Thread Anuerin Diaz
ok, the mvn clean install did not work. so just to get going i just extracted the manifest folder of the original plugin jar and added it manually to the hijacked jar. i am still stumped on this stack trace even if the same buildfile executes perfectly fine with the same jar file...

Re: Using Maven as Eclipse class-path container

2005-11-07 Thread Marcel Schutte
Sounds like a good idea. I think the eclipse plugin works only in the opposite direction, generating .classpath etc files for eclipse to use. A problem might be that eclipse doesn't have the concept of scopes for its dependencies. Marcel --- Michael Böckling [EMAIL PROTECTED] wrote: Hi, I'd

RE: Using Maven as Eclipse class-path container

2005-11-07 Thread Jörg Schaible
Marcel Schutte wrote on Tuesday, November 08, 2005 8:48 AM: Sounds like a good idea. I think the eclipse plugin works only in the opposite direction, generating .classpath etc files for eclipse to use. A problem might be that eclipse doesn't have the concept of scopes for its dependencies.

Shell build and subversion

2005-11-07 Thread Velle Andrè
Hi, I have a problem using shell projects with continuum 1.0 I create a new shell project with the minimum required (project name, version and scm url), and a build definition. When I try to run this for the first time it always fails during checkout from svn, whatever the url - the build does