Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-built archive does not include the run script #192

Open
ghost opened this issue Jan 19, 2017 · 0 comments
Open

Pre-built archive does not include the run script #192

ghost opened this issue Jan 19, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 19, 2017

$ wget https://github.com/redline-smalltalk/redline-smalltalk.github.com/raw/master/assets/redline-deploy.zip
...
Length: 429056 (419K) [application/zip]
Saving to: ‘redline-deploy.zip’
redline-deploy.zip              100%[====================================================>] 419.00K  --.-KB/s    in 0.1s    

2017-01-19 16:38:14 (2.95 MB/s) - ‘redline-deploy.zip’ saved [429056/429056]

$ unzip redline-deploy.zip -d redline
Archive:  redline-deploy.zip
  inflating: redline/test-classes/st/redline/kernel/UndefinedObjectTest.st  
  inflating: redline/test-classes/st/redline/kernel/FalseTest.st  
  inflating: redline/test-classes/st/redline/kernel/TrueTest.st  
  inflating: redline/test-classes/st/redline/kernel/TestRunner.st  
  inflating: redline/test-classes/st/redline/kernel/TestSuite.st  
  inflating: redline/test-classes/st/redline/kernel/ObjectTest.st  
  inflating: redline/test-classes/st/redline/example/Thingo.st  
  inflating: redline/test-classes/st/redline/example/HelloWorld.st  
  inflating: redline/lib/jsr292-mock.jar  
  inflating: redline/lib/antlr-runtime-3.4.jar  
  inflating: redline/lib/asm-4.1.jar  
  inflating: redline/lib/redline-0.5-SNAPSHOT.jar  
$ cd redline
$ ./stic st.redline.example.HelloWorld
-bash: ./stic: No such file or directory
$ ls
lib		test-classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants