Re: maven-exec-plugin

2013-06-07 Thread Stephen Connolly
Ok, I'll bite... Martin, I know your responses are usually, to my mind at least, slightly off with respect to the question asked, but i can usually find some connection. In this case, however, i have to ask how on earth do you think this has *any* relevance to the question about Subversion? On

Re: maven-exec-plugin

2013-06-07 Thread Baptiste MATHUS
Well, I sometimes have doubts, but I *think* Martin is a bot, isn't it? I seem to remember some threads about it in the past. Or someone having fun trying to look slightly in the field of the answer but just dragging people into things they will just lose time with? Cheers 2013/6/7 Stephen

Our maven config causes a NullPointerException in our test case...

2013-06-07 Thread Julien Martin
Hello, We have the following test case: package pack; import java.nio.charset.Charset;import java.util.Iterator;import java.util.Set; public class TestCase { public static void main(String[] args) { Set set = Charset.availableCharsets().keySet(); for (Iterator iterator =

maven-exec-plugin

2013-06-07 Thread Stephen Connolly
Unless you have hard evidence that Martin is in actual fact a bot, it is quite insulting to imply that he is one... a trap I have fallen into myself. In the interest of fostering a welcoming community, please cease and desist from referring to Martin as a bot... we can all have our own private

Re: maven-exec-plugin

2013-06-07 Thread Baptiste MATHUS
You're very right. Sorry about that. I also believe far more that people is more important than anything else in a community like here. Please accept my apologies Martin. 2013/6/7 Stephen Connolly stephen.alan.conno...@gmail.com Unless you have hard evidence that Martin is in actual fact a

RE: maven-exec-plugin

2013-06-07 Thread Martin Gainty
Bots are smart, intelligent, well researched auto-response daemons in effect Baptiste stumbled into the trap of accidentally paying me a compliment Is that what you had intended Baptiste? If your intention is to denigrate or vilify ..you'll have to do alot better than that! Good Luck!

Release not creating source and javadoc jars

2013-06-07 Thread Timothy I. McGinnis
I am using MyEclipse Bling 10.6 with Maven 3.0.3. When I run the release process it does not create the sources and javadoc jars. Does anyone have a clue as to why? Tim McGinnis Sr. Programmer/Analyst Glatfelter Insurance Group (800) 233-1957 Ext. 7856 (717) 741-7856

Re: Release not creating source and javadoc jars

2013-06-07 Thread Russell Gold
How are you running the release process? On Jun 7, 2013, at 8:29 AM, Timothy I. McGinnis tmcgin...@glatfelters.com wrote: I am using MyEclipse Bling 10.6 with Maven 3.0.3. When I run the release process it does not create the sources and javadoc jars. Does anyone have a clue as to why?

RE: Release not creating source and javadoc jars

2013-06-07 Thread Timothy I. McGinnis
I have a run config set up that calls release:prepare and one for release: perform. I have the Maven Runtime specified as the external Maven 3.0.3 runtime. Tim McGinnis Sr. Programmer/Analyst Glatfelter Insurance Group (800) 233-1957 Ext. 7856 (717) 741-7856 -Original Message- From:

Re: Release not creating source and javadoc jars

2013-06-07 Thread Russell Gold
What happens if you run those goals manually from the command line? Has this ever worked? Does your pom configure the maven-source-plugin or the maven-javadoc-plugin? On Jun 7, 2013, at 8:43 AM, Timothy I. McGinnis tmcgin...@glatfelters.com wrote: I have a run config set up that calls

Re: Release not creating source and javadoc jars

2013-06-07 Thread Wayne Fay
Perhaps you need to add -P release to your Maven execution to bind the various plugins to generate and deploy the javadocs and sources? Wayne On Fri, Jun 7, 2013 at 8:29 AM, Timothy I. McGinnis tmcgin...@glatfelters.com wrote: I am using MyEclipse Bling 10.6 with Maven 3.0.3. When I run the

For artifact {org.jvnet.staxex:stax-ex:null:jar}: The version cannot be empty.

2013-06-07 Thread Vladimir Sutskever
All, I am running eclipse:eclipse on a project and getting the [ERROR] Failed to execute goal org.apache.maven.plugins:maven-eclipse-plugin:2.9:eclipse (default-cli) on project installer: Execution default-cli of goal org.apache.maven.plugins:maven-eclipse-plugin:2.9:eclipse failed: For

Re: For artifact {org.jvnet.staxex:stax-ex:null:jar}: The version cannot be empty.

2013-06-07 Thread Lyons, Roy
eclipse:eclipse is borked and deprecated. please import your pom into eclipse with the supported m2eclipse plugin. I promise you a ton less heartache. Thanks, Roy Lyons On 6/7/13 5:52 PM, Vladimir Sutskever vsutske...@3cinteractive.com wrote: All, I am running eclipse:eclipse on a

Compile errors that make no sense

2013-06-07 Thread Lee Meador
I run mvn package and get compile errors. I'm not to the stage of seeing if it will run. I'm looking for solutions, hints or rumors. I have just today created the pom.xml for two non-trivial projects using ant. I've been working through the dependencies to get them right all day. One creates a

Re: Compile errors that make no sense

2013-06-07 Thread Wayne Fay
[ERROR] \java\f1400\src\fcs\code\src\com\company\interfaces\nds\NDSBoundary.java:[66,80] ... Notice that it complains about com.bea.xml.X on three lines. But the snippet of source code on the next lines does not show a reference to the X class. Its not an Exception either. In fact, a text