RE: Maven2 release process in Continuum

2007-07-19 Thread Johan Iskandar
But if a new test case is introduced then the maintainer of the 1.2.3.4 pom should increment the bug-fix number (or whatever name is best used here) so the new version would be 1.2.4.0 I mean the maintainer should trigger maven to increment the bug-fix number He himself doesn't need to

RE: Maven2 release process in Continuum

2007-07-19 Thread Johan Iskandar
-Original Message- From: Jesse McConnell [mailto:[EMAIL PROTECTED] ah, I basically see what your problem is... that is what the whole SNAPSHOT concept addresses... where you are saying a project would only care about 1.2.3 and not the build numbers..that is functionally

Re: Maven2 release process in Continuum

2007-07-19 Thread Jesse McConnell
there have been threads on this on the maven-users and maven-dev lists... in fact Kenny has written extensively on this topic I believe :) if your interested in contributing to this effort, I would take a look there for places to help out. the fundamental problem your dealing with is that

RE: Maven2 release process in Continuum

2007-07-19 Thread Johan Iskandar
-Original Message- From: Jesse McConnell [mailto:[EMAIL PROTECTED] there have been threads on this on the maven-users and maven-dev lists... in fact Kenny has written extensively on this topic I believe :) I've searched the web for Kenny, version, maven-dev, maven-user and my

Fwd: OT: Continuum

2007-07-19 Thread Jo Vandermeeren
Forwarded to continuum user list.. -- Forwarded message -- From: John Coleman [EMAIL PROTECTED] Date: Jul 19, 2007 1:25 PM Subject: OT: Continuum To: Maven Users List [EMAIL PROTECTED] Hi, is there any Continuum list? I don't see anything on the site. I just wanted to know why

URL Malformed

2007-07-19 Thread javijava
Hi, I have a parent pom with some modules: ... module../p1/trunk/module module../p2/trunk/module module../p3/trunk/module ... when I try to add the parent pom on continuum I have this answer:

RE: Continuum file url to pom.xml

2007-07-19 Thread Roosendaal, Maarten
Hi, No luck there, no matter what i enter it always gives the same 'error'. I would like to know if anyone else has used this before? Kind regards / Met vriendelijke groeten, Maarten Roosendaal / Capgemini / Netherlands Senior Consultant / Java Assembly Line / ADC Technologies T. +31 30 68

Re: Continuum file url to pom.xml

2007-07-19 Thread Anshula
Try this - file:///C:/location_of_clearcase_view/project/pom.xml The file protocol always starts with file:/// And in the file path, the separator should be / Regards, Anshula Roosendaal, Maarten wrote: Hi, We are trying to add a Maven 2(.0.7) project to Continuum (1.0.3). The

RE: Unable to sync from Perforce if Continuum is run as a service

2007-07-19 Thread John Coleman
If your Windows service runs under a different profile, then maybe there could be environment variables and rights differences? I have Continuum 1.0.3 running fine as a service using Local System Account. John Coleman, MSTA Senior Developer Consultant Eurobase Banking Solutions Bury House, 31

RE: Unable to sync from Perforce if Continuum is run as a service

2007-07-19 Thread Anshula
I did try both ways - 1. using Local System account 2. by selecting the other option and changing the login to my account by supplying the user name and password so that the service runs under my account It gives the same error either ways. What do you mean by environment variable / right

Multi-level project directories hierarchy

2007-07-19 Thread DCVer
Hi all I am thinking about such a problem: I add a multi-level project to Continuum by choosing path to main (root) project pom.xml file on the svn. Continuum automatically adds all subprojects of the main project. I would like to build any of the subproject individually, but Continuum

admin account locked

2007-07-19 Thread BDM
hello, I locked my admin account by typing to many times the wrong password (I have checked later that it was the good one ... strange) !!! But now how can I unlock this main account Thx !!

Re: admin account locked

2007-07-19 Thread Wayne Fay
This has been asked (and answered) several times on this list. Search the list archives at Nabble.com -- you're bound to find a few hits. And I'd assume its probably documented in the Continuum wiki as well. Wayne On 7/19/07, BDM [EMAIL PROTECTED] wrote: hello, I locked my admin account by

Fatal error by running mvn install

2007-07-19 Thread Wei Chen
Hi all, I downloaded a sample project from http://galaxy.andromda.org/images/stories/tutorial_java/timetracker-completed.zip;. As I want to to build the project by running mvn install, I got error as follow. This project contains several pom.xml. But none of them has an ArtifactID:

Re: Build failure out of the blue

2007-07-19 Thread Jeff Mutonho
On 7/19/07, Wayne Fay [EMAIL PROTECTED] wrote: You should be able to put the java6 exec in front of java4 in your PATH pretty trivially. Just put that EXPORT command in .bashrc or equivalent for your user and never worry about it again. Wayne That exactly what I did in my .profile file and

RE: Maven2 release process in Continuum

2007-07-19 Thread Johan Iskandar
From: Jesse McConnell [mailto:[EMAIL PROTECTED] ok, I am a bit confused by what your actually asking here... but there is no reason in the world you can't use w.x.y.z versioning... Well, since maven's main idea is to promote conventions.. and these conventions is there to ease and

Re: Fatal error by running mvn install

2007-07-19 Thread noon
The artifact timetracker-common is a transitive dependency which some other dependency brings to the project automatically and now this timetracker-common dependency is missing from your project. You need to find out which dependency brings this timetracker-common to your project. If it's

Re: Build failure out of the blue

2007-07-19 Thread Jeff Mutonho
On 7/19/07, Jeff Mutonho [EMAIL PROTECTED] wrote: On 7/19/07, Wayne Fay [EMAIL PROTECTED] wrote: You should be able to put the java6 exec in front of java4 in your PATH pretty trivially. Just put that EXPORT command in .bashrc or equivalent for your user and never worry about it again.

Re: Maven2 release process in Continuum

2007-07-19 Thread Jesse McConnell
what aspect of maven do you think is killing this use case? 1.2.3.4-SNAPSHOT when its run through the release process will offer up as a default 1.2.3.5-SNAPSHOT as the new development version and 1.2.3.4 as the released version... deployment will work...whats killing this for you? and the

Re: Fatal error by running mvn install

2007-07-19 Thread Teody Cue Jr.
Hi, The missing version is in /app/pom.xml under dependecy-management. The pom sort of intermixed the version in dependencyManagement and dependency. I think it should have been: dependencyManagement dependencies dependency groupId${pom.groupId}/groupId

Re: Manage batch projects, assembly plugin

2007-07-19 Thread Rodolphe Beck
Here is the situation: If I put the assembly descriptor into Sample_batch/src/assembly/batch.xml And the plugin definition in Sample_batch/pom.xml like: http://paste2.org/p/4936 Wether I put : 'src/assembly/batch.xml' or '/src/assembly/batch.xml' or '../Sample_batch/src/assembly/batch.xml', the

RE: Maven2 release process in Continuum

2007-07-19 Thread Johan Iskandar
1.2.3.5-SNAPSHOT I don't think we'd be needing SNAPSHOT here All is needed from the user of the parent pom's point of view is the 1.2.3 since in terms of functionality and testability nothing's changed.. So other poms that has dependencymanagement pointing at 1.2.3 doesn't need to know about the

Re: Fatal error by running mvn install

2007-07-19 Thread Teody Cue Jr.
Hi again, My bad, it seems to be that there's no 1.0-SNAPSHOT version of commons-digester in any of the repositories. I had a successful build using 1.7 though. Regards, Teody Wei Chen wrote: Hi all, I downloaded a sample project from

Re: ear file growing

2007-07-19 Thread Stephane Nicoll
There's no reason for this to happen unless: a. You add more dependency to your project (including transitive dependencies): use mvn dependency:resolve to get a list of dependencies for the EAR project b. As Andrew said, if you don't call clean from time to time you might end up with some

Re: Fatal error by running mvn install

2007-07-19 Thread Wei Chen
Many thanks! :-) Original-Nachricht Datum: Thu, 19 Jul 2007 15:40:52 +0800 Von: Teody Cue Jr. [EMAIL PROTECTED] An: Maven Users List users@maven.apache.org Betreff: Re: Fatal error by running mvn install Hi again, My bad, it seems to be that there's no 1.0-SNAPSHOT version

Re: [m2] ejbModule artifact not a project dependency?

2007-07-19 Thread Stephane Nicoll
show your pom. On 7/10/07, Mick Knutson [EMAIL PROTECTED] wrote: When I remove: modules ejbModule groupIdorg.delta.esp-dap.utilities .services/groupId artifactIdlogging-mdb/artifactId

Re: Failed to validate POM warning

2007-07-19 Thread Rémy Sanlaville
The POM present in the repository seems ok : C:\Documents and Settings\joel.costigliola\.m2\repository\sapiens\SapiensCommonsCore\2.6.0mvn -f SapiensCommonsCore-2.6.0.pom validate [INFO] Scanning for projects... [INFO]

[ANN] Complete JCL to Slf4j migration

2007-07-19 Thread Erik van Oosten
Hi, Some time ago I asked how to globally suppress inclusion of a dependency. This was necessary to exclude commons-logging from my application. The question was unanswered. I still did not find a solution so I wrote my own version of a commons-logging release to fool Maven and get rid of JCL.

RE: [ANN] Complete JCL to Slf4j migration

2007-07-19 Thread Jörg Schaible
Hi Erik, Erik van Oosten wrote on Thursday, July 19, 2007 11:16 AM: Hi, Some time ago I asked how to globally suppress inclusion of a dependency. This was necessary to exclude commons-logging from my application. The question was unanswered. I still did not find a solution so I wrote my

Maven can not create new project?

2007-07-19 Thread 钱新林
hi, everyone, i am a newbie to Maven2. i am here to ask some question about maven. hope some warmhearted friends can help me. i am working on windows and want to use the open source GIS tools like GeoTools and geoserver, these two project are both managed by Maven.Mytrouble is listed below:

RE: [ANN] Complete JCL to Slf4j migration

2007-07-19 Thread Erik van Oosten
Good idea, I'll change it immediately. Regards, Erik. Jörg Schaible wrote: Hi Erik, Erik van Oosten wrote on Thursday, July 19, 2007 11:16 AM: Hi, Some time ago I asked how to globally suppress inclusion of a dependency. This was necessary to exclude commons-logging from my

Re: Maven can not create new project?

2007-07-19 Thread Eric Yu
the goal deps on maven-archetype-plugin, it seems that your maven can not download it On 7/19/07, 钱新林 [EMAIL PROTECTED] wrote: hi, everyone, i am a newbie to Maven2. i am here to ask some question about maven. hope some warmhearted friends can help me. i am working on windows and want to use

Re: Maven can not create new project?

2007-07-19 Thread sam
HI, go to the directory .m2\repository\org\apache\maven\plugins to see is there a directory named maven-archetype-plugin,if there is,delete this directory,because it may be a bad package,if there isn't, it may be maven can't download the maven-archetype-plugin,so check you network for you

Re: [Maven2] Eclipse 3.3 WEB Project integration

2007-07-19 Thread ossi petz
Hallo indeed initial project creation is a bit a mess. to stick with the maven standards i used src_main_java as initial source folder. then you need to go through the eclipse files (.classpath, .project, .settings/*) and modify the paths accordingly (search / replace). This should allow to keep

plugin dependancy

2007-07-19 Thread John Coleman
I am now testing a new process-resources plugin I developed. It is installed on the local repo fine. It has various dependencies. In the POM that uses this plugin it is getting no class def exceptions, however I have all the plugins deps in the projects deps.

[maven2][svn] How to handle target directories? maven clean?

2007-07-19 Thread Jan Torben Heuer
Hi, How should I handle the target directories? Normally I include them in subversion, but not the content. The problem ist, that a maven clean cleans the whole directory including the .svn directory, which breaks subversion. How do you handle this? Jan

RE: plugin dependancy

2007-07-19 Thread John Coleman
Ok... changed the plugins deps scope seems to of fixed this Eurobase International Limited and its subsidiaries (Eurobase) are unable to exercise control over the content of information in E-Mails. Any views and opinions expressed may be personal to the sender and are not necessarily those of

Re: [maven2][svn] How to handle target directories? maven clean?

2007-07-19 Thread Gisbert Amm
I usually set svn:ignore for the whole target directory and do not include it into SVN for it is generated content. -Gisbert Jan Torben Heuer wrote: Hi, How should I handle the target directories? Normally I include them in subversion, but not the content. The problem ist, that a maven clean

Re: changelog and perforce

2007-07-19 Thread Dennis Lundberg
Thanks for looking into this Brian. I started a vote to release the changelog-plugin the other day. I'll stop that vote and try to squeeze in a fix for this problem as well. I'm sure that Paul Sundling will be delighted to read why this isn't working. I'll see what I can do about it and will

RE: Continuum

2007-07-19 Thread Annies, Sebastian
Once the JVM has grabbed ist memory it won't release it. That's the way it is. -Original Message- From: John Coleman [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 1:25 PM To: Maven Users List Subject: OT: Continuum Hi, is there any Continuum list? I don't see anything on

RE: Continuum

2007-07-19 Thread John Coleman
So this is just a JVM feature, perhaps I can set -Xmx to fix this? Will give it a go, when I can find where to set it. Thanks, John -Original Message- From: Annies, Sebastian [mailto:[EMAIL PROTECTED] Sent: 19 July 2007 13:04 To: Maven Users List Subject: RE: Continuum Once the JVM

Re: OT: Continuum

2007-07-19 Thread Rémy Sanlaville
2007/7/19, John Coleman [EMAIL PROTECTED]: Hi, is there any Continuum list? I don't see anything on the site. I just wanted to know why Continuum swallows up 2GB of Ram when idle. http://maven.apache.org/continuum/mail-lists.html Rémy

RE: Continuum

2007-07-19 Thread John Coleman
In Wrapper Properties it says: # Maximum Java Heap Size (in MB) wrapper.java.maxmemory=128 Shouldn't this limit the RAM? John -Original Message- From: Annies, Sebastian [mailto:[EMAIL PROTECTED] Sent: 19 July 2007 13:04 To: Maven Users List Subject: RE: Continuum Once the JVM has

Re: Maven2 release process in Continuum

2007-07-19 Thread James Abley
On 18/07/07, Mykel Alvis [EMAIL PROTECTED] wrote: 1) There is potential for me to check in the release version, start preparing the release and then someone else checks out the release version and starts doing stuff to it, when they should really be waiting until the next SNAPSHOT version

Re: OT: Continuum

2007-07-19 Thread Gordon Erlebacher
Hi Dubravko, I sure hope there will be tandas! Gordon Quoting Rémy Sanlaville [EMAIL PROTECTED]: 2007/7/19, John Coleman [EMAIL PROTECTED]: Hi, is there any Continuum list? I don't see anything on the site. I just wanted to know why Continuum swallows up 2GB of Ram when idle.

(2.0.7) LinkageError: Class org/xml/sax/XMLReader violates loader constraints

2007-07-19 Thread Kai Hackemesser
hi there! Since I upgraded to Maven 2.0.7 my maven surefire tests fail with exceptions like this: java.lang.LinkageError: Class org/xml/sax/XMLReader violates loader constraints at java.lang.ClassLoader.defineClass0(Native Method) at

Re: Maven2 release process in Continuum

2007-07-19 Thread James Abley
On 19/07/07, Jesse McConnell [EMAIL PROTECTED] wrote: are you making good use of dependencyManagement? This should let you centralize the majority of actual version information and make it easy to release. I hope so, but I have 2 months Maven experience, so there are doubtless areas for

Continuum file url to pom.xml

2007-07-19 Thread Roosendaal, Maarten
Hi, We are trying to add a Maven 2(.0.7) project to Continuum (1.0.3). The pom.xml is part of a clearcase view so we have to fill in the M2 POM Url. Unfortunatly whatever we try it does not work: * file://localhost/c:/location_of_clearcase_view/project/pom.xml *

Re: (2.0.7) LinkageError: Class org/xml/sax/XMLReader violates loader constraints

2007-07-19 Thread Lukas Theussl
I had a similar problem recently in a doxia build [1], running 'mvn -U' solved it... HTH, -Lukas [1] http://mail-archives.apache.org/mod_mbox/maven-doxia-dev/200706.mbox/browser Kai Hackemesser wrote: hi there! Since I upgraded to Maven 2.0.7 my maven surefire tests fail with exceptions

how to handle config-files and developer-config-files the maven way?

2007-07-19 Thread Jan Torben Heuer
Hi, I have a servlet project with WEB-INF in /src/main/webapps/. The web.xml contains some ${tomcat.servletpath} like variables which are filtered through maven. This variables are stored in files in /src/main/config/ How should I store a configuration which I can use locally within

Using two 'central' repository mirrors?

2007-07-19 Thread Kai Hackemesser
Hi there, The company I'm currently working at has its own local 'central' repository mirror, which doesn't proxy to any outer repository. They have deployed their local code there. How should I set up my settings to access a real outer mirror for update first and if this fails lookup

Re: (2.0.7) LinkageError: Class org/xml/sax/XMLReader violates loader constraints

2007-07-19 Thread Kai Hackemesser
I see. Do you know which library caused that? In that thread you mentioned someone told to upgrade to surefire-2.3 - I already have that before. Any other suggestion? Ciao! Kai Lukas Theussl schrieb: I had a similar problem recently in a doxia build [1], running 'mvn -U' solved it... HTH,

Re: (2.0.7) LinkageError: Class org/xml/sax/XMLReader violates loader constraints

2007-07-19 Thread Lukas Theussl
I assumed it was surefire but I didn't investigate any further after I got it fixed... -Lukas Kai Hackemesser wrote: I see. Do you know which library caused that? In that thread you mentioned someone told to upgrade to surefire-2.3 - I already have that before. Any other suggestion?

Unable to sync from Perforce if Continuum is run as a service

2007-07-19 Thread Anshula
Hi, I have been trying to setup a build system using continuum for our projects. I have a Maven2 project(with modules) and the SCM is Perforce. Initially, I started continuum from the command line using the batch file bin\windows-x86-32\run.bat. I was able to add the project successfully from

Re: Build failure out of the blue

2007-07-19 Thread Wayne Fay
What shell are you running? (echo $SHELL or echo $0) Hmm oh wait, I see you're running bash-2.05. I was going to suggest that you might be running tcsh or csh where you'd use set rather than export. Can you check /etc/passwd to confirm that your user account has bash as its shell (/bin/bash) --

Re: Fatal error by running mvn install

2007-07-19 Thread Wayne Fay
This makes sense -- SNAPSHOT builds aren't deployed to the normal places. You'd need to add a specific repo that contained Snapshots if you wanted to add a dependency on commons-digester 1.0-SNAPSHOT. Just setting the version to 1.7 as you mentioned should be fine. Wayne On 7/19/07, Teody Cue

may not be this project's POM [ from cocoon-users ]

2007-07-19 Thread Robin Rigby
Hi Started this thread on the cocoon-users mailing list ... Project uses Cocoon 2.1, which is not based on Maven. Need updated file from the current Cocoon snapshot, so yesterday downloaded Cocoon 2.2, discovered it requires Maven, downloaded Maven 2.07. Documents indicate it should all

Setting jar order in maven.compile.classpath

2007-07-19 Thread Roger Huang \(rchuang\)
How can I specify the order of jars in maven.compile.classpath? I have two jars generated as part of my build that I need to explicitly set the order of in maven.compile.classpath. thanks, Roger

Re: Plugin configuration for specific goals - doc error?

2007-07-19 Thread John Casey
Hi, sorry it's taken so long for me to respond. I was able to replicate your difficulty on this end of things, and what I've found is that the Sonatype document is incorrect about these two being interchangeable. They _should_ be, but are not...at least, not in the 2.0.x releases. I would

Re: may not be this project's POM [ from cocoon-users ]

2007-07-19 Thread Wayne Fay
I just tried the apache-4.pom link and it worked fine for me: groupIdorg.apache/groupId artifactIdapache/artifactId version4/version packagingpom/packaging etc Try again? Wayne On 7/19/07, Robin Rigby [EMAIL PROTECTED] wrote: Hi Started this thread on the cocoon-users mailing list ...

Re: Setting jar order in maven.compile.classpath

2007-07-19 Thread Wayne Fay
You can't. Set the order of jars means you're duplicating code, which is generally a bad idea. Eliminate the duplication (make one depend on the other). Wayne On 7/19/07, Roger Huang (rchuang) [EMAIL PROTECTED] wrote: How can I specify the order of jars in maven.compile.classpath? I have two

Re: Using two 'central' repository mirrors?

2007-07-19 Thread Wayne Fay
This is an unnecessarily complex setup. I would suggest consolidating things to a single mirror, ideally by simply setting up the existing local central repo mirror to proxy to the real Central. Is there a reason you can't set this up? Wayne On 7/19/07, Kai Hackemesser [EMAIL PROTECTED] wrote:

Re: plugin dependancy

2007-07-19 Thread Wayne Fay
John, that is the LARGEST company sig/disclaimer I've ever seen in my life. The only way it could be larger is if they had it translated in a few languages as well as the English... Wayne On 7/19/07, John Coleman [EMAIL PROTECTED] wrote: Ok... changed the plugins deps scope seems to of fixed

RE: may not be this project's POM [ from cocoon-users ]

2007-07-19 Thread Robin Rigby
Hi Wayne My POM (unchanged from Cocoon snapshot) has modelVersion4.0.0/modelVersion packagingpom/packaging parent groupIdorg.apache/groupId artifactIdapache/artifactId version4/version /parent If I put packaging inside parent I get a different error: - [INFO] Error

Re: Using two 'central' repository mirrors?

2007-07-19 Thread Kai Hackemesser
Hi, Wayne, Yes, there is: I'm not in position to suggest that. They seem to want having it isolated. They only mirror the open source packages they require for their product, as example FOP and some apache commons. They don't want the developers to add uncontrolled software. I'm just an

Re: may not be this project's POM [ from cocoon-users ]

2007-07-19 Thread Wayne Fay
I was not suggesting that you change the pom to include packaging in the parent, simply cut and paste some text from the pom file you were getting a 403 on. It sounds like you are behind a corporate web proxy or something, as IE and Mozilla work but wget and mvn fail. Can you confirm this? If

Issue with ejb manifest

2007-07-19 Thread Larry Suto
Hi I am hoping somebody can help me understand how manifests are created by the ejb plugin as I am having a strange proble. I have two ejbs in my build. Both have a dependency to another jar which has a jar with hibernate mappings in it. The jar with the hibernate mappings appears in the manifest

RE: may not be this project's POM [ from cocoon-users ]

2007-07-19 Thread Robin Rigby
No proxy. I am working at home. I have a firewall built into the wireless modem ... I looked through 'Configuring Maven' and 'Configuring a HTTP Proxy'. Maven has successfully written a number of files to C:\Documents and Settings\username\.m2\repository\. Does Maven expect calls over the

Plugin-questions

2007-07-19 Thread Roland Asmann
Hi all, How can I check in my plugin if Maven is running in debug-mode (-e) and if stacktraces are activated (-X)? I'm building a Maven command-line to call another build internally (similar to the release-plugin) and would like to add these switches depending on whether or not they have been

Re: [Maven2] Eclipse 3.3 WEB Project integration

2007-07-19 Thread Dan Tran
Since Eclipse insists on its own convention ( their bug i guest) I ended up the give in to move my warSourceDirectory to ${basedir}/webapp. This way I make JSF happy inside the eclipse. -D On 7/19/07, ossi petz [EMAIL PROTECTED] wrote: Hallo indeed initial project creation is a bit a mess.

Maven and jetty classpath

2007-07-19 Thread mljv
Hi, i have strange classLoader problem. I use maven, eclipse and jetty. i want to write a functional test with htmlunit, something like shown here http://today.java.net/pub/a/today/2007/04/12/embedded-integration-testing-of-web-applications.html i start a jetty container with

Re: Manage batch projects, assembly plugin

2007-07-19 Thread John Casey
Looks like it got snagged by the spam filters...trying again with a tgz...-john' assembly-test.tar.gz Description: GNU Zip compressed data On Jul 19, 2007, at 3:48 PM, John Casey wrote:Hmm, I've put together a test project hierarchy to try and replicate the descriptor-not-found problem, and

RE: changelog and perforce

2007-07-19 Thread Sundling, Paul
As a matter of fact I am delighted to hear it's fixed. So it was a bug after all. :) I thought maybe I was missing some piece of configuration. In a way I was, given your workaround using the clientspec name. :) Paul Sundling -Original Message- From: Dennis Lundberg [mailto:[EMAIL

Re: may not be this project's POM [ from cocoon-users ]

2007-07-19 Thread Wayne Fay
No, Maven does not expect calls over the internet from a remote server into this machine. It works basically like wget. I really don't know why you're having troubles. I'd assume a transient network failure. Try mvn -U ... and see if things are working now. Wayne On 7/19/07, Robin Rigby [EMAIL

error messages from velocimacro?

2007-07-19 Thread Baz
All, Any ideas what the following errors mean? [INFO] Velocimacro : initialization starting. [INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. [INFO] Velocimacro :

Re: error messages from velocimacro?

2007-07-19 Thread Baz
Wayne, thanks. B. On 7/19/07, Wayne Fay [EMAIL PROTECTED] wrote: Baz, you've asked this question before, and people told you to ignore that [ERROR]. Are you have problems with something specific, or is it just a general query? That [ERROR] can/should be ignored. Wayne On 7/19/07, Baz [EMAIL

Julia Vilke/Moscow/Canon/FI is out of the office.

2007-07-19 Thread Julia . Vilke
I will be out of the office starting 16.05.2007 and will not return until 08.01.2008. I'm on maternity leave till January 2008. In case of Canon Consumable business, please contact Mikhail Popov, in case of Paper business - Maria Bondarenko.

Maven hibernate, dependencies not working,plz help :)

2007-07-19 Thread pinky88
Hi everyone, I'm a beginner to maven and hibernate, and i'm trying to build up a small project as a tutorial using maven. I'm using hibernate and hsqldb also. Using examples I've found on the net, I've added dependencies for both hibernate and hsqldb, so my pom.xml looks like this: project

Re: Maven hibernate, dependencies not working,plz help :)

2007-07-19 Thread Teody Cue Jr.
Hi Pinky, You need to install hibernate and hsqldb artifacts in your local repository. Install the jars that you have downloaded using the commands provided by maven when you run mvn eclipse:eclipse. mvn install:install-file -DgroupId=hibernate -DartifactId=hibernate -Dversion=3.2.4.spl

Re: Maven hibernate, dependencies not working,plz help :)

2007-07-19 Thread Wayne Fay
As you can see here: http://repo1.maven.org/maven2/hibernate/hibernate/ 3.2.4.spl is not a valid hibernate version. Where did you get this version number? Wayne On 7/19/07, pinky88 [EMAIL PROTECTED] wrote: Hi everyone, I'm a beginner to maven and hibernate, and i'm trying to build up a

How to build sub-directories recursively without knowing the exact names for sub-directories?

2007-07-19 Thread Baz
All, I know we can use modules to specify which sub-directories that we would like to build. What if i dont know the name of the sub-directories? Can i do wildcards? Thanks.

Re: How to build sub-directories recursively without knowing the exact names for sub-directories?

2007-07-19 Thread Wayne Fay
What's your use case? How could you possibly not know the names of the modules when you're building a project? Are you trying to build a super master pom that builds all your company's projects, or something along those lines? Wayne On 7/19/07, Baz [EMAIL PROTECTED] wrote: All, I know we can

Re: How to build sub-directories recursively without knowing the exact names for sub-directories?

2007-07-19 Thread Baz
Say I have a the following directory structure: product/ module_1/ module_2/ ... Can i have a pom.xml at product directory level, and it will go into module directories and run their pom files? The number of module subdirectories can increase but i do not want to maintain the

Re: How to build sub-directories recursively without knowing the exact names for sub-directories?

2007-07-19 Thread Dmitry
think it makes sense , partucularly if you have always growth of products/ modules, had before the same issue with maven. www.ejinz.com - Original Message - From: Baz [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Thursday, July 19, 2007 11:47 PM Subject: Re: How

Re: Maven hibernate, dependencies not working,plz help :)

2007-07-19 Thread Steve Ebersole
I think you mean sp1, not spl thats a 1 (one) ... On Thursday 19 July 2007 08:57:14 pm Wayne Fay wrote: As you can see here: http://repo1.maven.org/maven2/hibernate/hibernate/ 3.2.4.spl is not a valid hibernate version. Where did you get this version number? Wayne On 7/19/07, pinky88