Plugins (1067)


Training and Consulting (40)



EPIC Poll

What is your favourite developer portal?

[ Results | Polls ]

Votes: 538
Comments: 0

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
dirtbikejunkie
Post subject: Re: RE: Re: RE: Maven2 With eclipse  PostPosted: Dec 19, 2005 - 02:29 AM



Joined: Dec 19, 2005
Posts: 1

Anonymous wrote:
Anonymous wrote:
oop! sorry my misstake the file sjhould be
C:\Documents and Settings\Chris\.m2\settings.xml
Followed the instructions. Same problem. Maybe the problem is a combination of a strange hibernate 3.0.5 pom and my not having full-blown maven on my machine. Would someone setup a pom that uses org.hibernate, hibernate, 3.0.5 to see if you have the same problem? If so, please try it against a new repository. Also, if you have a machine that doesn't have maven 2.0 on it that would be good, too.

Thanks


I am using Hibernate 3.1, MySQL, Maven 2, and Xdoclet2 and seems to work. Took a while to get a working setup, mostly due to little to no documentation on Xdoclet2 hibernate plugin.

The maven plugin seems to be working with exception I am not able to to run Maven as an external tool and receive the error "Ignoring available plugin update: 1.0-alpha-2 as it requires Maven version 2.0-beta". This would be more or less a nice to have as it looks like the run command allows you to easily specify goals and such for quick maven builds from eclipse. if anyone has info on this I'd appreciate it.

Here is what I have for my POM:

<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.myorg</groupId>
<artifactId>myorg</artifactId>
<packaging>war</packaging>
<name>myorg Web Application</name>
<version>1.0-SNAPSHOT</version>
<url>http://myorg.kicks-ass.org</url>
<inceptionYear>2005</inceptionYear>
<organization>
<name>myorg</name>
<url>http://myorg.org</url>
</organization>
<build>
<finalName>myorg</finalName>
<plugins>
<plugin>
<artifactId>xdoclet-maven-plugin</artifactId>
<groupId>org.codehaus.mojo</groupId>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>xdoclet</goal>
</goals>
<configuration>
<tasks>
<echo message="Generating HBM files from java source to ${basedir}/src/main/resources/hibernate"/>
<hibernatedoclet destdir="${basedir}/src/main/resources/hibernate" excludedtags="@version,@author,@todo,@see,@desc" verbose="true">
<fileset dir="${basedir}/src/main/java" includes="**/hibernate/*.java"/>
<hibernate version="3.0" />
</hibernatedoclet>
</tasks>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>3.0.10</version>
</dependency>
</dependencies>
</project>
 
 View user's profile Send private message  
Reply with quote Back to top
Guest
Post subject: RE: Re: RE: Maven2 With eclipse  PostPosted: Dec 19, 2005 - 06:49 PM






maven 2 eclipse plugin:
http://maven.apache.org/eclipse-plugin.html
 
   
Reply with quote Back to top
Guest
Post subject: RE: Re: RE: Maven2 With eclipse  PostPosted: Dec 20, 2005 - 09:11 AM






Anonymous wrote:
maven 2 eclipse plugin:
http://maven.apache.org/eclipse-plugin.html
This one works much better. I'm able to get my dependencies. Now I'm just having problems with what appear to be bad pom files for either hibernate or spring at ibiblio (certain javax dependencies aren't in their expected locations). I'm beginning to wonder if even using a subset of maven is worth it.
 
   
Reply with quote Back to top
ohm
Post subject: Re: RE: Maven2 With eclipse  PostPosted: Dec 21, 2005 - 06:22 PM
Guest





please email me at ohm.anandam@gmail.com

thanks
Ohm
 
   
Reply with quote Back to top
Guest
Post subject: RE: Re: RE: Maven2 With eclipse  PostPosted: Dec 22, 2005 - 01:45 AM






K. Ohm
maven 2 eclipse plugin @ http://maven.apache.org/eclipse-plugin.html is working superor than mine. only one problem is that it use the old maven embbeder library (beta version), but hopfully it's will update and be part of eclipse platform...Smile

but if you want to try my plugin you may get it @ http://www.myjavaserver.com/~thawee/eclipse/

thawee
 
   
Reply with quote Back to top
Phentermine
Post subject: hello  PostPosted: Jul 28, 2006 - 04:33 AM
Guest





phentermine pill xenical can buy phentermine home phentermine phentermine mg phentermine and guarantee buy a substitute for weight free prescription important phentermine diet and buy pill generic phentermine online online what are the online cheap phentermine without gt online prices cheap now 149 online shipping 112 cod online indexbuy no
<a href="http://phenik.info">Buy Phentermine</a>, http://phenik.info,Buy Phentermine
xanax diet pill
<a href="http://sys.forumup.org/">buy xanax</a>,http://sys.forumup.org/,buy xanax
 
   
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits