Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] how to build buckm?==?utf-8?Q?inster from source

I want try to build buckminster from source.
this is my try:

1. check out source code from git://git.eclipse.org/gitroot/buckminster/buckminster.git
2. cd to [source_dir]/build
3. run ant

i get error message at end of this post:
from message, i use browse to go to "http://download.eclipse.org/tools/buckminster/products/buckminster.product-1.1.0.r09505.zip";
it truly don't exists.

seem i have to change something at [source_dir]/build/buckminster.properties
but what's correct value?
ant build is correct method?

Quote:
init:

buckminster.download:
     [echo] Downloading Buckminster headless package to bootstrap build sequence
      [get] Getting: http://download.eclipse.org/tools/buckminster/products/buckminster.product-1.1.0.r09505.zip
      [get] To: /mnt/data/dev/github/buckminster/build/downloads/buckminster.zip
      [get] Error opening connection java.io.FileNotFoundException: http://download.eclipse.org/tools/buckminster/products/buckminster.product-1.1.0.r09505.zip
      [get] Error opening connection java.io.FileNotFoundException: http://download.eclipse.org/tools/buckminster/products/buckminster.product-1.1.0.r09505.zip
      [get] Error opening connection java.io.FileNotFoundException: http://download.eclipse.org/tools/buckminster/products/buckminster.product-1.1.0.r09505.zip
      [get] Can't get http://download.eclipse.org/tools/buckminster/products/buckminster.product-1.1.0.r09505.zip to /mnt/data/dev/github/buckminster/build/downloads/buckminster.zip

BUILD FAILED
/mnt/data/dev/github/buckminster/build/build.xml:153: Can't get http://download.eclipse.org/tools/buckminster/products/buckminster.product-1.1.0.r09505.zip to /mnt/data/dev/github/buckminster/build/downloads/buckminster.zip



Back to the top