Re: Jars without version

2004-06-02 Thread Ian Neruda
I have application.xml file exported from WSAD. Inside I have a reference to war file without version. Also I have some data about roles and security and I want to use that application.xml and not the one generated by maven. So, I have to either change the content of application.xml or use war with

Re: how to make multiproject dependencies work

2004-06-02 Thread Dan Tran
Jerome, take a look at this link http://wiki.codehaus.org/maven/CreatingJ2eeApplications I base mine on that example and it works like a champ hope it helps -Dan - Original Message - From: "Jerome Lacoste" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 02, 2004 8:4

RE: Jelly variables

2004-06-02 Thread Chuck Daniels
Ok, thanks for bringing me up to date. As you suggest, I will continue to use pom.getPluginContext until everything gets resolved. This leads me to another question, as I am relatively new to Maven. I have also noticed expressions like ${context.getVariable('some.variable')}. I assume this retr

Re: Ibiblio location for xmlbeans maven plugin

2004-06-02 Thread Brett Porter
Hi, You should publish to www.apache.org/dist/java-repository/xmlbeans/plugins/ This is automatically synced to ibiblio (as you may have noticed with your jars). Cheers, Brett Quoting Dutta Satadip <[EMAIL PROTECTED]>: > Hello, > We at xmlbeans are in the process of creating a maven > plugin f

Re: Adding custom Ant tasks inside Maven

2004-06-02 Thread Brett Porter
Don't put the jar in the maven lib directory. Instead, add "classpath" to the taskdef. One way is to add it as a dependency of the project and add: classpathref="maven.dependency.classpath" to the taskdef Quoting Ian Neruda <[EMAIL PROTECTED]>: > Hi. > > I need to extend ant with custom task(ob

Re: Mevenide wiki : editable? (or not?)

2004-06-02 Thread Gilles Dodinet
Omair-Inam Abdul-Matin wrote: Just wondering why the mevenide wiki is not editable? Not that I've ever wikied. Just a thought. i think you can edit it if you are logged in. -- gd - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [ANN] Mevenide releases

2004-06-02 Thread Dion Gillard
it doesn't work on WSAD 5.1.1 which is based on eclipse 2.1.1. On Wed, 02 Jun 2004 11:43:04 -0400, Brill Pappin <[EMAIL PROTECTED]> wrote: > > > >>I am on Eclipse M8. Do I need to be on M9? What do you mean about > >>upgrading to RC1? Upgrading what to RC1? Mavenide includes Maven rc3, so I

Site Index

2004-06-02 Thread dsearle
Return Receipt Your Site Index document :

Re: Mevenide: Dialog box q (in UI)

2004-06-02 Thread Gilles Dodinet
Omair-Inam Abdul-Matin wrote: I'm having a bit of an issue with the plugin. I just installed 3.0RC1 and I was having troubles getting a different plugin to work (Clover) so I deleted it's directory from the plugins directory. Now when I open the preferences window instead of seeing Maven in th

Using ClearCase with Maven and previous versions

2004-06-02 Thread Thomas . Lageson
I am using Maven RC2 with ClearCase LT. Basically I have a maven.xml in the root project that has the following code in it: This goes and gets the LATEST from the main branch according to the config spec file. How do I AUTOMATICALLY get a previous version (or label) other than L

Mevenide wiki : editable? (or not?)

2004-06-02 Thread Omair-Inam Abdul-Matin
Just wondering why the mevenide wiki is not editable? Not that I've ever wikied. Just a thought. Omair - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] Mevenide releases

2004-06-02 Thread Gilles Dodinet
Yura Ivanov wrote: Yes the first pom doesn't declare name element, but I add this element and it nothing changed. Only on one project.xml editor was working, but when I tryied to extend it, eclipse exit with error "OutOfMemory". here is my project.xml well, xml entities are not supported yet. i hav

Re: [ANN] Mevenide releases

2004-06-02 Thread Yura Ivanov
Yes the first pom doesn't declare name element, but I add this element and it nothing changed. Only on one project.xml editor was working, but when I tryied to extend it, eclipse exit with error "OutOfMemory". here is my project.xml %locator-entities; ]> ${basedir}/java/project.xml LMS LMS com.o

Re: Mevenide: Dialog box q (in UI)

2004-06-02 Thread Omair-Inam Abdul-Matin
Gilles Dodinet wrote: Omair-Inam Abdul-Matin wrote: In many of the tabs introduced by Mevenide. E.g. the dependencies tab, it is possible to add, remove dependencies as well as change the order. However when I try to add a new dependency, I get a generic jar file ([artifactId]-[version].jar) wh

Re: [ANN] Mevenide releases

2004-06-02 Thread Gilles Dodinet
Yura Ivanov wrote: I have Eclipse M9, when try to open project.xml, I get an error "Unable to create part: Maven" this really shoudnot happen on M9. cannot help much without any more information, however if you upgrade from an earlier version you can try to trash your configuration folder to s

Re: Mevenide: Dialog box q (in UI)

2004-06-02 Thread Gilles Dodinet
Omair-Inam Abdul-Matin wrote: In many of the tabs introduced by Mevenide. E.g. the dependencies tab, it is possible to add, remove dependencies as well as change the order. However when I try to add a new dependency, I get a generic jar file ([artifactId]-[version].jar) which I cannot edit in t

Re: Jars without version

2004-06-02 Thread Brill Pappin
Likely I'm missing something, but *why* would you want to leave out the version info? - Brill Pappin Ian Neruda wrote: Hi. Can I install jar to repository without version part in it. When I leave version empty I get something like JarName-.jar Thanks, Ian __ D

Re: external/internal links in XDoc

2004-06-02 Thread Dominik Dahlem
Solved my problem. First, I discovered is that external links don't open a new window. And the second thing is that target="_blank" applies to XDoc as well. Dominik On Wed, 2004-06-02 at 15:52, Dominik Dahlem wrote: > Hi all, > > there has been a change recently in how maven treats external/int

Re: [ANN] Mevenide releases

2004-06-02 Thread Brill Pappin
I am on Eclipse M8. Do I need to be on M9? What do you mean about upgrading to RC1? Upgrading what to RC1? Mavenide includes Maven rc3, so I don't quite follow you. Can you explain? Upgrade to eclipse RC1. Some us us can't because there is no *working* port to our platform yet (FreeB

how to make multiproject dependencies work

2004-06-02 Thread Jerome Lacoste
I am trying to get multiproject dependencies work. But am having a hard time. The doc didn't seem to contain the answers to my question. My idea is to test the multiproject functionality doing the following project/core project/web I then need core to be built before web. Detailed Setup:

Re: Multiproject crashing java?

2004-06-02 Thread Eric Giguere
Hi Mike I constantly run in these memory issues with reports... Concerning checkstyle (that one can generate HUGE reports that my browser cannot even load!), if you still want to see it (it is usefull after all), you can customize the checkstyle engine to skip some tests. Currently (by default),

Adding custom Ant tasks inside Maven

2004-06-02 Thread Ian Neruda
Hi. I need to extend ant with custom task(obfuscation) and use that task inside Maven. I added jar in MAVEN_HOME/lib, and added that jar to classpath(in maven.bat). After that I put task definition in maven.xml: I get error message "taskdef class com.yworks.yguard.ObfuscatorTask cann

WOW - ultra fast plugin download

2004-06-02 Thread Omair-Inam Abdul-Matin
Having attempted to download AJDT 1.1.10 yesterday 3 times after failing twice I managed to use the update site to download it. With a T1 connection I was getting a measly speed of below 5 KB/sec (I reckon). I was pleasantly surprised when the Mevenide plugin, which is larger than AJDT I thi

Mevenide: Dialog box q (in UI)

2004-06-02 Thread Omair-Inam Abdul-Matin
In many of the tabs introduced by Mevenide. E.g. the dependencies tab, it is possible to add, remove dependencies as well as change the order. However when I try to add a new dependency, I get a generic jar file ([artifactId]-[version].jar) which I cannot edit in the same view. I'm assuming t

external/internal links in XDoc

2004-06-02 Thread Dominik Dahlem
Hi all, there has been a change recently in how maven treats external/internal links. Is there a way in XDoc where I can determine the behavior of this? I'd like to have absolute links in the navigation.xml file and at the same time treat them as internal links. The default behavior is external.

How to integrate maven into an existing cruisecontrol/ant build process?

2004-06-02 Thread Guillaume Berche
Hello, I have an existing cruisecontrol + ant build process which compiles (using several local dependencies), run unit tests (using specific classpathes and command line options), and generate a distribution. This is automatically started from within cruisecontrol (http://cruisecontrol.sourceforg

Re: Jars without version

2004-06-02 Thread Dion Gillard
Just use the element of the dependency to specify the versionless name. See http://maven.apache.org/reference/project-descriptor.html#dependency_jar On Wed, 02 Jun 2004 14:52:36 +0200, Rafal Krzewski <[EMAIL PROTECTED]> wrote: > > Ian Neruda wrote: > > Hi. > > > > Can I install jar to repositor

why jar:deploy uses diffrent deploy plugin

2004-06-02 Thread Marcin Gurbisz
Why jar:deploy uses diffrent plugin to deploy aritfact then for example ejb plugin? It interfere me with consistent project artifact deploying. Thanks, Marcin

Re: Jars without version

2004-06-02 Thread Rafal Krzewski
Ian Neruda wrote: Hi. Can I install jar to repository without version part in it. When I leave version empty I get something like JarName-.jar Artifacts in the respository should *always* have version numbers in them. This mandated by Maven internal contracts. If you need your jar with version nu

Jars without version

2004-06-02 Thread Ian Neruda
Hi. Can I install jar to repository without version part in it. When I leave version empty I get something like JarName-.jar Thanks, Ian __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ --

Re: Jelly variables

2004-06-02 Thread Eric Giguere
Hi Chuck Daniels wrote: I see ${pom.getPluginContext('plugin-name').getVariable('variable')} used frequently. However, I also see that Project.getPluginContext is deprecated. I believe that the pom bean is a Project, right? Right, pom is the Project bean. If so, what should be used in place of p

Re: [ANN] Mevenide releases

2004-06-02 Thread Rafal Krzewski
Maczka Michal wrote: Yeap! You right. I am almost sure that I read somewhere taht m9 = rc1. Almost right. M9 == RC0 Rafal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [ANN] Mevenide releases

2004-06-02 Thread Maczka Michal
> -Original Message- > From: Arto Pastinen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 02, 2004 12:30 PM > To: Maven Users List > Subject: Re: [ANN] Mevenide releases > > > No. There really is RC1. Build at Sat, 29 May 2004 -- 01:05 (-0400). > See: http://www.eclipse.org/downloads

Re: [ANN] Mevenide releases

2004-06-02 Thread Yura Ivanov
I have Eclipse M9, when try to open project.xml, I get an error "Unable to create part: Maven" And often when I try to do something I've got this - java.lang.NullPointerException at org.mevenide.ui.eclipse.sync.model.MavenProjectNode.equals(MavenProjectNode. java:377) at org.eclipse.jface.viewe

RE: Dependancies without repositories. Was: Re: Dependencies

2004-06-02 Thread Maczka Michal
> -Original Message- > From: Brill Pappin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 01, 2004 9:04 PM > To: Maven Users List > Subject: Re: Dependa [...] > > You mean the situation when devloper is not able to connect to your > > servers from home? > > How can he/she use things like

Re: [ANN] Mevenide releases

2004-06-02 Thread Arto Pastinen
No. There really is RC1. Build at Sat, 29 May 2004 -- 01:05 (-0400). See: http://www.eclipse.org/downloads/index.php On Wed, 2 Jun 2004 12:14:22 +0200, Maczka Michal <[EMAIL PROTECTED]> wrote: -Original Message- From: Peter Bright [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004

RE: [ANN] Mevenide releases

2004-06-02 Thread Maczka Michal
> -Original Message- > From: Peter Bright [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 02, 2004 11:35 AM > To: 'Maven Users List' > Subject: RE: [ANN] Mevenide releases > > > I presume him to mean "use Eclipse 3.0 M9 or 3.0 RC1". RC1 > is available, > but it doesn't seem to be me

Re: [ANN] Mevenide releases

2004-06-02 Thread Nadeem Bitar
On æ, 2004-06-02 at 00:55 -0500, Chuck Daniels wrote: > Dion, > > I am experiencing the same problem, but I don't quite follow your solution. > I am on Eclipse M8. Do I need to be on M9? What do you mean about > upgrading to RC1? Upgrading what to RC1? Mavenide includes Maven rc3, so I > don't

RE: [ANN] Mevenide releases

2004-06-02 Thread Peter Bright
I presume him to mean "use Eclipse 3.0 M9 or 3.0 RC1". RC1 is available, but it doesn't seem to be mentioned on eclipse.org (at least, not that I can see). > -Original Message- > From: Chuck Daniels [mailto:[EMAIL PROTECTED] > Sent: 02 June 2004 06:56 > To: [EMAIL PROTECTED] > Subject: Re

Re: [ANN] Mevenide releases

2004-06-02 Thread Chuck Daniels
Dion, I am experiencing the same problem, but I don't quite follow your solution. I am on Eclipse M8. Do I need to be on M9? What do you mean about upgrading to RC1? Upgrading what to RC1? Mavenide includes Maven rc3, so I don't quite follow you. Can you explain? Thanks, Chuck Date: Wed, 2

Ibiblio location for xmlbeans maven plugin

2004-06-02 Thread Dutta Satadip
Hello, We at xmlbeans are in the process of creating a maven plugin for xmlbeans. There is alreay a maven/xmlbeans/jar for the xmlbeans jar files. I am wondering if the following is the correct location on ibiblio for the plugin maven/xmlbeans/plugin I also wanted to know the apache location th

Clover plugin failure

2004-06-02 Thread Jesper Linvald
Hello all, I am using Clover (with rc3) to generate reports - we have a licensed version that I specify as: maven.clover.jar = ${maven.repo.local}/clover/jars/clover-1.2.4_02.jar (in project.properties) This should instruct clover to use this jar! Yet it dosen´t - any ideas why this is so - i