Ant Task: Nullpointer Exception

2009-12-04 Thread Vinicius Carvalho
Hello there! I'm trying to integrate my build.xml with some artifacts managed by maven. Here's What I've done so far: project name=Project Builder xmlns:artifact=antlib:org.apache.maven.artifact.ant property file=build.properties/property path

Re: Ant Task: Nullpointer Exception

2009-12-04 Thread Vinicius Carvalho
Actually fixed this, by using pom inside the artifact:install instead of using pomrefid. Anyway, I started using artifact:mvn instead, but its downloading all dependencies everytime. Not using my local repository. Why is that? Regards On Fri, Dec 4, 2009 at 1:03 PM, Vinicius Carvalho java.vinic

Maven + WTP deployment question

2006-09-08 Thread Vinicius Carvalho
Hello there! I've managed to use WTP + maven thanks to messages on this list :). I've configured my pom, to use WTP folders, and point to the correct context root using maven's war-plugin. But I still get a problem. When using WTP to deploy my app. It deploys it (but none of the libs that lies

Running offline

2006-09-05 Thread Vinicius Carvalho
Hello there! How can I run my goals offline? Every time I need to create an war for instance, it tries to connect to my repositories, when I already have every dependency on my local repository. Is it possible to turn it off? Also, is this possible to do this with maven-ide for eclipse? Opening

Pagkaging in a faster way

2006-08-23 Thread Vinicius Carvalho
Hello there! Is it possible to run mvn package and skip compile and test phases? When I need to pack new stuff that don't need to be tested/compiled, its taking too long. Best Regards - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Pagkaging in a faster way

2006-08-23 Thread Vinicius Carvalho
I know it sounds silly, but I'm using maven ide that already compiles everything I need :) so when packaging all I need is to pack everything :) Regards On 8/23/06, Andrew Kreps [EMAIL PROTECTED] wrote: That would be very useful in the case that you're either making changes to the packaging

Running offline

2006-08-23 Thread Vinicius Carvalho
Hello there! Why some of my poms always try to be downloaded again from their repositores everytime I call an maven goal? (Eg. spring.pom, tapestry.pom, and even some jee jars I installed like: mail and activation)? Here's an output of a mvn in my project: --- Downloading:

Basic Help with package

2006-08-08 Thread Vinicius Carvalho
Hello there! I need to include files in my META-INF dir (eg my tomcat context.xml). Where do I put the files on my project so they can be packaged when using mvn package? Best regards - To unsubscribe, e-mail: [EMAIL PROTECTED]

Continuum starts but no webconsole available

2006-08-03 Thread Vinicius Carvalho
Hello there! I've downloaded continuum 1.0.3. And I execute the run.sh, it displays: Starting continuum... But when I hit: http://localhost:8080/continuum It does not display anything. a run.sh status says that it is running. What could be the problem? Regards

Building webapp help

2005-05-24 Thread Vinicius Carvalho
Hello. As I said in a past email (from a different account though :P) I'm starting with maven. And I'm migrating from ant, so I'm doing everthing in baby steps. Ok I got maven eclipse just fine, now I have maven war (which resolves my dependency problems, oops, I know maven is not only about