prompt% jake --help
Usage: jake [OPTIONS] targets...
-f --jakefile FILE: Use FILE as the jakefile.
-T --tasks: Display the tasks with descriptions, then exit.
-D --describe: Describe the tasks then exit.
-P --prereqs: Display the tasks and dependencies, then exit.
-v --verbose: Log message to standard output.
-h --help: displays usage information (final option)
prompt% jake install(in /opt/capsrc)(in /opt/capsrc)(in /opt/capsrc/Objective-J)Copying... CommonJS/objj-executableCopying... CommonJS/package.jsonCopying... CommonJS/bin/objjcCopying... CommonJS/bin/cplutilCopying... CommonJS/bin/objjBuilding... /opt/cappuccino/Build/Debug/CommonJS/objective-j/lib/objective-j.jsBuilding... /opt/cappuccino/Build/Debug/CommonJS/objective-j/lib/objective-j/cache-manifest.jsBuilding... /opt/cappuccino/Build/Debug/CommonJS/objective-j/lib/objective-j/compiler.jsBuilding... /opt/cappuccino/Build/Debug/CommonJS/objective-j/lib/objective-j/jake.jsBuilding... /opt/cappuccino/Build/Debug/CommonJS/objective-j/lib/objective-j/loader.jsBuilding... /opt/cappuccino/Build/Debug/CommonJS/objective-j/lib/objective-j/jake/frameworktask.jsBuilding... /opt/cappuccino/Build/Debug/CommonJS/objective-j/lib/objective-j/jake/bundletask.jsBuilding... /opt/cappuccino/Build/Debug/CommonJS/objective-j/lib/objective-j/jake/environment.jsBuilding... /opt/cappuccino/Build/Debug/CommonJS/objective-j/lib/objective-j/jake/applicationtask.jsCopying... CommonJS/lib/objective-j/jake/LICENSES/LGPL-v2.1Copying... CommonJS/lib/objective-j/jake/LICENSES/MITCopying... CommonJS/lib/objective-j/jake/RESOURCES/MHTMLTest.txtBuilding... /opt/cappuccino/Build/Debug/CommonJS/objective-j/lib/objective-j/rhino/regexp-rhino-patch.jsBuilding... /opt/cappuccino/Build/Debug/Objective-J/Objective-J.jsVersion: 1.0.0Revision: acda834ad9ebc1b54344edf888c6e86d82428213Timestamp: 1556113454036Build took 508 millseconds(in /opt/capsrc/CommonJS)Version: 1.0.0Revision: acda834ad9ebc1b54344edf888c6e86d82428213Timestamp: 1556113454386Build took 39 millseconds(in /opt/capsrc/Foundation)(in /opt/capsrc/Foundation)... <snip another 1230 repetitions of the same line>(in /opt/capsrc/Foundation)prompt%
prompt% capp --help
Error on line 53 of file [unknown]Error: require error: couldn't find "objective-j"
simon% capp --help
capp [--version] COMMAND [OPTIONS] [ARGS]
--version Print version
-h, --help Print this help
gen [OPTIONS] PATH Generate a new project at PATH from a predefined template
-l Same as --symlink --build, symlinks $CAPP_BUILD Frameworks into your project
-t, --template NAME Specify the template name to use (see `capp gen --list-templates`)
-f, --frameworks Copy/symlink *only* the Frameworks directory to a new or existing project
-F, --framework NAME Additional framework to copy/symlink (default: Objective-J, Foundation, AppKit)
-T, --theme NAME Additional Theme to copy/symlink into Resource (default: nothing)
--force Overwrite Frameworks directory if it already exists
--symlink Symlink the source Frameworks directory to the project, don't copy
--build Copy/symlink the Frameworks directory files from your $CAPP_BUILD directory
--noconfig Use the default configuration when replacing template variables
Without -l or --build, frameworks from your narwhal installation are copied/symlinked
gen --list-templates List the template names available for use with `capp gen -t/--template`
gen --list-frameworks List the framework names available for use with `capp gen -F/--framework`
config ...
KEY VALUE Set a value for a given key
-l, --list List all variables set in config file.
--get KEY Get the value for a given key
--remove KEY Remove the value for a given key
--
You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J" group.
To unsubscribe from this group and stop receiving emails from it, send an email to objectivej+...@googlegroups.com.
To post to this group, send email to objec...@googlegroups.com.
Visit this group at https://groups.google.com/group/objectivej.
For more options, visit https://groups.google.com/d/optout.
Hi Simon,Thanks for this information.The output from your first "jake install" does not look normal.Do you have any more information on what you entered the first time in the installation process that was not default?
Did you enter only default values on your laptop?