[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [pdt-dev] some questions about Athena
|
- From: Nick Boldt <nickboldt@xxxxxxxxx>
- Date: Mon, 14 Sep 2009 15:51:27 -0400
- Delivered-to: pdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=UdozfQhWwKUbBNYZuaeLHK1q1UK3ferx1XHTeaDCe/w=; b=HmgQIE4VLqGAQWJYx1/ySaKh2apHq+WqcHT7wSpz3FA/HsoH6jNfKI1HTzl0BqZ0Px GGQ7W6zToTqJKPVt4rQzuufPO4Xtj0fmI2oF89DBy0zbbuoNkjf3HTcozXGhlwlWbxaH D7jREiG2Oo/qlv1qzNzoVLZiNZ2xUyhQ3Jc0I=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=EZuItrdscBN+TISmyCxBZsR3mw7CZwFg2n/cB3sQjmpMdcoYnz5nMLTG7ldql5yVqb 8hRG6s0QSc6fkTuAQA4TOHiPLfhHf8jIOs1dgX1v5ujO1gPBJHRUTXDIv33+LsxUY9A9 qYyUiGeDw2DVkQ19cEGTZnGfizVAws89AXpwA=
- User-agent: Thunderbird 2.0.0.22 (X11/20090605)
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