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
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
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
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
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 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
-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
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
> -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
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
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
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]
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
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
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
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
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
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
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/
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
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
-
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
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
All,
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.
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
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
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:
> > ---
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
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
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:
>
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
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
> -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
> -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
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
36 matches
Mail list logo