Re: Diff JUnit eclipse and maven, UTF-8 ?

2011-01-07 Thread Wayne Fay
> "France3 Franche-Comt?" != "France3 Franche-Comté" only when it is maven 3. > Not in maven 2 on Hudson, why ? > > With JUnit : ok no message At least in Gmail, those characters come through differently. Are you sure that they are the same in your tests? I'm seeing Comt? and Comté. Perhaps Maven

Re: Diff JUnit eclipse and maven, UTF-8 ?

2011-01-07 Thread Greg Akins
Sorry.. I'm out of suggestions then.. Hopefully someone else has an idea On Fri, Jan 7, 2011 at 10:54 AM, Carpentier Xavier (GreenIvory) < x.carpent...@greenivory.com> wrote: > Yes I do : > > 1.6 > 1.6 > UTF-8 > > > -- > Carpentier Xavier > Ingénieur Développement - x.carpent...@greenivo

Re: Diff JUnit eclipse and maven, UTF-8 ?

2011-01-07 Thread Carpentier Xavier (GreenIvory)
"France3 Franche-Comt?" != "France3 Franche-Comté" only when it is maven 3. Not in maven 2 on Hudson, why ? With JUnit : ok no message With maven3 : --- Test set: com.greenivory.redlion.commons.utils.ProjectConverter

Re: Diff JUnit eclipse and maven, UTF-8 ?

2011-01-07 Thread Greg Akins
On Fri, Jan 7, 2011 at 4:49 AM, Carpentier Xavier (GreenIvory) wrote: > Hi, > > Some differences occur when executing JUnit test between maven 3 in eclipse > (fail) and JUnit embedded eclipse, hudson maven 2 (ok). Maybe because it's an > UTF-8 problem. Could be, I supposed.. Can you share the e

Diff JUnit eclipse and maven, UTF-8 ?

2011-01-07 Thread Carpentier Xavier (GreenIvory)
Hi, Some differences occur when executing JUnit test between maven 3 in eclipse (fail) and JUnit embedded eclipse, hudson maven 2 (ok). Maybe because it's an UTF-8 problem. Has somebody heard about that ? Twitter @xcapetir m...@xavier-carpentier.fr

Re: eclipse and maven discrepancies

2009-04-23 Thread Jeremy Whiting
pse, but not in maven. > And even then eclipse and maven need to work together because of some > problems in project building with eclipse. > > As I've stated before for some reason my maven build fails with testng > because surefire and testng and the embedded container do not work w

RE: Eclipse and maven

2009-03-09 Thread Edelson, Justin
that are developer-specific, like the path to some execuatble. Justin -Original Message- From: John Wooten [mailto:jwoo...@shoulderscorp.com] Sent: Monday, March 09, 2009 11:19 AM To: Maven Users List Subject: Re: Eclipse and maven Thanks! I went through removing all plugins in the reporting

Re: Eclipse and maven

2009-03-09 Thread John Wooten
p.com] Sent: Tuesday, March 03, 2009 1:59 PM To: Maven Users List Subject: Re: Eclipse and maven Here is the link to the info you requested. Thanks a lot for taking the time to help with this. http://pastebin.com/m57fb8d1e On Mar 2, 2009, at 4:25 PM, Edelson, Justin wrote: John- Sorry I di

RE: Eclipse and maven

2009-03-03 Thread Edelson, Justin
could cause this problem, but it may be related. Justin -Original Message- From: John Wooten [mailto:jwoo...@shoulderscorp.com] Sent: Tuesday, March 03, 2009 1:59 PM To: Maven Users List Subject: Re: Eclipse and maven Here is the link to the info you requested. Thanks a lot for takin

Re: Eclipse and maven

2009-03-03 Thread John Wooten
Nexus, etc.). Justin From: John Wooten [mailto:jwoo...@shoulderscorp.com] Sent: Mon 3/2/2009 4:13 PM To: Maven Users List Subject: Re: Eclipse and maven I haven't fixed the problem with java 1.5 yet, but am moving all my projects into the maven convention.

RE: Eclipse and maven

2009-03-02 Thread Edelson, Justin
ady in the central repository. If you need to share 3rd party JARs, use a repository manager (Archiva, Nexus, etc.). Justin From: John Wooten [mailto:jwoo...@shoulderscorp.com] Sent: Mon 3/2/2009 4:13 PM To: Maven Users List Subject: Re: Eclipse and maven I hav

Re: Eclipse and maven

2009-03-02 Thread John Wooten
eter for checkstyle or jdepend. Hope this helps... Justin From: John Wooten [mailto:jwoo...@shoulderscorp.com] Sent: Sat 2/28/2009 12:40 PM To: Maven Users List Subject: Re: Eclipse and maven I have the following in a terminal window: [woo] 543 > javac -ver

Re: Eclipse and maven

2009-03-01 Thread John Wooten
Made change suggested to targetJdk, and yes I am running 1.5 as the default. Got the following: [INFO] Generating "PMD Report" report. [WARNING] Unable to locate Source XRef to link to - DISABLED [WARNING] File encoding has not been set, using platform encoding MacRoman, i.e. build is platfo

Re: Eclipse and maven

2009-02-28 Thread John Wooten
.java.version} AFAIK, there is no JDK version parameter for checkstyle or jdepend. Hope this helps... Justin From: John Wooten [mailto:jwoo...@shoulderscorp.com] Sent: Sat 2/28/2009 12:40 PM To: Maven Users List Subject: Re: Eclipse and maven

RE: Eclipse and maven

2009-02-28 Thread Edelson, Justin
[mailto:jwoo...@shoulderscorp.com] Sent: Sat 2/28/2009 12:40 PM To: Maven Users List Subject: Re: Eclipse and maven I have the following in a terminal window: [woo] 543 > javac -version javac 1.5.0_16 Now, I have the java version in each of the plugins as 1.5 viz: jdepend plugin, surefire plu

Re: Eclipse and maven

2009-02-28 Thread John Wooten
_ From: John Wooten [mailto:jwoo...@shoulderscorp.com] Sent: Fri 2/27/2009 7:16 PM To: Maven Users List Subject: Re: Eclipse and maven That is 1 place I have it. Still get error. Pardon bad thumbsmanship. Sent from mobile phone. On Feb 27, 2009, at 7:05 PM, Rusty Wright wr

Re: Eclipse and maven

2009-02-27 Thread David C. Hicks
This might be a dumb question, but it's easy enough to overlook. You do, in fact, have a 1.5 JVM installed, right? (I'm not trying to be a wise ass. I just haven't seen mention of that particular fact or question in this thread, yet.) John Wooten wrote: I have added: 1.5

Re: Eclipse and maven

2009-02-27 Thread Eugene Kuleshov
t;> >>> 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

Re: Eclipse and maven

2009-02-27 Thread Eugene Kuleshov
ry structure. >>> >>> On Feb 27, 2009, at 9:14 AM, Edelson, Justin wrote: >>> >>>> This looks like the right directory structure to me. Each directory >>>> with a pom.xml file would be an Eclipse project. Why do you think >>>> this won't wor

Re: Eclipse and maven

2009-02-27 Thread Rusty Wright
't work? Justin -- View this message in context: http://www.nabble.com/Eclipse-and-maven-tp22245841p22254394.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubsc

RE: Eclipse and maven

2009-02-27 Thread Edelson, Justin
:jwoo...@shoulderscorp.com] Sent: Fri 2/27/2009 7:16 PM To: Maven Users List Subject: Re: Eclipse and maven That is 1 place I have it. Still get error. Pardon bad thumbsmanship. Sent from mobile phone. On Feb 27, 2009, at 7:05 PM, Rusty Wright wrote: > Only one plugin ne

Re: Eclipse and maven

2009-02-27 Thread John Wooten
lipse-and-maven-tp22245841p22254461.html Sent from the Maven - Users mailing list archive at Nabble.com. --- -- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apach

Re: Eclipse and maven

2009-02-27 Thread Rusty Wright
lipse plugin for Eclipse. it does a really good job of helping with the integration of Maven and Eclipse -- View this message in context: http://www.nabble.com/Eclipse-and-maven-tp22245841p22254461.html Sent from the Maven - Users mailing list archive at Nabbl

Re: Eclipse and maven

2009-02-27 Thread John Wooten
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 -- View this message in context: http://www.nabble.com/Eclipse-and-maven-tp22245841p22254461.html Sent from the

Re: Eclipse and maven

2009-02-27 Thread John Wooten
o you think this won't work? Justin -- View this message in context: http://www.nabble.com/Eclipse-and-maven-tp22245841p22254394.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-m

Re: Eclipse and maven

2009-02-27 Thread Eugene Kuleshov
gt; for Eclipse. it does a really good job of helping with the >> integration of Maven and Eclipse > -- View this message in context: http://www.nabble.com/Eclipse-and-maven-tp22245841p22254461.html Sent from the Maven - User

Re: Eclipse and maven

2009-02-27 Thread Kalle Korhonen
I attest that, the latest incarnation of q4e (the dev release at http://q4e.googlecode.com/svn/trunk/updatesite-dev/) has solved all the performance issues - I have 40-50 projects on my workspace and it's still super fast. Kalle On Fri, Feb 27, 2009 at 11:18 AM, supareno wrote: > David, > > ht

Re: Eclipse and maven

2009-02-27 Thread Eugene Kuleshov
directory structure to me. Each directory >> with a pom.xml file would be an Eclipse project. Why do you think >> this won't work? >> >> Justin > -- View this message in context: http://www.nabble.com/Eclipse-and-maven-tp22245841p22254394.html Sent

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 directory

Re: Eclipse and maven

2009-02-27 Thread David C. Hicks
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 directory structure. --

Re: Eclipse and maven

2009-02-27 Thread David C. Hicks
run "mvn eclipse:eclipse" from the base project and it will create all of the .project and .classpath files for you to import into Eclipse. John Wooten wrote: Eclipse won't let you nest projects in a directory structure. - T

Re: Eclipse and maven

2009-02-27 Thread John Wooten
Eclipse won't let you nest projects in a directory structure. On Feb 27, 2009, at 9:14 AM, Edelson, Justin wrote: This looks like the right directory structure to me. Each directory with a pom.xml file would be an Eclipse project. Why do you think this won't work? Justin On Feb 27, 2009,

Re: Eclipse and maven

2009-02-27 Thread Edelson, Justin
This looks like the right directory structure to me. Each directory with a pom.xml file would be an Eclipse project. Why do you think this won't work? Justin On Feb 27, 2009, at 8:25 AM, "John Wooten" wrote: I'm trying to set up the structure below which was suggested as an appropriat

Eclipse and maven

2009-02-27 Thread John Wooten
I'm trying to set up the structure below which was suggested as an appropriate structure for maven when there were multiple products depending upon common modules. /areteq /pom.xml - super pom - contains site information, etc.? /modules /foundation

Re: trying to get JUnit 4 to work in Eclipse and Maven

2009-01-16 Thread Mick Knutson
I tried with no version, then 2.4.3 I did not try 2.4. But the solution was to use either JUnit 4 or TestNG 5.8, not both. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Web

SOLVED: Re: trying to get JUnit 4 to work in Eclipse and Maven

2009-01-16 Thread Mick Knutson
It appears, that when I include both JUnit and TestNG dependancies in my pom, no tests are run: junit junit ${junit.version} test The above worked when I commented testNG out. --- Thank You… Mick Knutson, President BA

Re: trying to get JUnit 4 to work in Eclipse and Maven

2009-01-16 Thread Rogier Peters
My first wild guess would be that you're inadvertently using an old surefire plugin? You can run mvn -up to get the latest version of the plugin, or specify the version in your project's plugin configuration: org.apache.maven.plugins maven-surefire-plugin 2.4 On Fri, Jan 16, 2009 at 2:53

trying to get JUnit 4 to work in Eclipse and Maven

2009-01-16 Thread Mick Knutson
I started a project in eclipse, and I have junit 4 tests running, but now on the command line, the tests are not picked up and run. I looked in the TEST-TestSuite.xml and it does not show anything to be tested. * Here is my simple test:* public class PlaceHolderTest { PlaceHolder placeHolder;

Re: How to single step with debugger thru java spring-framework source code with Eclipse and maven?

2007-12-25 Thread Steinar Bang
> "nicolas de loof" <[EMAIL PROTECTED]>: > You can also set this in you $HOME/.m2/settings.xml > > true > > so that you don't have to set -D... everytime you launch eclipse:eclipse I actually prefer to control it with the command line, since using this flag can take a long time on a

Re: How to single step with debugger thru java spring-framework source code with Eclipse and maven?

2007-12-24 Thread nicolas de loof
You can also set this in you $HOME/.m2/settings.xml true so that you don't have to set -D... everytime you launch eclipse:eclipse 2007/12/24, Steinar Bang <[EMAIL PROTECTED]>: > > > "Jeff MAURY" <[EMAIL PROTECTED]>: > > > I you use the maven eclipse plugin, there is an option in the

Re: How to single step with debugger thru java spring-framework source code with Eclipse and maven?

2007-12-24 Thread Steinar Bang
> "Jeff MAURY" <[EMAIL PROTECTED]>: > I you use the maven eclipse plugin, there is an option in the > preference that tells maven to download source artifact as well as > binary artifact. Once you've checked this flag, when Eclipse buids > the classpath from you pom, the source artifact will

Re: How to single step with debugger thru java spring-framework source code with Eclipse and maven?

2007-12-21 Thread Jeff MAURY
with the eclipse maven IDE? > > Thanks, > Siegfried > > -Original Message- > From: Guillaume Lederrey [mailto:[EMAIL PROTECTED] > Sent: Friday, December 21, 2007 11:21 AM > To: Maven Users List > Subject: Re: How to single step with debugger thru java spring-framework > s

RE: How to single step with debugger thru java spring-framework source code with Eclipse and maven?

2007-12-21 Thread siegfried
ubject: Re: How to single step with debugger thru java spring-framework source code with Eclipse and maven? Maven should have downloaded the sources in your maven repository. So you could point eclipse to the jars there. On 21/12/2007, siegfried <[EMAIL PROTECTED]> wrote: > > > I

Re: How to single step with debugger thru java spring-framework source code with Eclipse and maven?

2007-12-21 Thread Guillaume Lederrey
Maven should have downloaded the sources in your maven repository. So you could point eclipse to the jars there. On 21/12/2007, siegfried <[EMAIL PROTECTED]> wrote: > > > I'm having trouble telling eclipse where the source code is for spring for a > java project. > > > > I have used maven to downl

How to single step with debugger thru java spring-framework source code with Eclipse and maven?

2007-12-21 Thread siegfried
I'm having trouble telling eclipse where the source code is for spring for a java project. I have used maven to download spring for me. I want to use the eclipse java debugger to single thu source for org.springframework.jdbc.object.MappingSqlQuery. I high light the class name and press F3

Re: Eclipse and Maven "best practice"

2007-09-18 Thread Pete
I don't currently use any of the Maven Eclipse IDE integration plugins and just use Eclipse's external tools facility to run mvn for any selected folder in Eclipse's 'Package Explorer' pane. At least this way you know Maven is behaving as it does from the command line, for new dependency I add to

Re: Eclipse and Maven "best practice"

2007-09-18 Thread Pete
I use Eclipse and the External Tools configuration to run mvn from within eclipse if needed. I used to have Eclipse compiling to a different classes directory and that worked fine for many projects, but recently I use 'mvn jetty:run' all the time so that when I save a java file in Eclipse it get

Re: Eclipse and Maven "best practice"

2007-09-17 Thread Jim Sellers
I'd take a look at what files are generated when you create a new project using SAP. Are there other folders / files that are created? (starting with a dot). Are there project natures / builders that are not being included (in the .project file)? It sounds like there is *something* missing that

Re: Eclipse and Maven "best practice"

2007-09-17 Thread Alexander Sack
Thierry is definitely right that you can run into inconsistencies between the incremental Eclipse builds versus Maven builds. I've had to do occasionally some Project->Cleans to get rid of the red. Wayne I would DEFINITELY upgrade to an Eclipse 3.x product. I think in general you would be better

Re: Eclipse and Maven "best practice"

2007-09-17 Thread Wayne Fay
Since we're talking about Eclipse... As I said before, I'm using SAP NWDS (2.0.14) which is based on Eclipse v2.1. I'm using eclipse:eclipse to generate metadata and added the proper perspectives etc. When I create a new project (J2EE, EJB Module Project or Web Module Project) then it shows up in

Re: Eclipse and Maven "best practice"

2007-09-16 Thread Thierry Lach
gt; "appTest" that depends on "appCommon". > > > > > > > > > > > > The source directories are the default Maven (src/main/java) and > > > that > > > > > > directory is configured as "source" in eclipse, so it can

Eclipse and Maven question

2007-09-15 Thread Morgovsky, Alexander \(US - Glen Mills\)
When I had looked at running the Maven builds in Eclipse, I saw that there was an issue where Eclipse would only read the settings.xml in the .m2\settings.xml file. Is this issue currently a known issue? This message (including any attachments) contains confidential information intended for a

RE: Eclipse and Maven "best practice"

2007-09-14 Thread Jeff Jensen
> -Original Message- > From: Jim Sellers [mailto:[EMAIL PROTECTED] > Sent: Friday, September 14, 2007 3:23 PM > To: Maven Users List > Subject: Re: Eclipse and Maven "best practice" > > I've used separate locations for a few reasons: > 1) in web

Re: Eclipse and Maven "best practice"

2007-09-14 Thread Rodrigo Madera
Wow... sorry for so many typos. I'm in a serious rush. Here's my previous email with applied corrections: Maven and Eclipse are tricky to get together well. > > I use m2, and from time to time I've lost hours of otherwise productive > time trying to figure out why things were not working. I could

Re: Eclipse and Maven "best practice"

2007-09-14 Thread Rodrigo Madera
jects, "appTest" and "appCommon". The main > > > > project > > > > > is > > > > > > > "appTest" that depends on "appCommon". > > > > > > > > > > > > > > The source directories are the def

Re: Eclipse and Maven "best practice"

2007-09-14 Thread Dave Feltenberger
gt; > > that > > > > > > directory is configured as "source" in eclipse, so it can > compile > > > the > > > > > > code. > > > > > > > > > > > > Then I've configured a specific directory "build" (same level as

Re: Eclipse and Maven "best practice"

2007-09-14 Thread Jim Sellers
c directory "build" (same level as > the > > > "src" > > > > > above), that eclipse will use to put the compiled classes (this > > folder > > > > > will > > > > > be ignored for SVN/CVS integration). > > > > > > > >

Re: Eclipse and Maven "best practice"

2007-09-14 Thread Dave Feltenberger
directory is configured as "source" in eclipse, so it can > compile > > > the > > > > > > code. > > > > > > > > > > > > Then I&#x

Re: Eclipse and Maven "best practice"

2007-09-14 Thread Rodrigo Madera
> > > > > > > > Then I've configured a specific directory "build" (same level as > the > > > "src" > > > > > above), that eclipse will use to put the compiled classes (this > > folder > > > > > will >

Re: Eclipse and Maven "best practice"

2007-09-14 Thread Dave Feltenberger
t; > > > > > Everything looks great, and works nicelly. Or so it seems ... > > > > > > > > No let's say I put a dependency on version Log4J 1.0. I make some > code > > > > accessing it, then eclipse will just mark it as invalid, since the >

Re: Eclipse and Maven "best practice"

2007-09-14 Thread thebugslayer
$ mvn eclipse:m2clipse seems to works really well for me in Eclipse3.3. It creates a M2Libraries that automatically loads the jars into eclipse classpath. The only trouble I have is if I want my project to have WTP nature enable... I've used $ mvn eclipse:m2clipse -Dwtpversion=1.5 but then I have

Re: Eclipse and Maven "best practice"

2007-09-14 Thread Alexander Vaisberg
You must this dependency to the pom add. zm schrieb: Hi, Can anyone help me with the best way to setup a Maven/Eclipse environment? I know there is a goal to produce an eclipse project with the pom, but I'm trying to understand how to create one at hand, customise and include it's dependencies.

Re: Eclipse and Maven "best practice"

2007-09-13 Thread Lee Meador
gt; > > > > > No let's say I put a dependency on version Log4J 1.0. I make some code > > > accessing it, then eclipse will just mark it as invalid, since the > Log4J > > > is > > > not in it's classpath. Maven,

Re: Eclipse and Maven "best practice"

2007-09-13 Thread Wayne Fay
t; > > be ignored for SVN/CVS integration). > > > > > > > > Everything looks great, and works nicelly. Or so it seems ... > > > > > > > > No let's say I put a depe

Re: Eclipse and Maven "best practice"

2007-09-13 Thread Jim Sellers
tion). > > > > > > Everything looks great, and works nicelly. Or so it seems ... > > > > > > No let's say I put a dependency on version Log4J 1.0. I make some code > > > accessing it, then eclipse will just mark it as invalid, since the > Log4J

Re: Eclipse and Maven "best practice"

2007-09-13 Thread Wayne Fay
oads it from central > > repository and compiles successfully. > > > > Now what would be the best way to put it to compile in eclipse? > > > > The way I see it, I can include it in the project's classpath, and point > > it > > to the local repository

Re: Eclipse and Maven "best practice"

2007-09-13 Thread Alexander Vaysberg
Hi, It give a book a Better Builds with Maven vor free on the page: http://www.devzuz.com/web/guest/products/resources#BBWM. I think it help you. Alexander Vaysberg (pc-hilfe) zm schrieb: Hi, Can anyone help me with the best way to setup a Maven/Eclipse environment? I know there is a goal to

Re: Eclipse and Maven "best practice"

2007-09-13 Thread Alexander Sack
put it to compile in eclipse? > > The way I see it, I can include it in the project's classpath, and point > it > to the local repository jar that maven just downloaded. > > Would this be the best option? > -- > View this message in context: > http://www.nabble.c

RE: Eclipse and Maven "best practice"

2007-09-13 Thread Hayes, Peter
http://maven.apache.org/plugins/maven-eclipse-plugin/overview.html http://m2eclipse.codehaus.org/ http://code.google.com/p/q4e/ -Original Message- From: zm [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 10:54 AM To: users@maven.apache.org Subject: Eclipse and Maven "

Eclipse and Maven "best practice"

2007-09-13 Thread zm
can include it in the project's classpath, and point it to the local repository jar that maven just downloaded. Would this be the best option? -- View this message in context: http://www.nabble.com/Eclipse-and-Maven-%22best-pra

Re: WTP, Eclipse, and Maven with APP-INF/lib

2007-08-26 Thread Adam Hardy
Josh Long on 24/08/07 09:36, wrote: Hello I have an ear which in turn has dependencies that need to be furnished to all sub projects (a few EJBs, a few WARs). The maven build itself is configured to do the right thing and, in the resulting .ear, yeilds an APP-INF/lib director with all non ejb/wa

WTP, Eclipse, and Maven with APP-INF/lib

2007-08-24 Thread Josh Long
Hello I have an ear which in turn has dependencies that need to be furnished to all sub projects (a few EJBs, a few WARs). The maven build itself is configured to do the right thing and, in the resulting .ear, yeilds an APP-INF/lib director with all non ejb/war/car dependencies. I can even run mv

Re: SVN,Eclipse and Maven

2007-08-14 Thread Wayne Fay
Most of your questions are covered in the free Maven pdf/ebooks available from www.devzuz.com and www.sonatype.com. Please check them out, then come back with specific problems. Wayne On 8/14/07, Mathias P.W Nilsson <[EMAIL PROTECTED]> wrote: > > Hi! I'm totally new to Maven so please bare with

Re: SVN,Eclipse and Maven

2007-08-14 Thread Mathias P.W Nilsson
Ok I found a link on apache maven. I have now changed my POM.xml to include distributionManagement and this in the settings.xml test test test I get the response that Authentication failed. I found this rather odd because I can check out the project using the same password and u

SVN,Eclipse and Maven

2007-08-14 Thread Mathias P.W Nilsson
Hi! I'm totally new to Maven so please bare with me. I have set up an SVN server that requires login. Many developers share, commits and updates to the SVN server. Many of our applications are libs ( jar files ) wich would be included into our other projects. My question is. How do I create jar

Re: eclipse and maven discrepancies

2007-04-05 Thread Rolf Strijdhorst
f Strijdhorst <[EMAIL PROTECTED]> wrote: > Hi Wayne, > > I have the tests working in eclipse, but not in maven. > And even then eclipse and maven need to work together because of some > problems in project building with eclipse. > > As I've stated before for s

Re: eclipse and maven discrepancies

2007-04-04 Thread Wayne Fay
x27;ll get some working releases soon. He suggested using the latest TestNG Ant plugin with Antrun if you need functionality in v5.2+. Wayne On 4/4/07, Rolf Strijdhorst <[EMAIL PROTECTED]> wrote: Hi Wayne, I have the tests working in eclipse, but not in maven. And even then eclipse and ma

Re: eclipse and maven discrepancies

2007-04-04 Thread Rolf Strijdhorst
Hi Wayne, I have the tests working in eclipse, but not in maven. And even then eclipse and maven need to work together because of some problems in project building with eclipse. As I've stated before for some reason my maven build fails with testng because surefire and testng and the emb

Re: eclipse and maven discrepancies

2007-04-02 Thread Wayne Fay
Rolf, just wondering how far along you got in converting the CaveatEmptor JPA/EJB3/Hibernate app from Ant to Maven... I've been working on this myself some this morning. Were you ever 100% successful? Assuming you were, we should send your modified zip to Hibernate for inclusion on their download

Re: eclipse and maven discrepancies

2007-04-02 Thread Thorsten Heit
Hi Rolf, > this is not a junit test but a testng. > Transactions are handled in the testmethods themselves. > The error messages are not describing the real error. > The problem is that for some reason during the maven execution of the > test. > Testng and the embeddable ejb container have some

Re: eclipse and maven discrepancies

2007-03-30 Thread Rolf Strijdhorst
Hi Thorsten, this is not a junit test but a testng. Transactions are handled in the testmethods themselves. The error messages are not describing the real error. The problem is that for some reason during the maven execution of the test. Testng and the embeddable ejb container have some conflict

Re: eclipse and maven discrepancies

2007-03-30 Thread Thorsten Heit
Hi Rolf, > The errors i get are in the target/surefire-report dir in two files. > i give the contents of the xml file *snip* > message="EntityManagerFactories not bound"> > javax.naming.NameNotFoundException: EntityManagerFactories not bound > at org.jnp.server.NamingServer.getBinding(Na

Re: eclipse and maven discrepancies

2007-03-29 Thread Rolf Strijdhorst
Hi Thorsten, Strange all my resource directories (src/main/resources, src/test/resources, src/main/java, scr/test/java) are all included in the build path but only the resources in src/main/java and in src/test/java show up in target/classes I have checked the buildpath for excluded and included p

Re: eclipse and maven discrepancies

2007-03-29 Thread Thorsten Heit
Hi Rolf, > using the standard directory layout of maven my resources in > src/main/resourses are not copied during an eclipse full build. (neither > are > the ones in src/test/resources). Yes, that's normal: Eclipse only compiles Java source files contained in the configured source folders (Proj

eclipse and maven discrepancies

2007-03-29 Thread Rolf Strijdhorst
Hi all right now i am trying to convert the hibernate/jpa caveatemptor application in an maven project. The tools i am using are maven2 and eclipse. in Eclipse I am using the testng plugin and in maven2 the surfire plugin and a dependency on testng. however I have the following problems: using th

Re: Eclipse and Maven

2006-07-19 Thread Adam Hardy
Laurent GRANIE on 19/07/06 15:37, wrote: Ok, I have maven2 working. I'm trying to use MyEclipse to deploy to Tomcat and the MyEclipse deployer is copying the servlet-api jar file to my server. This is a problem because that file conflicts with the server. Is there anyway to keep that on the

Re: Eclipse and Maven

2006-07-19 Thread Laurent GRANIE
Ok, I have maven2 working. I'm trying to use MyEclipse to deploy to Tomcat and the MyEclipse deployer is copying the servlet-api jar file to my server. This is a problem because that file conflicts with the server. Is there anyway to keep that on the dependencies in my POM, but not have it on m

Re: Eclipse and Maven

2006-07-19 Thread Jon SlinnHawkins
does setting the dependancy scope to provided not work when running from MyEclipse... javax.servlet servlet-api 2.3 provided "Bill Manuel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Ok, I have maven2 working. I'm trying to use MyEc

Eclipse and Maven

2006-07-19 Thread Bill Manuel
Ok, I have maven2 working. I'm trying to use MyEclipse to deploy to Tomcat and the MyEclipse deployer is copying the servlet-api jar file to my server. This is a problem because that file conflicts with the server. Is there anyway to keep that on the dependencies in my POM, but not have it on m

how to integrate tld dependencies with eclipse and maven

2005-01-03 Thread martin schubert
trouble when war:warìng the project ?! any some best practice patterns about how letting eclipse and maven know about tlds? thanks for any answer! martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Eclipse and Maven - layers overlapping

2003-06-05 Thread Rafal Krzewski
Dima Berastau wrote: > 1. generating/updating project.xml from .classpath and .project would > already be useful. Not sure about .project, but .classpath file should IMO be generated from the POM, never the other way around simply because POM has more information in it. The plugin could watch the

Re: Eclipse and Maven - layers overlapping

2003-06-05 Thread Dima Berastau
e with a lot of free time can standardize it later). dima - Original Message - From: "Scott Stirling" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 12:10 PM Subject: Eclipse and Maven - layers overla

Eclipse and Maven - layers overlapping

2003-06-04 Thread Scott Stirling
Hi, I've noticed we have overlapping layers of project configuration, goals (in the general, non-Maven sense of goals), and tool use between Eclipse and Maven. Probably true of any of the "new generation" of IDEs. I began noticing this a lot today because I am restructuring and c