Thanks again
> This is a bug. outputDirectory is never used. Please
> file it in JIRA.
Will do
>
> (BTW, I am in Australia, so it is only mid-afternoon
> :)
Then I do have one more question coming :-).
Sid
__
Do You Yahoo!?
Tired of spam?
This is a bug. outputDirectory is never used. Please file it in JIRA.
(BTW, I am in Australia, so it is only mid-afternoon :)
- Brett
On 7/27/05, Sidart Kurias <[EMAIL PROTECTED]> wrote:
> All,
> Form my reporting tag I try to send the report outputs
> to a directory called reports
> In my b
All,
Form my reporting tag I try to send the report outputs
to a directory called reports
In my build tag I have setup a tag with
the value target as shown below
When I run a site:site the outputs from the reports
seems to go to the 'target' directory. Is that the
desired behaviour.
Sid
Thanks,
BTW I do not know what timezone you are in, but it
must be pretty late where you are
I do have one more question coming :-)
Sid
--- Brett Porter <[EMAIL PROTECTED]> wrote:
> this is a typo in the web page. It should be
>
>
> - Brett
>
> On 7/27/05, Sidart Kurias <[EMAIL PROTECTED
this is a typo in the web page. It should be
- Brett
On 7/27/05, Sidart Kurias <[EMAIL PROTECTED]> wrote:
> All,
>
> I am trying to configure my settings.xml with profile
> information.
> I keep getting an error when I try the following..
>
>
>
>Release
>
All,
I am trying to configure my settings.xml with profile
information.
I keep getting an error when I try the following..
Release
SNAPSHOT
org.codehaus.plexus.util.xml.pull.XmlPullParserException:
TEXT must be immediately followed
Jose Gonzalez Gomez wrote:
Hi,
When I try to use Maven2 including Hibernate 3.0.5 as a dependency the
build process stops due to some missing dependencies
(javax.transaction:jta:1.0.1B:jar, javax.security:jacc:1.0:jar, ...).
I'm using only the default repository (http://repo1.maven.org/maven2)
Maven 1 has long had issues with classloader separation between the
plugins and Maven itself. I think I had a working version once that
did separate them, but so many plugins depended on other plugins
dependencies without stating it, it was far too big a change to
introduce :)
Maven 2 properly iso
It now generates a page that says where your source repository is.
Is your connection actually invalid? Just wondering what behaviour you
are expecting here.
- Brett
On 7/27/05, Yann Le Du <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Using the trunk build (rev. 225332), I launched site:site with
> mave
This run's fine, except no stubs or skeletons are created, are there
are RMI Interfaces and classes that implemented those interfaces. Any
Thoughts? Really driving me nuts and I need to have this done sooner
rather than later, so I would be greatful for any help.
> -Original Message-
> From: jk jk [mailto:[EMAIL PROTECTED]
> WTP does sound pretty good and I might try it out down
> the road. When you were using MyEclipse or maybe this
> actually applies to just eclipse, do you need to
> execute, maven eclipse goal to generate the MAVEN_REPO
> vari
Hi
we have an rmic plugin for Maven 1. Feel free to port it. We can host it
or maybe maven can...
http://java.freehep.org/freehep-rmic-plugin/index.html
Regards
Mark Donszelmann
Stanford Linear Accelerator Center
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Se
On Tue, Jul 26, 2005 at 04:14:43PM -0400, [EMAIL PROTECTED] wrote:
> I have been experimenting with Maven 2 and generally like what I see. One
> issue that I have run into is locating an RMIC plugin. Is there an RMIC
> plugin or another plugin that in turn can run it (like ant)? Any pointers
The maven team is pleased to announce the Maven Simian Plugin 1.5
release!
http://maven.apache.org/reference/plugins/simian/
Simian Plugin for Maven
Changes in this version include:
New Features:
o Add include/exclude pattern for test directories. Issue: MPSIMIAN-7.
Changes:
o Upgrade
I have been experimenting with Maven 2 and generally like what I see. One
issue that I have run into is locating an RMIC plugin. Is there an RMIC
plugin or another plugin that in turn can run it (like ant)? Any pointers
would be appreciated.
Regards,
Eli
Don't recall exactly, but I believe there was some issues with
generating crusecontrol.xml and if you had multiple tagged/branched
versions of your project, then they conflicted. Also might have been
to use a more Maven "standard" name.
Eric
On Jul 26, 2005, at 9:28 AM, Per Abich wrote:
If I need to do 10 - 15 poms, I can write them by hand in 30 minutes.
If it is 30+, I would write a perl script in 30 minutes.
Between 15 and 30 - whatever you feel is easier.
-Original Message-
From: Eric Weiss [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 26, 2005 12:55 PM
To: Maven Use
Ryan,
For now just basic functionality like weblogic start/stop/deploy etc. then
the build functionality for wlappc/deploy wars etc. Even if you have
something that I could look at, that would be great.
If you have a sample weblogic app with M2, that would help since I'm really
new to Maven and M
I am working on a java version but have taken a break to finish the
marmalade version. I am probably a week away from completing it and can
sent it then. I will try to get it in to CVS ASAP.
What functionality are you seeking?
Scott Damon Ryan
Developer
(720) 514-5389
[EMAIL PROTECTED]
Hi,
I've never tried to do that so I can't tell you the exact steps, but
seems that you need to add your jar as a dependency to the project
adding this property:
root
It's related to the info in http://jira.codehaus.org/browse/MPCHECKSTYLE-27
Please send next emails to the
I can see the weblogic plugin for M1 on sourceforge.net. Is there one
available for M2 that anybody is working on/can share with me? I'd like to
leverage whatever may be out there.
Thanks!
Manny
Hi,
Using the trunk build (rev. 225332), I launched site:site with
maven-project-info-reports-plugin in my pom and got the following. Is it a new
feature to fill in the pom ?
Regards,
Yann
[INFO] Generate "Source Repository" report.
[INFO]
--
Most likely a dumb question: what is the best way to generate the .poms
for artifacts in our repo that don't already have a .pom? Or do we have to
build them manually?
Eric
At 06:23 PM 7/25/2005, Brett Porter wrote:
The next release will allow using a Maven1 repo OOTB, but I highly
recomm
Well, in this specific case, since I only need the one method I'm just
going to copy the source into my plugin.
But for the general case how does one work around the problem of
dependencies loaded for other plugins getting in the way of my plugin's
dependencies? Are you saying that Maven 1.1 bund
Reorganize your projects.
On 7/26/05, Ballard, Ken <[EMAIL PROTECTED]> wrote:
> Brett,
>
> What about the following scenario? You have two projects, ProjectA with
> interfaces and domain beans (or DTOs, whatever want to call them) and
> ProjectB with the implementations of those intefaces? The la
Unfortunately, only to hack your own classloader that includes
commons-io 1.0, or upgrade to Maven 1.1 that bundles it.
- Brett
On 7/27/05, David Jackman <[EMAIL PROTECTED]> wrote:
> I've written a custom plugin that uses a static method in
> commons-io-1.0.jar. That seems simple enough; I just
2005/7/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> being new to maven i've started by creating one 'project.xml' per module
> without inheritence. My project consists of one ejeb module, one web module
> and two java modules. after generating all the articats individually from
> command prompt i'm
I've written a custom plugin that uses a static method in
commons-io-1.0.jar. That seems simple enough; I just list that as a
dependency in its pom.
However, when attempting to run the plugin, I get an error back stating
that there is no such method.
Looking at the debug output it seems that t
We do have a proxy but not for machines in the intranet. Also, while trying
to access the same via the browser, it does not ask for any
username/password.
Is it possible that you are using a proxy that can't communicate with
tomcat? Preemptive auth should only be used with an authenticating
proxy or basic auth site.
- Brett
On 7/27/05, Kanakambaran Nair <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Downloading normally is possible, that is what we are d
being new to maven i've started by creating one 'project.xml' per module
without inheritence. My project consists of one ejeb module, one web module
and two java modules. after generating all the articats individually from
command prompt i'm trying to build the ear. However i'm facing a couple of
p
Hi,
Downloading normally is possible, that is what we are doing now -
downloading manually and copying to the local repository :) which is
something we do not want to do.
Have checked the tomcat server logs and didn't find any errors.
I tried using mavne1.1-beta-1, am getting another error the
your version gained a >
Feel free to file a bug that the POM validation needs to be improved, however.
- Brett
On 7/27/05, Herve AGNOUX <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I want to use commons codec in a project. I wrote in my pom.xml :
>
>
> commons-codec
> commons-code
Hi,
I want to use commons codec in a project. I wrote in my pom.xml :
commons-codec
commons-codec
>1.3
compile
And, when I do "m2 compile", I get :
[INFO] [resources:resources]
Downloading:
http://repo1.maven.org/maven2/commons-codec/commons-codec/>1.
Can you use 7.4.1-jdbc3 as the version?
So,
postgresql
postgresql
7.4.1-jdbc3
Will it work?
-Original Message-
From: Jose Gonzalez Gomez [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 26, 2005 7:36 AM
To: Maven Users List
Subject: [M2] How to override artifact name in dependency?
Hi the
Brett,
What about the following scenario? You have two projects, ProjectA with
interfaces and domain beans (or DTOs, whatever want to call them) and
ProjectB with the implementations of those intefaces? The latter project
depends on the former, it has to have its jar on it's classpath. The
Project
I also said it should be harmless :)
I've successfully used Tomcat as a remote repo in the past. There are
some other things you can try:
- try maven 1.1-beta-1
- try downloading normally (using wget or a browser) from the same URL
- check for errors in the tomcat server logs
Cheers,
Brett
On 7
Per Abich wrote:
Hello,
I am trying to retrieve a list of dependencies for all the artifacts
that I have included in my project.
The goal is, to get all those files, copy them into a specific location
and then zip them together to obtain "single-file-install" which is
deployable without any
Hi,
I am using Maven 1.0.2. My remote repository is setup as a tomcat server
and I have specified the maven.repo.remote in my build.properties.
While building the following log appears
Attempting to download hibernate3.jar
warning: last-modified not specified
0K downloaded
[javac] error:
Have you considered looking at the documentation for the eclipse plugin?
;-) Google "maven eclipse" and look at the properties.
-Original Message-
From: jk jk [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 26, 2005 3:08 AM
To: Maven Users List
Subject: RE: Best approach in using maven w/
We have just moved to Subversion, and now I am trying to keep my
Cruisecontrol running. Problem is, that we have also upgraded maven to
the 1.0.2 version and updated the scm and cruisecontrol-plugins to the
latest versions as to get best support for SVN.
Now I discovered an change of behavior
On 7/26/05, Michael Owen <[EMAIL PROTECTED]> wrote:
>
> Thanks very much for your help. I'll try to describe the use case. :)
>
> In a similar scenerio, I have:
>
> mainprojectfolder:
> +folder1
> +folder2
> +folder3
> + src
>+ net
> + test
> + File1.java
> +f
On Tue, 26 Jul 2005, Jose Gonzalez Gomez wrote:
This is a case of a wrong artifact name on ibiblio. It should
be changed. You cannot change the artifact name in the pom.
What I did was download the jar manually and rename it in my
local repository. If other people use your project you best
file a
For this specific one, we need to add a tag to
, which would specify the jdbc3 part. This is on the
assumption that, say, -jdbc2 was exactly the same project, just built
differently. For now there is no workaround.
In regards to - ok, this is certainly due for a FAQ.
Similar to here:
http://mav
Thanks a lot. I downloaded the new plugin from http://
www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-scm-
plugin-1.5.jar and copy it to $MAVEN_HOME/plugins
and the updating works.
thanks and by, marko
Am 26.07.2005 um 14:20 schrieb Brett Porter:
You must update to
Thanks very much for your help. I'll try to describe the use case. :)
In a similar scenerio, I have:
mainprojectfolder:
+folder1
+folder2
+folder3
+ src
+ net
+ test
+ File1.java
+folder4
+globalbuildfolder
Each folder has an Ant build.xml file, where globalbuild
Hi there,
I'd like to use the postgresql jdbc driver
(http://www.ibiblio.org/maven2/postgresql/postgresql/7.4.1/) as a
dependency in my project, but the artifact name
(postgresql-7.4.1-jdbc3.jar) doesn't follow the standard artifact name
used in maven. In Maven1 we had the element inside
for suc
On 26.07.2005, at 13:53, Jose Gonzalez Gomez wrote:
When I try to use Maven2 including Hibernate 3.0.5 as a dependency the
build process stops due to some missing dependencies
(javax.transaction:jta:1.0.1B:jar, javax.security:jacc:1.0:jar, ...).
I'm using only the default repository (http://repo1
You must update to the latest SCM plugin and use "scm:update" as the
other goal was deprecated. Please see the Maven download page for
instructions on receiving the latest released plugins for Maven 1.0.2
- Brett
On 7/26/05, Marko Bauhardt <[EMAIL PROTECTED]> wrote:
> Hi all,
> i use maven versio
We usually discourage coupling projects like that - it breaks its
encapsulation (unless you build a source JAR from the first project
and depend on it in the second to extract and then use for compilation
- but that sounds very long winded).
What is the specific use case you are trying to solve?
Hi all,
i use maven version 1.0.2. i have a problem with the goal "scm:update-
project".
in my project.xml i wrote:
scm:svn:http://HOST/REPOSITORY:MODULE
i execute "maven scm-update-project" and it seems to be ok.
scm:parse-connection:
[echo] Using connection: scm:svn:HOST/REPOSI
Hi,
When I try to use Maven2 including Hibernate 3.0.5 as a dependency the
build process stops due to some missing dependencies
(javax.transaction:jta:1.0.1B:jar, javax.security:jacc:1.0:jar, ...).
I'm using only the default repository (http://repo1.maven.org/maven2)
and I guess those jars cannot
With a test case to reproduce it if possible.
Thanks
Arnaud
> -Message d'origine-
> De : Brett Porter [mailto:[EMAIL PROTECTED]
> Envoyé : mardi 26 juillet 2005 11:01
> À : Maven Users List
> Objet : Re: [M1] Dependencies don't download in Maven 1.1-beta1
>
> ok, weird. Please file a
On Jul 26, 2005, at 12:33 PM, Michael Owen wrote:
Hi,
I'm using Maven 1.0.2 and on one maven project I need to use the java
source
files of another maven project. Any ideas how I can do it?
(ie. in one maven project, it's source files references the source
files in
another project)
I need to
Hi,
I'm using Maven 1.0.2 and on one maven project I need to use the java
source
files of another maven project. Any ideas how I can do it?
(ie. in one maven project, it's source files references the source
files in
another project)
I need to keep the two sets of maven source files separate. At
Hello,
It seems the complex template does not work for me, can someone pls tell me
what am i missing? Is there anything i need to install besides the latest
genapp plugin? I'm using the default properties.
[EMAIL PROTECTED]:~/workspace/mavenj2ee> maven -Dmaven.genapp.template=complex
genapp
sorry i had a syntax error in my property file. now it works.
Am 26.07.2005 um 10:50 schrieb Marko Bauhardt:
Hello,
i have a problem with the site plugin.
i use a svn repository and if i execute "maven site:generate" the
build will be failed.
i become the following error message: "repository
ok, weird. Please file an issue in JIRA for investigation.
- Brett
On 7/26/05, Michael Owen <[EMAIL PROTECTED]> wrote:
>
> Yeah I take your point. I thought the same, but no that seems to be ok. When
> switching back to Maven 1.0.2 and running it, it's fine, even when deleting
> all the cache/re
Yeah I take your point. I thought the same, but no that seems to be ok. When
switching back to Maven 1.0.2 and running it, it's fine, even when deleting
all the cache/repository.
I do the same when using Maven 1.1-beta1 and I get the errors. I delete all
files in cache/repository, and then I
Hello,
i have a problem with the site plugin.
i use a svn repository and if i execute "maven site:generate" the
build will be failed.
i become the following error message: "repository connection string
does not specify 'cvs' as the scm"
my project.properties contains:
maven.changelog.factor
Can you try -X for extra information, and also report what maven.repo.remote is?
Thanks,
Brett
On 7/26/05, Michael Owen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've been using Maven 1.0.2, and I thought I would change to Maven
> 1.1-beta1. When I do this some of my dependencies don't download, but
Hi,
I've been using Maven 1.0.2, and I thought I would change to Maven
1.1-beta1. When I do this some of my dependencies don't download, but intead
does:
Attempting to download beanshell-2.0b1.jar.
Attempting to download commons-pool-1.1.jar.
etc. etc.
The folders are created in the reposit
Hi Patrick,
WTP does sound pretty good and I might try it out down
the road. When you were using MyEclipse or maybe this
actually applies to just eclipse, do you need to
execute, maven eclipse goal to generate the MAVEN_REPO
variables in the build path every single time you add
a dependency in yo
Yes, I agree. I think because I will be using Maven
on the command prompt more often, I will use the maven
script you provided. Thanks Alex.
Jade
--- "A. Shneyderman" <[EMAIL PROTECTED]> wrote:
> If you run command line I can not see the need for
> tomcat plugin. Just make
> maven assemble and
Thanks. I am also using Maven 1.0.2. I havent really
looked at the newer version of Maven and I having been
trying to get Maven 1.0.2 to work for my project.
Hopefully it isnt too different.
For the tomcat configuration, you've just added a
context in conf/server.xml? I'll try that tomorrow.
65 matches
Mail list logo