I think I saw that before. But we added NUnit to our internal repo server -M
On Tue, Jul 26, 2011 at 2:20 PM, Lars Corneliussen <[email protected]> wrote: > Hi Simone, > > seems like a bug, if you ask me. better mac support is on our goals for > 1.4.1 and yet beeing worked on in trunl - it might be a confusion with paths. > > have you tried on windows? > > feel free to file a bug in jira. i see a good chance for including it in te > next release. > > > > -- > Message sent from mobile device > > Am 26.07.2011 um 19:10 schrieb Simone Tripodi <[email protected]>: > >> Hi all ASF mates, >> I'm trying to convince my .NET co-workers about the power of automated >> builds using maven, I'm unfortunately experiencing an issue with NUnit >> because I'm not able to install 3rd party dependencies ;( >> >> What I tried to run is >> >> mvn org.apache.npanday.plugins:maven-install-plugin:install-file \ >> -Dfile=./nunit.framework.dll \ >> -DgroupId=NUnit \ >> -DartifactId=NUnit.Framework \ >> -Dpackaging=library \ >> -DartifactVersion=2.5.10.11092 >> >> The output looks good >> >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building Maven Stub Project (No POM) 1 >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] >> [INFO] --- maven-install-plugin:1.4.0-incubating:install-file >> (default-cli) @ standalone-pom --- >> [INFO] NPANDAY-xxx-000: Installing file with generated pom >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD SUCCESS >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Total time: 2.117s >> [INFO] Finished at: Tue Jul 26 18:52:29 CEST 2011 >> [INFO] Final Memory: 5M/1016M >> [INFO] >> ------------------------------------------------------------------------ >> >> but NO artifacts are installed in ~/.m2/repository >> Running maven with -X option I got >> >> [INFO] NPANDAY-xxx-000: Installing file with generated pom >> [DEBUG] NPANDAY-001-031: artifact:NUnit:NUnit.Framework:library:2.5.10.11092 >> [DEBUG] NPANDAY-001-032: artifact >> file:/Applications/NUnit-2.5.10.11092/bin/net-2.0/framework/nunit.framework.dll >> [DEBUG] NPANDAY-001-032: config >> file:${project.basedir}/target/NUnit.Framework.exe.config >> [DEBUG] NPANDAY-001-033: config file:library >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] BUILD SUCCESS >> [INFO] >> ------------------------------------------------------------------------ >> >> Just for the record: these are my mvn settings >> Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) >> Maven home: /Applications/apache-maven-3.0.3 >> Java version: 1.5.0_19, vendor: Apple Computer, Inc. >> Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home >> Default locale: en_US, platform encoding: MacRoman >> OS name: "mac os x", version: "10.4.11", arch: "i386", family: "unix" >> >> Do you have any hint for a hopeless guy? Is there any alternative way >> I can create repo artifacts? >> Many thanks in advance, have a nice day! >> All the best, >> Simo >> >> http://people.apache.org/~simonetripodi/ >> http://www.99soft.org/ > -- Matthias Wessendorf blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf twitter: http://twitter.com/mwessendorf
