Re: Resources tag info required

2011-09-09 Thread Daniele De Francesco
Hi Wayne, thx for claryfing my concept...it's quite what I meant... :-) Cheers -- Daniele On Thu, Sep 8, 2011 at 11:53 PM, Wayne Fay wayne...@gmail.com wrote: Can you please tell me which tag is that *(for default folder inclusion, which in turn exists )* This tag/feature does not

Re: Resources tag info required

2011-09-08 Thread Daniele De Francesco
Hi, I've found this behaviour too, quite obviously I resolved by specifing /src/main/resources into resource tag, on the other hand this behaviour it's comprehensible, if you want specify another resource path generally it's because you don't want/need the default path which has to be a priori

Re: Problem in context loading

2011-09-08 Thread Daniele De Francesco
Hi, this sounds a little bit OT but you can try this: app = new Application(); String[] paths = {*classpath:*applicationContext.xml}; appContext = new ClassPathXmlApplicationContext(paths); however, this is a webapp I assume...you don't have to go through this code with Spring in a webapp...

Re: Resources tag info required

2011-09-08 Thread Daniele De Francesco
otherwise Maven dudes would have to contemplate some boolean tag for default folder inclusion, which in turn exists (and it's really useful) for the files in a resource folder. can u read the comma beetwen default folder inclusion and which in turn exists ? The only thing that you can do ,

Re: [M2] Manually download artifact?

2008-10-13 Thread Daniele De Francesco
Hi, which building tool do you use? If you use Ant maybe your best choice it would be Apache Ivy http://ant.apache.org/ivy , if you need just the dependency manager part...waiting for you to mavenize your project of course ;-)) Cheers -- Daniele De Francesco Senior Java Architect Value Team

Re: make maven work in sun solaris 10

2008-10-07 Thread Daniele De Francesco
Hi, I experienced such an issue when rying to make maven work in a proxied environment... do you know whether there is a specific proxy configuration of that box or perhaps a firewall that you should take account for? If so...you know well how to get rid of the problem... -- Daniele De

Re: Maven in Netbeans

2008-05-29 Thread Daniele De Francesco
are right. I created a bat file with the whole cmd string copied from NB. When i run it , it tries to display the command and end with The input line is too long. I also do run it on a Win XP OS. Is there some way of getting arround this? Thanks -- Daniele De Francesco Senior Java Architect

Re: Maven in Netbeans

2008-05-28 Thread Daniele De Francesco
run mvn in NB with the -e switch? simply cd in your project root dir and then mvn -e exec:exec BTW: have u checked plugin config?? Regards, -- Daniele De Francesco Senior Java Architect Value Team Italia On Tue, May 27, 2008 at 4:30 PM, theunsgis [EMAIL PROTECTED] wrote: Daniele De

Re: Maven in Netbeans

2008-05-28 Thread Daniele De Francesco
--Goal item fill out the form that appears and put goals --- exec:exec and then just check the box called show debug output Hope this helps, -- Daniele De Francesco Senior Java Architect Value Team Italia On Wed, May 28, 2008 at 5:24 PM, Daniele De Francesco [EMAIL PROTECTED] wrote: Hi, You

Re: [SURVEY] How does your team retrieve artifacts?

2008-05-22 Thread Daniele De Francesco
Hi all, [X] Our team uses HTTP to retrieve our artifacts Greetings -- Daniele De Francesco Senior Java Architect Value Team S.p.A. e-mail: [EMAIL PROTECTED]

Re: problems building a multimodule project with EJB3 modules

2008-04-23 Thread Daniele De Francesco
Hi, try to swap the order of the modules first...then send the poms... Regards -- Daniele De Francesco On Wed, Apr 23, 2008 at 11:08 AM, Martin Höller [EMAIL PROTECTED] wrote: Hi all! I'm having problems with a multimodule project with EJB3 dependencies. It seems maven is not able

Re: problems building a multimodule project with EJB3 modules

2008-04-23 Thread Daniele De Francesco
-- Daniele De Francesco On Wed, Apr 23, 2008 at 11:08 AM, Martin Höller [EMAIL PROTECTED] wrote: Hi all! I'm having problems with a multimodule project with EJB3 dependencies. It seems maven is not able to include EJB3 modules in the classpath of other child-modules when not in the local repository

Re: problems building a multimodule project with EJB3 modules

2008-04-23 Thread Daniele De Francesco
-- Daniele De Francesco On Wed, Apr 23, 2008 at 12:35 PM, Martin Höller [EMAIL PROTECTED] wrote: On Wednesday 23 April 2008 Thomas Darbois wrote: Can you show us your (simplified?) pom(s)? Sure. Here we go: --8 [parent's pom.xml] project xmlns=http

Re: Managing WebSphere with Maven

2008-03-25 Thread Daniele De Francesco
Hi, you may want to try this... http://mojo.codehaus.org/was6-maven-plugin/ it's a snapshot version but it seems to work well for specific tasks (i.e. deploy ejb) regards Daniele On Mon, Jan 28, 2008 at 10:36 AM, Thomas Tardy [EMAIL PROTECTED] wrote: Hi all, can anybody give me some

Re: [ANN] was6-maven-plugin 1.0-alpha-1 release

2008-03-25 Thread Daniele De Francesco
Hi, I've been waiting for this almost 4 1 year Well done!! Bravi Ciao Daniele On Fri, Mar 21, 2008 at 3:12 AM, David J. M. Karlsen [EMAIL PROTECTED] wrote: Hi folks! The was6-maven-plugin has just graduated, and released as version 1.0-alpha-1. The plugin can be used to start

Re: Cargo Remote Deploy trouble....

2008-02-12 Thread Daniele De Francesco
cargo.remote.password admin/cargo.remote.password /properties */configuration* [] */configuration* ...bah... all is well what ends well Cheers and thanx again -- Daniele De Francesco

Cargo Remote Deploy trouble....

2008-02-12 Thread Daniele De Francesco
://123.234.2.221:8080/cargo.remote.uri, the deploy always point on localhost:8080?? Any ideas?? TIA --- Daniele De Francesco

Re: A Hello World in ejb3

2008-01-28 Thread Daniele De Francesco
Hi, may you supply the pom.xml? cheers Daniele On Jan 28, 2008 2:09 PM, Angelo Chen [EMAIL PROTECTED] wrote: Hi Wayne, Thanks for the reply, actually the calculator sample's maven project compiles, problem is running: I started the Genonimo server, went to the console, choose 'deploy

Can't get to work exec plugin

2008-01-23 Thread Daniele De Francesco
Hi, I have to accomplish this task, that I thought it was simple..., I have to launch a java program (I used exec plugin) I issue the command mvn -Premote -Dmaven.test.skip=true clean package exec:java and I get [INFO] Scanning for projects... [INFO] Searching repository for plugin with

Re: Can't get to work exec plugin

2008-01-23 Thread Daniele De Francesco
(jar) under dependencies for following classs javax/jms/MessageListener Regards, Nishant Sonar -Original Message- From: Daniele De Francesco [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 8:15 PM To: Maven Users List Subject: Can't get to work exec plugin Hi, I

Re: M2 Cargo Plugin

2008-01-22 Thread Daniele De Francesco
it. Worked with CVS. Regards, Amit On Jan 18, 2008 3:17 PM, Daniele De Francesco [EMAIL PROTECTED] wrote: Hi, the id of the container is jboss42x...assure you have the latest version of maven 2 cargo plugin...alternatively do a full build yourself with the svn code...take a look

Re: M2 Cargo Plugin

2008-01-18 Thread Daniele De Francesco
Hi, the id of the container is jboss42x...assure you have the latest version of maven 2 cargo plugin...alternatively do a full build yourself with the svn code...take a look at http://cargo.codehaus.org/Importing+sources hope this helps. Cheers Daniele On Jan 18, 2008 10:09 AM, amit kumar

Re: IBM custom project

2008-01-17 Thread Daniele De Francesco
Hi, just a question: what version of WAS have installed? And: have you ever fixed your WAS installation? I had a similar problem with WAS v6.1 until I didn't install the fixpack 6.1.0.7 that solved my specific problem. So if you never ever patched WAS come on and join the club!! :-(( Cheers

Re: M2 Cargo Plugin

2008-01-17 Thread Daniele De Francesco
Hi, there is a known issue about cargo and jboss 4.2.x...I don't know if they have managed to patch it, just 1. Go codehaus-jira and look for cargo and jboss 4.2 2. Give a try to elder versions of jboss (i.e. jboss-4.0.3SP1 or later in the branch 4.0.x) Cheers Daniele On Jan 17, 2008

Re: javax.persistence:ejb:jar:3.0-public_review

2007-11-19 Thread Daniele De Francesco
Ciao, Alternatively, but only for a matter of repository homogeneity ( that artifact belongs to javax.persistence groupId), you could try dependency groupIdjavax.persistence/groupId artifactIdejb-3.0-public-draft/artifactId version20050623/version *typepom/type* /dependency

Re: [m2] help getting jboss to start...

2007-10-29 Thread Daniele De Francesco
so far. On 10/25/07, Daniele De Francesco [EMAIL PROTECTED] wrote: Hi, I'm sorry for replying so shortly, but you could see i.e. http://www.nabble.com/JBoss-Remote-Deployment-workaround-for-HTTP-500-error-t3607694.html just for the pom Besides of course, you could

Re: [m2] help getting jboss to start...

2007-10-25 Thread Daniele De Francesco
Daniele On 10/25/07, Catalin Croitoru [EMAIL PROTECTED] wrote: Hi, do you have a pom example for starting an existing jboss 4.2.0 with cargo? Thanks, Catalin On 10/25/07, Daniele De Francesco [EMAIL PROTECTED] wrote: Hi, try using maven cargo plugin instead of the maven-jboss-plugin

Re: MAVEN - FATAL ERROR - on mvn jbi..

2007-10-05 Thread Daniele De Francesco
Hi that pom doesn't exist at http://people.apache.org/repo/m2-incubating-repository doesn't exist the directory structure /org/apache/servicemix/samples/3.3.0.0-fuse/samples-3.3.0.0-fuse.pom maybe this would explain bye On 10/4/07, KIRA1983 [EMAIL PROTECTED] wrote: stack of my error i

Re: MAVEN - FATAL ERROR - on mvn jbi..

2007-10-05 Thread Daniele De Francesco
-3.3.0.0-fuse.pom doesn't exist either Maybe Wayne is right contact the servicemix people. Bye On 10/5/07, Daniele De Francesco [EMAIL PROTECTED] wrote: Hi that pom doesn't exist at http://people.apache.org/repo/m2-incubating-repository doesn't exist the directory structure /org/apache

Re: MAVEN - FATAL ERROR - on mvn jbi..

2007-10-05 Thread Daniele De Francesco
/org/apache/servicemix/samples/3.3.0.0-fuse/ Daniele De Francesco schrieb: Hi that pom doesn't exist at http://people.apache.org/repo/m2-incubating-repository doesn't exist the directory structure /org/apache/servicemix/samples/3.3.0.0-fuse/samples-3.3.0.0-fuse.pom maybe this would

Re: Maven Plugin for Eclipse 2.0

2007-10-03 Thread Daniele De Francesco
Hi, excuse me, just for sake of curiosity, what u can do with Eclipse2.0 that u cannot with Eclipse 3.x? I mean Eclipse 2.0 is a big piece of software but it just dates back 5 years I wait curious for your answer :-) Bye On 10/3/07, LukeLallu [EMAIL PROTECTED] wrote: Thank You so much

Re: Setup gotchya

2007-10-02 Thread Daniele De Francesco
Are you behind a proxy? On 10/1/07, Jason Nerothin [EMAIL PROTECTED] wrote: Hello, I've been trying to get maven 2 working for a while now, and have had next to zero luck doing so. I suspect has something to do with codehaus servers being down, which maven apparently wishes to contact for

Re: Assemby-Plugin: modify the assembly before it is installed

2007-10-02 Thread Daniele De Francesco
Hi In theory, being maven2 plugin a program written in java or ant script you can do whatever you want with it. Here's a reference that I believe it might be useful to write and build plugins: http://www.devzuz.com/web/guest/products/resources#BBWM bye On 10/2/07, [EMAIL PROTECTED] [EMAIL

Re: What value do I set M2_REPO to?

2007-10-02 Thread Daniele De Francesco
Hi, on Linux/*nix is: /home/user/.m2/repository FYI Bye On 10/1/07, Alexander Sack [EMAIL PROTECTED] wrote: Your Maven 2 repository which on windows would be: C:\Documents and Settings\username\.m2\repository etc. -aps On 10/1/07, siegfried [EMAIL PROTECTED] wrote: I've been

Re: Setup gotchya

2007-10-02 Thread Daniele De Francesco
Hi, your stacktrace would suggest that you are experiencing some network trouble, if you are running a fedora-like linux distro make sure that SELinux is not interfering regards, On 10/2/07, Wayne Fay [EMAIL PROTECTED] wrote: You can delete the mirror -- that is the default for M2.0.7.

Re: convincing Workplace to use Maven

2007-09-30 Thread Daniele De Francesco
Ok, then that of convincing colleagues, chiefs etc. to switch to maven seems a recurring challenge developers have to face here in Italy. I use maven since 2004 (or was 2003, anyway...) , I think that maven is a great step ahead in code building, integrating,testing, in developing a project