0.0.1 • Published 7 years ago
ics-java-wine v0.0.1
Wine for ICS Java - Specifically UH classes
A wine package for managing your ICS Java projects and files.
Note: Make sure you have alias wine="node wine" set in your bash profile. Otherwise, you will have to run $ node wine for every command.
Installation
- Install wine. Instructions at https://grape-juice.org.
wine inst ics-java-winewine plant- Set your
"wineryfile"to"./winery/winery.js"in yourwine.json.
{
"wine" : {
"wineryfile" : "./winery/winery.js"
}
}Usage
Creating new project
$ wine new <project-name>Running your Project
$ wine run <project-name>This build and run your project.
Packaging your Project
$ wine package <project-name>This will create a zip file with the java files inside, ready to turn in.
Compiling and Running your Projects Separately
Building your Project
$ wine build <project-name>This will compile your project into a .class file.
Running your Compiled Project
$ wine runbuild <project-name>This will run your compiled project
0.0.1
7 years ago