Yea, I have the jdbm jar in my Maven 1 repository.  When I alternatively try
Maven 2 ("mvn compile") from the core directory, I get:

C:\java\eclipse\workspace\acegisecurity\core>mvn compile
[INFO] Scanning for projects...
[INFO]
----------------------------------------------------------------------------
[INFO] Building Acegi Security System for Spring
[INFO]    task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading:
http://repo1.maven.org/maven2/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[INFO]
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
----------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: javax.transaction
ArtifactId: jta
Version: 1.0.1B

Reason: Unable to download the artifact from any repository
  javax.transaction:jta:1.0.1B:jar

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  apache-maven-snapshots (http://svn.apache.org/maven-snapshot-repository),
  acegi-snapshot (http://acegisecurity.sourceforge.net/repository/snapshots)

[INFO]
----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
----------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Wed Apr 26 17:39:20 EDT 2006
[INFO] Final Memory: 4M/7M
[INFO]
----------------------------------------------------------------------------

I could be wrong, but I suspect that most Acegi developers already have
these Maven resources in their repositories from other projects (or populate
them manually).  This is currently the only OSS project I'm involved with,
so I'm depending on Maven to fill my repository with all the things it
needs.  Is it possible that the Acegi Maven config file could be missing one
or more dependancies?

Thanks,
        Scott

> -----Original Message-----
> From: Luke Taylor [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, April 26, 2006 5:09 PM
> To: acegisecurity-developer@lists.sourceforge.net
> Subject: Re: [Acegisecurity-developer] Subversion? (Change completed)
> 
> 
> The jdbm stuff should be pulled from ibiblio:
> 
> http://www.ibiblio.org/maven/jdbm/jars/
> 
> Can you check you have a copy of it in your repository?
> 
> [EMAIL PROTECTED] wrote:
> > I'm still getting these errors in the unit tests as well:
> > 
> > BUILD FAILED
> > File...... C:\Documents and
> > 
> Settings\smccrory\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.
> > jelly
> > Element... maven:reactor
> > Line...... 217
> > Column.... 9
> > Unable to obtain goal [multiproject:install-callback] -- 
> C:\Documents 
> > and Settings\smccrory\.maven\cache\maven-test-plugin-1.6.2\plu
> > gin.jelly:133:41: <junit> javax/servlet/ServletRequest 
> Total time: 1 
> > minutes 34 seconds Finished at: Tue Apr 25 21:24:03 EDT 2006
> > 
> > Exception in thread "ApacheDS Shutdown Hook (default)" Exception in 
> > thread "ApacheDS Shutdown Hook (default)" Exception in thread "A 
> > pacheDS Shutdown Hook (default)" Exception in thread "ApacheDS 
> > Shutdown Hook (default)" Exception in thread "ApacheDS 
> Shutdown Hook 
> > (default)" Exception in thread "ApacheDS Shutdown Hook (default)"
> > java.lang.NoClassDefFoundError: jdbm/helper/MRUEnumeration
> > java.lang.NoClassDefFoundError: jdbm/helper/MRUEnumeration
> > java.lang.NoClassDefFoundError: jdbm/helper/MRUEnumeration
> > java.lang.NoClassDefFoundError: jdbm/helper/MRUEnumeration
> > java.lang.NoClassDefFoundError: jdbm/helper/MRUEnumeration
> > java.lang.NoClassDefFoundError: jdbm/helper/MRUEnumeration 
> > C:\java\eclipse\workspace\acegisecurity\doc>
> > 
> > Scott
> > 
> >> -----Original Message-----
> >> From: Carlos Sanchez [mailto:[EMAIL PROTECTED]
> >> Sent: Tuesday, April 25, 2006 3:10 PM
> >> To: acegisecurity-developer@lists.sourceforge.net
> >> Subject: Re: [Acegisecurity-developer] Subversion? (Change 
> completed)
> >>
> >> I have committed some changes, now the problems are with ldap 
> >> dependencies, can somebody check if we can upgrade to a 
> non snapshot 
> >> dependency? there's alreaddy RC1 of apache directory in ibiblio.
> > 
> > 
> > 
> > -------------------------------------------------------
> > Using Tomcat but need to do more? Need to support web 
> services, security?
> > Get stuff done quickly with pre-integrated technology to 
> make your job 
> > easier Download IBM WebSphere Application Server v.1.0.1 based on 
> > Apache Geronimo
> > 
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216
> > 42 _______________________________________________
> > Home: http://acegisecurity.org
> > Acegisecurity-developer mailing list
> > Acegisecurity-developer@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
> > 
> 
> -- 
>   Luke Taylor.                      Monkey Machine Ltd.
>   PGP Key ID: 0x57E9523C            http://www.monkeymachine.ltd.uk
> 
> 
> 
> -------------------------------------------------------
> Using Tomcat but need to do more? Need to support web 
> services, security?
> Get stuff done quickly with pre-integrated technology to make 
> your job easier Download IBM WebSphere Application Server 
> v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
dat=121642
> _______________________________________________
> Home: http://acegisecurity.org
> Acegisecurity-developer mailing list
> Acegisecurity-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
> 



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to