zip file

2004-12-12 Thread jmutonho
Is there a way to specify a zip file as a dependency in project.xml?I 've got a small project that uses the Oracle classes12_9i.zip and would prefer not rename the extension(i.e to .jar) Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If y

Re: jelly question

2004-12-03 Thread jmutonho
Thanx Bret ...will try it and test it. Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor the content; please notify us immediately (by clicking "Reply") an

jelly question

2004-12-03 Thread jmutonho
How do I do a test for an empty string for a property specified in a project.properties file eg A property called "maven.class.tomove" and I wanna perform the following logic if${mave.class.tomove} equals an empty string then blah blah blah... Jeff Registered Linux user number 3

Effects of maven

2004-12-02 Thread jmutonho
Non technical maven questions: Q1) How has Maven affected your development team ? Q2)What were the responses of other members of your development team to the use of Maven as the build tool? Q3)How did you coordinate the integration/use of JUnit tests into the project , since such unit tests

dependency xml

2004-11-29 Thread jmutonho
How does one alter the location where maven places the dependency XML file it creates(as part of the reports)? Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail

Re: Classes in the same directory as source

2004-11-29 Thread jmutonho
Eventually just jarred them and placed in local repository...Thanx Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor the content; please notify us immediate

Classes in the same directory as source

2004-11-26 Thread jmutonho
If one has classes that are sitting in the same directory as the source you want to compile , is there a way of telling maven to use the already compiled classes in its classpath in order to compile the not yet compiled java files? (of course one way is to jar the classes and include the jar

Re: Firewall problem

2004-11-23 Thread jmutonho
Add these to your build.properties maven.proxy.host= maven.proxy.port= Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor the content; please notify us immed

SCM plugin

2004-11-22 Thread jmutonho
Does the scm plugin work with ClearCase? Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor the content; please notify us immediately (by clicking "Reply") a

pmd question

2004-11-04 Thread jmutonho
Why does my build stall and forever to do this part : [echo] Running the PMD task with rulesets/basic.xml,rulesets/unusedcode.xml,rulesets/imports.xml ... Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must

Cyclic dependencies

2004-10-29 Thread jmutonho
Is there a way of getting maven to work in situation where there is a cyclic dependency between project A and B? Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-ma

was 40 plugin question

2004-10-20 Thread jmutonho
Hi guys... I wanna stop the deploy tool from generating it's own Schema.dbxmi and Map.mapxmi files , and use the one that I generated using WSAD.My persistence ejbs are failing to run because ot the wrong table names in the Map.mapxmi file. Any ideas? Jeff Registered Linux user number 36604

was 40 plugin question

2004-10-20 Thread jmutonho
Hi guys... I wanna stop the deploy tool from generating it's own Schema.dbxmi and Map.mapxmi files , and use the one that I generated using WSAD.My persistence ejbs are failing to run because ot the wrong table names in the Map.mapxmi file. Any ideas? Jeff Registered Linux user number 36604

RE: Maven generated EAR :java.lang.NoClassDefFoundError: com/ibm/ejs/container/EJSWrapperBase

2004-10-15 Thread jmutonho
>You could also look at the WebSphere >plugin to see if that will work for you. I'm using that and it does generate the deploy code correctly, with all the com/ibm/ejs/* classes.I've noticed that com/ibm/ejs/container/EJSWrapperBase class is located in the ibm ejbcontainter.jar.The ejb jars

Re: Dependency problens when generating war file

2004-10-15 Thread jmutonho
Did you specify these two properties? maven.war.src = maven.war.webxml= Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor the content; please notify us imm

Re: reactor default goals?

2004-10-15 Thread jmutonho
>In my subprojects I've set the default goal in both project.xml and maven.xml >which works fine when I run maven from that directory. So, my first question is >- where should the default be declared - project.xml or maven.xml? In your maven.xml >Now the more important problem. I want my

Maven generated EAR :java.lang.NoClassDefFoundError: com/ibm/ejs/container/EJSWrapperBase

2004-10-15 Thread jmutonho
I'm getting one of those , when I try to install the Maven generated ear on my appserver.If I generate the ear using WSAD i do not get the same error and the application runs smoothly. I've compared the Class-Path: entry in my ejb projects MANIFEST.MF files for the maven generated ear and t

RECALL:project.xml

2004-10-14 Thread jmutonho
My apologies Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor the content; please notify us immediately (by clicking "Reply") and delete this e-mail.

project.xml

2004-10-14 Thread jmutonho
catch me in yahoo [EMAIL PROTECTED] Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor the content; please notify us immediately (by clicking "Reply") a

RE: Unversioned artifacts

2004-10-13 Thread jmutonho
Contact me off the list if you need more help.I manged to get things going with the unversioned artifact Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor th

Accessing ${pom.name}

2004-10-12 Thread jmutonho
Hi How do I access the ${pom.name} specified in a top level project from a sub-project.Say I've got a postGoal in my subproject's maven.xml file , and within that postGoal I wish to access ${pom.name} for the top-level project (not for the sub-project) , how do I go about it? Jeff Register