Re: Maven 2 + Hibernate + Oracle 10g

2008-09-08 Thread Dan Tran
you need to install oracle 10 jdbc driver to your local or remote repositories. -D On Sun, Sep 7, 2008 at 8:28 PM, svenson [EMAIL PROTECTED] wrote: I've just started using hibernate as a jpa provider for my maven 2 project (I use Oracle 10g as a database). I fail to find a hibernate

Re: maven1 and Wtp support in Eclipse

2008-09-08 Thread Lukas Theussl
It's mentioned in the FAQ: http://maven.apache.org/maven-1.x/plugins/eclipse/faq.html but it's such a long time, no idea if/how it works... HTH, -Lukas thomas2004 wrote: I know there is WTP support in maven2: mvn -Dwtpversion=R7 eclipse:eclipse Who knows is there any WTP support for

Re: macosx problem with forkMode and maven-surefire-plugin

2008-09-08 Thread Brett Porter
can you paste in the surefire plugin configuration that you are using exactly? Cheers, Brett 2008/9/8 Mark Hansen [EMAIL PROTECTED] I'm running MVN with JDK1.6.0 on MacOSX. When I set forkMode to point to my JDK1.4.2, I'm still getting the JDK1.6.0 version of classes.jar on the classpath.

war artifacts: different dependency types per different profiles?

2008-09-08 Thread Kristian Rink
Folks; I do have a set of war artifacts containing a bunch of dependencies each, and I want to be able to - deploy them as part of an ear, by then having each of the dependencies used as typeprovided/type, assuming the dependent jars come along with the ear module itself, and - deploy them as

Dependencies on a HAR-File

2008-09-08 Thread hal arres
Hi, my name is Hal and I am starting with maven, but I have a little problem. I want to build an EAR-File with dependencies on an har and a jar file. I build the har file using the jboss-packaging-maven-plugin. This works fine and the artifact is also installed inside the repository, but I have

Re: Dependencies on a HAR-File

2008-09-08 Thread Guillaume Boucherie
Hi, Did you try to use jboss-har for the type ? And don't forget to declare the jboss-packaging-maven-plugin with extension enabled. plugin groupIdorg.codehaus.mojo/groupId artifactIdjboss-packaging-maven-plugin/artifactId !-- Enable packaging types and lifecycle

Re: Dependencies on a HAR-File

2008-09-08 Thread hal arres
Thank you Guillaume, you are right about the changes. This is what I changed: dependency groupIdexample/groupId artifactIdc-backend-persistence/artifactId version1-SNAPSHOT/version typejboss-har/type /dependency and: build

Re: How to deploy a Flex library (swc)

2008-09-08 Thread coutant
Yes, Emmanuel, it works. And so we'll do. But i still feel little unconfortable introducing a dependency from a standard framework such Flex SDK to an emerging project such flex-compiler-mojo... I suppose a will have to live with that untill Adobe realize that most developpers want to build

Re: How to merge pom files ?

2008-09-08 Thread Olivier THIERRY
Thanks a lot John, this is exactly what I needed :) Based on the plugin configuration you suggested, I added promoteTransitiveDependencies property and set it to true so that transitive dependencies become direct dependencies in the shaded jar. But I have one problem yet : I need to add some

Creating a jar/zip with dependencies

2008-09-08 Thread Karl Heinz Marbaise
Hi there, i have a project which has the following structure: parent +--- Module A (depends on C and D) +--- Module B +--- Module C +--- Module D Module A has of course other dependencies too Now coming to my problem: I would like to create a zip/jar which comprises of the Module

Re: Creating a jar/zip with dependencies

2008-09-08 Thread Olivier THIERRY
I had the same kind of need. You should try Maven Assembly Plugin : http://maven.apache.org/plugins/maven-assembly-plugin/ Or maybe Maven Shade Plugin : http://maven.apache.org/plugins/maven-shade-plugin/ 2008/9/8 Karl Heinz Marbaise [EMAIL PROTECTED] Hi there, i have a project which has the

Re: Creating Delivery Package

2008-09-08 Thread Brett Porter
You can use the dependency plugin to download and unpack the tomcat distribution and the assembly plugin to combine it. Here is a practical example, which bundles Jetty as the servlet container, and uses the Java Service Wrapper for starting it as a service:

Re: How to stop Maven to look for updates on snapshots?

2008-09-08 Thread Rémy Sanlaville
Hi, It seems that the offline mode does not work with SNAPSHOT. You also have this issue : http://jira.codehaus.org/browse/MNG-3314 Rémy

Re: Creating a jar/zip with dependencies

2008-09-08 Thread Karl Heinz Marbaise
Hi Olivier, first of all, many thanks for the hints... I had the same kind of need. You should try Maven Assembly Plugin : http://maven.apache.org/plugins/maven-assembly-plugin/ Or maybe Maven Shade Plugin : http://maven.apache.org/plugins/maven-shade-plugin/ I have taken a deep look into

Re: Creating a jar/zip with dependencies

2008-09-08 Thread Mick Knutson
You can create this with the assembly-plugin --- Thank You… Mick Knutson BASE Logic, inc. (415) 354-4215 Website: http://baselogic.com Blog: http://baselogic.com/blog BLiNC Magazine: http://blincmagazine.com Linked IN: http://linkedin.com/in/mickknutson DJ Mick: http://djmick.com MySpace:

Re: Maven 2 + Hibernate + Oracle 10g

2008-09-08 Thread svenson
Dan Tran wrote: you need to install oracle 10 jdbc driver to your local or remote repositories. -D I downloaded the JDBC driver required and cut the line with the hibernate.dialect but a hibernate exception is still thrown . Exception in thread main org.hibernate.HibernateException:

specifying a url for each POM - not working

2008-09-08 Thread dskumar74
Hi, The home page link that exists on top right portion of the maven generated report (project-info.html) seems to be a broken link. I tried giving a value for url tag. But it ignores this value and opens the windows folder instead of navigating back to the link. Attached is the ZIP file

Re: How to deploy Website to Webspace on java.net ?

2008-09-08 Thread mac-systems
Ok, thx i will have a look at it :) - Jens Hello Brett, you will have to have CVS administrative permissions to create the so-called CVS repository at the remote site or you will have to persuade you hosting outfit folks to administratively create or include you site in the CVS repository as

Usage of System Scope

2008-09-08 Thread Saket Lakshminarayan Chiluveru
Hi, I wish to temporarily build a maven project, with dependencies which are on the FileSystem. For which I can use the scope as 'system', but what should be the group Id, artifact Id and the version ? Regards Saket CAUTION - Disclaimer * This e-mail contains

Re: Usage of System Scope

2008-09-08 Thread Stephen Connolly
make up whatever you like On Mon, Sep 8, 2008 at 2:27 PM, Saket Lakshminarayan Chiluveru [EMAIL PROTECTED] wrote: Hi, I wish to temporarily build a maven project, with dependencies which are on the FileSystem. For which I can use the scope as 'system', but what should be the group Id,

Maven documentation

2008-09-08 Thread Matthias Dorfner
Hello everybody, the task for my diploma thesis is to implement Maven for an existing software project whose API is written in Java. The thing is that my boss wants besides the revision configuration management a good documentation for the already existing API (which you can also show

What's the canonical way to package multiple modules as one jar for delivery?

2008-09-08 Thread Benjamin Smith-Mannschott
I've got a project structured like this: mylib/pom.xml /* parent and multi-module build; packaging: pom */ | +-- mylib_core/pom.xml \ | | java projects which package as jar. +-- mylib_util/pom.xml | ... | +-- mylib_ext/pom.xml

Re: Maven documentation

2008-09-08 Thread Karl Heinz Marbaise
Hi Matthias, the task for my diploma thesis is to implement Maven for an existing software project whose API is written in Java. the thing is that my boss wants besides the revision configuration management a good documentation for the already existing API (which you can also show

Re: Dependency problem for org.eclipse.core:runtime:3.3.100-v20070530

2008-09-08 Thread Costin Caraivan
Hello, When your pom.xml starts looking like this: dependency groupIdorg.eclipse.jface/groupId artifactIdtext/artifactId version3.3.0-v20070606-0010/version exclusions exclusion

RE: Maven documentation

2008-09-08 Thread Andreas Guther
You might get some information about Maven history from Wikipedia: http://en.wikipedia.org/wiki/Apache_Maven Andreas -Original Message- From: Matthias Dorfner [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2008 6:57 AM To: users@maven.apache.org Subject: Maven documentation

Problems building EAR with HAR

2008-09-08 Thread hal arres
Hi, maybe you recognize from this morning :) After my first problem building a JAR with a dependeny on a HAR artifact I am trying to build the EAR which contains both files, the JAR and the HAR. But during this issue I got a build failure which I don't understand. I am trying to fix this since

Where to find Actual SWT jars as Maven dependency ?

2008-09-08 Thread mac-systems
Hello, where can i find most (stable) SWT Jars to bind in a Project ? Anyone knows about some repository ? Actually i think it is not that simple as SWT contains a lot of Native bindings. regards, Jens - To unsubscribe,

get per java the bundle-require from Manifest-File

2008-09-08 Thread simoha
hi all, I try just a Maven plugin to write, how can I get please per java the bundle-require from the manifest-File..? There is a method or so?? Thnaks in Advance -- View this message in context: http://www.nabble.com/get-per-java-the-bundle-require-from-Manifest-File-tp19374352p19374352.html

Re: Creating Delivery Package

2008-09-08 Thread Karl Heinz Marbaise
Hi Brett, You can use the dependency plugin to download and unpack the tomcat distribution and the assembly plugin to combine it. Here is a practical example, which bundles Jetty as the servlet container, and uses the Java Service Wrapper for starting it as a service:

Re: Creating Delivery Package

2008-09-08 Thread Wendy Smoak
On Mon, Sep 8, 2008 at 8:58 AM, Karl Heinz Marbaise [EMAIL PROTECTED] wrote: Now i have a working Tomcat 6.0.18 which includes my project.war fileso it simplyfies the installation process to: Just unzip this file, goto bin directory and startup.bat/startup.sh That's it... Can you

RE: Where to find Actual SWT jars as Maven dependency ?

2008-09-08 Thread Martin Gainty
if you dont specify your plugin's version/artifactID/groupID attributes you get this configuration http://maven.apache.org/plugins/index.html Caveat Emptor: the beta war is not ready and I have had to override this plugin in local pom with version2.0/version you'll want to specify

Re: Creating Delivery Package

2008-09-08 Thread Karl Heinz Marbaise
Hi there, Can you share how you did this for Tomcat? (There's a wiki [1] if you need somewhere to write.) Good hint...thanks... [1] http://docs.codehaus.org/display/MAVENUSER/Home Inserted a first state of documentation with snippets of the POM/Assembly descriptors donesomeone should

[PLEASE TEST] Maven 2.1.0-M1-RC15

2008-09-08 Thread John Casey
Hi everyone, I've fixed a bug in RC13 (yes, it took two tries, thus the RC15 version of this post). You can find the new release candidate here: http://people.apache.org/~jdcasey/stage/current-maven-RC As a matter of fact, I'll just start updating this URL with the latest RC when I roll a

[Job Opening] - Maven Consultants

2008-09-08 Thread Neeti
We have immediate need for experienced Maven consultants to contribute to the architecture, design development of next generation build release system for major e-commerce firm. Ultimate goal of this project is to automate the build deployment of code for a globally dispersed team of 1000+

Need help understanding maven file

2008-09-08 Thread muddushafi
Can anyone explain me why we use SCM in the project. And when we build a project using maven(ECLIPSE) where does the .jar file is formed. As I was executing this using maven:build, a Folder is formed in my internal repositroy(.m2), with name atcc-common, But I cant see atcc-common-security-1.3.4

Re: Need help understanding maven file

2008-09-08 Thread Mick Knutson
run 'mvn install -e' --- Thank You… Mick Knutson BASE Logic, inc. (415) 354-4215 Website: http://baselogic.com Blog: http://baselogic.com/blog BLiNC Magazine: http://blincmagazine.com Linked IN: http://linkedin.com/in/mickknutson DJ Mick: http://djmick.com MySpace: http://myspace.com/mickknutson

Re: macosx problem with forkMode and maven-surefire-plugin

2008-09-08 Thread Mark Hansen
Maven version: 2.0.9 Java version: 1.6.0_05 OS name: mac os x version: 10.5.4 arch: x86_64 Family: mac plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId configuration

war plugin failure

2008-09-08 Thread Martin Gainty
[INFO] [war:war] [INFO] Packaging webapp [INFO] [ERROR] FATAL ERROR [INFO] [INFO] Cannot construct org.apache.maven.plugin.war.util.WebappStructure as

Re: war plugin failure

2008-09-08 Thread Wayne Fay
What version are you using now (of the war plugin specifically)? If you don't know, you probably should find out, and lock it down in the pom. Wayne On Mon, Sep 8, 2008 at 5:59 PM, Martin Gainty [EMAIL PROTECTED] wrote: [INFO] [war:war] [INFO] Packaging webapp [INFO]

Re: macosx problem with forkMode and maven-surefire-plugin

2008-09-08 Thread Brett Porter
You're correct. I found with a test project that the correct runtime JAR is used, but the wrong JVM. However, using 2.0.10-RC11 corrects the problem, and it was also fine under 2.0.8. - Brett 2008/9/9 Mark Hansen [EMAIL PROTECTED] Maven version: 2.0.9 Java version: 1.6.0_05 OS name: mac os x

Re: What's the canonical way to package multiple modules as one jar for delivery?

2008-09-08 Thread Brett Porter
You will need to use the assembly plugin to create your own JAR. - Brett 2008/9/9 Benjamin Smith-Mannschott [EMAIL PROTECTED] I've got a project structured like this: mylib/pom.xml /* parent and multi-module build; packaging: pom */ | +-- mylib_core/pom.xml \ |

[PLEASE TEST] Maven 2.1.0-M1-RC16

2008-09-08 Thread John Casey
Hi again, I've fixed two more issues that came up in RC13 and the intervening release candidates: - http://jira.codehaus.org/browse/MNG-3746 - http://jira.codehaus.org/browse/MNG-3747 Here's the URL for the RC16 release candidate: http://people.apache.org/~jdcasey/stage/current-maven-RC/

Re: [Job Opening] - Maven Consultants

2008-09-08 Thread Jason van Zyl
There's the [EMAIL PROTECTED] list for this sort of thing. On 8-Sep-08, at 3:21 PM, Neeti wrote: We have immediate need for experienced Maven consultants to contribute to the architecture, design development of next generation build release system for major e-commerce firm. Ultimate

Re: [Job Opening] - Maven Consultants

2008-09-08 Thread Dan Tran
Ultimate goal of this project is to automate the build deployment of code for a globally dispersed team of 1000+ software developers. Mine you need to get both big company behind maven to work for you for this kink of work. if you know who they are :-) How many do you intend to hire? 1? -D On

[california.jobs.com] Very HOT Urgent REQ: Pls go through the following REQs... and respond me if u have any matching Resumes..... Mail to [EMAIL PROTECTED]

2008-09-08 Thread Siva Kumar
Dear Associates, Pls go through the following REQs... and respond me if u have any matching Resumes. Mail to [EMAIL PROTECTED] *Pl *find the below requirements on Oracle for review which are active at this point – please let me know if you have any suitable profiles that match our client