Thanks Travis, I created and applied all 3 of your patches, and documented them here:
https://issues.apache.org/jira/browse/SIS-103 Cheers, Chris ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Senior Computer Scientist NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 171-266B, Mailstop: 171-246 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Assistant Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -----Original Message----- From: Travis L Pinney <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Friday, June 7, 2013 8:01 PM To: dev <[email protected]> Subject: Re: Proposal for a command line interface >The last thing that has errors after applying the patch is the >sis-build-helper project. When I go to the Dependency Hierarchy in >Eclipse, >it says Project read error at the top. I see there is a warning in the >pom.xml file that says maven-remote-resources-plugin (goal "process") is >ignored by m2e. > >I am not sure if this is related to problems in the pom.xml file, but I >see >some errors > >IndexedResourceCompiler.java > >No exception of type ResourceCompilerException can be thrown; an exception >type must be a subclass of Throwable > > >I did some poking around and I tried this... > > >Index: trunk/core/sis-build-helper/pom.xml > >=================================================================== > >--- trunk/core/sis-build-helper/pom.xml (revision 1488810) > >+++ trunk/core/sis-build-helper/pom.xml (working copy) > >@@ -94,6 +94,11 @@ > > <artifactId>maven-core</artifactId> > > <version>${maven.version}</version> > > </dependency> > >+ <dependency> > >+ <groupId>org.apache.maven</groupId> > >+ <artifactId>maven-plugin-api</artifactId> > >+ <version>3.0.5</version> > >+ </dependency> > > </dependencies> > > > > >The only issue it is failing on the tests. > > >Is it not possible to build or run unit tests for sis in eclipse? > > >Thanks, >Travis > > > > > > > > > >On Fri, Jun 7, 2013 at 10:33 PM, Travis L Pinney ><[email protected]>wrote: > >> These patches fix some of the errors in eclipse. >> >> Index: trunk/application/sis-webapp/pom.xml >> =================================================================== >> --- trunk/application/sis-webapp/pom.xml (revision 1490899) >> +++ trunk/application/sis-webapp/pom.xml (working copy) >> @@ -60,6 +60,7 @@ >> </dependencies> >> >> <build> >> + <pluginManagement> >> <plugins> >> <plugin> >> <groupId>org.codehaus.mojo</groupId> >> @@ -115,6 +116,7 @@ >> </executions> >> </plugin> >> </plugins> >> + </pluginManagement> >> </build> >> - >> + >> >> >> >> >> >> NEXT PATCH >> >> >> >> >> Index: trunk/core/sis-utility/pom.xml >> =================================================================== >> --- trunk/core/sis-utility/pom.xml (revision 1488810) >> +++ trunk/core/sis-utility/pom.xml (working copy) >> @@ -111,10 +111,12 @@ >> Build configuration >> =========================================================== --> >> <build> >> + <pluginManagement> >> <plugins> >> >> <!-- Delete the "com/sun/xml/..." directory after compilation. >>--> >> <plugin> >> + <groupId>org.apache.maven.plugins</groupId> >> <artifactId>maven-antrun-plugin</artifactId> >> <executions> >> <execution> >> @@ -158,6 +160,7 @@ >> </configuration> >> </plugin> >> </plugins> >> + </pluginManagement> >> </build> >> >> >> >> >> >> >> >> >> On Fri, Jun 7, 2013 at 10:11 PM, Travis L Pinney >><[email protected]>wrote: >> >>> I updated my subversion repo and now I am getting an error in the >>>build. >>> Before I was just building at the storage level, but I think there are >>>more >>> dependencies that reach at a higher level now. >>> >>> I went back and tried to open the top level pom.xml file with eclipse >>>and >>> I am getting these errors. >>> >>> build-helper-maven-plugin:1.8:reserve-network-port (1 errors) >>> maven-antrun-plugin:1.6 (1 errors) >>> sis-build-helper:0.3-geoapi3.0-SNAPSHOT:compile-resources (1 errors) >>> >>> I am using the latest stable version of eclipse. >>> >>> >>> Thanks, >>> Travis >>> >>> >>> >>> >>> >>> >>> >>> On Fri, Jun 7, 2013 at 9:20 PM, Mattmann, Chris A (398J) < >>> [email protected]> wrote: >>> >>>> Agreed. >>>> >>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>>> Chris Mattmann, Ph.D. >>>> Senior Computer Scientist >>>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA >>>> Office: 171-266B, Mailstop: 171-246 >>>> Email: [email protected] >>>> WWW: http://sunset.usc.edu/~mattmann/ >>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>>> Adjunct Assistant Professor, Computer Science Department >>>> University of Southern California, Los Angeles, CA 90089 USA >>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >>>> >>>> >>>> >>>> >>>> >>>> >>>> -----Original Message----- >>>> From: Martin Desruisseaux <[email protected]> >>>> Organization: Geomatys >>>> Reply-To: "[email protected]" <[email protected]> >>>> Date: Friday, June 7, 2013 8:05 AM >>>> To: "[email protected]" <[email protected]> >>>> Subject: Re: Proposal for a command line interface >>>> >>>> >Le 07/06/13 16:33, Mattmann, Chris A (398J) a écrit : >>>> >>> At your choice. I think it can fit in the current ticket. >>>> >> which for everyone's reference is SIS-11 [1]. >>>> > >>>> >Right, I will use it for the CLI-related work. For the ShapefileStore >>>> >aspects however, the work is more a library stuff independent of CLI. >>>> > >>>> > Cheers, >>>> > Martin >>>> > >>>> >>>> >>> >>
