> I wil try to use it on my project and post my feed back here.
I used it, I just add to set the required version of the maven yo
1.1-SNAPSHOT instead od 1.1.
It works fine for a single project but I had some problems with the
multiproject:site. I think that the children projects are overiding
th
It's weird,
In general the XML code is shown when Jelly doesn't understand it.
Did you try to define a namespace for ant tasks ?
...
Arnaud
> -Message d'origine-
> De : Eric Chow [mailto:[EMAIL PROTECTED]
> Envoyé : jeudi 3 février 2005 06:02
> À : Maven User List
> Obj
hi ,
Does anyone know a workaround to use folder names with spaces in a
Maven Script.
Thanks in advance
Mahen
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hello,
It seems to use the FTP function failed in Maven goal.
I add a goal in maven.xml as following :
When I type "maven ftpx", it just show
D:\Projects\DSE\oldweb\dse>maven ftpx
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intellig
Hello,
I use site:deploy to deploy the site to a FTP directory. But it seems
nothing to FTP.
I check the plugin.jelly of the "site", and create a build.xml to try
the FTP task. Everything works fine. After that, I also tried to add a
goal in maven.xml, with the same task taht I define in the buil
Hello,
I use site:deploy to deploy the site to a FTP directory. But it seems
nothing to FTP.
I check the plugin.jelly of the "site", and create a build.xml to try
the FTP task. Everything works fine. After that, I also tried to add a
goal in maven.xml, with the same task taht I define in the buil
So after doing this, is changelog now working?
On Thu, 3 Feb 2005 10:57:54 +0800, Eric Chow <[EMAIL PROTECTED]> wrote:
> Hi Brett,
>
> I tried the "cvs -d:pserver:[EMAIL PROTECTED]:/CVS login", it prompts for
> password, and I type the correct password. It successful login.
>
> I type "cvs -d:p
Is your password really dummypassword, or did you just put that in
there for privacy?
What happens when you do:
cvs -d:pserver:[EMAIL PROTECTED]:/CVS login
followed by:
cvs -d:pserver:[EMAIL PROTECTED]:/CVS log dse
on the command line?
- Brett
On Thu, 3 Feb 2005 10:17:21 +0800, Eric Chow <[EMAIL
Hello,
I want to generate the change-log report, but it just said
[echo] Generating the Change Log...
maven-changelog-plugin:report:
[echo] Generating the changelog report
Didn't find password for CVSROOT ':pserver:[EMAIL PROTECTED]:/CVS'.
org.netbeans.lib.cvsclient.connection.Authentica
I'm afraid I have not come across any particular VSS plugins for maven but as
you hint it is easy to embed your VSS task calls in the maven.xml file of your
project just as you do in an ant build.xml.
read this for details of the maven.xml
http://maven.apache.org/reference/user-guide.html#ma
I have the same thing!
I investigated a little and it seems to relate to a combination of ant,
ant-optional and commons-net version issues. The 'silent' failure itself is due
to the way the ftp task appears to be implemented. Even outside of maven, if no
connection can be made it does not repo
Hi guys,
It doesn't work for me also.
I opened an issue yesterday : http://jira.codehaus.org/browse/MPSITE-22
I don't know if I'll be able to analyse it soon.
Please post your environment to help us to find the problem.
Arnaud.
> -Message d'origine-
> De : Franck de Bruijn [mailto:[
[EMAIL PROTECTED] wrote
I think the href of an expandable menu item needs to be "absolute"..
try changing your setup items' href to "/Env-Setup.html"..
This works and the top level menu expands and contracts as expected.
However, I am still experiencing some unexpected behavior.
Using the example
Ole,
Thanks, this works.
I think the href of an expandable menu item needs to be "absolute"..
try changing your setup items' href to "/Env-Setup.html"..
-Fred
--
Fred Muhlenberg
'Tell me and I may forget. Show me and I may not remember.
Involve me, and I'll understand.'
Hi!
I think the href of an expandable menu item needs to be "absolute".. try
changing your setup items' href to "/Env-Setup.html"..
hope this helps !
regards/Ole
From: Fred Muhlenberg [mailto:[EMAIL PROTECTED]
Sent: Wed 02/02/2005 20:26
To: Maven Users List
Why does the multiproject:clean fail if you haven't installed all the
inter-project dependencies? Why does clean require dependencies at all?
Brian,
Sorry for not responding but usually long mails like this require some
thought before responding. Posting it for a 3rd time won't help :)
- Brett
On Wed, 2 Feb 2005 13:40:21 -0500, Brian Cochran
<[EMAIL PROTECTED]> wrote:
> Forgive me if someone has already discussed this but I thought i
Hi,
We have our files stored in Microsoft Visual Source Safe and not in CVS.
may you please help me how access to VSS files from maven should be
done? i know that maven supports integrating Ant, and Ant supports vss
functions. should this problem be solved by Ant?
Thank you in advance,
Bahaa Na
Yes, you will need to change the name to have the word "SNAPSHOT" in it.
You *may* be able to just add a logging-client.jar tag, not
sure...
Eric
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 02, 2005 2:21 PM
To: Maven Users List
Subject:
You must create a "navigation.xml" file:
http://maven.apache.org/site.html
Thanks for the response. I'm not sure how I missed that (probably rushed).
Now, I am trying to get a collapsible menu to work. With the following
navigation.xml file, after generating the site, I get the triangle,
indic
Eric Pugh, thanks for your response. Question: do I need a property set in
project.properties
or project.xml to make SNAPSHOT work?
Here's my dependency:
loggingservice
logging-client
SNAPSHOT
This is what Maven tried to do:
Attempting to download logging-client-SNAPSHOT
I'm glad someone else has run upon the issue. The creators of the
DependencyResolver certainly thought of the idea that you may wish to
resolve dependencies starting at a specific project. But the
functionality isn't exposed in the reactor tag (at least I don't see
how it is). I have written someth
depending on a SNAPSHOT version has maven check the timestamp to see if
a newer version should be downloaded.
If you figure out a way to make maven work from unversioned artifacts
you will make your project subject to many of the incompatible-version
ills that maven's solution for are perhaps t
Is anyone here knowledgeable about aspectj and the plugin?
When we used ANT, we used the aspectj compiler by running the following
instead of just javac:
nowarn="${javac.nowarn}"
debug="${javac.debug}"
optimize="${javac.optimize}"
deprecation="${javac.deprecation}"
You know what, I didn't test by changing the timestamp on a jar in our
(internal) remote repository.
I just ran a project build consecutively on my desktop and watched if the
SNAPSHOT dependency
caused the jar to be re-loaded every time; it didn't.
I'm going to re-test by touching the times
Are you sure about this? I believe SNAPSHOT will do exactly what you
want. There may (I can't remember) be some logic about checking
timestamps or something... But as far as I recall, you should be
downloading everytime.
ERic
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PR
Forgive me if someone has already discussed this but I thought it was
important to volunteer an idea.
Suppose you set up projects using a flat, not hierarchal directory
structure. In this case I want to rely on the project.xml dependency
structures only to designate parent and child projects. We
Hi Thomas.
Ah, got the wrong guy ;)
I'm not a "Maven way" zealot.. I create and modify plugins so that maven
fits my needs and not the other way around. Maven is an
integration/building tool, (and a great one) not a religion.. not for
me anyway. I have no problems at all twisting it and making
The problem is when you do not have any control on the jars you rely
on...
I had the same problem, with projects depending on jars which were
changing but were not tagged with any version. What I ended up doing is
host them locally, renaming each one by adding "-SNAPSHOT"... Not very
clean, but i
ok, I understand that it goes against all that Maven stands for :-)
But I wish there were some property that could be added on a per-dependency
basis that would
force Maven to download the dependency every build. Just for weird
situations, like teams working
on company projects don't want to
The maven-plugins team is pleased to announce the Maven Axis Plugin 0.7
release!
http://maven-plugins.sourceforge.net
The Maven Axis Plugin currently transforms WSDL definitions (either from a URL
or from a set of local files) into Java source code using the Apache Axis
wsdl2java Ant task.
Chang
Hi
No, cannot.
But I would suggest to version all your jars and maybe remove the
versions at deployment if it is an issue.
We are using this technique and the jar compatibility nightmare (jars in
cvs, versions clashing, etc) ended and never came back!
HTH.
Eric.
[EMAIL PROTECTED] wrote:
What
Hi,
One or two weeks ago I posted the same issue (probably you can find it back
in the archive).
I couldn't get it to work. If you manage, let us know!
Cheers,
Franck
- Original Message -
From: "Laurent Michenaud" <[EMAIL PROTECTED]>
To: "Maven Users List"
Sent: Wednesday, February 02
What if some jar files are not versioned (and maybe will never be
versioned). Is there a way to
force Maven to always go to the remote repositories to resolve
dependencies?
I've tried SNAPSHOT, but that does not reload a dependency every time a
build is executed.
Thanks for your help.
Tom
Thomas Recloux wrote:
On Tue, 01 Feb 2005 17:41:28 -0500, Jeffrey Bonevich <[EMAIL PROTECTED]> wrote:
My experience : On my project, all the team (20 developpers) is using
WSAD 5.1 with maven, we are not using the J2E2 Modules of WSAD, all
our projects are Java projects.
So I take it you do not
i have already set it :
maven.site.deploy.method=ftp
maven.username=bertrand
maven.password=secret
but nothing appends.
Maczka Michal a écrit :
you want to use site:deploy goal and set "maven.site.deploy.method" to the
correct value
michal
-Original Message-
From: Laurent Michenaud [mail
you want to use site:deploy goal and set "maven.site.deploy.method" to the
correct value
michal
> -Original Message-
> From: Laurent Michenaud [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 02, 2005 1:03 PM
> To: users@maven.apache.org
> Subject: How to use site:ftpdeploy
>
>
> i
i'm trying to use the goal site:ftpdeploy but nothing is deployed and
it prints SUCCESSFUL.
build:start:
xdoc:init:
site:init:
site:ftpdeploy:
[echo]
siteAddress = 192.168.1.6
siteDirectory = /var/www/monprojet
siteUser = bertrand
BUILD SUCCESSFUL
Total time: 4 seconds
Finished at
Yes, it means we need to ask Cenqua for a new Maven license.
Thanks
-Vincent
> -Original Message-
> From: John Taylor [mailto:[EMAIL PROTECTED]
> Sent: mardi 1 février 2005 23:48
> To: Maven Users List
> Subject: Clover license expired?
>
> Is anyone else out there having trouble with Cl
You need to use an other version of the clover jar i think (maybe a
free one or not) and look at the
http://maven.apache.org/reference/plugins/clover/faq.html to change it
in your project.
An other solution is to use an other coverage tool like jcoverage (a
maven plugin exist) or emma (don't know
40 matches
Mail list logo