Artifact getVersion and snapshots

2009-01-09 Thread Simone Gianni
version? Simone -- Simone GianniCEO Semeru s.r.l. Apache Committer http://www.simonegianni.it/ - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Testing an archetype during build process

2008-12-09 Thread Simone Gianni
-- Simone GianniCEO Semeru s.r.l. Apache Committer http://www.simonegianni.it/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Testing an archetype during build process

2008-12-09 Thread Simone Gianni
the developer a simple way to generate a temp mock project, see its content, run mvn on it, from the junit using the embedder or whatever else - Make sure junits went ok - Then package it and install and deploy and everything Or even both :) Simone Raphaël Piéroni wrote: 2008/12/9 Simone Gianni

Re: specifying latest for a dependency

2008-11-19 Thread Simone Gianni
? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Simone GianniCEO Semeru s.r.l. Apache Committer http://www.simonegianni.it

Re: error into pom.xml file into one spring webapp. SOS

2008-11-19 Thread Simone Gianni
/properties /project - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Simone GianniCEO Semeru s.r.l. Apache Committer http://www.simonegianni.it

Re: Help with the package command

2008-11-10 Thread Simone Gianni
. Please let me know if anyone has had these problems. Thanks. -- Simone GianniCEO Semeru s.r.l. Apache Committer http://www.simonegianni.it/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Help with the package command

2008-11-10 Thread Simone Gianni
Winona Whitener wrote: Believe it or not, this is from the example stuff generated by the Apache DS tutorial--with the archetype and so on and the car.schema. Thanks, Winona -Original Message- From: Simone Gianni [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2008 10:13 AM

Re: Dependencies not available in the future

2008-11-03 Thread Simone Gianni
-- Simone GianniCEO Semeru s.r.l. Apache Committer http://www.simonegianni.it/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: My first question (maven and spring into one eclipse)

2008-10-20 Thread Simone Gianni
) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Simone GianniCEO Semeru s.r.l. Apache Committer MALE human being programming a computer http://www.simonegianni.it

Re: question about the pluxes components.xml?

2008-10-14 Thread Simone Gianni
, is the role-hint the same as the spring bean id which the container to locate the bean when needed, and the pluxes more specific becourse it group by interface type and use role-hint to describe eche one? 2008/10/14 Simone Gianni [EMAIL PROTECTED] Hi 陈思淼, in Avalon like IOC containers (like

Re: question about the pluxes components.xml?

2008-10-13 Thread Simone Gianni
meaning? can anybody give some document ion to describe the components.xml? -- Simone GianniCEO Semeru s.r.l. Apache Committer MALE human being programming a computer http://www.simonegianni.it

Re: Can I override the maven-war-plugin?

2008-10-13 Thread Simone Gianni
called twar, to bind with my own plugin? -- Simone GianniCEO Semeru s.r.l. Apache Committer MALE human being programming a computer http://www.simonegianni.it/ - To unsubscribe, e-mail: [EMAIL

Re: Best practice for branching projects?

2008-10-10 Thread Simone Gianni
problem. Regards Stefan Simone Gianni wrote: Hi Stefan, I don't know if I got the problem right and if this could be a solution, but I do as follows (obviously, we are talking about maven branching, not SVN or CVS branching, which is another story) : - setup a developers only maven

Re: Best practice for branching projects?

2008-10-07 Thread Simone Gianni
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Simone GianniCEO Semeru s.r.l. Apache Committer MALE human being programming a computer http://www.simonegianni.it/ - To unsubscribe, e

Re: maven plugin depedency issue

2008-10-07 Thread Simone Gianni
not contain xyz-1.0.jar in its classpath. What am I missing here ? How do I get a compile time dependency defined in a project pom in the classpath of the custom plugin ? Thanks Ashish -- Simone GianniCEO Semeru s.r.l. Apache Committer MALE human being

Re: Conditional dependencies

2008-10-06 Thread Simone Gianni
should not be used to munge up dependencies, it just makes it confusing for people to have side effects. On Mon, 06 Oct 2008 05:47:16 Simone Gianni wrote: Has anybody ever done something like this? Has anybody had the same need and investigated a way to solve it? -- Simone

Re: Couldn't find a version error

2008-10-05 Thread Simone Gianni
/dependencies The question: where should I search for [3.2.1-R32x_v20060814, 3.3.0-v20070522] and [3.4.0,4.0.0)??? :confused::confused::confused: Thanks beforehand, regards, buters -- Simone GianniCEO Semeru s.r.l. Apache Committer MALE human being programming a computer

Conditional dependencies

2008-10-05 Thread Simone Gianni
to solve it? Thanks in advance, Simone -- Simone GianniCEO Semeru s.r.l. Apache Committer MALE human being programming a computer http://www.simonegianni.it/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Couldn't find a version error

2008-10-05 Thread Simone Gianni
of org.eclipse.equinox.registry, 3.4.0-v20080516-0950, exists only in my local repository and it's conform with the range [3.4.0,4.0.0). Also Maven is looking for in the remote repository and ignoring the version of the local one. Why? 8-O 8-O 8-O Simone Gianni-2 wrote: Hi Buters, seems like

Re: exec:java arguments vs. commandLineArgs

2008-10-03 Thread Simone Gianni
. Trevor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Simone GianniCEO Semeru s.r.l. Apache Committer MALE human being programming a computer http

Re: how to make archetype resource copy as package structure

2008-07-31 Thread Simone Gianni
/source /testSources resources resourcesrc/main/resources/app-config.xml/resource /resources /archetype My *.java can move to package directory but app-config.xml doesn't How do I do can make it move to apporiate locations? -- Simone Gianni http

Re: Multiple CPUs

2008-04-11 Thread Simone Gianni
Hi Dana, you are absolutely right, but there are a few things Maven could do to improve speed : using multiple threads/cpus : - Maven downloads stuff. Now, since the network exists, it exists latency, and all net applications work best when multithreaded. Is maven currently parallelizing the jar

Re: Multiple CPUs

2008-04-11 Thread Simone Gianni
VELO wrote: On the build process itself, it has no meaning to parallelize it as you properly pointed out. May this is true on Java... But on flex is not. Flex compilation always use 100% on a single core computer and never use more them 50% on multi core. Well, if we got downloads

Re: Problem with Maven 2 dependency

2006-07-11 Thread Simone Gianni
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Best practices in testing Hibernate/EJB3 POJOs (or doing database tests)

2006-07-11 Thread Simone Gianni
? Using source filters? (again, I haven't done this before, so I don't know if it's suitable) Best regards Jose -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]