Re : Re : Axistool WSDL -> JAVA

2006-09-28 Thread langlois yan
Sorry I sent this email too soon, Anyone as an idea why my WSDL file cannot be downloaded ? here is my pom : org.codehaus.mojo axistools-maven-plugin file://${project.basedir}/.../file.wsdl

RE: Re : Axistool WSDL -> JAVA

2006-09-28 Thread Jörg Schaible
langlois yan wrote on Friday, September 29, 2006 8:45 AM: > When I use the file://c:/dir/file.wsdl I have this error message : > > [INFO] Executing tasks > [echo] Tache Generation sources > [INFO] Executed tasks > [INFO] Registering compile source root > D:\dev\croisic\configurationEquipemen

Re : Axistool WSDL -> JAVA

2006-09-28 Thread langlois yan
When I use the file://c:/dir/file.wsdl I have this error message : [INFO] Executing tasks [echo] Tache Generation sources [INFO] Executed tasks [INFO] Registering compile source root D:\dev\croisic\configurationEquipements\croisic-webapplication\target\generated-sources\main\java [INFO] [axi

Re: [Spam] - SpamAssassin=4,81 - Error retrieving artifact from file

2006-09-28 Thread Javier . Sagrado . Collantes
I tried deleting the dependencies from the xml. The error is still being the same but the dependencies it asks for now are these: commons-jelly-tags-jsl-20030211.143151.jar commons-jelly-tags-log-20030211.142821.jar commons-jelly-tags-velocity-20030303.205659.jar velocity-1.4-dev.jar velocity-dvs

Re: Any way to release with snapshot dependency?

2006-09-28 Thread Craig McClanahan
On 9/28/06, shinsato <[EMAIL PROTECTED]> wrote: We're using the retrotranslator plugin, which unfortunately isn't released yet. It's still in the sandbox. Which breaks the release plugin (which we discover the day before we have to get our first ever maven executed release out). Is there any

Re: plugin development

2006-09-28 Thread Neeraj Bisht
hi Geoffrey Thanks for your kind support can you tell me one think also ,actully i am working in maven 1.0.2 but the reactor is not working accordingly i.e it take the building of multiproject in sorted order but not one there dependency and frome googling i came to know that in ma

Re: [M2] Mirror

2006-09-28 Thread Rémy Sanlaville
Hi Lakshman, The reason being I could not locate a download for MRM and the following URL appeared to indicate that it was under development at the time when I wanted a maven proxy. http://maven.apache.org/archiva/ I know that MRM will be released soon (in few days) with Maestro [1] But at t

Re: Can I get the user settings from a Mojo

2006-09-28 Thread Rahul Thakur
I think you can use something like this in your Mojo /** [EMAIL PROTECTED] expression="${settings}" * @readonly */ MavenSettings settings; PS: pls check the name spelling for the Maven settings class. HTH, Rahul Laura Hinojosa wrote: Is it possible to access the Users s

Can I get the user settings from a Mojo

2006-09-28 Thread Laura Hinojosa
Is it possible to access the Users settings from a Mojo?? Thanks Laura This e-mail, and any attachments thereto, is confidential and is intended only for the individual(s) named. If you are not the intended recipient, please let us know by e-

Re: BUILD FAILED.../maven-java-plugin-1.5/plugin.jelly

2006-09-28 Thread Dion Gillard
On 9/28/06, charles magnes <[EMAIL PROTECTED]> wrote: Hello, Thanks for your reply. De deletion of the ''jboss-aop-1.0b2.jar' file has made no change. Does it still have the same error displayed with that file? But what I'm looking for is just a open and free evironment where to train m

Re: Any way to release with snapshot dependency?

2006-09-28 Thread dan tran
a release of retrotranslator plugin is imminent it has all the votes to be released last week. Now it is up the owner to put time in. In the mean while, you can cut a release of this plugin yourself , by deploying it to your yr internal remote repo using a unique version of your own. I usually

Any way to release with snapshot dependency?

2006-09-28 Thread shinsato
We're using the retrotranslator plugin, which unfortunately isn't released yet. It's still in the sandbox. Which breaks the release plugin (which we discover the day before we have to get our first ever maven executed release out). Is there any way around this at all? I'm a bit new to maven2 s

Re: [M2] stripping versions from filenames in classpath or fileset returned by artifact:dependencies task

2006-09-28 Thread Wayne Fay
People sometimes like to have the ability to drop-in updates to library Jars in a running appserver instance without creating a whole new build and officially deploying it etc. If you remove the version number before deploying, you can just drop abc-1.1.2.jar over abc-1.1.1.jar by renaming both to

Re: Axistool WSDL -> JAVA

2006-09-28 Thread Wayne Fay
You can also easily set up a simple Apache webserver on your local box, point it at your project directory, and poof instant http-accessible url for your file. Not saying this is necessarily ideal, but it would certainly work in the short term while you try to find another solution/work-around et

Re: Packaging dependencies in expanded format

2006-09-28 Thread dan tran
use assembly plugin like you did before for, but with tag On 9/28/06, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: I have an update for this. I was able to use: org.apache.maven.plugins maven-dependency-plugin 2.0-ALPHA-1-SNAPSHOT

RE: [M2] Mirror

2006-09-28 Thread Lakshman Srilakshmanan
Hi Remy, No, I have not compared Proximity and MRM. The reason being I could not locate a download for MRM and the following URL appeared to indicate that it was under development at the time when I wanted a maven proxy. http://maven.apache.org/archiva/ Thanks Lakshman _

Re: [M2] stripping versions from filenames in classpath or fileset returned by artifact:dependencies task

2006-09-28 Thread Barrie Treloar
On 9/29/06, Ian Springer <[EMAIL PROTECTED]> wrote: Based on the docs (http://maven.apache.org/ant-tasks.html), it doesn't look like the dependencies task provides a way to strip versions off filenames in the returned classpath or fileset. Does anyone know if there's a way to do this and it's jus

[M2] stripping versions from filenames in classpath or fileset returned by artifact:dependencies task

2006-09-28 Thread Ian Springer
Based on the docs (http://maven.apache.org/ant-tasks.html), it doesn't look like the dependencies task provides a way to strip versions off filenames in the returned classpath or fileset. Does anyone know if there's a way to do this and it's just not documented? Thanks, Ian --

Packaging dependencies in expanded format

2006-09-28 Thread Morgovsky, Alexander \(US - Glen Mills\)
I have an update for this. I was able to use: org.apache.maven.plugins maven-dependency-plugin 2.0-ALPHA-1-SNAPSHOT package unpack-dependencies ${project.build.directory}/pre

Re: Axistool WSDL -> JAVA

2006-09-28 Thread dan tran
if you already have a file, why not the plugin uses directly via sourceDirectory But i dont see any problem using file://c:/dir/file.wsdl approach -D On 9/28/06, langlois yan <[EMAIL PROTECTED]> wrote: Hi, Is it possible to use this plugin with url like : file://C:\my-wsdl.wsldinstead of u

Re: sql server jars

2006-09-28 Thread Wayne Fay
Feel free to look into it Srgjan and if it seems to allow redistribution, open a JIRA ticket for it. Wayne On 9/28/06, Srepfler Srgjan <[EMAIL PROTECTED]> wrote: Stephen Duncan wrote: > FYI: My experience is that the JTDS driver is better than the one from > Microsoft anyway. > > -Stephen > > O

Packaging dependencies in expanded format

2006-09-28 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. Let's say I declare dependencies a, b, and c in my dependencies section. What I want to produce is a .jar containing a,b,c in expanded format. I tried the following but it didn't work: bundle jar false

Re: Repository configuration

2006-09-28 Thread Mykel Alvis
Yep. The downside is that when someone gets booted from the team (never happens, right?), you need a new cert unless you're also doing user authentication. Correct me if I'm mistaken or if I misquote, please: If I understand Tamás' idea, using the SSL cert would make it possible for anyone with

Axistool WSDL -> JAVA

2006-09-28 Thread langlois yan
Hi, Is it possible to use this plugin with url like : file://C:\my-wsdl.wsld instead of using the http protocol ? I mean : ... org.codehaus.mojo axistools-maven-plugin file:/

Problem with hibernate3:schema-export

2006-09-28 Thread Fernando Ney
Hi, I´m getting the error below while trying to generate database schema. can anyone tell me what the problem? This is my plugin configuration: org.codehaus.mojo hibernate3-maven-plugin 1.0-SNAPSHOT

Re: sql server jars

2006-09-28 Thread Srepfler Srgjan
Stephen Duncan wrote: FYI: My experience is that the JTDS driver is better than the one from Microsoft anyway. -Stephen On 9/1/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: Interesting, I think I 'll try this one as an alternative :) Wendy Smoak wrote, On 2006-09-01 4:03 PM: > On 9/1/06, Do

Re: system in plugin

2006-09-28 Thread Yann Albou
Yann Albou wrote: Hello, I have exactly the same problem. I also tried to create a profile directly in the pom : my.profile true

Re: Repository configuration

2006-09-28 Thread Tamás Cservenák
A solution would be to set up a HTTPS repo, where Apache does client SSL authentication, and you start maven with proper SSL config and keystore I think it should work. Just create certs for your team members, others without certs will be banned from repo completely. ~t~ ---

Re: Maven2 and Network Shares

2006-09-28 Thread Wayne Fay
Probably there's some code like: if (os == windows) if (path doesn't start with a drive letter) path.prepend("c:") that should be changed. Definitely sounds like a bug, but not a big deal to fix now that we have the mvn -X output and probably a good idea where to look. Wayne On 9/28/06,

Re: Log in to Continuum after installation

2006-09-28 Thread Feniks Nator
The first time you start up the web interface, you have to configure some settings. One of them is the Admin password. You have to know the name of the server and the port continuum is running on. I don't remember the default port. You use 'continuum' as context root. So something like: http://:/c

maven LinkCheck plugin for maven2

2006-09-28 Thread Feniks Nator
Hello, I'm interested in using the Maven LinkCheck Plugin with Maven2. I have the impression that the plugin is only available for Maven 1. Is any support / maintenance planned for Maven 2 ? More info: http://maven.apache.org/maven-1.x/plugins/linkcheck/ Thanks...

Log in to Continuum after installation

2006-09-28 Thread Gabriel Baños
Hi ! I have installed continuum 1.0.3 on my server but i can't find a way to log in through de web interace. which user and password should i use ? where can i configure it ? Could anyone help me? thank you ! -- Gabriel V. Baños http://flof.com.ar

RE: Maven2 and Network Shares

2006-09-28 Thread Remy.Coqueugniot
Thanks for the answer Mvn -X give some informations, but not much about this problem : Environment: -Windows XP -My local repositories is local (C:\M2LocalRepository) and is empty -frmlefsi20 is a corporate SAN -frcf1hdu10 is a users NT domain server >set MAVEN_HOME=\\frmlefsi20\inet_dev\

Re: [M2] How to include scripting libraries in the dependency classpath of a plugin ?

2006-09-28 Thread dan tran
oops, sorry I miss read it On 9/28/06, Alexandre Touret <[EMAIL PROTECTED]> wrote: Hello Dan First, thanks for your response. I dont want to run an ant task described in the pom.xml but I d like to run a javascript inside an ant plugin? I dont think your answer will solve my problem. Alexandre

Re: Cannot start continuum

2006-09-28 Thread Wayne Fay
Windows really shouldn't let you put quotes in the PATH... And if you do, it should automatically escape them or something. Wayne On 9/28/06, Julien Henry <[EMAIL PROTECTED]> wrote: OK, there were quotes in the %PATH%. It works now. Perhaps an entry in the FAQ could be helpfull. ++ Julien J

[M1] compiling jasper reports

2006-09-28 Thread Wim Deblauwe
Hi, anybody has experience with compiling jasperreports with Maven 1? I tried to integrate their ant task into my maven.xml, but I keep getting "No supported regular expression matcher found". I check the jasper forums (http://www.jasperforge.org) and found simular questions, but none of the pr

Re: [M2] How to include scripting libraries in the dependency classpath of a plugin ?

2006-09-28 Thread Alexandre Touret
Hello Dan First, thanks for your response. I dont want to run an ant task described in the pom.xml but I d like to run a javascript inside an ant plugin? I dont think your answer will solve my problem. Alexandre dan tran wrote: what you need is to have your supported jars loading up with antr

Re: Maven2 and Network Shares

2006-09-28 Thread Wayne Fay
Try mvn -X for more debugging info. You gave us almost nothing to look at/work with. Wayne On 9/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Anyone got some ideas ? > Hi all, > > I've installed Maven2 in a corporate environment. > From my computer (Windows XP) this installation is acce

Re: Maven2 and Network Shares

2006-09-28 Thread dan tran
sound like a bug interm of UNC path support. Please file a JIRA. -D On 9/28/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: Anyone got some ideas ? > Hi all, > > I've installed Maven2 in a corporate environment. > From my computer (Windows XP) this installation is accesible > with \\SERV

Re: [M2] How to include scripting libraries in the dependency classpath of a plugin ?

2006-09-28 Thread dan tran
what you need is to have your supported jars loading up with antrun correctly. Take a look at antrun integration tests suite, I think it has example on how to do that http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-antrun-plugin/src/it ongoing doc review is at http://people.apache.or

[M2] How to include scripting libraries in the dependency classpath of a plugin ?

2006-09-28 Thread Alexandre Touret
Hello, I programming an ant plugin in maven2. I d like to use a scripting language like javascript inside a

RE: Maven2 and Network Shares

2006-09-28 Thread Remy.Coqueugniot
Anyone got some ideas ? > Hi all, > > I've installed Maven2 in a corporate environment. > From my computer (Windows XP) this installation is accesible > with \\SERVER\MAVEN2 > > From a command line I setup MAVEN_HOME with this UNC: > > set MAVEN_HOME=\\SERVER\MAVEN2 > And put it in the PATH >

Re: plugin development

2006-09-28 Thread Geoffrey De Smet
Go to mergere.com and download the free maven2 book. Currently it's the best documentation I know. Neeraj Bisht wrote, On 2006-09-28 2:29 PM: hi all Can any one please tell me or can give some link of tutorial where i can study how i can make plugin in maven 2.0 i study from t

plugin development

2006-09-28 Thread Neeraj Bisht
hi all Can any one please tell me or can give some link of tutorial where i can study how i can make plugin in maven 2.0 i study from the following site http://maven.apache.org/guides/introduction/introduction-to-plugins.html but not able to understand Regards Neeraj Singh Bis

Re: system in plugin

2006-09-28 Thread Yann Albou
Hello, I have exactly the same problem. I also tried to create a profile directly in the pom : my.profile true

Re: BUILD FAILED.../maven-java-plugin-1.5/plugin.jelly

2006-09-28 Thread charles magnes
Hello, Thanks for your reply. De deletion of the ''jboss-aop-1.0b2.jar' file has made no change. But what I'm looking for is just a open and free evironment where to train myself writing BPEL4WS 1.1 code and see if the code is well running. Could Ode provides me for that? If you coul adv

assembly plugin and fileset exclusion

2006-09-28 Thread berndq
Hi, we have a directory called "conf" in the default resource folder (src/main/resources) We want to exclude it from the assembled jar. Lookin at the new plugin doku at http://people.apache.org/~epunzalan/maven-assembly-plugin/assembly.html there is an for . What version of the plugin is it d

Re: JavaCC plug-in and multiple grammar files

2006-09-28 Thread Stefano Fornari
did not find your attached pom. sorry here is the pom ... You can however run the javacc plugin multiple times with different configurations (output dir/package). I guess you mean with also different source dir, otherwise it would not work anyway, would it? What instead about making the