That's what usually caused the problem for me. My fix was usually to
bootstrap maven using my new repository as the target - that seems to
pick up the right dependency somewhere! :)
We should probably check if this is fixed in CVS HEAD and if not file an
issue on it.
Cheers,
Brett
Moretti, Luc
Yes.
I'm not sure what recent changes have been made to the WAR plugin, but I
hooked it onto the end of java:jar-resources. There is probably a more
appropriate place, but once you decide where it is simple - just copy
the ant code into maven.xml :)
- Brett
Darren Hartford wrote:
Has anyone h
On Mon, 2003-06-30 at 17:59, Moretti, Luciano (MED) wrote:
> I copied them manually before I ran maven.
Use the element like the following:
${basedir}/path/to/test/resources
**/*.properties
**/*.xml
> Luciano
>
> -Original Messa
Having the following in your project.xml might help:
${basedir}/src/java
**/*.properties
${basedir}/src/resources
**/*
but I fear it doesn't answer your question...
Paul
Moretti, Luciano (MED) wrote:
I copied them manually b
I copied them manually before I ran maven.
Luciano
-Original Message-
From: Paul Libbrecht [mailto:[EMAIL PROTECTED]
Sent: Monday, June 30, 2003 4:55 PM
To: Maven Users List
Subject: Re: How does maven set the class path?
Moretti, Luciano (MED) wrote:
> Hello Again
>
> I've got a j
Moretti, Luciano (MED) wrote:
Hello Again
I've got a junit test that requires access to a resource file on the
class path.
The files are normally copied to the classes/com/ge/gemsit/test
directory when built directly with Ant, but this does not see to work
with maven.
What does maven set the c
Thanks again Jason and happy maven :)
Nelson Arapé
On Monday 30 June 2003 16:00, Jason van Zyl wrote:
> On Mon, 2003-06-30 at 15:56, Nelson Arapé wrote:
> > Thanks Jason
> >
> > Everything works ok, the only problem that I have is how do I use the
> > property set by the uptodate task?. In ant I
Hello Again
I've got a junit test that requires access to a resource file on the
class path.
The files are normally copied to the classes/com/ge/gemsit/test
directory when built directly with Ant, but this does not see to work
with maven.
What does maven set the class path to by default? Ho
Thanks Jason
Everything works ok, the only problem that I have is how do I use the property
set by the uptodate task?. In ant I used to write the unless attribute in the
task, but I did not find the equivalent maven instruction
Thanks
Nelson Arapé
On Saturday 28 June 2003 20:40, Jason van Zyl
On Mon, 2003-06-30 at 15:56, Nelson Arapé wrote:
> Thanks Jason
>
> Everything works ok, the only problem that I have is how do I use the property
> set by the uptodate task?. In ant I used to write the unless attribute in the
> task, but I did not find the equivalent maven instruction
You can
On Mon, 2003-06-30 at 14:22, Moretti, Luciano (MED) wrote:
> I'd seen that before and had been working on eliminating it, but
> couldn't figure out where it was coming from... looks like I had
> maven.repo.remote in both my project.properties and my
> build.properties... and I was editing the wrong
I'd seen that before and had been working on eliminating it, but
couldn't figure out where it was coming from... looks like I had
maven.repo.remote in both my project.properties and my
build.properties... and I was editing the wrong one trying to get rid of
the slash.
That seems to have cleared i
Hi,
I cannot persuade my cvs snapshot version of Maven
(1.0-BETA-10-SNAPSHOT) to pass a links argument to javadoc.
I have
maven.javadoc.source=1.4
I have tried
maven.javadoc.link=http://melati.org/javadoc/
and
maven.javadoc.links=http://melati.org/javadoc/
with a variety of
maven.javadoc.li
On Mon, 2003-06-30 at 12:20, Moretti, Luciano (MED) wrote:
> Here is the output-
>
>
> $maven jar
> __ __
> | \/ |__ Jakarta _ ___
> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
> |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-9-SNAPSHOT
>
>
> Attempting to download jal-0.2.jar.
> Error re
Here is the output-
$maven jar
__ __
| \/ |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-beta-9-SNAPSHOT
Attempting to download jal-0.2.jar.
Error retrieving artifact from
[http://ulslin4.moneng.mei.com/maven//ezel/jars/jal-0.2.jar
On Mon, 2003-06-30 at 12:10, Moretti, Luciano (MED) wrote:
> Attached is the maven log file-
>
> There appears to be some info in there, but I don't know enough about
> maven to decipher it.
What does it say on the console during the session that fails to bring
down your JAR?
> Thanks,
>
> Luci
Attached is the maven log file-
There appears to be some info in there, but I don't know enough about
maven to decipher it.
Thanks,
Luciano Moretti
2003-06-30 11:06:41,062 INFO org.apache.maven.plugin.PluginManager - Initializing
Plugins!
2003-06-30 11:06:41,169 INFO org.apache.maven.plugin.
On Mon, 2003-06-30 at 11:56, Moretti, Luciano (MED) wrote:
> Great Idea!
>
> Unfortunately, wget works fine. The file comes down no problem.
That's definitely strange then. Are you getting any error at all from
Maven?
> Thanks,
> Luciano Moretti
>
>
> -Original Message-
> From: Jason
Has anyone had any success with the Ant JSPC task within Maven?
-D
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Great Idea!
Unfortunately, wget works fine. The file comes down no problem.
Thanks,
Luciano Moretti
-Original Message-
From: Jason van Zyl [mailto:[EMAIL PROTECTED]
Sent: Monday, June 30, 2003 10:52 AM
To: Maven Users List
Subject: RE: Unable to download jal-0.2.jar
On Mon, 2003-06-3
On Mon, 2003-06-30 at 11:45, Moretti, Luciano (MED) wrote:
> Unfortunately, it doesn't look like our webserver is logging much of
> anything- even when I download a different jar, it's not appearing in
> the access log.
>
> There are entries in the error log for trying to get jars that are on
>
Unfortunately, it doesn't look like our webserver is logging much of
anything- even when I download a different jar, it's not appearing in
the access log.
There are entries in the error log for trying to get jars that are on
ibiblio & for MD5 sum files that we don't have on our server.
I just t
On Mon, 2003-06-30 at 17:22, Moretti, Luciano (MED) wrote:
> All the files have permissions set to 644, same owner & same group.
>
> We're using http:// for the repository.
What does a simple
wget http://
do? Does it download? So is it a remove/httpserver or local prob?
--
Mart
Jason van Zyl wrote:
On Fri, 2003-06-20 at 14:50, Brian Hall wrote:
How does Maven handle a mixed development world? How easy (if it can be
done at all) is it for Maven's features be used to manage a project that
contains Java, C/C++, tcl/tk, etc.?
Kasper created a plugin for dealing with nativ
On Mon, 2003-06-30 at 11:22, Moretti, Luciano (MED) wrote:
> All the files have permissions set to 644, same owner & same group.
>
> We're using http:// for the repository.
And what do the logs of your webserver say when trying to retrieve the
problem JAR?
> Thanks,
>
> Luciano Moretti
>
>
>
All the files have permissions set to 644, same owner & same group.
We're using http:// for the repository.
Thanks,
Luciano Moretti
-Original Message-
From: Jason van Zyl [mailto:[EMAIL PROTECTED]
Sent: Monday, June 30, 2003 10:21 AM
To: Maven Users List
Subject: Re: Unable to download
On Mon, 2003-06-30 at 11:08, Moretti, Luciano (MED) wrote:
> Maven is refusing to get jal-0.2.jar out our private remote repository.
>
> If I rename it to jal-0.3.jar or jal-0.1.jar or jal-0.21 and change the
> POM to reflect the version change, it gets it fine.
>
> I've tried renaming other jar
Maven is refusing to get jal-0.2.jar out our private remote repository.
If I rename it to jal-0.3.jar or jal-0.1.jar or jal-0.21 and change the
POM to reflect the version change, it gets it fine.
I've tried renaming other jars to version 0.2 thinking that there was a
bug resolving dependencies
On Mon, 2003-06-30 at 09:50, [EMAIL PROTECTED] wrote:
> Hi,
>
> I just moved from beta 8 to beta 9. I have about 20 components that are built with
> the reactor. Beta 9 complains that these are unsatisfied dependencies - it does not
> understand that they are to be built from source. This wor
The problem might be that I'm trying to resolve problems with
downloading dependencies and wiped the local repo to ensure that
everything necessary could be gotten off the server.
I take it that I wiped out some stuff that Maven depends on that is
automatically put in the local repo on install?
On Mon, 2003-06-30 at 09:57, Moretti, Luciano (MED) wrote:
> I'm not sure what I did-
>
> Running 1.0b9
>
> Whenever I try to run a project now, I get a
> java.lang.ClassNotFoundException: xml
> at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
> at java.security.AccessControl
> I have a project depending upon a couple of others. (the classic beginning of a
> question in the forum:-)
>
> My existing build system (fully Ant-based) is organized in the next way. If any
> changes since the previous build have occured in CVS for a certain project than a
> new release is b
I'm not sure what I did-
Running 1.0b9
Whenever I try to run a project now, I get a
java.lang.ClassNotFoundException: xml
at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
at java.security.AccessController.doPrivilaged(Native Method)
.
Any ideas what I did
Hi,
I just moved from beta 8 to beta 9. I have about 20 components that are built with
the reactor. Beta 9 complains that these are unsatisfied dependencies - it does not
understand that they are to be built from source. This worked with Beta 8. What
should I do to get this working?
Thanks
hi,
I'm sorry I know checkstyle has been discussed a lot. I tried to find an
answer in the mailing archive but it seems that no entry matches my
problem.
Everytime I try to run maven generating the checkstyle report I get the
following exceptions.
Might the maven-checkstyle-plugin-1.1 be the pro
Hi,
> Build order based on a digraph of the dependencies.
>
> http://www.mail-archive.com/cgi-bin/htsearch?method=and&format
=short&config=users_maven_apache_org&restrict=&exclude=&words=reactor+orderi
ng
Ha this is quite cool.
Thx
Toby
On Mon, 2003-06-30 at 04:00, Paul Libbrecht wrote:
> Paul Libbrecht wrote:
> > I was thinking about writing a servlet that would accept as parameters a
> > project name and version, as well as a main-class and invocation
> > attribute. The result would be a jnlp file referring a jar served from
On Mon, 2003-06-30 at 04:17, Rademacher Tobias wrote:
> Hi guys,
>
> How does the new reactor behave? Will it be possible to define the build
> order itself or will it just process in alphabetical order?
Build order based on a digraph of the dependencies.
http://www.mail-archive.com/cgi-bin/htse
oops!.
I am having both primary src folder and test folder in a same tree..
is there any workaround?
RK.
-Original Message-
From: Ben Walding [mailto:[EMAIL PROTECTED]
Sent: Monday, June 30, 2003 2:04 PM
To: Maven Users List
Subject: Re: Clover reports includes test classes as well.
W
Hello everybody,
I'm using Maven-beta9 and in the project.xml file I've assigned a timezone
for some developers like below:
Dummy Developer
dummydev
[EMAIL PROTECTED]
mycompany
myrole
+4
My questions are:
- Why, on the team-list page of the Maven report, the "TZ Offset" c
On Mon, 2003-06-30 at 10:00, Paul Libbrecht wrote:
> To make that thing short, allow me a quick question: how can I
> instantiate a maven Project object ? Oh, and should I switch to the dev
> list for that ? (just fearing).
Most (all?) developers are subscribed to maven-user as well...
--
Marti
On Mon, 2003-06-30 at 11:28, Paul Libbrecht wrote:
> how to do you define a default goal ?
maven.xml:
Happy mavening, Paul,
--
Martin Skopp
Riege Software International GmbH
Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com
This email is intended to be viewed with
Martin Skopp wrote:
On Sun, 2003-06-29 at 23:58, Paul Libbrecht wrote:
But if I want to give this to a friend, that friend will want to read
the goals available. And running "maven -g" output will give me all
sorts of goals that are really irrelevant for my purpose.
I created a goal "help" in
hi,
thanks, but I don't think that statcvs is what I'm searching for. What I
need is something that saves the jdepend results of each maven call
(assuming I run maven one time a week) and then compares the results and
displays them in a chart. In that way I want to present the development
of the s
Where you do store your test classes?
Test classes should not be stored in your primary source tree
S. Radhakrishnan wrote:
Hi,
Clover reports includes 'tests' classes as well in the reports. However it
is supposed to report the code coverage of the files which is used by test
cases..!!
can any
Hi guys,
How does the new reactor behave? Will it be possible to define the build
order itself or will it just process in alphabetical order?
Thx
Toby
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
Paul Libbrecht wrote:
I was thinking about writing a servlet that would accept as parameters a
project name and version, as well as a main-class and invocation
attribute. The result would be a jnlp file referring a jar served from
the maven repository (probably following the repository chain def
On Sun, 2003-06-29 at 23:58, Paul Libbrecht wrote:
> But if I want to give this to a friend, that friend will want to read
> the goals available. And running "maven -g" output will give me all
> sorts of goals that are really irrelevant for my purpose.
I created a goal "help" in maven.xml and de
48 matches
Mail list logo