Re: Eclipse and maven

2009-02-27 Thread supareno
David, http://code.google.com/p/q4e is a very good tool too though...i would also encourage you to check out the M2Eclipse plugin for Eclipse. it does a really good job of helping with the integration of Maven and Eclipse John Wooten wrote: Eclipse won't let you nest projects in a

Re: basic question about maven

2009-02-26 Thread supareno
you can check this http://maven.apache.org/plugins/maven-archetype-plugin/usage.html or this http://code.google.com/p/q4e/ to do it with eclipse Hi, I just want to develop one small application for a trust. I want to set up a framework struts 2, spring, hibernate, acegi and maven. I know we

Re: Packaging an application that can be run

2008-10-16 Thread supareno
alexworden , did you add this to your manifest: Class-Path: foo.jar bar.jar and is your folder looks like this: appfolder |_ myExecJar.jar |_ foo.jar |_ bar.jar ?? check out this http://java.sun.com/docs/books/tutorial/deployment/jar/downman.html it may help you Hi, I have a

Re: the meaning of component.xml?

2008-09-28 Thread supareno
you caould find some infos here: http://maven.apache.org/plugins/maven-assembly-plugin/component.html I've read the source code of maven-dependency-plugin and there is a component.xml, I know this file is for pluxes container to locate load the plugin, can anybody tell me the detail meaning of

Re: M 2.0.5 Maven Compiler Plugin 2.0.2 Problem

2008-07-30 Thread supareno
please check out this: http://maven.apache.org/plugins/maven-compiler-plugin/ everything is in :-) Even though I define my source as 1.4, I still get the following error. Please help. POM: plugin groupIdorg.apache.maven.plugins/groupId

Re: Repositories

2008-07-07 Thread supareno
buters, check out this: http://www.hibernate.org/422.html?cmd=prntdoc it may help you supareno Hi, E.g. there is an artifact antlr-2.7.7.jar in http://repository.jboss.org/maven2;, but m2eclipse doesn't show it in Add Dependency. If I try to put it manual in pom.xml with dependency, Maven

problems with multiple profiles...

2008-01-31 Thread supareno
?? regards supareno - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problems with multiple profiles...

2008-01-31 Thread supareno
[...] /build /profile profile build [...] /build /profile /profiles /project With regards, Nick Stolwijk [1] http://maven.apache.org/ref/2.0.7/maven-model/maven.html thanks a lot supareno -Original Message- From: supareno

double build

2008-01-29 Thread supareno
hello, i need to do a double compilation - one for java 6 - one for java 5 (with specifics jars) for the moment, i have two projects with differents POMs. is it possible to do this with single POM file? can i merge them with two 'build' tag?? is anybody has ever done this? regards supareno

Ant exception

2008-01-15 Thread supareno
) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) .. is anybody has any clue?? supareno - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is there a problem with surefire-junit-2.4?

2008-01-14 Thread supareno
://maven.apache.org/guides/development/guide-plugin-snapshot-repositories.html to enable snapshot repositories regards supareno - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Excluding files from JAR with maven-jar-plugin 2.2-SNAPSHOT failed

2008-01-12 Thread supareno
[Ljava.lang.String;' from '**/*.xsd', which is of type class java.lang.String [INFO] [INFO] For more information, run Maven with the -e switch ... do i forget something during my builds?? regards supareno

Re: Excluding files from JAR with maven-jar-plugin 2.2-SNAPSHOT failed

2008-01-12 Thread supareno
, supareno [EMAIL PROTECTED]: Hello guys i read the previous threads about exclusion with interest because i am always confronted with the excludes problem i followed all the steps: changed my settings.xml to enable snapshot plugin repositories... (http://maven.apache.org/guides/development/guide

Re: Excluding files from JAR with maven-jar-plugin 2.2-SNAPSHOT failed

2008-01-12 Thread supareno
/excludes /configuration /plugin -- Olivier [1] http://maven.apache.org/plugins/maven-resources-plugin/examples/include-exclude.html 2008/1/12, supareno [EMAIL PROTECTED]: Thanks Olivier (and Jochen and Dennis), it is now building without any error but the xsd files

JUnit test compilation problems

2008-01-09 Thread supareno
static import declarations) import static org.junit.Assert.*; /my_project/src/test/java/TestParser.java:[24,2] annotations are not supported in -source 1.3 (use -source 5 or higher to enable annotations) @Test etc... what am i doing wrong? regards supareno