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! Maven

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\)
You should do this using profiles. Typically you would define a profile for each environment dev target-env dev src/main/filters/dev.filter.properties

Reading a property that is initialized in profile in POM

2007-02-28 Thread Terala, Satish \(IS Consultant\)
Hello I am struggling with possibly that's a simple issue. I need to apply filters to my resources based on the environment that I build for. For example if building for local I want to use local.filter.properties as the filter property file . I am trying to do this by applying a profile for each

RE: inheriting parent version number in child poms

2007-02-26 Thread Terala, Satish \(IS Consultant\)
pt you for the desired version to set on them (defaults are usually just fine).. Cheers Jo On 2/26/07, Terala, Satish (IS Consultant) <[EMAIL PROTECTED]> wrote: > > I believe this problem has already been discussed in the maven community > as I see a jira that was opened. I a

inheriting parent version number in child poms

2007-02-26 Thread Terala, Satish \(IS Consultant\)
I believe this problem has already been discussed in the maven community as I see a jira that was opened. I am not quite sure if there is a solution yet. Here is the Jira http://jira.codehaus.org/browse/MNG-521?page=com.atlassian.jira.plugin.s ystem.issuetabpanels:comment-tabpanel#action_42869