Have you looked at the plugins on http://maven-plugins.sourceforge.net/
On Wed, 24 Nov 2004 22:26:28 -0800 (PST), rajas kumar
<[EMAIL PROTECTED]> wrote:
> i need help for maven automation of webspher deployment
>
> __
> Do You Yahoo!?
> Tired of sp
i need help for maven automation of webspher deployment
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
i need help for maven automation of webspher deployment
-
Do you Yahoo!?
The all-new My Yahoo! Get yours free!
Hi all,
I've created a plugin that generates code for my app. It generates test classes
for generated classes too.
/target/src/java <- generated classes
/target/src/test <- generated test classes for generated classes
I've found on the web a tip to force "maven test" to run my tests :
(http://
is not the ant plugin, it is the ant target from ant
itself. However, I believe this will use the Maven version of ant, not
ant home (not sure - if there is a fork option for it then that'd
work)
You can always use ant:exec.
- Brett
On Wed, 24 Nov 2004 11:16:41 -0500, Jeff Yemin <[EMAIL PROTEC
No, it won't ever work. The project is loaded before maven.xml, and
all the values evaluated.
Don't you think you are making this build overly complicated?
- Brett
On Wed, 24 Nov 2004 18:24:57 +0100, Charles-Alexandre Sabourdin
<[EMAIL PROTECTED]> wrote:
> i is not working, it seem that the var
>From what I know, you need to create a local key pair (using
ssh-keygen) and add the public key it to the authorized_keys file on
the remote machine. This will make ssh connect without prompting a
password.
[]s
Matheus
On Wed, 24 Nov 2004 14:17:24 -0700, Chris Huisman <[EMAIL PROTECTED]> wrote
That jdepend quit with an exit code of 9 :)
You can try running with -X or -e, but it may not give any additional
information.
Sorry, but you might have to ask the jdepend project this. The class
is jdepend.xmlui.JDepend and the JAR version 2.7.
Cheers,
Brett
On Wed, 24 Nov 2004 16:11:37 -0500
It requires the installation of ssh. On windows, you can get cygwin,
or with some property changes you can use putty.
http://maven.apache.org/reference/plugins/site/properties.html
I notice you seem to have got this working and later get asked for a
password from another email. You will need to u
I'm just guessing, so take it with a grain of salt. But you might need
to setup key based logins so you don't need user interaction?
Read this http://software.newsforge.com/software/04/03/15/211214.shtml
Good luck,
Alex
Chris Huisman wrote:
Hello, when attempting to use maven site:sshdeploy thi
Hello, when attempting to use maven site:sshdeploy things hang when it
gets to:
_ _
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.1
build:start:
xdoc:init:
site:init:
site:sshdeploy:
[echo]
siteAddress = hummer
siteD
Does anyone know what this means:
Unable to obtain goal [site] --
/home/wfausers/wfaoper/.maven/cache/maven-jdepend-plugin-1.5/plugin.jell
y:57:26: Java returned: 9
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
On Wed, 24 Nov 2004 11:20:05 -0500, Adrian Tarau
><[EMAIL PROTECTED]> wrote:
>
>
>>Hi,
>>
>>I want to build an ear, and in the ear I want to put a war or jar which is
>>not define in the dependences (it is build in this project).
>>
>>
Why don't define one project per artifact type and use
I'm having problems deploying my generated site to the server. I get
the following error:
BUILD FAILED
File.. C:\Documents and
Settings\chuisman\.maven\cache\maven-site-plugin-1.5
.2\plugin.jelly
Element... exec
Line.. 137
Column 56
Execute failed: java.io.IOException: CreateProcess
Adrian,
I am not certain but you might like to try setting the maven.ear.src
property to the directory that your generated files will be, or if you
are using this property already, then you might want to use the
jelly tag to get the files you want into a place where they
can be picked up.
I thin
Ok it works but now: How can I modify the generated download
webpage so that it does not link to jar files but rather to the zip and
gz files I created through the maven dist goal?
--mike
Michael Niemaz wrote:
Hi,
When deploying the generated site, the download section stays
desperately
empty o
Hi,
When deploying the generated site, the download section stays
desperately
empty or more exactly keep displaying the boring "This project has not
released any version yet."
message ...
Is this related to the tag 'versions' in project.xml? What if it's the
first version ...
Should I put in
i is not working, it seem that the variable is not event modifiy :(
Le mercredi 24 Novembre 2004 17:20, Steve Molloy a écrit :
> Try adding scope="parent" to your j:set.
>
> Steve Molloy
>
> -Original Message-
> From: Charles-Alexandre Sabourdin [mailto:[EMAIL PROTECTED]
> Sent: Wednesday,
sounds right
Extranet
[EMAIL PROTECTED] - 24/11/2004 17:16
Veuillez répondre à [EMAIL PROTECTED]
Pour : users, dantran, fgaucho
cc :
Objet : RE: ant 1.6.2
My impression from the docs is that the ant plugin generates an ant
build.xml file, but doesn't actually run anything.
Jeff
>
--- Ryan Sonnek <[EMAIL PROTECTED]> wrote:
> spring apps should be inherintly more UNIT testable
> meaning that each
> service should be constructed with mock objects or
> other lightweight
> implementations and not rely at all on spring.
> relying on spring to
> construct and weave together you
I did something like this:
http://jroller.com/page/dep4b/20040210#in_container_testing_makes_testing
to help with the startup cost.
Eric
> -Original Message-
> From: Micah Craig [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 24, 2004 5:29 PM
> To: Maven Users List
> Subject: Re: p
Try a TestSetup decorator. the suite can try to find all testcases based on
filename. I think there is such a testrunner/suite already for the junit
project (junit-addons).
I've found the TestSetup decorator to be quite useful in a development
environment like Eclipse. Running them naively from ma
spring apps should be inherintly more UNIT testable meaning that each
service should be constructed with mock objects or other lightweight
implementations and not rely at all on spring. relying on spring to
construct and weave together your dependencies is classified as an
integration test, which
I had a similar problem. A workaround that worked for me was to set the
MAVEN_OPTS like this
setenv MAVEN_OPTS "-Xbootclasspath/a:$CLASSPATH"
where CLASSPATH is the list of jars that you get a ClassDefNotFound
exception for.
-Original Message-
From: Micah Craig [mailto:[EMAIL PROTECTED]
--- Micah Craig <[EMAIL PROTECTED]> wrote:
> First, thanks for the quick reply, and a thousand
> apologies for the
> duplicate post (more email addresses than I know
> what to do with.)
> I appreciate that not forking is a somewhat fringe
> use case. The
> problem that we are facing is that as
First, thanks for the quick reply, and a thousand apologies for the
duplicate post (more email addresses than I know what to do with.)
I appreciate that not forking is a somewhat fringe use case. The
problem that we are facing is that as a Spring based project, we face a
non-negligible initial
Hi,
I want to build an ear, and in the ear I want to put a war or jar which is not
define in the dependences (it is build in this project).
It is possible to add it in the dependences so the ear plugin will see it? Or I
need to write Java code for this?
Thanks.
Try adding scope="parent" to your j:set.
Steve Molloy
-Original Message-
From: Charles-Alexandre Sabourdin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 24, 2004 10:56 AM
To: Maven Users List
Subject: Re: Dynamically modifing the ressources
it it not woking correctly.
What I am tr
My impression from the docs is that the ant plugin generates an ant
build.xml file, but doesn't actually run anything.
Jeff
> -Original Message-
> From: dan tran [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 24, 2004 11:01 AM
> To: Maven Users List; Felipe Vieira Silva
> Subjec
it it not woking correctly.
What I am tried was to set in
project.xml
src/conf${configDir}
in project.properties
configDir=/default
and in my maven.xml I creat the following goal :
set configuration directory : ${configDir}
un
so tag invokes any ant in $ANT_HOME??
-D
On Wed, 24 Nov 2004 10:54:31 -0200, Felipe Vieira Silva
<[EMAIL PROTECTED]> wrote:
>
>
>
>
> It will call the ANT target from Maven.
>
>
>
>
> On Mon, 22 Nov 2004 17:28:09 -0500, Jeff Yemin <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > There'
It will call the ANT target from Maven.
On Mon, 22 Nov 2004 17:28:09 -0500, Jeff Yemin <[EMAIL PROTECTED]> wrote:
> Hi,
>
> There's a new feature in the ant 1.6.2 junit task (forkmode attribute)
> that I would really, really like to use. I tried modifiying the
> plugin.jelly file
Hello,
I am interested in benchmarking multiple implementations of the same
API, all of which are maven projects. The APIs are Java interfaces.
I am interested in collecting statistics on performance under scale
(size of the data models) and performance under concurrent operations.
Ideally, I wou
Sorry guys for having bothered for such stupid mistakes.
was due to my namespaces declaration ;-(
xmlns:j="jelly" WRONG
xmlns:j="jelly:core" CORRECT
--mike
Michael Niemaz wrote:
Hi all,
I'd like to update my launchers when creating distribs but It does not
want to work ;-(
The problem here
I am running into a lot of trouble trying to deploy a site on a
Windows XP machine. The client machine is Windows XP as well. I am
using Maven 1.1 and Cygwin.
Basically the "site:deploy" goal hangs indefinitely almost at the end.
If I issue by hand each command the plugin uses to deploy the site,
Hi all,
I'd like to update my launchers when creating distribs but It does not
want to work ;-(
The problem here is that ${xxx.name} are always null.
${pom.artifacts} are valid though, I mean not empty:
[EMAIL PROTECTED],
[EMAIL PROTECTED],
[EMAIL PROTECTED],
[EMAIL PROTECTED],
[
36 matches
Mail list logo