Re: Can't get project.xml to work ...

2004-01-25 Thread David Whitehurst
John: Thanks. I got things to run. It didn't pick up my source and compile, but it did find e.g. the jdom.jar I went to their site to get the goodies and use in the dependency tag. I have to now figure why the JAR got build with only my jars inside, the src did not compile nor did the class

Re: Can't get project.xml to work ...

2004-01-25 Thread John Casey
You may need to read a little more in-depth on the maven purpose. The idea is that everything in your /lib directory will not actually be stored with your project, at least w.r.t. version management. Instead, these dependency libraries should be maintained in a central repository (or set of reposi

Re: Can't get project.xml to work ...

2004-01-25 Thread David Whitehurst
I'm confused, what does my project depend on other than the JAR's that are in my /lib folder, but that's on CVS too along with /src. Am I supposed to be looking for the java sdk jar? I only depend on the /lib jars and the /conf folder, but each are on CVS, where would I download that from? I

RE: Can't get project.xml to work ...

2004-01-25 Thread Tim Reilly
I'm a newbie myself, but I've generated the same error when my depencies were not right. should not be empty, I believe. hth > -Original Message- > From: David Whitehurst [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 25, 2004 9:26 PM > To: [EMAIL PROTECTED] > Subject: Can't g

Re: Can't get project.xml to work ...

2004-01-25 Thread John Casey
> > - > > > > > > > This would do the trick...this is actually a section in which you're supposed to list the dependencies upon which your project...well...depends. As such, it should be a set of entries that look something like this: commons-jelly common-jelly-tags-xml 2

Can't get project.xml to work ...

2004-01-25 Thread David Whitehurst
Hi: I installed maven, point to /bin and MAVEN_HOME is there too. I can run "maven test' it downloads a bunch of things, but creates no classes or docs, just folders in target dir. I setup a project.xml in my workspace/DBPirate dir for my project. When I run I keep getting the following erro

Re: [FOURTH TIME] Cannot run the "site" goal

2004-01-25 Thread Marco Tedone
Yes, I just tried to delete the plugin folder and I get the same error. Marco - Original Message - From: "Arnaud Heritier" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]>; "'Marco Tedone'" <[EMAIL PROTECTED]> Sent: Sunday, January 25, 2004 11:12 PM Subject: RE: [FOURTH TI

RE: [FOURTH TIME] Cannot run the "site" goal

2004-01-25 Thread Arnaud Heritier
Hello Marco. Did you try to delete your directory C:/Documents and Settings/mtedone/.maven/plugins directory ?? The plugin cache directory is maybe corrupted !! Arnaud > -Message d'origine- > De : Marco Tedone [mailto:[EMAIL PROTECTED] > Envoyé : dimanche 25 janvier 200

[FOURTH TIME] Cannot run the "site" goal

2004-01-25 Thread Marco Tedone
Hi folk, it's the fourth time (included the one sent to the "license-plugin" pm) that I post the following problem, hoping that first or later someone will answer. I'm trying to execute the 'default' site goal, and I obtain the following error: D:\Projects\Merlin_template>maven site __ __ | \/

Re: mavenide on mac os x

2004-01-25 Thread Gilles Dodinet
Stefan, i dont think theres a "prefered solution". i simply wasnt aware of that macosx issue, so i just looked at maven.home/bin/maven script and this issue is handled like this : TOOLS_JAR="${JAVA_HOME}/lib/tools.jar" if $darwin; then TOOLS_JAR="/System/Library/Frameworks/JavaVM.framework/V

mavenide on mac os x

2004-01-25 Thread Stefan Groschupf
Hi, when i start maven with the mavenide i got this exception: File or url '/System/Library/Frameworks/JavaVM.framework/Home/lib/tools.jar' could not be found java.net.MalformedURLException: no protocol: /System/Library/Frameworks/JavaVM.framework/Home/lib/tools.jar at java.net.URL.(URL.java:5