Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] some questions about Athena

ok,i see.
thank both of you:)

On Tue, Sep 15, 2009 at 3:51 AM, Nick Boldt <nickboldt@xxxxxxxxx> wrote:
Ant's <get> task doesn't support file:// URLs, so that won't work.

However, once you've downloaded the zip once into downloadsDir=file://D:/tmp/build/downloads/, Athena will not try to re-download the SDK again but will use the locally cached file.

Regarding the syntax for SVN map files, there are lots of examples out there. Here are two:

http://anonsvn.jboss.org/repos/jbosstools/trunk/jmx/releng/maps/project.map
https://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/releng/trunk/org.eclipse.linuxtools.releng/maps/linuxtools.map

In future, please ask Athena questions on dash-dev@eclipse, not pdt-dev@.

Cheers,

赵忠伟 wrote:
i want to use local location,instead of downloading from network
dependencyURLs=http://download.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/eclipse-SDK-3.5-win32.zip

so i use the following line
dependencyURLs=file:D:/tmp/build/downloads/eclipse-SDK-3.5-win32.zip

but there is a java.net.MalformedURLException: no protocol exception




and i use svn as my SCM,and what is the format of plugin(feature...) in the *.map file.


thank you.

bast regards


------------------------------------------------------------------------

_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev

--
Nick Boldt :: http://nick.divbyzero.com
Release Engineer :: Eclipse Modeling & Dash Athena
_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev


Back to the top