Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Setting up uDig 1.2 development in Eclipse

David Adler wrote:
Many thanks Andrea - I never would have realized that the small triangle was the trick.

I was able to get everything loaded into Eclipse.

But building is failing to download the many dependent jars. When I try to build in net.refractions.udig.libs, I get on the console (if I manually run Ant action): Buildfile: E:\geotools\udigtrunk\plugins\net.refractions.udig.libs\refresh.xml

BUILD FAILED
E:\geotools\udigtrunk\plugins\net.refractions.udig.libs\refresh.xml:11: Problem: failed to create task or type antlib:org.apache.maven.artifact.ant:remoteRepository
You need to make sure you have "dropped" the maven ant tasks jar into your eclipse director. When eclipse runs ant it will make use of this jar and allow ant to fetch things out of the maven repository...

Mentioned on this step here (includes download link):
- http://udig.refractions.net/confluence/display/ADMIN/03+Eclipse+for+RCP+Developers#03EclipseforRCPDevelopers-RequiredDownloadsincludedinExtras

Cheers,
Jody


Back to the top