Tomighty won't run on Win 7 32 bit

382 views
Skip to first unread message

John Murphy

unread,
Oct 26, 2012, 9:19:41 PM10/26/12
to tomi...@googlegroups.com
I downloaded and ran the Windows Installer. A Tomighty folder was created in Program Files with the exe file and an uninstall program, plus a desktop icon.

Tomighty will not run from the icon or from the folder.

I note that Tomighty is not listed in Control Panel/Uninstall a Program. Nor does Tomighty show up in Task Manager as a program or as a process.

java -jar tomighty-0.7.1.jar from the command line generates:

Oct 26, 2012 6:06:09 PM org.tomighty.log.Log in
INFO: Loading messages for locale en_US
Oct 26, 2012 6:06:09 PM org.tomighty.log.Log in
INFO: Messages not available for locale en_US.

I'm running Java 1.7.09 (the latest) and no other Java versions.


John Murphy

unread,
Oct 30, 2012, 6:40:10 PM10/30/12
to tomi...@googlegroups.com
RTFM! Finally figured out the app was running in the System Tray. Duh!

Célio Cidral Jr

unread,
Oct 30, 2012, 7:43:42 PM10/30/12
to tomi...@googlegroups.com
I'm glad to hear it's working well for you  :)

BTW, it's my fault that there's no mention of the system tray icon anywhere.  I should write about it on the website.

Thanks for the feedback.

Célio
--
You received this message because you are subscribed to the Google Groups "Tomighty" group.
To view this discussion on the web visit https://groups.google.com/d/msg/tomighty/-/N8lZvTggbw8J.
To post to this group, send email to tomi...@googlegroups.com.
To unsubscribe from this group, send email to tomighty+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/tomighty?hl=en.

John Murphy

unread,
Oct 30, 2012, 7:48:27 PM10/30/12
to tomi...@googlegroups.com
NP and it's a great minimal app.

Have you made the source code available yet? I'm teaching myself Java and a working app that I could examine and extend would be a good exercise for me.

John Murphy

415-285-7067

Célio Cidral Junior

unread,
Oct 31, 2012, 6:17:24 AM10/31/12
to tomi...@googlegroups.com
It's in Github: https://github.com/ccidral/tomighty

I hope you like the code :)

Célio

John Murphy

unread,
Nov 1, 2012, 1:35:14 PM11/1/12
to tomi...@googlegroups.com
Hi Celio,

I installed NSIS, git and Maven under Win 7 32, set the Environment variables and downloaded the source code from Git but mvn won't run.

This is entirely due to my complete lack of knowledge of all 3 products.

Do you have an Idiot's Guide that might help get the source into Eclipse or BlueJ?

Thanks for your patience...


John Murphy

415-285-7067

Celio Cidral Jr

unread,
Nov 1, 2012, 1:38:27 PM11/1/12
to tomi...@googlegroups.com
Hi John,

What happens when you run mvn clean install? Any errors?

Célio

John Murphy

unread,
Nov 1, 2012, 2:22:14 PM11/1/12
to tomi...@googlegroups.com
'mvn' is not recognized as an internal or external command,
operable program or batch file.

I tried mvn.bat. Same error.

John Murphy

415-285-7067

Celio Cidral Jr

unread,
Nov 1, 2012, 3:07:07 PM11/1/12
to tomi...@googlegroups.com
I suppose you already added "<MVN_PATH>\bin" to your system's PATH variable.  That should work.  If there are any white spaces in the <MVN_PATH> (i.e. C:\Program Files\Maven) then you should include double quotes around the whole path (i.e. "C:\Program Files\Maven\bin").  After changing the system's PATH environment variable, you must close the command prompt then open it again.

Célio

John Murphy

unread,
Nov 1, 2012, 9:06:15 PM11/1/12
to tomi...@googlegroups.com
Yup, it was the PATH variable. But now I get this error:

C:\Program Files\Tomighty>mvn clean install /p \p
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model f
org.tomighty:tomighty-swing:jar:0.8.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-r
urces-plugin is missing. @ line 157, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threate
he stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support buil
g such malformed projects.
[WARNING]
[INFO] ----------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Tomighty Parent Project
[INFO] Tomighty API
[INFO] Tomighty Swing App
[INFO]
[INFO] ----------------------------------------------------------------------
[INFO] Building Tomighty Parent Project 0.8.0
[INFO] ----------------------------------------------------------------------
[INFO] ----------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Tomighty Parent Project ........................... FAILURE [0.046s]
[INFO] Tomighty API ...................................... SKIPPED
[INFO] Tomighty Swing App ................................ SKIPPED
[INFO] ----------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ----------------------------------------------------------------------
[INFO] Total time: 1.456s
[INFO] Finished at: Thu Nov 01 18:02:58 PDT 2012
[INFO] Final Memory: 2M/15M
[INFO] ----------------------------------------------------------------------
[ERROR] Unknown lifecycle phase "/p". You must specify a valid lifecycle phas
r a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-ar
act-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate,
tialize, generate-sources, process-sources, generate-resources, process-resou
s, compile, process-classes, generate-test-sources, process-test-sources, gen
te-test-resources, process-test-resources, test-compile, process-test-classes
est, prepare-package, package, pre-integration-test, integration-test, post-i
gration-test, verify, install, deploy, pre-site, site, post-site, site-deploy
re-clean, clean, post-clean. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e s
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
d the following articles:
NotFoundException
C:\Program Files\Tomighty>

John Murphy

415-285-7067

John Murphy

unread,
Nov 1, 2012, 9:22:15 PM11/1/12
to tomi...@googlegroups.com
I should have said that I ran mvn clean install once before without PAUSE ON and the run took 1:30 and failed on the Swing API.

John Murphy

415-285-7067

Erika Ward

unread,
Apr 4, 2013, 2:08:06 AM4/4/13
to tomi...@googlegroups.com
Haha, I just did the same thing... glad I found your post so I could find my tomighty!!
Reply all
Reply to author
Forward
0 new messages