Simple question about pulling down dependencies

2005-10-06 Thread Daniel Hannum
I'm using the Maven2 ant tasks and I have the following dependency listed in my ant script dependency groupId=hibernate artifactId=hibernate version=3.0.5/ Problem is, this pulls down easily 20 different sub-dependencies, but one of them (javax/security/jacc/1.0) is missing a jar (that dir only

Deployed extensions hardcoded to jar

2005-10-05 Thread Daniel Hannum
Hi, I'm using the ant tasks to add dependency management and repositories to my ant project. I'm using the following tasks to deploy a zip that I built to the repository. artifact:pom file=pom.xml id=maven.project/ artifact:deploy file=build/web/foo.zip

NPE when running Deploy task from Ant

2005-10-04 Thread Daniel Hannum
Hi, I have an Ant project and all I am using Maven for is the repository support via the jar full of Ant tasks. I have a jar that I would like to upload to a repository (my own private repository). Unfortunately, I get the following exception java.lang.NullPointerException at