You are here

Violet UML Editor

4 posts / 0 new
Last post
adael
Offline
Last seen: 14 years 4 months ago
Joined: 2009-12-23 18:29
Violet UML Editor

You can find here: http://www.horstmann.com/violet/

It's a pretty nice UML Editor made in Java.

- Fast to learn
- Easy user interface
- Not much options, but fast to use
- A clear alternative to Dia for simple diagrams without get complicated.

I think it's easy to make a portable with that. But who knows.

PD->Sorry my english.

dinosoep
Offline
Last seen: 13 years 4 months ago
Joined: 2009-12-14 15:12
can somebody check this?

here is a solution, don't know it leaves traces or not and I suck whit bat files but it works. Can a pro look at this?
1)make the common portable apps hierachie, look at how apps are designed and make an empty app
2)create a new bat file named run.bat with as content: (CAN A PRO LOOK AT THIS?)
IF NOT EXIST ..\commonfiles\java GOTO systemcheck
..\commonfiles\java\bin\java.exe -jar app\com.horstmann.violet-0.21.1.jar
GOTO end
:systemcheck
IF NOT EXIST java.exe GOTO end
java.exe -jar app\com.horstmann.violet-0.21.1.jar
:end
3) download this:http://download.cnet.com/Bat-To-Exe-Converter/3000-2069_4-10555897.html and convert that bath to an invisible exe, its an option. and place the created run.exe in the root of your application mapp
4) place the jar in the app map and in the app/appinfo map there should be an ini file you created if you maked the common hierachie, type in it:
[Format]
Type=PortableApps.comFormat
Version=1.0

[Details]
Name=violet
Publisher=Cay Horstmann
Homepage=http://www.horstmann.com/violet/
Category=graphic
Description=with this tool you can make and edit uml diagrams
OpenSource=true
Freeware=true
CommercialUse=true

[Version]
PackageVersion=0.21.1
DisplayVersion=0.21.1

[Control]
Icons=1
Start=run.exe
5)enjoy (if it doesn't work, its early in the morning and I am tired, didnt dubble check if it worked Smile

dinosoep
Offline
Last seen: 13 years 4 months ago
Joined: 2009-12-14 15:12
by the way, the format is

by the way, the format is specified here :https://portableapps.com/development/portableapps.com_format

dinosoep
Offline
Last seen: 13 years 4 months ago
Joined: 2009-12-14 15:12
sorry for triple post

sorry for the triple post, I took a regshot and it leaves NO traces. This is a fully functioning portable app Smile
I've made it and modified it.
https://portableapps.com/node/22014
an installer,...
hope you review it because you were interested...

Log in or register to post comments