Hi, On Thu, 25 Oct 2012, Johannes Schindelin wrote:
> On Thu, 25 Oct 2012, David Parsons wrote: > > > As I wanted to use netbeans to develop my stuff, I followed the > > instructions provided here : http://developer.imagej.net/netbeans Of > > course everything works fine until the Build step... > > > > I basically get errors in tests which apparently makes the whole build fail > > (attached is the whole build output). > > > > Trying to go further, I tried to build the ImageJ Application project and > > got > > the following error : > > Failed to execute goal on project ij-app: Could not resolve dependencies for > > project net.imagej:ij-app:jar:2.0.0-SNAPSHOT: The following artifacts could > > not be resolved: net.imagej:ij-script-java:jar:2.0.0-SNAPSHOT, > > net.imagej:ij-ui-swing-script-editor:jar:2.0.0-SNAPSHOT: Failure to find > > net.imagej:ij-script-java:jar:2.0.0-SNAPSHOT in > > http://maven.imagej.net/content/repositories/releases was cached in the > > local > > repository, resolution will not be reattempted until the update interval of > > imagej.releases has elapsed or updates are forced -> [Help 1] > > That is a problem I introduced unfortunately. For technically interested: > the incremental deployment most likely broke due to newly-introduced > artifacts. > > I will fix it and report back, It is fixed now. In case you are interested, I fixed the 'incremental-deploy.sh' script in fiji.git which is used to deploy both Fiji and ImageJ incrementally (i.e. upload new versions to the Maven repository where your Netbeans downloads them from). Ciao, Johannes _______________________________________________ ImageJ-devel mailing list [email protected] http://imagej.net/mailman/listinfo/imagej-devel
