Re: maven automation of webspher deployment

2004-11-24 Thread Dion Gillard
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

maven automation of webspher deployment

2004-11-24 Thread rajas kumar
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

maven automation of webspher deployment

2004-11-24 Thread rajas kumar
i need help for maven automation of webspher deployment - Do you Yahoo!? The all-new My Yahoo! – Get yours free!

add generated tests to maven.test.compile.src.set

2004-11-24 Thread Nicolas De Loof
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://

Re: ant 1.6.2

2004-11-24 Thread Brett Porter
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

Re: Dynamically modifing the ressources

2004-11-24 Thread Brett Porter
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

Re: Maven site:sshdeploy hanging

2004-11-24 Thread Matheus Leite
>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

Re: Compile failure

2004-11-24 Thread Brett Porter
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

Re: site:deploy

2004-11-24 Thread Brett Porter
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

Re: Maven site:sshdeploy hanging

2004-11-24 Thread Alex Soto
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

Maven site:sshdeploy hanging

2004-11-24 Thread Chris Huisman
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

Compile failure

2004-11-24 Thread STRAYER, JON \(SBCSI\)
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

Re: Add dynamic dependiences

2004-11-24 Thread Nicolas Chalumeau
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

site:deploy

2004-11-24 Thread Chris Huisman
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

Re: Add dynamic dependiences

2004-11-24 Thread Corey Scott
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

Re: maven site:deploy --> download link empty ... [more]

2004-11-24 Thread Michael Niemaz
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

maven site:deploy --> download link empty ...

2004-11-24 Thread Michael Niemaz
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

Re: Dynamically modifing the ressources

2004-11-24 Thread Charles-Alexandre Sabourdin
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,

Réf. : RE: ant 1.6.2

2004-11-24 Thread julien . kirch
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 >

RE: problem *not* forking unit tests

2004-11-24 Thread Konstantin Priblouda
--- 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

RE: problem *not* forking unit tests

2004-11-24 Thread Eric Pugh
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

RE: problem *not* forking unit tests

2004-11-24 Thread Martijn Dashorst
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

RE: problem *not* forking unit tests

2004-11-24 Thread Ryan Sonnek
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

RE: problem *not* forking unit tests

2004-11-24 Thread Eric Lapierre
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]

Re: problem *not* forking unit tests

2004-11-24 Thread Konstantin Priblouda
--- 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

Re: problem *not* forking unit tests

2004-11-24 Thread Micah Craig
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

Add dynamic dependiences

2004-11-24 Thread Adrian Tarau
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.

RE: Dynamically modifing the ressources

2004-11-24 Thread Steve Molloy
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

RE: ant 1.6.2

2004-11-24 Thread Jeff Yemin
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

Re: Dynamically modifing the ressources

2004-11-24 Thread Charles-Alexandre Sabourdin
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

Re: ant 1.6.2

2004-11-24 Thread dan tran
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'

Re: ant 1.6.2

2004-11-24 Thread Felipe Vieira Silva
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

Benchmarking multiple implementations of an API using Maven?

2004-11-24 Thread Thompson, Bryan B.
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

Re: Updating scripts according to artifacts [SOLVED}

2004-11-24 Thread Michael Niemaz
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

Deploying a site on Windows hangs indefinitely

2004-11-24 Thread Matheus Leite
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,

Updating scripts according to artifacts

2004-11-24 Thread Michael Niemaz
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], [