m2eclipse and Java project have excluded=**

2008-11-02 Thread Gopal Patwa
I am using Eclipse 3.4 , m2eclipse 0.9.6 and I have all default settings I have read the FAQ about this http://docs.codehaus.org/display/M2ECLIPSE/Project+FAQ#ProjectFAQ-WhyresourcefoldersinJavaprojecthaveexcluded%3D%22%22 After importing project all resource folder are excluded in eclipse,

Re: How to exclude perticular class from dependent jar.

2008-11-02 Thread Dan Tran
does it work out for you? -D On Fri, Oct 31, 2008 at 10:55 AM, Dan Tran [EMAIL PROTECTED] wrote: http://svn.codehaus.org/mojo/trunk/sandbox/truezip-maven-plugin/src/it/remove-file-in-jar-under-war/ On Fri, Oct 31, 2008 at 11:54 AM, Dan Tran [EMAIL PROTECTED] wrote: I added a live example

Re: m2eclipse and Java project have excluded=**

2008-11-02 Thread Eugene Kuleshov
Gopal, First of all, if you are using m2eclipse, you should stop using eclipse:eclipse plugin and just import your Maven projects into eclipse using Maven Projects import wizard provided by m2eclipse. The eclipse:eclipse or eclipse:m2eclipse will most likely break project configuration for

Trouble with Java Native Libraries

2008-11-02 Thread Craig L Russell
Hi, I've got a problem using java native libraries with mvn. The tests that fail with mvn run with ant. Any ideas? Other things to try? Thanks, Craig Apache Ant version 1.7.0 compiled on August 25 2008 Maven version: 2.0.6 Test set: testsuite.clusterj.FindByPrimaryKeyTest

Re: m2eclipse and Java project have excluded=**

2008-11-02 Thread Gopal Patwa
I am not using eclipse:eclipse plugin any more, I just gave an example. And I have subscribe to m2eclipse mailing list so for any future post, I will send to that mailing list After reading comments from JIRA issue, I have similar problem like Kay Huber - 05/Aug/08 01:38 PM I may be a victim

Re: m2eclipse and Java project have excluded=**

2008-11-02 Thread Eugene Kuleshov
Gopal Patwa wrote: [skip] So, I can't use Build Automatically option from eclipse, if I disable it works fine, I can see my resource are copied in target/classes folder From JIRA comments it seems the fixed for this issue is postpone I have some experimental fix for the whole

Nexus and my project pom.xml.

2008-11-02 Thread David C. Hicks
Hi folks, I'm setting up Nexus. No issues there. That's all been very easy and straightforward. However, I have learned tonight that to make good use of it, I really need to configure my Maven installation to think of it as a mirror. This involves editing the ~/.m2/settings.xml file.

RE: Nexus and my project pom.xml.

2008-11-02 Thread Brian E. Fox
The only way to configure a mirror is with the settings.xml. But you can rest assured that once you get all the developers to update their settings, you won't need to have them do it again since you'll be able to add repositories directly to Nexus and they won't have to do anything on their side.

Re: Nexus and my project pom.xml.

2008-11-02 Thread David C. Hicks
Thanks for the feedback, Brian. I was actually just coming to that realization minutes ago. I guess I was being a bit on the blonde side before. It finally dawned on me that there are some definite advantages to setting the mirror up outside the scope of the project. Dave Brian E. Fox

Nexus can't find artifact.

2008-11-02 Thread David C. Hicks
Me again. :-) My build is getting stuck looking for a particular artifact. It only happens when I set up a mirror to my Nexus installation. The artifact is org/apache/struts/struts-master/4/struts-master-4.pom. I do have the central Maven2 repo set up in my public group on Nexus, and that

Is there DocBook plugin support for Maven 2?

2008-11-02 Thread Ed Hillmann
Hi all. I was reading in Better Builds With Maven that it supports DocBook for its site generation (specifically, section 3.10). All of the documentation I've come across only mentions fmt, xdoc and fml. I have found some plugins out there, but a bunch seem to be pre-alpha stage. One of the

Re: Status of repo1.maven.org

2008-11-02 Thread stug23
Here is another update from Slashdot regarding the problem between Sprint and Cogent: http://tech.slashdot.org/article.pl?sid=08/11/03/0143239from=rss Of course all of this is interesting for folks to discuss and debate . however the real question is: What are those of us that have

RE: Nexus can't find artifact.

2008-11-02 Thread Brian E. Fox
The url is valid, so a few things to check: Is the central repo still in the public group, or the group you have maven pointed at? Are there any routing rules that might be blocking this artifact or excluding your central repo? If those don't turn up anything, try clearing the cache by right

Re: Nexus can't find artifact.

2008-11-02 Thread David C. Hicks
Thanks again, Brian. I'll check those all out. Brian E. Fox wrote: The url is valid, so a few things to check: Is the central repo still in the public group, or the group you have maven pointed at? Are there any routing rules that might be blocking this artifact or excluding your central repo?

RE: Status of repo1.maven.org

2008-11-02 Thread Brian E. Fox
I checked with Contegix on this. They reset some routes yesterday to work around these issues. If you're still having trouble reaching repo1.maven.org, please send some traceroute output they can further refine the routes. -Original Message- From: stug23 [mailto:[EMAIL PROTECTED] Sent:

Re: Is there DocBook plugin support for Maven 2?

2008-11-02 Thread Barrie Treloar
On Mon, Nov 3, 2008 at 1:41 PM, Ed Hillmann [EMAIL PROTECTED] wrote: Hi all. I was reading in Better Builds With Maven that it supports DocBook for its site generation (specifically, section 3.10). All of the documentation I've come across only mentions fmt, xdoc and fml.

The plugin 'org.codehaus.mojo:dbunit-maven-plugin' does not exist or no version found

2008-11-02 Thread Sreenivasulu Pulijala
Hi, I got the following error , while I was running mvn install command. If anyone knows the solution , please let me know. Thanks, Sreenivasulu pulijala [EMAIL PROTECTED]

Help Me : How to use Maven 1.0.2 Script with in ANT

2008-11-02 Thread Prasad Nakarikanti
Hi All, I am using TeamCity 3.1 which is not supporting Maven1.0.2 So I want to use that maven xml with in ant so that ant will call it and makes the building easy for me. Someone please help me giving an Example or Link Thanks and Regards Nageswara. P. Nakarikanti

Re: local repository grows indefinitely on CI server

2008-11-02 Thread Craig
Hi guysthought I would revisit this issue, as I still believe it is a bug. On Thu, Sep 25, 2008 at 11:17 PM, Emmanuel Venisse [EMAIL PROTECTED] wrote: Yes, it's a common problem on CI server but on developer workstation too if builds are intensive. About CI server, it is necessary to clean

Re: local repository grows indefinitely on CI server

2008-11-02 Thread Arnaud HERITIER
Aren't you using i your build a bogus version of the enforcer plugin. 1.0-alpha-3 has such a bug (MENFORCER-11) which forced to download dependencies. Arnaud On Thu, Sep 25, 2008 at 1:55 AM, Craig [EMAIL PROTECTED] wrote: Our CI server builds and deploys snapshots to our nexus repository

Re: Nexus and my project pom.xml.

2008-11-02 Thread Kalle Korhonen
And you *can* do this in a project pom.xml; you can override central and snapshots to point to your internal proxy repo. Kalle On Sun, Nov 2, 2008 at 7:09 PM, David C. Hicks [EMAIL PROTECTED] wrote: Thanks for the feedback, Brian. I was actually just coming to that realization minutes ago. I

Re: local repository grows indefinitely on CI server

2008-11-02 Thread Craig
Brilliant! Thank you so much. That was it. I have yet to try the latest release of the enforcer plugin, but commenting out the use of version 1.0-alpha-3 made the problem go away. Thanks again, Craig On Mon, Nov 3, 2008 at 5:21 PM, Arnaud HERITIER [EMAIL PROTECTED] wrote: Aren't you using i

Re: How to exclude perticular class from dependent jar.

2008-11-02 Thread Nitin B
Thanks for your help. I have tried : ${project.build.directory}/MyEar.ear/MyWar.war/WEB-INF/lib/cxf-2.1.2.jar/org/apache/cxf/js/rhino It worked out. Thanks, Nitin B -- View this message in context: