Re: [m2] status of SCM plugin

2005-08-15 Thread Jason Grant
That worked well, with a small tweak that I'm describing here for the benefit of others. Currently on HEAD, the starteam provider project fails its tests, and hence the top-level deploy doesn't complete. Given that I only require svn functionality, I simply removed the starteam project (and paren

Re: URL format [a3 and m2a3]

2005-08-15 Thread Sidart Kurias
Trygve Thanks, That solved that one issue. Sid --- Trygve Laugstøl <[EMAIL PROTECTED]> wrote: > On Fri, Aug 12, 2005 at 10:53:40PM -0700, Sidart > Kurias wrote: > > Reading the posts I still cannot seem to get my > url > > format correct...Keep getting the message you must > > provide a valid u

Re: [m2] Application Assembly

2005-08-15 Thread Jason Grant
Hi Daniel, FYI, I have assembly patches sitting in Jira, and awaiting publication to svn: 1) MNG-723: Adds an 'unpack' goal that unpacks all project dependencies (jars and zips) into the working directory. 2) MNG-483: Attaches all assemblies as project artifacts, so that they get installed automa

Re: [m1.1] jar/war deploy doesn't Deploy

2005-08-15 Thread Brett Porter
You'll find them in c:\ The bug was fixed in the 1.6 release of the artifact plugin. - Brett On 8/16/05, Curtis, Harrison <[EMAIL PROTECTED]> wrote: > In Maven 1.1 when a jar:deploy is performed the jar files in the local > repository should be copied to the specified remotes. My > build.proper

[m1.1] jar/war deploy doesn't Deploy

2005-08-15 Thread Curtis, Harrison
In Maven 1.1 when a jar:deploy is performed the jar files in the local repository should be copied to the specified remotes. My build.properties has the following entries to specify the remote: maven.repo.list=R1 maven.repo.R1=file://c:\\temp\\Maven maven.repo.R1.directory=repository The followi

[M2] Posted patch to JIRA to enable maven-archiver to accept custom manifest entries

2005-08-15 Thread Bennett, Timothy (JIS - Applications)
M2 contributors... I posted a patch to enable plugins to add custom entries to an archive's manifest file. I needed this functionality for the maven-osgi-plugin, and assume others might need it as well. Please consider adding this to the M2 code. http://jira.codehaus.org/browse/MNG-742

Re: [M1] Developer Information

2005-08-15 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Aug 15, 2005, at 14:49, Michael Owen wrote: I have many projects, and for each project a team of developers work on it. I would like to have one place for each team where I update/edit the information about the developers and then I can import

[M1] Developer Information

2005-08-15 Thread Michael Owen
Hi, I have many projects, and for each project a team of developers work on it. I would like to have one place for each team where I update/edit the information about the developers and then I can import this information for a project, depending on which team is working on it. By developers

RE: cruisecontrol's config.xml at default location gets deleted by build loop

2005-08-15 Thread Vincent Massol
> -Original Message- > From: berndq [mailto:[EMAIL PROTECTED] > Sent: lundi 15 août 2005 21:43 > To: Maven Users List > Subject: cruisecontrol's config.xml at default location gets deleted by > build loop > > > All, > > according to > http://maven.apache.org/reference/plugins/cruisecon

cruisecontrol's config.xml at default location gets deleted by build loop

2005-08-15 Thread berndq
All, according to http://maven.apache.org/reference/plugins/cruisecontrol/properties.html the default filename for CC config file is ${maven.build.dir}/cruisecontrol/config.xml. IMHO this is a bit problematic as during the build loop the build.dir is deleted: clean:clean: [delete] Deleting d

Re: [m2] Application Assembly

2005-08-15 Thread Daniel Krisher
See MNG-735 for a patch that adds support for a 'directory' archive type On 8/14/05, Daniel Krisher <[EMAIL PROTECTED]> wrote: > > Thanks for the quick response... I've already looked at the assembly > plugin source, I'll put together a patch tonight or tomorrow morning and > submit it along wi

Re: [M2] Requesting an example of a POM plugin entry for M2 plugin that allows the inclusion and exclusion of artifacts, and works

2005-08-15 Thread Andy Glick
Brett Porter wrote: -> snip Can you file a JIRA issue? (that way you can follow the fix). Done, MNG-739 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m1.1] JCoverage shows 0% for everything.

2005-08-15 Thread Scott Lamb
On Aug 15, 2005, at 5:55 AM, Hogeweg, Erwin (GE Infrastructure) wrote: I can't get JCoverage to report the real numbers. It keeps telling me I have 0% coverage for everything. I have this same problem. My workaround is to use an old version - it's a SNAPSHOT that was since updated, so it no

maven2 : packaging options

2005-08-15 Thread Rizwan Merchant
Hi, I have a project with a number of sub-modules. I need to specify in some of the sub-modules that those modules should not be jar-red. Basically, I want to call the "m2 install" command on the head project, but jar only some of the sub-modules. Is there an option for the element that will acco

Re: Tomcat JSP Pre-compile using Maven

2005-08-15 Thread Adam Kramer
Farmer, Todd wrote: Hi, I'm looking for information or a tutorial on pre-compilation of JSP pages using Maven. I am using Tomcat 5 and the web app uses Struts with Tiles. Can anybody point me towards documentation or tutorials on this task? RTFM bro! It's in the User's Guide on the Web

SV: Tomcat JSP Pre-compile using Maven

2005-08-15 Thread mattias_xdin
Try the tomcat plugin: http://maven.apache.org/reference/3rdparty.html If you want to do it you self in a custom made goal, look at the plugin.jelly script for the plugin. Hi, I'm looking for information or a tutorial on pre-compilation of JSP pages using Maven. I am using Tomcat 5 and the

Re: New PDF plugin SNAPSHOT

2005-08-15 Thread Lukas Theussl
Thanks, that was it. Now I'm down to a duplicate id problem, which I see is a known issue. That will take a little longer to clean up. :) Yes, we are working on that right now (MPPDF-40). Currently you have to avoid identical name and id tags within one source document (which you shoul

Tomcat JSP Pre-compile using Maven

2005-08-15 Thread Farmer, Todd
Hi, I'm looking for information or a tutorial on pre-compilation of JSP pages using Maven. I am using Tomcat 5 and the web app uses Struts with Tiles. Can anybody point me towards documentation or tutorials on this task? Thanks! Todd Farmer

Re: [m2] status of SCM plugin

2005-08-15 Thread Brett Porter
On 8/16/05, Jason Grant <[EMAIL PROTECTED]> wrote: > Based on (1) below, it looks like inclusion of an scm plugin was hoped > for in m2, and based on (2), it "exists". I notice that the > release/reporting plugins depend on scm infrastructure, and this appears > to reside at http://svn.apache.org/

[m2] status of SCM plugin

2005-08-15 Thread Jason Grant
Based on (1) below, it looks like inclusion of an scm plugin was hoped for in m2, and based on (2), it "exists". I notice that the release/reporting plugins depend on scm infrastructure, and this appears to reside at http://svn.apache.org/repos/asf/maven/scm/, however there is no binary for the pl

Re: cc-plugin: Q about localWorkingCopy

2005-08-15 Thread berndq
berndq wrote: How should one checkout different branches of a project? modify ... sorry, this is allready documented: http://jira.codehaus.org/browse/MPCRUISECONTROL-21 Next time I will go to JIRA before posting to the list :-( Bernd -

Re: Newbe: how to use multiproject to checkout?

2005-08-15 Thread dan tran
Lucas, multiproejct plugin relies on the present of the your source tree on local disk to do to work. However you can still use maven-scm-plugin to checkout then entired source tree in on command and build it a the same time. The caveet here is that maven-scm-plugin will fetch the entired source

cc-plugin: Q about localWorkingCopy

2005-08-15 Thread berndq
All, what is the intenion behind setting the directory for the local working copy to a dir with the artifactID included: localWorkingCopy="${maven.cruisecontrol.checkout.dir}/${pom.artifactId}" />? How should one checkout different branches of a project? modify ${maven.cruisecontrol.checko

[m1.1] JCoverage shows 0% for everyting.

2005-08-15 Thread Hogeweg, Erwin \(GE Infrastructure\)
All,

[m1.1] JCoverage shows 0% for everything.

2005-08-15 Thread Hogeweg, Erwin \(GE Infrastructure\)
All, I can't get JCoverage to report the real numbers. It keeps telling me I have 0% coverage for everything. I added a snippet of the JCoverage.xml below, together with the build section of the POM file. I know for sure that the SimpleQueue class is covered by my JUnit tests. Please advise.

Re: New PDF plugin SNAPSHOT

2005-08-15 Thread Wendy Smoak
From: "Lukas Theussl" <[EMAIL PROTECTED]> Arnaud should have specified further that this plugin is for maven 1.1 only (I don't think the restriction to java 5 is correct). Maven 1.0.2 users will have to put a xalan jar into $MAVEN_HOME/lib/endorsed. Thanks, that was it. Now I'm down to a dupl

Re: [m2] Roadmap for Maven2

2005-08-15 Thread Brett Porter
We're definitely running behind - a few other things have come up. We're looking at a late September release. We expect Maven to be stable by the end of the month, then spend time making cosmetic changes, plugins, documentation, etc. Cheers, Brett On 8/15/05, Michael Owen <[EMAIL PROTECTED]> wrot

Re: [m2] Problem with ear project.

2005-08-15 Thread Stephane Nicoll
On 7/11/05, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > On Mon, 11 Jul 2005, Edward Yakop wrote: > > > Hi all, > > > > I'm having difficulties setting up 'ear' project. > > The following are the conditions: > > > > The pom file: > > ---

Newbe: how to use multiproject to checkout?

2005-08-15 Thread Lucas Persson
Hi I guess this must have been asked before but I do not find any answer for this. How can I checkout all my projects which are pointed out in a multiproject? I have a kind of "master" project and a couple of subprojects but in a flat structure to suit eclipse: + multiproject + sub1project + su

[m2] Roadmap for Maven2

2005-08-15 Thread Michael Owen
Hi, Just wondering if anybody knows whether the road map for Maven2 (http://maven.apache.org/maven2/roadmap.html) is still correct, and therefore a stable release can be expected in September? Mike - To unsubscribe, e-mail

Re: [m2] Mojo development: need ClassWorld

2005-08-15 Thread Aleksey Studnev
Milos Kleint <[EMAIL PROTECTED]> wrote on 08/15/2005 01:21:58 PM: > Alexander Azarov wrote: > > >>-Original Message- > >>From: Trygve Laugstшl [mailto:[EMAIL PROTECTED] > >>Sent: Friday, August 12, 2005 7:44 PM > >> > >>On Fri, Aug 12, 2005 at 07:36:32PM +0400, Alexander Azarov wrote: >

Re: [m2] Mojo development: need ClassWorld

2005-08-15 Thread Milos Kleint
Alexander Azarov wrote: -Original Message- From: Trygve Laugstшl [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 7:44 PM On Fri, Aug 12, 2005 at 07:36:32PM +0400, Alexander Azarov wrote: I.e. I am trying to embed Maven2 into another application and I would l

org.xml.sax.SAXParseException: Content is not allowed in prolog.

2005-08-15 Thread Holger Schulze
Hi maven users, since I upgraded my maven version from 1.0-rc2 to 1.0.2 I get errors like 'org.xml.sax.SAXParseException: Content is not allowed in prolog' if I execute junit tests by using maven. From within my eclipse environment the test don't fail. The errors occur if I try to parse xml s

RE: [m2] Mojo development: need ClassWorld

2005-08-15 Thread Alexander Azarov
> -Original Message- > From: Kenney Westerhof [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 13, 2005 6:51 PM > > If you want to access the ClassRealm, just add a private > field of type ClassRealm to the mojo, marking it as a @parameter. Thank you. Do I have to specify an 'expressi

RE: [m2] Mojo development: need ClassWorld

2005-08-15 Thread Alexander Azarov
> -Original Message- > From: Trygve Laugstшl [mailto:[EMAIL PROTECTED] > Sent: Friday, August 12, 2005 7:44 PM > > On Fri, Aug 12, 2005 at 07:36:32PM +0400, Alexander Azarov wrote: > > I.e. I am trying to embed Maven2 into another application > and I would > > like to get access to that

Re: [maven] How to merge security entries into application.xml for EAR

2005-08-15 Thread Stephane Nicoll
No it is not. You will need to turn application.xml generation off. Cheers, Stéphane On 7/6/05, Mick Knutson <[EMAIL PROTECTED]> wrote: > Ping? > > > >From: "Mick Knutson" <[EMAIL PROTECTED]> > >Reply-To: "Maven Users List" > >To: users@maven.apache.org > >Subject: [maven] How to merge securi