Re: cfm template gone, i have class file

2004-07-29 Thread Barney Boisvert
Nope, you can't go from CLASS to CFM.You can get back the Java, but
that's it, and it won't be very helpful.Couple suggestions:

1) enable undo across saves in the HomeSite prefs (CF Studio had this,
I assume HS does)
2) start using version control
3) can you download it from a production server, obviously without the
newest changes

cheers,
barneyb

On Thu, 29 Jul 2004 15:05:45 -0400, Tony Weeg [EMAIL PROTECTED] wrote:
 can i get my cfm back from the class file?
 
 is this possible?
 
 homesite wont let me ctrl+z to go back in the file editing, i
 accidentally ctrl + a, and deleted the contents, then saved, and now
 its blank, can i recreate from the class file?
 
 thanks if you can help.
 
 --
 tony
 
 Tony Weeg
 human.
 email: tonyweeg [at] gmail [dot] com
 blog: http://www.revolutionwebdesign.com/blog/
 
 Check out http://www.antiwrap.com to send websites to your friends.
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfm template gone, i have class file

2004-07-29 Thread Tony Weeg
it was a dev server, thats where we ran it.(dumb, VERY dumb)

i dont use version control, i know i know i know

this is a lesson, i guess.

I AM ABOUT TO SHOOT MYSELF!

there has to be a reversal tool...if it can go from cfml to .class,
why not .class to cfm?

tony

On Thu, 29 Jul 2004 12:13:36 -0700, Barney Boisvert [EMAIL PROTECTED] wrote:
 Nope, you can't go from CLASS to CFM.You can get back the Java, but
 that's it, and it won't be very helpful.Couple suggestions:
 
 1) enable undo across saves in the HomeSite prefs (CF Studio had this,
 I assume HS does)
 2) start using version control
 3) can you download it from a production server, obviously without the
 newest changes
 
 cheers,
 barneyb
 
 
 
 On Thu, 29 Jul 2004 15:05:45 -0400, Tony Weeg [EMAIL PROTECTED] wrote:
  can i get my cfm back from the class file?
 
  is this possible?
 
  homesite wont let me ctrl+z to go back in the file editing, i
  accidentally ctrl + a, and deleted the contents, then saved, and now
  its blank, can i recreate from the class file?
 
  thanks if you can help.
 
  --
  tony
 
  Tony Weeg
  human.
  email: tonyweeg [at] gmail [dot] com
  blog: http://www.revolutionwebdesign.com/blog/
 
  Check out http://www.antiwrap.com to send websites to your friends.
 
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfm template gone, i have class file

2004-07-29 Thread Tony Weeg
strange, in homestite i can go to other files, and ctrlz them now, but
not on this one?wtf? is this a bug in homesite that you can ctrlz
some files but not others, depending on what you do?

this is nuts.

tw

On Thu, 29 Jul 2004 15:24:14 -0400, Tony Weeg [EMAIL PROTECTED] wrote:
 it was a dev server, thats where we ran it.(dumb, VERY dumb)
 
 i dont use version control, i know i know i know
 
 this is a lesson, i guess.
 
 I AM ABOUT TO SHOOT MYSELF!
 
 there has to be a reversal tool...if it can go from cfml to .class,
 why not .class to cfm?
 
 tony
 
 
 
 
 On Thu, 29 Jul 2004 12:13:36 -0700, Barney Boisvert [EMAIL PROTECTED] wrote:
  Nope, you can't go from CLASS to CFM.You can get back the Java, but
  that's it, and it won't be very helpful.Couple suggestions:
 
  1) enable undo across saves in the HomeSite prefs (CF Studio had this,
  I assume HS does)
  2) start using version control
  3) can you download it from a production server, obviously without the
  newest changes
 
  cheers,
  barneyb
 
 
 
  On Thu, 29 Jul 2004 15:05:45 -0400, Tony Weeg [EMAIL PROTECTED] wrote:
   can i get my cfm back from the class file?
  
   is this possible?
  
   homesite wont let me ctrl+z to go back in the file editing, i
   accidentally ctrl + a, and deleted the contents, then saved, and now
   its blank, can i recreate from the class file?
  
   thanks if you can help.
  
   --
   tony
  
   Tony Weeg
   human.
   email: tonyweeg [at] gmail [dot] com
   blog: http://www.revolutionwebdesign.com/blog/
  
   Check out http://www.antiwrap.com to send websites to your friends.
  
  
 
 
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfm template gone, i have class file

2004-07-29 Thread Ben Doom
Tony Weeg wrote:
 there has to be a reversal tool...if it can go from cfml to .class,
 why not .class to cfm?

Is there a reversal tool to turn bread back into dough?

The .class file has been compiled to java bytecode.You might (might) 
be able to find a tool to decompile it into java.The results are 
typically not pretty.

Sorry, but I think that you need to find another route to recovery. 
Otherwise, you're SOL.

--Ben
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfm template gone, i have class file

2004-07-29 Thread Ryan Duckworth
Tony,

Try this tool.It will convert your class file to a .java file.

I think that it will get you to a point where you can write the CFM page
from there pretty easily.

http://members.fortunecity.com/neshkov/dj.html

It works...One of my co-workers used this when his hard drive crashed
and he lost all his java source code, but still had the class files on
the server.

Good luck!

Since we are on the topic, We have been looking for a good (meaning
works and free) Source Control tool.

I looked into CVS and CVS-NT using tortoise, but I didn't like this and
would like to go with something similar to MS Visual Source Safe.

Anyone have any good recommendations.We want something that would
integrate with HomeSite that has check-in / check-out functionality.

Thanks,

Ryan Duckworth 
Macromedia ColdFusion Certified Professional 
Uhlig Communications 
10983 Granada Lane 
Overland Park, KS 66211
(913) 754-4272

_

From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 29, 2004 2:38 PM
To: CF-Talk
Subject: Re: cfm template gone, i have class file

strange, in homestite i can go to other files, and ctrlz them now, but
not on this one?wtf? is this a bug in homesite that you can ctrlz
some files but not others, depending on what you do?

this is nuts.

tw

On Thu, 29 Jul 2004 15:24:14 -0400, Tony Weeg [EMAIL PROTECTED]
wrote:
 it was a dev server, thats where we ran it.(dumb, VERY dumb)
 
 i dont use version control, i know i know i know
 
 this is a lesson, i guess.
 
 I AM ABOUT TO SHOOT MYSELF!
 
 there has to be a reversal tool...if it can go from cfml to .class,
 why not .class to cfm?
 
 tony
 
 
 
 
 On Thu, 29 Jul 2004 12:13:36 -0700, Barney Boisvert
[EMAIL PROTECTED] wrote:
  Nope, you can't go from CLASS to CFM.You can get back the Java,
but
  that's it, and it won't be very helpful.Couple suggestions:
 
  1) enable undo across saves in the HomeSite prefs (CF Studio had
this,
  I assume HS does)
  2) start using version control
  3) can you download it from a production server, obviously without
the
  newest changes
 
  cheers,
  barneyb
 
 
 
  On Thu, 29 Jul 2004 15:05:45 -0400, Tony Weeg [EMAIL PROTECTED]
wrote:
   can i get my cfm back from the class file?
  
   is this possible?
  
   homesite wont let me ctrl+z to go back in the file editing, i
   accidentally ctrl + a, and deleted the contents, then saved, and
now
   its blank, can i recreate from the class file?
  
   thanks if you can help.
  
   --
   tony
  
   Tony Weeg
   human.
   email: tonyweeg [at] gmail [dot] com
   blog: http://www.revolutionwebdesign.com/blog/
  
   Check out http://www.antiwrap.com to send websites to your
friends.
  
  
 
 

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfm template gone, i have class file

2004-07-29 Thread Tony Weeg
what kinda toool?

sign me up vss, sign me up.

damn.

this is kooky, i could ctrl+z files that were all still open, in
homesite, just not that one, even ones that had been saved, etc...

this is going to give me a heart attack.

tony

On Thu, 29 Jul 2004 15:40:55 -0400, Ben Doom [EMAIL PROTECTED] wrote:
 Tony Weeg wrote:
  there has to be a reversal tool...if it can go from cfml to .class,
  why not .class to cfm?
 
 Is there a reversal tool to turn bread back into dough?
 
 The .class file has been compiled to java bytecode.You might (might)
 be able to find a tool to decompile it into java.The results are
 typically not pretty.
 
 Sorry, but I think that you need to find another route to recovery.
 Otherwise, you're SOL.
 
 --Ben
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfm template gone, i have class file

2004-07-29 Thread Ryan Duckworth
Tony,

Try this tool.It will convert your class file to a .java file.

I think that it will get you to a point where you can write the CFM page
from there with a little time.

It won't be extremely easy, but it can be done more easily with the java
source than recreating everything from memory.

http://members.fortunecity.com/neshkov/dj.html

It works...One of my co-workers used this when his hard drive crashed
and he lost all his java source code, but still had the class files on
the server.

Good luck!

Since we are on the topic, we have been looking for a good (meaning
works and free) Source Control tool.

I looked into CVS and CVS-NT using tortoise, but I didn't like this and
would like to go with something similar to MS Visual Source Safe.

Anyone have any good recommendations.We want something that would
integrate with HomeSite that has check-in / check-out functionality.



Thanks,

Ryan Duckworth 
Macromedia ColdFusion Certified Professional 
Uhlig Communications 
10983 Granada Lane 
Overland Park, KS 66211
(913) 754-4272

_

From: Tony Weeg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 29, 2004 2:38 PM
To: CF-Talk
Subject: Re: cfm template gone, i have class file

strange, in homestite i can go to other files, and ctrlz them now, but
not on this one?wtf? is this a bug in homesite that you can ctrlz
some files but not others, depending on what you do?

this is nuts.

tw

On Thu, 29 Jul 2004 15:24:14 -0400, Tony Weeg [EMAIL PROTECTED]
wrote:
 it was a dev server, thats where we ran it.(dumb, VERY dumb)
 
 i dont use version control, i know i know i know
 
 this is a lesson, i guess.
 
 I AM ABOUT TO SHOOT MYSELF!
 
 there has to be a reversal tool...if it can go from cfml to .class,
 why not .class to cfm?
 
 tony
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfm template gone, i have class file

2004-07-29 Thread Deanna Schneider
Did you look in your autobackups directory?
C:\Program Files\Macromedia\HomeSite+\AutoBackup\

It might be blank there, too. Don't know.

- Original Message - 
From: Tony Weeg [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, July 29, 2004 2:24 PM
Subject: Re: cfm template gone, i have class file

 it was a dev server, thats where we ran it.(dumb, VERY dumb)

 i dont use version control, i know i know i know

 this is a lesson, i guess.

 I AM ABOUT TO SHOOT MYSELF!

 there has to be a reversal tool...if it can go from cfml to .class,
 why not .class to cfm?

 tony



 On Thu, 29 Jul 2004 12:13:36 -0700, Barney Boisvert [EMAIL PROTECTED]
wrote:
  Nope, you can't go from CLASS to CFM.You can get back the Java, but
  that's it, and it won't be very helpful.Couple suggestions:
 
  1) enable undo across saves in the HomeSite prefs (CF Studio had this,
  I assume HS does)
  2) start using version control
  3) can you download it from a production server, obviously without the
  newest changes
 
  cheers,
  barneyb
 
 
 
  On Thu, 29 Jul 2004 15:05:45 -0400, Tony Weeg [EMAIL PROTECTED]
wrote:
   can i get my cfm back from the class file?
  
   is this possible?
  
   homesite wont let me ctrl+z to go back in the file editing, i
   accidentally ctrl + a, and deleted the contents, then saved, and now
   its blank, can i recreate from the class file?
  
   thanks if you can help.
  
   --
   tony
  
   Tony Weeg
   human.
   email: tonyweeg [at] gmail [dot] com
   blog: http://www.revolutionwebdesign.com/blog/
  
   Check out http://www.antiwrap.com to send websites to your friends.
  
  
 
 


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfm template gone, i have class file

2004-07-29 Thread Tony Weeg
ryan, thank you MORE THAN THANK YOU!!!

thank F**KING GOD YOU EXIST!!!

now, can you ask your colleague, what he did?

did he decompile or disassemble?
and how did he strip away all the java code
this tool is cool i got it to disassemble and to decompile, i just do
not know what to do next :)

thanks!

-- 
tony

Tony Weeg
human.
email: tonyweeg [at] gmail [dot] com
blog: http://www.revolutionwebdesign.com/blog/

Check out http://www.antiwrap.com to send websites to your friends.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfm template gone, i have class file

2004-07-29 Thread Tony Weeg
you'd have to have that turned on in homesite to work :(

my dumb ass didnt.

man, im really feeling this

i might need some xanax

:( ryans tool has worked, its decompiled, now i just gotta figure out
how to get to the cfmlits all java'ey

:( workin on it...

tony

On Thu, 29 Jul 2004 15:11:46 -0500, Deanna Schneider
[EMAIL PROTECTED] wrote:
 Did you look in your autobackups directory?
 C:\Program Files\Macromedia\HomeSite+\AutoBackup\
 
 It might be blank there, too. Don't know.
 
 - Original Message -
 From: Tony Weeg [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Thursday, July 29, 2004 2:24 PM
 Subject: Re: cfm template gone, i have class file
 
  it was a dev server, thats where we ran it.(dumb, VERY dumb)
 
  i dont use version control, i know i know i know
 
  this is a lesson, i guess.
 
  I AM ABOUT TO SHOOT MYSELF!
 
  there has to be a reversal tool...if it can go from cfml to .class,
  why not .class to cfm?
 
  tony
 
 
 
  On Thu, 29 Jul 2004 12:13:36 -0700, Barney Boisvert [EMAIL PROTECTED]
 wrote:
   Nope, you can't go from CLASS to CFM.You can get back the Java, but
   that's it, and it won't be very helpful.Couple suggestions:
  
   1) enable undo across saves in the HomeSite prefs (CF Studio had this,
   I assume HS does)
   2) start using version control
   3) can you download it from a production server, obviously without the
   newest changes
  
   cheers,
   barneyb
  
  
  
   On Thu, 29 Jul 2004 15:05:45 -0400, Tony Weeg [EMAIL PROTECTED]
 wrote:
can i get my cfm back from the class file?
   
is this possible?
   
homesite wont let me ctrl+z to go back in the file editing, i
accidentally ctrl + a, and deleted the contents, then saved, and now
its blank, can i recreate from the class file?
   
thanks if you can help.
   
--
tony
   
Tony Weeg
human.
email: tonyweeg [at] gmail [dot] com
blog: http://www.revolutionwebdesign.com/blog/
   
Check out http://www.antiwrap.com to send websites to your friends.
   
   
  
  
 
 
 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]