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

Automatic Build Doesn't Work #57

Closed
zitcher opened this issue Nov 23, 2014 · 2 comments
Closed

Automatic Build Doesn't Work #57

zitcher opened this issue Nov 23, 2014 · 2 comments

Comments

@zitcher
Copy link

zitcher commented Nov 23, 2014

When I manually build for processing 2 it works however when I use auto build it defaults to processing 3 which doesn't work.

I get this error:

Command line edition for Processing 0227 (Java Mode)

--help Show this help text. Congratulations.

--sketch= Specify the sketch folder (required)
--output= Specify the output folder (required and
cannot be the same as the sketch folder.)

--force The sketch will not build if the output
folder already exists, because the contents
will be replaced. This option erases the
folder first. Use with extreme caution!

--build Preprocess and compile a sketch into .class files.
--run Preprocess, compile, and run a sketch.
--present Preprocess, compile, and run a sketch full screen.

--export Export an application.
--no-java Do not embed Java. Use at your own risk!

An output path must be specified.

[Finished in 0.3s with exit code 1]
[cmd: ['processing-java', '--sketch=C:\Users\Zachary\Desktop\Codeing\gitHub\AsteroidsGame', '--run', '--force']]
[dir: C:\Users_____\Desktop\Codeing\gitHub\AsteroidsGame]
[path: C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files (x86)\nodejs;C:\Program Files\Java\jdk1.7.0_55\bin;C:\Users\Zachary\AppData\Roaming\npm;C:\Program Files (x86)\Nmap;C:\Program Files\processing-2.2.1;C:\Program Files\processing-3.0a5-windows64\processing-3.0a5]

@ybakos
Copy link
Collaborator

ybakos commented Nov 23, 2014

@zachooz The solution is to manually select the Processing 2 build system.

This was changed in a recent pull request (#51).

Do you think that the default build system (for Automatic) should be Processing 2? (I do.)

ybakos added a commit to ybakos/processing-sublime that referenced this issue Nov 23, 2014
build systems and restore Processing 2 as default. Fixes issue b-g#57, references b-g#57.
ybakos added a commit to ybakos/processing-sublime that referenced this issue Nov 23, 2014
build systems and restore Processing 2 as default. Fixes issue b-g#57, references b-g#57.
@b-g
Copy link
Owner

b-g commented Nov 23, 2014

Thanks for reporting! Should be fixed with 0c37365

@b-g b-g closed this as completed Nov 23, 2014
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

3 participants