Signing a jar

2005-02-07 Thread Victor Cardona
I am sure this has been asked before, so I appologize ahead of time. I am looking to sign an applet's jar file before calling jar:install-snapshot. Can I do this through Maven? I tried to do it manually, but when I called jar:install-snapshot, it recreated the jar file overwriting the signed

Re: [Abbot] RE: Maven Abbot plugin

2005-02-07 Thread James Gustard
Hi, This is my tree under C:\Documents and Settings\jards2\.maven\repository.. I added the junit.jar to the junit dir. The "missing" taskdef is in ant-optional-1.5.3-1.jar Could it be a problem with C:\Documents and Settings\jards2\.maven\repository being too long, or having spaces? +---a

Re: possible resolve a property

2005-02-07 Thread Brett Porter
No, Bert's problem is that he is inheriting project.properties and the property inherits the expression, not the value of the expression. This almost always relates to basedir. Presently, the best way to do this is to in the maven.xml to set some other variable that you can use for that project,

Re: possible resolve a property

2005-02-07 Thread Rick Mangi
Yes, just like you suggest. That will work fine... or is the question how to set the variable? You can set it in build.properties or project.properties You can also set it in maven.xml: On Feb 7, 2005, at 2:49 PM, Bert Lamb wrote: Is it possible to have a property with a "variable" (eg. my.direc

Report for SQL

2005-02-07 Thread "Treviño De la Garza, Isidoro"
Hi, forgive my newbieness but, Does anyone know about a maven plugin that could generate a report telling you which tables from a SQL database does a DAO object uses? Thanks in advance, Isidoro Treviño

RE: installing different named artifact...

2005-02-07 Thread Russ Jubenville
If I understand correctly, using this approach the client will have its version number before the "_client" in its name, i.e.: ejb:foo-1.0.jar client: foo-1.0_client.jar If so, given Maven's default expectation that version numbers immediately precede the extension, I presume the appropriate

possible resolve a property

2005-02-07 Thread Bert Lamb
Is it possible to have a property with a "variable" (eg. my.directory.to.something=${basedir}/my/directory/ ), but have it resolve the "variable" at that time? Any idea how I can do this? I would like to have a directory defined that multiproject projects can pickup, but in this case then ${based

RE: [Abbot] RE: Maven Abbot plugin

2005-02-07 Thread Vincent Massol
> -Original Message- > From: James Gustard [mailto:[EMAIL PROTECTED] > Sent: lundi 7 février 2005 17:00 > To: Vincent Massol > Cc: 'Maven Users List' > Subject: Re: [Abbot] RE: Maven Abbot plugin > > > > Hi, > This is my tree under C:\Documents and Settings\jards2\.maven\repository.. >

Is it possible to generate xmi file using websphere plugin.

2005-02-07 Thread rajas kumar
Hai maven users, I have i one question that, is it possible to generate xmi(websphere -5.1) files using maven script. If it is possible I need script for to generate xmi files. If anybody know the solution plz forward it to me. I need some reference abt this xmi files also. regs, raja.

RE: websphere ejbdeploy problem.

2005-02-07 Thread rajas kumar
hai H.Balke, I am trying to change my environment varible then i am getting following error. E:\test1>maven ERROR: JAVA_HOME is set to an invalid directory. JAVA_HOME = C:\Program Files\WebSphere\AppServer\java Please set the JAVA_HOME variable in your environment to match the location of your Jav

RE: websphere ejbdeploy problem.

2005-02-07 Thread rajas kumar
hai H.Balke, I am trying to change my environment varible then i am getting following error. E:\test1>maven ERROR: JAVA_HOME is set to an invalid directory. JAVA_HOME = C:\Program Files\WebSphere\AppServer\java Please set the JAVA_HOME variable in your environment to match the location of your Jav

RE: websphere ejbdeploy problem.

2005-02-07 Thread H.Balke
You are probably using Sun JRE and need to switch to IBM JRE. Håvard -Original Message- From: rajas kumar [mailto:[EMAIL PROTECTED] Sent: 7. februar 2005 11:33 To: users@maven.apache.org Subject: websphere ejbdeploy problem. Hai maven users, I am using websphere pluging(maven-was

[Abbot] RE: Maven Abbot plugin

2005-02-07 Thread Vincent Massol
Hi James, > -Original Message- > From: James Gustard [mailto:[EMAIL PROTECTED] > Sent: lundi 7 février 2005 11:28 > To: [EMAIL PROTECTED] > Subject: Maven Abbot plugin > > Hi, > > Im trying to use your maven abbot plugin , but get the following error:- > > The documentation says that th

websphere ejbdeploy problem.

2005-02-07 Thread rajas kumar
Hai maven users, I am using websphere pluging(maven-was5-plugin-1.2) for to ejbdeploy. While i am invoking was5:ejbDeploy task i am getting following errors. Can any body suggest how to resolve this problem. Log out put:- [wasEjbDeploy] Invoking Java Builder on /EJBModule1.jar.