Cannot start continuum

2006-09-28 Thread Julien Henry
Hi, I just download continuum, and I follow getting started instructions. But I get errors, and I don't understand why. Can you give me some help? Here is the output (DEBUG Mode) : D:\continuum-1.0.3-bin\continuum-1.0.3\bin\win32run.bat wrapper | -- Wrapper Started as Console wrapper |

Re: Cannot start continuum

2006-09-28 Thread Julien Henry
OK, there were quotes in the %PATH%. It works now. Perhaps an entry in the FAQ could be helpfull. ++ Julien Julien Henry a écrit : Hi, I just download continuum, and I follow getting started instructions. But I get errors, and I don't understand why. Can you give me some help? Here is

Problems scheduling a project in SVN

2006-09-28 Thread Bruno Cavaler Ghisi
Hi all! I am using Continuum 1.0.3, Subversion as repository and I have 4 ant projects. Sometimes it seems that Continuum stops building the projects that are scheduled to run hourly. I was looking the log and reading about it and I was wondering if its stops are because no changes were

Re: Problems scheduling a project in SVN

2006-09-28 Thread dan tran
not in 1.0.3. workaround is to create a cron job and remove one of your working area files -D On 9/28/06, Bruno Cavaler Ghisi [EMAIL PROTECTED] wrote: Hi all! I am using Continuum 1.0.3, Subversion as repository and I have 4 ant projects. Sometimes it seems that Continuum stops building

Error retrieving artifact from file

2006-09-28 Thread Javier . Sagrado . Collantes
Error retrieving artifact from [file://C:\Archivos de programa\Hotsip\M2CE SCE/repository/m2ce-core/jars/serviceframework-3.2.0-87.jar This jar exists in the route. ¿What can I do? Thank you. Javi. MAVEN VERSION: __ __ |\/ |__ _Apache__ ___ | |\/| / _` \ V / -_)' \ ~

Continuum behind Apache Proxy

2006-09-28 Thread Vivian Stelller
Hello at all, I want to setup continuum in a subdomain of my Apache 2.0.x managed domain. It should appear on http://continuum.eecoo.net As far as I know can be done using Apache's mod_rewrite, this is my site configuration that will be included into httpd.conf: VirtualHost

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

2006-09-28 Thread Dion Gillard
error: error reading /home/clasie/.maven/repository/jboss/jars/jboss-aop-1.0b2.jar; error in opening zip file Can you delete that file and get maven to download a new one? On 9/28/06, charles magnes [EMAIL PROTECTED] wrote: Hello, Could anybody help me about some troubles I encountered when I

Re: Error retrieving artifact from file

2006-09-28 Thread Wayne Fay
I am always suspicious of spaces in paths, especially on Windows, and especially on a non-English Windows install. Move your repo to a folder with no spaces in it ie c:\m2repo and try again. Or if you can't move it, use subst DOS command to map a drive to the repository folder, which might work.

Re: Java system properties not set?

2006-09-28 Thread Hilco Wijbenga
Hi all, I kinda worked around it for the user.home property by doing (in pom.xml) ant property name=user.home value=${user.home}/ /ant This makes the user.home property available to Ant. Doesn't anyone no a better solution? I also tried to add a simple javac in my build.xml but running the

Re: [Spam] - SpamAssassin=5,61 - Re: Error retrieving artifact from file

2006-09-28 Thread Javier . Sagrado . Collantes
Thanks for your answer but I tried it and I am still having the same problem...Do you know about another thing I can be doing wrong? AVISO DE CONFIDENCIALIDAD. Este correo y la información contenida o adjunta al mismo es privada y confidencial y va dirigida exclusivamente a su destinatario.

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

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 exclude for fileset. What version of the

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

Re: scopesystem 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 : profiles profile idmy.profile/id activation activeByDefaulttrue/activeByDefault

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

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

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 set

[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 script tag. Unfortunately, when I run the task I have the following error: bottomup-assemble-annotations: [INFO]

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

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

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 accesible

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

[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

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

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: 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

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

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...

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:

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: 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: scopesystem 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 : profiles profile idmy.profile/id activation

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,

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: plugin groupIdorg.codehaus.mojo/groupId artifactIdhibernate3-maven-plugin/artifactId

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 : project ... build plugins plugin groupIdorg.codehaus.mojo/groupId artifactIdaxistools-maven-plugin/artifactId

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

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: assembly idbundle/id formats formatjar/format /formats

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 On

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

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: groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId version2.0-ALPHA-1-SNAPSHOT/version executions execution phasepackage/phase goals

[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

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 just

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: Packaging dependencies in expanded format

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

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

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

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

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

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

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

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

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

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