Don't you add a MAVEN_REPO variable into eclipse, instead of the MAVEN_HOME
?

Also, when I run maven multiproject:artifact it builds the core fine, then
runs some tests, and then I get :

jar:jar:
    [jar] Building jar:
D:\work\spring.acegisecurity\core\target\acegi-security-0.7-SNAPSHOT.jar
+----------------------------------------
| Executing multiproject:artifact-callback Acegi Security System for Spring
- CAS adapter
| Memory: 19M/23M
+----------------------------------------
Attempting to download acegi-security-0.7-SNAPSHOT.jar.
WARNING: Failed to download acegi-security-0.7-SNAPSHOT.jar.
Attempting to download maven-sdocbook-plugin-1.4-SNAPSHOT.jar.

BUILD FAILED
File...... d:\maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly
Element... maven:reactor
Line...... 217
Column.... 9
The build cannot continue because of the following unsatisfied dependency:

acegi-security-0.7-SNAPSHOT.jar (try downloading from
http://acegisecurity.sourceforge.net)

Total time: 1 minutes 15 seconds
Finished at: Sun Nov 14 17:44:35 GMT+10:00 2004

Cameron.

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Ben Alex
> Sent: Thursday, 11 November 2004 7:13 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Acegisecurity-developer] The "Maven Shuffle"
> 
> Ray Krueger wrote:
> 
> >Are we done moving all the files around? Is it safe to commit?
> >
> >
> >
> Hi Ray
> 
> Yes, go for it. For the record (we'll put this in a readme when the
> Maven changes are absolutely finalised):
> 
> *** CONFIGURATION ***
> 
> - From the project root directory use "maven multiproject:artifact" to
> build all the core and adapter artifacts (JARs), and run the tests
> 
> - From the project root directory use "maven multiproject:install" to
> add the artifacts (JARs) to your
> %HOME%/.maven/repository/acegisecurity/jars directory so they're
> accessible to other Mavenised projects
> 
> - To use the Eclipse project, add a MAVEN_HOME variable by selecting
> "Window", "Preferences", "Java", "Build Path", "Classpath Variables",
> "New", Name: "MAVEN_HOME", Path (use the "Folder" button):
> "%HOME%/.maven/repository" (replacing %HOME% with something like
> "C:/Documents and Settings/your_user_name" on a Windows box)
> 
> *** MAVEN MIGRATION STATUS ***
> 
> The core and adapters work well. Still outstanding is to remove the old
> JARs from the lib directory and complete modifying the Eclipse project
> to use MAVEN_HOME for all JARs instead of the project lib directory.
> Carlos is currently working on getting the samples Mavenised. The
> extractor directory still needs to be removed. The Hypersonic SQL
> directory still needs to be removed.
> 
> It's unclear what we'll do with the integration test directory, as it's
> important but a large Ant script. In addition, I'll be refactoring or
> replacing (haven't decided just yet) the sample in the next few days as
> part of some documentation I'm writing on Acegi Security.
> 
> Finally, the main Ant build needs refactoring to remove functionality
> replaced by the Maven build.
> 
> Carlos and I have been keeping most of the Maven change discussions
> off-list to save traffic, but given the bulk is now complete we'll move
> such discussions back on-list so people can keep informed of progress
> and provide feedback.
> 
> Best regards
> Ben
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for FREE
> LinuxWorld Reader's Choice Award Winner for best database on Linux.
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> Acegisecurity-developer mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Acegisecurity-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to