Re: Maven JavaScript Plugin

2009-10-23 Thread Josh Suereth
We're using it at my workplace. We have our own released' version just to stop the plugin update check from happening so frequently. I think the plugin is strong for creating javascript artifacts and keeping them separate. If you pair it with the jetty-maven-plugin, you can get away with a

Re: maven scala plugin troubles -- scalac compiler plugin

2009-07-22 Thread Josh Suereth
Does your scalac plugin depend on any other plugins? If you can point me towards a repository holding your scalac plugin, I can create an integration test for this use case. I'm adding it to the list of known issues. - Josh On Wed, Jul 22, 2009 at 2:43 AM, Nicholas Tung

Re: maven scala plugin troubles -- scalac compiler plugin

2009-07-22 Thread Josh Suereth
... if you could tell me where things are, I'd appreciate it. regards, Nicholas https://ntung.com [1] http://github.com/gatoatigrado/skalch/tree/master On Wed, Jul 22, 2009 at 8:34 AM, Josh Suereth joshua.suer...@gmail.comwrote: Does your scalac plugin depend on any other plugins? If you

Re: maven scala plugin troubles -- scalac compiler plugin

2009-07-22 Thread Josh Suereth
It's used in several locations. Anyway, your fix is committed on the master. I'm working on adding support for transitive dependencies now. - Josh On Wed, Jul 22, 2009 at 10:49 PM, Nicholas Tung gatoatigr...@gmail.comwrote: On Wed, Jul 22, 2009 at 7:00 PM, Josh Suereth joshua.suer

Maven 2.1.0 + SHITTY plugin = Whose issue, Mine, Yours, Theirs?

2009-03-23 Thread Josh Suereth
All, I just upgraded to Maven 2.1.0 and Im getting the following error in the integration test logs when running my Super Helpful Integration Testing ThingY (SHITTY) integration tests - OUT: org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in the plugin manager getting

Maven-bundle-plugin Scala

2009-02-28 Thread Josh Suereth
with the maven-bundle-plugin? Thanks!! -Josh Suereth

Re: mvn eclipse:eclipse not adding source directories

2009-02-13 Thread Josh Suereth
Thanks for the answer! I'll notify the users. Anyway to integrate the eclipse + scala plugins directly? On Fri, Feb 13, 2009 at 4:44 AM, Dirk Olmes d...@xanthippe.ping.de wrote: Josh Suereth wrote: Hey guys, I'm trying to better integrate the maven-eclipse-plugin with the maven-scala

mvn eclipse:eclipse not adding source directories

2009-02-12 Thread Josh Suereth
Hey guys, I'm trying to better integrate the maven-eclipse-plugin with the maven-scala-plugin. Is there anyway I can notify the eclipse:eclipse goal to add extra source directories when creating the eclipse project files? Thanks! -Josh

Re: pde-maven-plugin

2009-01-08 Thread Josh Suereth
I gotta say, I'm *VERY* excited about Tycho. On Thu, Jan 8, 2009 at 11:43 AM, Eugene Kuleshov e...@md.pp.ru wrote: PDE plugin is bit outdated and I don't think it supports Eclipse 3.4. There is another plugin that can be used to handle building of Eclipse plugins and it works with

Re: MAVEN certifications

2008-12-16 Thread Josh Suereth
Here's a fun one for you: http://letmegooglethatforyou.com/?q=jfgi Combines the indirectly and directly rude methods of suggesting someone performs their own search before pegging the list-serve. On Tue, Dec 16, 2008 at 2:50 PM, Wayne Fay wayne...@gmail.com wrote: Just out of curiosity, why

Re: Is Maven / JUnit 4.x broken (annotations)

2008-12-13 Thread Josh Suereth
What I'm saying is that the surefire plugin is responsible for bootstrapping Junit4, but does not follow all of its conventions. It has its own conventions. If you want to use Junit4 in maven, that means you use surefire to call into Junit4. If you don't like the default configuration for the

Re: How to mkdir and move files as part of build

2008-12-13 Thread Josh Suereth
http://letmegooglethatforyou.com/?q=modicum On Fri, Dec 12, 2008 at 10:52 PM, CheapLisa l...@purpleblade.net wrote: yea, I already googled. I already to that before posting. Nothing came up. What does modicum mean? thanks Wayne Fay wrote: Somebody made me discover that recently:

Re: Is Maven / JUnit 4.x broken (annotations)

2008-12-11 Thread Josh Suereth
Lisa, The answer is that although Junit4 might support finding the @Test annotations, the maven surefire plugin (being backwards compatable, AND a completely different tool) looks for Test* *Test and *TestSuite. You need to configure the maven-surefire-plugin (This is the part of maven that

Re: Is Maven / JUnit 4.x broken (annotations)

2008-12-11 Thread Josh Suereth
, 2008 at 7:46 PM, Josh Suereth joshua.suer...@gmail.comwrote: Lisa, The answer is that although Junit4 might support finding the @Test annotations, the maven surefire plugin (being backwards compatable, AND a completely different tool) looks for Test* *Test and *TestSuite. You need

Re: maven plugin problem (can not solve after many tries)

2008-12-11 Thread Josh Suereth
A few questions: 1) Is your project supposed to be a pom project 2) What's in your parent pom? 3) What are you calling on the maven command line? It's looking for 'org.apache.maven.plugins:maven-izpack-plugin, which is the old maven 1 version. So you either have that specified somewhere, or

Re: Is Maven / JUnit 4.x broken (annotations)

2008-12-10 Thread Josh Suereth
I believe the name of the class still matters. Try calling it Test*.java On Wed, Dec 10, 2008 at 12:16 AM, CheapLisa [EMAIL PROTECTED] wrote: I have JUnit 4.5 as a dependency in my maven pom and I have imported annotations into my test case but it is not recognizing the @Test and @Ignore

Re: Maven Jaxb plugin?

2008-12-09 Thread Josh Suereth
In the past I've used the maven-exec-plugin with xbeans. Not sure if that helps. On Dec 9, 2008, at 1:31 PM, CheapLisa [EMAIL PROTECTED] wrote: Another question, is there a maven2 plugin that will generate an XSD from XML ? thanks Lisa Adam Leggett wrote: Try