Hey Team, Well my code built just fine against a clean m2 repo:
[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] ------------------------------------------------------------------------ [INFO] OODT Core ............................................. SUCCESS [6:11.734s] [INFO] Common Utilities ...................................... SUCCESS [1:34.972s] [INFO] Process Control System Input Data Package ............. SUCCESS [2.472s] [INFO] Catalog and Archive Service Generic Multi-valued Metadata Container SUCCESS [4:59.263s] [INFO] Query Expression ...................................... SUCCESS [1.445s] [INFO] OODT Single Sign On Security Package .................. SUCCESS [1.521s] [INFO] Catalog and Archive File Management Component ......... SUCCESS [2:28.547s] [INFO] OODT CAS Virtual Catalog and Integration Service. ..... SUCCESS [17.769s] [INFO] Catalog and Archive Resource Management Component ..... SUCCESS [14.372s] [INFO] Catalog and Archive Workflow Management Component ..... SUCCESS [32.794s] [INFO] Catalog and Archive Crawling Framework ................ SUCCESS [16.236s] [INFO] CAS Curation Interface ................................ SUCCESS [2:49.267s] [INFO] CAS PGE Adaptor Framework ............................. SUCCESS [22.150s] [INFO] CAS Installer Maven Mojo .............................. SUCCESS [1:29.677s] [INFO] CAS Push-Pull-Framework ............................... SUCCESS [41.178s] [INFO] Product Service ....................................... SUCCESS [7.686s] [INFO] Profile Service ....................................... SUCCESS [12.683s] [INFO] OODT Web Grid ......................................... SUCCESS [10.451s] [INFO] XML-configured, DBMS-based Product and Profile Server . SUCCESS [3.769s] [INFO] CAS File Manager Webapp Application ................... SUCCESS [4.542s] [INFO] CAS Product Server .................................... SUCCESS [6.251s] [INFO] CAS Workflow Monitor Web Application .................. SUCCESS [4.264s] [INFO] Catalog and Archive File Management Browser ........... SUCCESS [4.219s] [INFO] Apache OODT ........................................... SUCCESS [24.944s] [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 23 minutes 23 seconds [INFO] Finished at: Fri Oct 22 10:47:17 PDT 2010 [INFO] Final Memory: 97M/123M One small issue is the File Manager User guide is several years out of date. Not an issue since the file manager starts up and runs just fine. I just logged OODT-52 to fix the issue I found, but not a blocker by any means. + 1 from me. Great job everyone. -Cameron On Sat, Oct 23, 2010 at 10:50 AM, Ramirez, Paul M (388J) < paul.m.rami...@jpl.nasa.gov> wrote: > Hey All, > > Seems like we just have a touchy maven repository in > http://projects.iplantcollaborative.org/archiva/repository/ as it finally > worked for me for jgoblus and then held up on tika. Ran mvn install again > and tika came down. I'm going to go with a > temporary glitch in that maven repo. All that said here's my: > > +1 for release > > As everything is working for me now. > > Thanks, > Paul Ramirez > > On Oct 23, 2010, at 10:20 AM, Ramirez, Paul M (388J) wrote: > > > Hey All, > > > > Sorry I accidentally clicked send before finishing off my message. > Essentially, I am running into the same thing Justin was running into. I did > notice that maven seems to start downloading that dependency and then bails > about half way through. I went to the site where it was attempting to get > the dependency from and tried to download the jar and the download just hung > ( > http://projects.iplantcollaborative.org/archiva/repository/internal/org/globus/cog-jglobus/1.8.0/cog-jglobus-1.8.0.jar). > I'm going to look to see if there is anywhere else we can pull this > dependency from. > > > > Thanks, > > Paul > > > > On Oct 23, 2010, at 10:11 AM, Ramirez, Paul M (388J) wrote: > > > >> Hey All, > >> > >> Not sure whats going on here but I am getting the same message Justin > was getting and its not > >> > >> However, I did run into the same thing Justin ran into: > >> > >> [INFO] > ------------------------------------------------------------------------ > >> [ERROR] BUILD ERROR > >> [INFO] > ------------------------------------------------------------------------ > >> [INFO] Failed to resolve artifact. > >> > >> Missing: > >> ---------- > >> 1) org.globus:cog-jglobus:jar:1.8.0 > >> > >> Try downloading the file manually from the project website. > >> > >> Then, install it using the command: > >> mvn install:install-file -DgroupId=org.globus > -DartifactId=cog-jglobus -Dversion=1.8.0 -Dpackaging=jar > -Dfile=/path/to/file > >> > >> Alternatively, if you host your own repository you can deploy the file > there: > >> mvn deploy:deploy-file -DgroupId=org.globus -DartifactId=cog-jglobus > -Dversion=1.8.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[id] > >> > >> Path to dependency: > >> 1) org.apache.oodt:pushpull:jar:0.1-incubating > >> 2) org.globus:cog-jglobus:jar:1.8.0 > >> > >> ---------- > >> 1 required artifact is missing. > >> > >> for artifact: > >> org.apache.oodt:pushpull:jar:0.1-incubating > >> > >> from the specified remote repositories: > >> javax-transaction (http://download.java.net/maven/2), > >> apache.snapshots (http://repository.apache.org/snapshots/), > >> globus-repo ( > http://projects.iplantcollaborative.org/archiva/repository/internal), > >> central (http://repo1.maven.org/maven2) > >> > >> > >> > >> Then doing another mvn install I stopped to look at where its trying to > get this jar from and see: > >> > >> [INFO] Building CAS Push-Pull-Framework > >> [INFO] task-segment: [install] > >> [INFO] > ------------------------------------------------------------------------ > >> [INFO] [resources:resources {execution: default-resources}] > >> [INFO] Using 'UTF-8' encoding to copy filtered resources. > >> [INFO] Copying 27 resources > >> Downloading: > http://download.java.net/maven/2/org/globus/cog-jglobus/1.8.0/cog-jglobus-1.8.0.jar > >> [INFO] Unable to find resource 'org.globus:cog-jglobus:jar:1.8.0' in > repository javax-transaction (http://download.java.net/maven/2) > >> Downloading: > http://projects.iplantcollaborative.org/archiva/repository/internal/org/globus/cog-jglobus/1.8.0/cog-jglobus-1.8.0.jar > >> [WARNING] Unable to get resource 'org.globus:cog-jglobus:jar:1.8.0' from > repository globus-repo ( > http://projects.iplantcollaborative.org/archiva/repository/internal): GET > request of: org/globus/cog-jglobus/1.8.0/cog-jglobus-1.8.0.jar from > globus-repo failed > >> Downloading: > http://repo1.maven.org/maven2/org/globus/cog-jglobus/1.8.0/cog-jglobus-1.8.0.jar > >> [INFO] Unable to find resource 'org.globus:cog-jglobus:jar:1.8.0' in > repository central (http://repo1.maven.org/maven2) > >> > >> > >> I'm looking right now to see if I can figure out the issue with this > dependency. > >> > >> --Paul > >> > >> > >> > >> > >> > >> On Oct 22, 2010, at 7:35 AM, Justin Erenkrantz wrote: > >> > >>> On Thu, Oct 21, 2010 at 10:22 PM, Mattmann, Chris A (388J) > >>> <chris.a.mattm...@jpl.nasa.gov> wrote: > >>>> Hi Dave, > >>>> > >>>> +1 this time from me! > >>> > >>> I'll try to take some time today to re-test the new RC. Hopefully, > >>> given that I've downloaded all of the dependencies via Maven once > >>> before, it'll go a lot faster this time around...I hope. *fingers > >>> crossed* -- justin > >> > > > > -- -Sent from a Tin Can attached to a String I enjoy the massacre of ads. This sentence will slaughter ads without a messy bloodbath.