Whoops pasted a 'clutching at straws' experiment by mistake. The
problem is manifest without the offline switch too. In that case, I
don't understand why it goes to repo1.maven.org when I'm trying to tell
it otherwise in my pom. Output below.
J.
[EMAIL PROTECTED] eclipse-libraries]$ m2 install
Ok, there are a few ways to attack this.
1) dependency mangement, as you say.
2) hold each of the dependencies at snapshot. This will effectively do
what you want, but that build won't be reproducible.
3) use a range. Again, not reproducible, but means you can get the
latest release instead of j
Offline means remote repositories (even file ones) will be ignored.
The error message is misleading because it seems to indicate it tried
:)
- Brett
On 8/14/05, Jason Grant <[EMAIL PROTECTED]> wrote:
> I have a entry that seems to be ignored, since it
> produces the following output:
>
> --
This is eomthing we want to make possible in beta-1.
In Maven 1 (and what we have supported so far), aggregation was done
through a separate project, pulling in the dependencies (eg, an EAR).
However, we want to support top level aggregation that pulls in
subprojects instead, as well.
A workarou
will do. Actually, I think commons-attributes provides this themselves...
- Brett
On 8/14/05, Andy Glick <[EMAIL PROTECTED]> wrote:
> It turns out that there is a working maven plugin that is distributed
> with commons-attributes. It was used with out difficulty at a company
> where i did some wo
dan tran wrote:
in 1.1 you need to load the optional jars yourself
http://maven.apache.org/reference/backwards-compatibility.html
-D
I was aware of that but that's the point: I am not using any optional
tasks. It already happens if I just run the genapp plugin inside an
empty directory. I
Hello all,
I am going to have a m2 build system that contains lots of sub projects.
my daily build uses the same version of all sub projects. and the version is
incremented for each daily build.
In M1, I use one global version property in project.properties of the master
project root. For each
I have a entry that seems to be ignored, since it
produces the following output:
---
[EMAIL PROTECTED] eclipse-libraries]$ m2 --offline install
[INFO] Maven is running in offline mode.
[INFO]
-
It turns out that there is a working maven plugin that is distributed
with commons-attributes. It was used with out difficulty at a company
where i did some work, and I have been able to get it to work.
So the keeper of the matrix might want to move the entry for
commons-attributes out of the
Wendy Smoak wrote:
From: "Jay H. Hartley" <[EMAIL PROTECTED]>
You mention that you "need" to have the documentation as part of the root
web site. Would having it one link down but clearly labeled at the top of
the sub-project list satisfy the need?
No, the files really need to be up at the t
Can you fill an issue for the xdoc plugin please.
The error message isn't really explicit :-)
Arnaud
> -Message d'origine-
> De : Hogeweg, Erwin (GE Infrastructure) [mailto:[EMAIL PROTECTED]
> Envoyé : samedi 13 août 2005 16:10
> À : Maven Users List
> Objet : RE: [1.1Beta] BUILD FAILE
On Sat, Aug 13, 2005 at 10:33:51AM -0400, Andy Glick wrote:
> Trygve Laugstøl wrote:
>
> >
> >The reason as to why you can't get access to the classloader of the core
> >is that the Mojos are supposed to be independent of their enviroment and
> >they should be executed independently in separate cl
On Sat, 13 Aug 2005, Andy Glick wrote:
If you want to access the ClassRealm, just add a private field of type
ClassRealm to the mojo, marking it as a @parameter.
I needed this to construct a classpath string since the classloading
of the app I embedded didn't implement classloading properly.
I w
Trygve Laugstøl wrote:
The reason as to why you can't get access to the classloader of the core
is that the Mojos are supposed to be independent of their enviroment and
they should be executed independently in separate class loaders. Giving
the Mojos access to the root class loader will conflic
You need to set the in the section of the
project.xml file.
> -Original Message-
> From: Hogeweg, Erwin (GE Infrastructure)
> Sent: Saturday, August 13, 2005 10:01 AM
> To: Maven Users List
> Subject: [1.1Beta] BUILD FAILED on jelly plugin. Please help.
>
>
> All,
>
> How and where
All,
How and where am I supposed to set the 'defaultValue' as indicated below?
Thanks,
Erwin
xdoc:jelly-transform:
About to use JSL stylesheet
file:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl
[echo] en
[echo] The current Locale is the default one
[echo] Sca
Note that my answers are what Maven 2 can do.
On Fri, Aug 12, 2005 at 05:23:25PM -0400, Rizwan Merchant wrote:
>
> I am working on implementing a build process for our project. This process
> is required to be run as a cron job.
> The build process is going to do a number of things, such as:
> 1.
On Fri, Aug 12, 2005 at 12:08:43PM -0600, Julian Wood wrote:
> On this page:
>
> http://maven.apache.org/maven2/site.html
>
> where it says to configure reports, the groupId is
>
> org.apache.maven.reports
>
> but I think it should be
>
> org.apache.maven.plugins
Seems right, please f
On Sat, Aug 13, 2005 at 02:43:31AM -0700, Nadeem Bitar wrote:
> Where can I find the source code for Maven2's hibernate plugin?
http://svn.mojo.codehaus.org/trunk/mojo/maven-hibernate-plugin/
--
Trygve
signature.asc
Description: Digital signature
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 url.
>
> My url is
> scm:cvs:pserver:[EMAIL PROTECTED]:/cvsroot:projectname/pom.xml
>
> I have tried both wit
All,
I am trying to build an assembly for a multiproject
setup in m2a3.
I would like to verify what I am doing is ok (even if
it may not be correct).
What I would like to do is to build one tar/zip
containing the jars (and dependencies) of all
subprojects.
I have defined an assembly descripto
Where can I find the source code for Maven2's hibernate plugin?
- Nadeem
On Fri, 2005-08-05 at 18:57 +1000, Brett Porter wrote:
> The Maven2 hibernate support should be equivalent of the m1 hibernate
> support (just not an official release yet - but we're happy to have
> testers).
>
> And no mo
Hi, Vincent
Thank you for your information. But I had selected method with xsl. I
will try cactus in the future.
Thanks,
Keisuke
Vincent Massol wrote:
Hi,
There is a Cactus Ant task that can possibly help you:
http://jakarta.apache.org/cactus/integration/ant/task_webxmlmerge.html
-Vincent
It's only an ant warning (new in 1.6.X).
Don't care about it if you don't have a problem.
Anraud
> -Message d'origine-
> De : Lukas Theussl [mailto:[EMAIL PROTECTED]
> Envoyé : vendredi 12 août 2005 23:07
> À : Maven Users List
> Objet : [m1.1] ant-optional classes not found
>
>
> I
24 matches
Mail list logo