Re: Newbie question

2006-02-14 Thread Eugeny N Dzhurinsky
On Mon, Feb 13, 2006 at 06:08:45PM -0500, Alexandre Poitras wrote: Just run compile on your parent project and everything will work fine. And it will build entire project? I don't need this, I need to build just single module. -- Eugene N Dzhurinsky

RE: Nightly builds in Maven2

2006-02-14 Thread Scokart Gilles
Use Continuum. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 21 September 2006 10:01 To: Maven Users List Subject: Nightly builds in Maven2 Hi , I believe cruise control supports only maven1.x , Is there anyway to create nightly builds in maven2 ?

Re: Question about changelog developer name vs develope report

2006-02-14 Thread Edwin Punzalan
From how I understood it, the developer report is created by using the team list as basis: this means developers that made commits that are not included in the team list will not have a page generated for them. And then the changelog report creates all recent changes for the project

Re: Is there a way to get a Build Date/Time and Version/Release into a Maven build ?

2006-02-14 Thread Edwin Punzalan
Seems like you have no other choice but to use the ant-run plugin just for replacing/filtering part. Please see: http://maven.apache.org/plugins/maven-antrun-plugin/introduction.html Pete wrote: When I used to use Ant I had an ant target that would copy a pre-prepared HTML file into

Re: Problem - Maven plugin

2006-02-14 Thread Edwin Punzalan
Please see: http://maven.apache.org/guides/mini/guide-ibiblio-upload.html ^_^ Annette Cass wrote: Gentlemen, I tried to post this on Jira (Re: Maven 2.x Release Plugin). webTest's most recent build is: Release class = 1.7, build number = R_1167 I would VERY MUCH appreciate it if you

Re: M2.0.2 SVN ChangeLog

2006-02-14 Thread Emmanuel Venisse
If you use only one server, you can define a property in a default profile in your settings.xml and use this property in your pom. http://maven.apache.org/guides/introduction/introduction-to-profiles.html Emmanuel javed mandary a écrit : The thing is that i dont want to have to type the

Re: [m2] Multi-Project setup and relativePath

2006-02-14 Thread Edwin Punzalan
Hi, From how I understand on how the relativePath works, it is used for resolving the parent pom (being inside the parent tag). When you run mvn on a sub-module, mvn detects that the sub-module has a parent and mvn tries to resolve that using either the groupId:artifactId:version for the

RE: [m2] Multi-Project setup and relativePath

2006-02-14 Thread Grothaus, Christoph
-Original Message- From: Edwin Punzalan [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 10:40 AM To: Maven Users List Subject: Re: [m2] Multi-Project setup and relativePath [...] So the approach is, if you want to use an artifact, then that artifact must have been

Re: deploying from windows via putty

2006-02-14 Thread Tony Burdett
Actually, I've had some problems deploying from Cygwin too, although I'm not entirely sure that this isn't due to the setup on my machine, as I don't use Cygwin all that much. Rather than poke around with Cygwin setups though, I installed openssh and this seems to work fine. Although I guess

RE: [m2] Antrun-Plugin javac not working

2006-02-14 Thread Grothaus, Christoph
UPDATE: Now I managed to get the javac task working by setting the fork attribute to true. After the javac task I also have a rmic task, and now that one fails. Message: Embedded error: Cannot use SUN rmic, as it is not available. A common solution is to set the environment variable

how to use snapshot policy or how to update dependencies snapshots only

2006-02-14 Thread Manoj Kumar
Hi all I have read about snapshot-policy in a design document at the link given below for modifying download behavior for the snapshots. http://docs.codehaus.org/display/MAVEN/Repository+-+SNAPSHOT+Handling but the given snapshot-policy tag is not working in my pom.xml file when I added it

RE: How can I store artifacts in our remote repository?

2006-02-14 Thread Luca Gmail
This is the solution im using: I ve a web server I use as reomote (internal) repository. Asscociated with the url referencing the remote repo there is a docroot. I use the deploy goal to copy (via scp) my artifact to the docroot. -Original Message- From: ravi kumar [mailto:[EMAIL

Bug in Continuum 1.0.3-SNAPSHOT

2006-02-14 Thread Michael Böckling
Emmanuel Venisse was kind enough to fix a critical bug in the current Continuum 1.0.2. and sent me a Continuum 1.0.3-SNAPSHOT where this bug is fixed. But then I tried to add a new Build definition and got the error below. Is this a known bug or should I file a Jira? Regards, Michael

Re: Newbie question

2006-02-14 Thread Alexandre Poitras
Then you have to build everything manually. But Maven is not stupid it won't recompile everything, just what has changed so I don't think there is a problem there. On 2/14/06, Eugeny N Dzhurinsky [EMAIL PROTECTED] wrote: On Mon, Feb 13, 2006 at 06:08:45PM -0500, Alexandre Poitras wrote: Just

Re: m2: install-snapshot

2006-02-14 Thread Marcin Maciukiewicz
On 2/14/06, Brett Porter [EMAIL PROTECTED] wrote: if the version includes SNAPSHOT, it will be published as a snapshot, if the version does not, it won't. Thanks! This is what I was missing:))) - To unsubscribe, e-mail: [EMAIL

ear:ear and symbolic links in repository

2006-02-14 Thread andreas.ebbert-karroum
Hi, I am trying to assemble an ear file with maven 1.0.2 on linux. The problem is that I have a lot of dependencies, which have to go into the ear file as libraries, which have to be downloaded from the web and manually added to the repository. I did this with symbolic links under linux, and

Re: Is there a way to get a Build Date/Time and Version/Release into a Maven build ?

2006-02-14 Thread Pete
Well I ended up using the 'Maven 2 Changes Plugin' to produce a changes-report based on the changes.xml that is input to the plugin. I bind the plugin to the generate-resources phase, but found that it wouldn't allow me to override the outputDirectory, so the html report still ends up in the

Re: How can I store artifacts in our remote repository?

2006-02-14 Thread Marcin Maciukiewicz
On 2/14/06, ravi kumar [EMAIL PROTECTED] wrote: Hi, I am Ravikumar. I came to get help form you. That is : How can I store artifacts in our remote repository? Could you please give the solution for this? I am waiting for you solution…. Thanks and Regards, Ravikumar.M I think you

Fwd: http://jira.codehaus.org/browse/CONTINUUM-441

2006-02-14 Thread Borys Musielak
Hi. Unfortunately, we have this option (READ_UNCOMMITED) already set in the application.xml file (apps/continuum/conf/application.xml). Any more hints? regards, Borys -- Forwarded message -- From: John Casey [EMAIL PROTECTED] Date: Jan 22, 2006 7:16 AM Subject: Re:

Site plugin: is the skin tag used?

2006-02-14 Thread fabrice . belingard
Hi, I'm currently testing the latest snapshot of the site plugin, and read the threads about the skinning functionnality, but I can't get it to work. I have added under project of my site.xml file: skin groupIdorg.apache.maven.skins/groupId artifactIdmaven-stylus-skin/artifactId

Re: Site plugin: is the skin tag used?

2006-02-14 Thread Emmanuel Venisse
You must add this in your pom : repository releases enabledfalse/enabled /releases idapache.snapshots/id nameApache Development Repository/name urlhttp://cvs.apache.org/maven-snapshot-repository/url /repository because the skin jar isn't release

Re: Site plugin: is the skin tag used?

2006-02-14 Thread fabrice . belingard
Must I add this even if I grabbed the skin modules from SVN and installed them locally? This sounds weird... And what if I try to build my own skin? If I put the skin tag with my own skin groupId and artifactId (that I have previously built and installed of course), Maven is still looking for

Re: Maven and Classpaths

2006-02-14 Thread Stephen Milner
To explain further, I need to be able to add class path jars to the manifest file that are not tracked by maven. These are internal jars that will not be in public or private repos. Currently, when I use the maven xml code from bellow I get all the items that I said my package depends on that

Re: Maven and Classpaths

2006-02-14 Thread Milos Kleint
I don't know the answer to your question, but from past experience I guess you would save a lot of time/trouble by going the maven way and drop the internal jars to a local/internal remote repository and declare these as regular dependencies.. just my 2 cents.. Milos On 2/14/06, Stephen Milner

mvn site:stage does not work

2006-02-14 Thread Wanken, James
Hello, I am relatively new to maven and have not been able to get the site:stage goal to work I have included the output of all commands below. I first tried mvn site:stage, but but maven could not find the site:stage goal. Then I tried to force maven to get any updates mvn -U site:stage

skipping sha1 md5 downloading

2006-02-14 Thread Tom Joad
Hello all, Is it possible to skip artifact .sha1or md5 on download dependency processing. It seems to fail build. Thanks in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ann] maven-one-plugin 1.0

2006-02-14 Thread Jason van Zyl
Hi, Without much ado here's the maven-one-plugin. If we need to do anything else we can do a 1.1. It was holding up the XBean release and the plugin was made for them so they are more then likely going to find the issues. +1: John, Brett, Arnaud, Emmanuel, Jason -- jvz. Jason van Zyl

RE: skipping sha1 md5 downloading

2006-02-14 Thread Luca Gmail
What's the error? -Original Message- From: Tom Joad [mailto:[EMAIL PROTECTED] Sent: martedì 14 febbraio 2006 15.56 To: Maven Users List Subject: skipping sha1 md5 downloading Hello all, Is it possible to skip artifact .sha1or md5 on download dependency processing. It seems to fail

RE: [m2] Antrun-Plugin javac not working

2006-02-14 Thread Ruel Loehr
There is a bug such that if you have a child build which uses the ant plugin it inherits the plugin dependencies of the first time the plugin is declared. The workaround is to put the antrun plugin in the toplevel, and add the java jar to its plugin dependencies. Ruel Loehr JBoss QA

Re: skipping sha1 md5 downloading

2006-02-14 Thread Tom Joad
[DEBUG] SHA1 not found, trying MD5 org.apache.maven.wagon.ResourceDoesNotExistException: Unable to locate resource in repository at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputData(LightweightHttpWagon.java:95) at

[m2] XML Entities

2006-02-14 Thread Herve Quiroz
Hi, Sorry to bring up this topic again but I definitively need a mechanism to import files into XML xdoc source files. With Maven 1.x I used to declare XML entities in DOCTYPE header but I can't get entities to be resolved with Maven 2.x. XInclude won't work neither. Shall I develop a plugin to

Re: weird problem in continuum

2006-02-14 Thread raghurajan . x . gurunathan
Thanks for your reply, But What do you mean by this error fixed in maven scm?? i'm using continuum shell project where i gave the scm url in maven-scm format.. Do i need update my plugin? Can u please explain Thanks, Raghu Emmanuel Venisse [EMAIL PROTECTED] 02/14/2006 02:32 AM

RE: skipping sha1 md5 downloading

2006-02-14 Thread Luca Gmail
I saw this error when I had copied manually artifact into repository. I think you should use mvn deploy to update your internal repository. Luca -Original Message- From: Tom Joad [mailto:[EMAIL PROTECTED] Sent: martedì 14 febbraio 2006 16.38 To: Maven Users List Subject: Re: skipping

Re: weird problem in continuum

2006-02-14 Thread Emmanuel Venisse
Continuum use maven-scm project and this NPE is fixed in maven-scm project 1.0-beta-3 that will be release for continuum-1.0.3. If you want to fix it in your continuum, you'll need to replace all maven-scm-* in continuum/apps/continuum/lib by snapshot versions. Emmanuel [EMAIL PROTECTED] a

M2 Eclipse Plugin vs. Command Line

2006-02-14 Thread Scott M Mcclements
My question is about the differences between the M2 Eclipse Plugin and the plain old command line M2 version. What advantages does the plugin provide? I checked out a project (Apache Tusqany) into my eclipse workspace. I have the M2 plugin installed - on the console I see: 2/13/06 8:13:53 PM

Re: skipping sha1 md5 downloading

2006-02-14 Thread Tom Joad
Ok Thanks , i'll do this Tom. 2006/2/14, Luca Gmail [EMAIL PROTECTED]: I saw this error when I had copied manually artifact into repository. I think you should use mvn deploy to update your internal repository. Luca -Original Message- From: Tom Joad [mailto:[EMAIL PROTECTED]

Re: M2 Eclipse Plugin vs. Command Line

2006-02-14 Thread Tom Joad
Hello , You must set up your local repository on eclipse windowpreferencesmaven2 local repository folder= a folder in which plugin put artifacts downloaded. Could you tell me if after that it works , because it never does. I use maven with external tools as on documentation maven2 site. Tom.

Specifying Master POM Version Once

2006-02-14 Thread Mike Lantink
I am trying to find a way to specify the version of the master POM that will be used in sub project parent references in only one location such as a property in the master POM. This does not seem to resolve outIs there another way rather than hardcoding a version in all the sub project

Re: Site plugin: is the skin tag used?

2006-02-14 Thread fabrice . belingard
Something strange: I've figured out that the SVN version of the site plugin does not use my site.xml file... whereas version 2.0-beta-4 finds this file in my project and uses it correctly to generate the site. Did something change between 2.0-beta-4 and the SVN version of the plugin? What

Re: M2 Eclipse Plugin vs. Command Line

2006-02-14 Thread Kathryn Huxtable
Have you tried version 0.0.5 of the plugin? It works for me on Mac OSX 10.4.4. I'm not sure that the plugin reads setting.xml yet. It didn't use to, which was extremely annoying. -K On 2/14/06 10:14 AM, Tom Joad [EMAIL PROTECTED] wrote: Hello , You must set up your local repository on

maven builder and eclipse deployement

2006-02-14 Thread Tom Joad
Hello all, I use maven with eclipse ,with external tools. Our project , initially , was not managed with maven. Libraries were located under WEB-INF/lib We decided to use maven for all cycle of our project . I delete the directory WEB-INF/lib and all references to it and set up M2_REPO . It works

Adding target/classes to plugin classpath

2006-02-14 Thread Edson Tirelli
All, I'm sorry if this was already discussed, but I didn't found in the archives. I developed a java plugin for use here in a project. The plugin runs after compiling code and needs to instantiate a class that was compiled by maven, using Class.forName(). Unfortunatelly, seems

[m2] How to bundle a rar file into an ear with maven-ear-plugin

2006-02-14 Thread Xavier Galleri
Title: [m2] How to bundle a rar file into an ear with maven-ear-plugin Hello, I'd like to configure the maven-ear-plugin to bundle a rar file. Is there any idea? Rgds, -Xavier Ce message et ses pièces jointes (le message) est destiné à l'usage exclusif de son destinataire. Si vous

[m2] getting clean to remove generated sources

2006-02-14 Thread Xavier Toth
Is it possible to get clean to remove sources I generate during my build?

Re: SPAM: [m2] getting clean to remove generated sources

2006-02-14 Thread Emmanuel Venisse
If you generate your sources in target, they will be remove Emmanuel Xavier Toth a écrit : Is it possible to get clean to remove sources I generate during my build? - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [m2] Antrun-Plugin javac not working

2006-02-14 Thread Carlos Sanchez
May it be something like http://jira.codehaus.org/browse/MANTRUN-37 ? On 2/14/06, Ruel Loehr [EMAIL PROTECTED] wrote: There is a bug such that if you have a child build which uses the ant plugin it inherits the plugin dependencies of the first time the plugin is declared. The workaround is

[m1] PMD: How to add custom rules with Java code?

2006-02-14 Thread Jeff Jensen
I know to use maven.pmd.rulesetfiles to specify the rules config, but I'm not sure of the correct way to get the custom PMD rule Java class files on the classpath so the PMD plugin sees them. Can anyone advise on that, please?

[m2] AntTasks with Rhino js.jar missing Context.getDebuggableEngine()

2006-02-14 Thread Rollo, Dan
I'm using the Ant Dependency Tasks of Maven 2.0.2. I have the following dependencies defined in my pom: dependency groupIdbsf/groupId artifactIdbsf/artifactId version2.3.0/version scopetest/scope /dependency dependency

Re: [m2] getting clean to remove generated sources

2006-02-14 Thread Lee Meador
If you generate the sources inside target/generated-sources they will be removed when you clean. On 2/14/06, Xavier Toth [EMAIL PROTECTED] wrote: Is it possible to get clean to remove sources I generate during my build? -- -- Lee Meador Sent from gmail. My real email address is [EMAIL

JDepend Exception

2006-02-14 Thread Guilherme Silveira
I got the following exception... dunno if it some kind of javadoc comment that I added I don't believe so... I am using snapshot beta-1 from mojo site... FATAL ERROR: Error executing Maven for a project org.apache.maven.lifecycle.LifecycleExecutionException: Error during report generation

Re: Specifying Master POM Version Once

2006-02-14 Thread dan tran
Not in M2, heard it will be allowed in 2.1 -D On 2/14/06, Mike Lantink [EMAIL PROTECTED] wrote: I am trying to find a way to specify the version of the master POM that will be used in sub project parent references in only one location such as a property in the master POM. This does not seem

Re: Specifying Master POM Version Once

2006-02-14 Thread Sasvata Chatterjee
On 2/14/06, Mike Lantink [EMAIL PROTECTED] wrote: I am trying to find a way to specify the version of the master POM that will be used in sub project parent references in only one location such as a property in the master POM. This does not seem to resolve outIs there another way rather

[M2] merging separate CVS modules

2006-02-14 Thread Stephen Hahn
I am trying to use Maven 2 to build a series of WAR projects from an existing CVS repository. The developer has placed the source for the war files in three separate modules: base; var1; var2. Currently the wars are created by checking out base and then overlaying any files contained in var1 or

RE: [m2] Antrun-Plugin javac not working

2006-02-14 Thread Ruel Loehr
I was thinking of this one: http://jira.codehaus.org/browse/MNG-1323 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Tuesday, February 14, 2006 11:47 AM To: Maven Users List Subject: Re: [m2] Antrun-Plugin javac not working May it

Re: [m1] PMD: How to add custom rules with Java code?

2006-02-14 Thread Jeff Jensen
Is maven.dependency.classpath the classpath created by Maven of all the dependencies listed in the dependecies section (I did not see this property described on the Properties Reference page, or elsewhere)? If so, then is the correct solution to install a jar of the custom rules in the local repo

Re: Site plugin: is the skin tag used?

2006-02-14 Thread Brett Porter
It sohuld find it. And the parent. On 2/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Something strange: I've figured out that the SVN version of the site plugin does not use my site.xml file... whereas version 2.0-beta-4 finds this file in my project and uses it correctly to generate

RE: How can I store artifacts in our remote repository?

2006-02-14 Thread Thomas_Perry
hi Luca, I'm very interested in your use of a docroot. we also have a webroot defined under tomcat with an absolute path to the M2 repository. like /m2-repo with a path of /absolute/path/to/m2/repository I've gotten ftp and scpexe to work for deploys, but I haven't been able to deploy

Re: [m2] getting clean to remove generated sources

2006-02-14 Thread Xavier Toth
My generated sources aren't being compiled. I've tried generating them in target/generated-sources and target/generated-sources/java/main. Have you compiled generated source? On 2/14/06, Lee Meador [EMAIL PROTECTED] wrote: If you generate the sources inside target/generated-sources they will be

m2 -- Ready for Prime Time, yet?

2006-02-14 Thread Ray Ward
I read Vincent Massol's PPT dated 15 September 2005. He said, Short answer: No. But, that was 5 months ago! How about now? I have a major set of J2EE apps that are mostly all in m1, with a few stragglers in Ant. I will be going through these, externalizing the environmental dependencies from

still use Ant

2006-02-14 Thread [EMAIL PROTECTED]
Hello all, I'm really new to Maven, I just migrated a small toolbox project and a small webapp project to maven and it's great my question is : do you still use ant to do some special stuff or should maven be enough ? thanks in advance F.

Re: m2 -- Ready for Prime Time, yet?

2006-02-14 Thread dan tran
Safe rollercoaster with insurance. ;-) On 2/14/06, Ray Ward [EMAIL PROTECTED] wrote: I read Vincent Massol's PPT dated 15 September 2005. He said, Short answer: No. But, that was 5 months ago! How about now? I have a major set of J2EE apps that are mostly all in m1, with a few

Re: m2 -- Ready for Prime Time, yet?

2006-02-14 Thread Brett Porter
On 2/15/06, Ray Ward [EMAIL PROTECTED] wrote: I read Vincent Massol's PPT dated 15 September 2005. He said, Short answer: No. But, that was 5 months ago! How about now? Well, in September, it wasn't final, so probably fair enough. There was a long discussion on this list a little more

Re: m2 -- Ready for Prime Time, yet?

2006-02-14 Thread Kathryn Huxtable
The only thing I'd add is that the IDE extensions are not as mature as those for M1. Although I run the Eclipse extension (m2eclipse.codehaus.org) I am not really satisfied with it. It's pretty easy to use the mvn eclipse:eclipse command, though, to keep your .classpath and .project up to date and

Update for Maven plugin list

2006-02-14 Thread Jonathan Johnson
An update for the Maven plugin list.. A new JAXB plugin for Maven 2 is under construction. Alpha release expected this week. Plugin: Maven jaxb Plug-in Author for m2 version Jonathan Johnson --- Anyone have information or status of the JNLP Maven 2 plugin? Jerome Locoste is

[m2] Clover license files

2006-02-14 Thread Matthew Beermann
According to Cenqua's documentation, I should be able to drop my clover.license file next to clover-1.3.11.jar in my local repository, and have it work. However, I just tried this, and it still won't find the license file. I see the plugin's licensePath/ attribute, but it seems like it

RE: [m2] ignore known hosts

2006-02-14 Thread Michael Fiedler
Luca, user id is either your userid or some other userid for that system. So, for you it could be C:/Documents and Settings/Luca/.ssh Michael -Original Message- From: luca rasconi [mailto:[EMAIL PROTECTED] Sent: Thursday, February 09, 2006 9:48 AM To: Maven Users List Subject: Re:

Re: m2 -- Ready for Prime Time, yet?

2006-02-14 Thread Alexandre Poitras
I use Maven 2.0 in production and I am quite satisfied. I haven't run in a lot of bugs. The documentation can look a little bit sparsed but there is a good wiki and this list is pretty active and helpful and Maven 2.0 is very intuitive in my opionion. But like Kathryn said the IDE integration

RE: m2 -- Ready for Prime Time, yet?

2006-02-14 Thread KC Baltz
I'll add that I looked over a colleague's shoulder when he opened a Maven2 project in NetBeans 5.0 with the Mevenide plugin and was very impressed. It figured everything out without creating a separate Ant build.xml like NB normally does. I'm not sure how solid it was for roundtrip project

RE: maven-proxy and snapshots problem

2006-02-14 Thread Brian E. Fox
One problem I ran into with specifying your repositories in the pom: You will probably eventually want to have some inheritance and the repository definition will be at some parent pom above where you are building. In this case, if your repository definition is in the parent pom, maven won't know

RE: [m2] getting clean to remove generated sources

2006-02-14 Thread Brian E. Fox
I just read that clean 2.1 will support this and was put up for a release vote today. Maybe by Monday you will have a solution... -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 12:36 PM To: Maven Users List Subject: Re: SPAM: [m2]

RE: maven-proxy and snapshots problem

2006-02-14 Thread Brian E. Fox
I ended up having to require all developers set the repository in their settings just to bootstrap. Another work around is if you have a mirror of central defined to your maven proxy is to setup maven proxy to find the parent by looking in your repo. The problem here is that it won't work for

Re: hibernate3 plugin

2006-02-14 Thread Srepfler Srgjan
A site that describes goals and documents the plugin would be most usefull. Srgjan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven and Classpaths

2006-02-14 Thread Stephen Duncan
If you really don't ever want to put them into a private repository, then use system scope dependencies... -Stephen On 2/14/06, Stephen Milner [EMAIL PROTECTED] wrote: To explain further, I need to be able to add class path jars to the manifest file that are not tracked by maven. These are

Re: M2 Eclipse Plugin vs. Command Line

2006-02-14 Thread Scott M Mcclements
Have you tried version 0.0.5 of the plugin? It works for me on Mac OSX 10.4.4. Ahh! Thanks! What a difference +0.0.1 makes. Its compiling now. I have some jar ordering problems on the classpath that I don't have when I run from the command line, but I think I can handle that problem. -Scott

Re: hibernate3 plugin

2006-02-14 Thread Jacek Laskowski
06-02-13, Michal Palička [EMAIL PROTECTED] napisał(a): the Hibernate3 plugin can be found at the mojo-sandbox. Hi, (Since it's the users mailing list I hope such irritating questions are acceptable ;)) What's the difference between the Hibernate3 plugin hosted at the mojo-sandbox and the

RE: hibernate3 plugin

2006-02-14 Thread Johann Reyes
Hello Michal The main difference is that while the hibernate3-maven-plugin is based on hibernate-tools (http://www.hibernate.org/hib_docs/tools/reference/en/html/ant.html) and can do more tasks like create a database schema base in your POJOs or generate a database documentation (kind of javadoc)