1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 12:05:21 +02:00

making the ruby version identical to the perl version

This commit is contained in:
David Dykstal 2006-06-27 02:18:56 +00:00
parent 48487d25a8
commit 4293d74b9d

View file

@ -24,7 +24,7 @@ eclipse = "../eclipse"
builder = "." builder = "."
# "working" is where the build is actually done, does not need to exist # "working" is where the build is actually done, does not need to exist
working = "../build" working = "../working"
# make these absolute paths # make these absolute paths
eclipse = File.expand_path(eclipse) eclipse = File.expand_path(eclipse)
@ -47,7 +47,7 @@ publishDirectory = "#{working}/publish"
tag = ask("Enter tag to fetch from CVS", "HEAD") tag = ask("Enter tag to fetch from CVS", "HEAD")
buildType = ask("Enter build type (P=Personal, N=Nightly, I=Integration, S=Stable)", "P") buildType = ask("Enter build type (P=Personal, N=Nightly, I=Integration, S=Stable)", "P")
buildId = ask("Enter the build id", buildType + Time.now.strftime("%Y%m%d-%H%M")) buildId = ask("Enter the build id", buildType + Time.now.strftime("%Y%m%d%H%M"))
command = "java -cp #{eclipse}/startup.jar org.eclipse.core.launcher.Main " command = "java -cp #{eclipse}/startup.jar org.eclipse.core.launcher.Main "
command += "-application org.eclipse.ant.core.antRunner " command += "-application org.eclipse.ant.core.antRunner "