RE: Help! Maven weblogic plugin: NoClassDefFoundError with com/bea/xml/XmlException

2007-07-20 Thread Terala, Satish \(IS Consultant\)
Do you have xbean.jar as a dependency in your project. This class is part of xbean.jar distributed with weblogic. -Satish -Original Message- From: Vaidya, Supriya A (US - Chicago) [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 1:34 PM To: Maven Users List Subject: RE: Help

RE: diagnosing class version errors

2007-07-16 Thread Terala, Satish \(IS Consultant\)
Try running maven with -X option. This will print out the exact classpath thats being set at compile/runtime. This seems to be case of an incompatible jar on JDK5. From: Mark Derricutt [mailto:[EMAIL PROTECTED] Sent: Mon 7/16/2007 6:25 AM To: Maven Users Li

RE: URGENT: Renaming files during compile time

2007-06-28 Thread Terala, Satish \(IS Consultant\)
using a filter file instead. Have the application.xml define variables for property values you want to change, and replace those with values from the appropriate environment filters file. -Satish -Original Message- From: Vaidya, Supriya A (US - Chicago) [mailto:[EMAIL PROTECTED] Sent

Re: [m2] Build-number plug-in and install goal conflict?

2007-03-05 Thread Satish
Is it possible to retrieve the SVN version number to map the build number during "mvn install" and pulling this to bundle as part of war/jar file. Julian Wood wrote: > > I'm not sure. I don't actually use buildNumber in finalName, because > there are multiple places throughout the build/rele

Reading a property that is initialized in profile in POM

2007-02-28 Thread Terala, Satish \(IS Consultant\)
e for each environment. But some how the variable for which the value is set inside the profile definition still comes as a variable inside the build element. Below is the snippet of the code, can some one please help out. I think I am making some basic mistake. -S

RE: inheriting parent version number in child poms

2007-02-26 Thread Terala, Satish \(IS Consultant\)
Jo Thanks for the quick reply. I tried using the release plugin , but it expects the SCM tool to be available I guess. I use Accurev as my SCM tool , and I don't think there is any accurev integration for maven yet. Is there any other alternative or am I stuck now? -Satish -Ori

inheriting parent version number in child poms

2007-02-26 Thread Terala, Satish \(IS Consultant\)
attribute , but that does'nt help since the child pom's only use the version value defined in the parent ' version element of their pom. Thanks -satish

killing a hanging build in contrinuum

2007-02-12 Thread Satish
I have a build which is hanging for 4 days, even i restart the continuum, it's doesn't go away. Any tips for how to kills this. -- View this message in context: http://www.nabble.com/killing-a-hanging-build-in-contrinuum-tf3215400.html#a8929330 Sent from the Continuum - Users mailing list archi

create a surefire report link in build report

2007-01-24 Thread Satish
Create a link for surefire report in the build mail http://maven.zones.apache.org:8080/continuum/buildResult.action;jsessionid=3c8kkdrj16wq5?buildId=1688&projectId=102 Note: The above links show for maven, but there are tips how to configure this. Thanks, Satish -- View

updating the common.vm template for build emails

2007-01-24 Thread Satish
n velocity template Thanks, Satish -- View this message in context: http://www.nabble.com/updating-the-common.vm-template-for-build-emails-tf3084084.html#a8570898 Sent from the Continuum - Users mailing list archive at Nabble.com.

Re: email build notification not an href

2007-01-11 Thread Satish
I am also looking for this feature and also the way to send failure notifications only to the checkin users in that build activemqer wrote: > > Hi, > How do I make the build results link a hyperlink? It seems to come in as a > text string in the build notification emails. > Thanks. > > --

Re: mvn -N install not working for daytrader

2006-10-12 Thread Satish Gupta
ache.geronimo.samples.daytrader:daytrader for project: null:daytrader-ejb:ejb:null How do people learn Maven? It seems to be popular but the documentation seems very hard to understand! Do you have any suggestions? Thanks On 10/12/06, pjungwir <[EMAIL PROTECTED]> wrote: Hi Satish, Maven expec

mvn -N install not working for daytrader

2006-10-12 Thread Satish Gupta
I am just starting to learn Maven. I am trying to follow the instrucations in "Better Builds with Maven" but get the following message right off the bat: It requires a project with an existing pom.xml , but the build is not using one. I am using maven2.0.4 on Windows XP. I'd appreciate any help

Maven2 -> Jira plugin - throwing errors

2006-09-21 Thread Satish
getting following error when running report after adding maven-jira-plugin [INFO] Trace java.lang.NullPointerException at org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginM anager.java:292) at org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(

JIRA issues - maven-changes-report

2006-08-25 Thread Satish
I was able to configure the maven-changes plugin for JIRA, but how to generate a report. my baisc question is: how does maven/svn knows what issues got fixes as part of checkin? Does the developer needs to mention this data in some xml file. I have read some where that if you configure the JIRA

maven emma plugin

2006-08-25 Thread Satish
how to configure the maven emma plugin and where to get this from. Any body got success integrating this in Maven2 emma.jar emma-ant.jar maven-emma-plugin.jar Thanks, Satish -- View this message in context: http://www.nabble.com/maven-emma-plugin-tf2166530.html#a5989608 Sent from the Maven

authorization error deploying to tomcat

2006-08-23 Thread Satish
Scenario: trying to deploy app to tomcat using org.codehaus.mojo plugin Error: getting authorization error, how do pass/specify the tomcat manger username/pwd [INFO] [tomcat:deploy] [INFO] Deploying war to http://localhost:8080/webtop-1.0-SNAPSHOT [INFO] ---

out of memory error - deploying to tomcat

2006-08-23 Thread Satish
using maven 2.0 and trying to deploy war to tomcat. any configuration need to do for handling this error [INFO] [tomcat:deploy] [INFO] Deploying war to http://localhost:8080/webtop-1.0-SNAPSHOT [INFO] [ERROR] FATAL ERROR [INFO] -

surpress all the messages

2006-08-21 Thread Satish
when i do any mvn command, it shows lot of messages on the conosle. Is there any option/flag to surpress this. ex: mvn compile - echo lot of downloading file info... -Satish -- View this message in context: http://www.nabble.com/surpress-all-the-messages-tf2142285.html#a5913554 Sent from the

excluding unit tests

2006-08-17 Thread Satish
How can you do this explicitly, currently by default, package/install goals call these. i have the following snippet in my pom.xml and it's giving errors **/*Test*.java -- View this message in context: http://www.nabble.com/excluding-unit-tests-tf2124

Re: adding maven 2 projects - invalid url

2006-08-15 Thread Satish
I am having a similar problem, but need to specify the url, as i have couple of modules specified in the top level pom. http://code.sharefare.com/trunk/pom.xml - this is the url am giiving, which is working fine from any browser, but continum says it's invalid URL any input -- View this messa

mvn:deploy to remote repository

2006-08-10 Thread Satish
getting following error in exectuing the deploy plugin, any clues... Cause: Class 'org.apache.maven.artifact.repository.ArtifactRepository' cannot be instantiated [INFO] [INFO] Trace org.apache.maven.lifecycle.LifecycleEx

Re: [M2] Bug: Creating Internal repository

2006-08-10 Thread Satish
were you able to create the internal reposiotry successfully? I am still lookign for tips to get this working. Carlos Cadete wrote: > > Hi, > > I have my local maven repository in $HOME/.m2/repository and I want > to change my local repository to c:\repository so I change in se

Re: Generating Cobertura reports using Continuum

2006-07-31 Thread Satish
Piyush, do you have a local repostory setup for maven? I am in the process of setting up this for my company, if you have any info., would like to get in touch with you. my email id: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Generating-Cobertura-reports-using-Cont

scm: svn, Jira, conitinum

2006-07-27 Thread Satish
Hi, i have seen couple of posting on these, but not able to find some basic answers I got my project setup with Maven2 and build is working. a. How do we confirgure to scm: SVN - any samples configuration files with couple of instructions b. same for continum and JIRA Thanks for all help! -

Re: dependency on two versions

2006-07-26 Thread Satish
is there any way to specificy which version to take precedence in the classpath, looks like i have some other dependency jars which want the older version. I want the latest version to take precedence. -- View this message in context: http://www.nabble.com/dependency-on-two-versions-tf2006689.

dependency on two versions

2006-07-26 Thread Satish
I have the following dependecies in my POM - ecahce - 1.2 - hibernate 3.1rc1 I have one of the package which depends on ecahce 1.2, but as part of hibernate dependency, it downloads ecache1.1. There are some method signatures change between ecache 1.1 and 1.2 and this results in the com

want to compile with different file extenstions.

2005-03-18 Thread satish babu
Hi all. In my project some of files consists of .ejb and .jpf extensions. But when i build with maven it is taking only files with .java extensions. How can i compile all of my files. Regards G.satish

want to compile with different file extenstions.

2005-03-18 Thread satish babu
Hi all. in my project some of the files consists of .ejb and .jpf extensions. but when i say build it is taking only files with .java extensions. how can i build all of my files. Regards. satish

want to compile with different file extenstions.

2005-03-18 Thread satish babu
Hi all. i want to build my project which have different file extension like .ejb and .jpf . when we build it is taking only .java files for compilation. How i can compile all files. Regards, Satish.

want to compile with different file extenstions.

2005-03-17 Thread satish babu
Hai. Thanks to the maven user list for excellence support. I have a problem in my project when i try to compile with maven java:compile. the problem is in my project some files are having .ejb and .jpf extension(these are weblogic specific) But when i try to compile the modules which are having

couldn't extract the dependencies from local system

2005-03-14 Thread satish babu
Hi this is satish. I want to use maven for my project which resides in local system. i wrote the project.xml file. But when i say dependencies it is not getting the dependencies which are in my local system. i wrote like this ftp c:\satish\lib my local directory consist of ftp.jar file

Re: including dependencies in zip file

2004-11-23 Thread Atluri Satish
bye Satish On Tue, 2 Nov 2004 13:28:41 +0200, Jeffrey Mutonho <[EMAIL PROTECTED]> wrote: > Hi guys > > We use Maven to build a distribution for one of our webapps. > Currently we successfully build a zip file containing the webapp .war > fi

Invalid xdoc transformation to HTML

2004-10-23 Thread Atluri Satish
I get over it. Any bright ideas or work-arounds? The project contains has less than 500 source files and is build using maven 1.0 on Windows XP M/C(2Ghz processor with 1.5 GB RAM) with IBM JDK 1.3.1 bye Satish Atluri - To unsu

Re: Xdoc files are incorrectly transformed to HTML files

2004-10-14 Thread Atluri Satish
I posted this issue in JIRA (Issue No: MAVEN-1465) http://jira.codehaus.org/browse/MAVEN-1465 bye Satish On Wed, 13 Oct 2004 15:24:31 +1000, Brett Porter <[EMAIL PROTECTED]> wrote: > is it invalid xdoc? > > If you run "maven xdoc" does it show an error message on that

Xdoc files are incorrectly transformed to HTML files

2004-10-12 Thread Atluri Satish
Hi I am encountering a strange behavior, Maven 1.0 some times doesn't transform xdoc xml file to HTML. it just renames xdoc.xml to .Html extension with all xdoc tags. Can some body help me understand where the problem lies? bye S

Re: Dependent jars in distribution zip file

2004-10-11 Thread Atluri Satish
The solution is written all over the place (Maven User Guide). Copying Dependent Jars bye Satish On Mon, 20 Sep 2004 16:25:26 +0530, Atluri Satish <[EMAIL PROTECTED]> wrote: > Hi > > I want to includ

JCoverage Report always shows 0% Coverage

2004-10-10 Thread Atluri Satish
. I request your help in letting me know, where and what am I doing wrong. bye Satish M A V E N F I L

Maven properties in XDoc xml file

2004-10-09 Thread Atluri Satish
Hi Is it possible to use maven properties tags like (${pom.artifactId}-${version}) in a XDoc xml file bye Satish - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Dependent jars in distribution zip file

2004-09-20 Thread Atluri Satish
Hi I want to include dependent jar (Specified in Project.xml file) into my distribution zip. I also want to exercise finer control in terms of specifying what dependent jars are to be included in distribution zip files. I request your help in letting me know, how to do it. bye Satish

Collapse Menu doesn't work well

2004-09-18 Thread Atluri Satish
Navigation

PDF Link for Navigation

2004-09-17 Thread Atluri Satish
Hi I am using Maven to generate a site and PDF copy of documentation using PDF plugin, However, I need to link this PDF on top bar of home page like most of the sites do. I request your help in letting me know, How to do this. bye Satish