RE: [ANNOUNCE] Struts Console v4.0

2003-06-25 Thread Chappell, Simon P
James,

I tried version 4 in WSAD 4.0.3 and received errors. Version 3.6 worked fine. Does 
this new version have a dependency on a newer version of Eclipse?

Simon

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 24, 2003 10:29 PM
To: 'Struts Users Mailing List'
Subject: [ANNOUNCE] Struts Console v4.0


Struts Console version 4.0 is now available.

http://www.jamesholmes.com/struts/

Download Now:
http://www.jamesholmes.com/struts/struts-console-4.0.zip
  -- OR --
http://www.jamesholmes.com/struts/struts-console-4.0.tar.gz

Struts Console is FREE software.

This release most notably adds support for editing JSP Tag 
Library files
(*.tld) and fixes the long running JBuilder plugin problems.

Changes with Struts Console v4.0

  *) Fixed long running bug where Struts Console's version
 of JDOM library conflicted with that used by JBuilder.

  *) Fixed bug where updating Global Constants in Validator
 config wasn't marking file as changed.

  *) Fixed Console to properly save files as UTF-8 instead
 of system encoding.

  *) Fixed IDEA plugin to properly refresh config file in text
 editor when changes are made with Console. In doing so,
 improved plugin performance greatly.

  *) Fixed a couple of very minor bugs in IDEA plugin.

  *) Fixed bug where using Escape key or Cancel button to close
 dialogs would sometimes lead to new elements being created
 erroneously.

  *) Added support for editing JSP Tag Library (*.tld) files.

  *) Added support for bean element in Tiles config files.

  *) Added instructions to IDEA plugin for newbies. 

Thanks,

-james
[EMAIL PROTECTED]
http://www.jamesholmes.com/struts/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [ANNOUNCE] Struts Console v4.0

2003-06-25 Thread bmoritz
In my eclipse version (Version: 2.1.0,  Build id: 200306051737) it runs
fine, after I renamed struts-console.jar (in the lib-dir) to console.jar (this
name is referenced in plugin.xml.

 James,
 
 I tried version 4 in WSAD 4.0.3 and received errors. Version 3.6 worked 
 fine. Does this new version have a dependency on a newer version of 
 Eclipse?
 
 Simon
 
 -Original Message-
 From: James Holmes [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, June 24, 2003 10:29 PM
 To: 'Struts Users Mailing List'
 Subject: [ANNOUNCE] Struts Console v4.0
 
 
 Struts Console version 4.0 is now available.
 
 http://www.jamesholmes.com/struts/
 
 Download Now:
 http://www.jamesholmes.com/struts/struts-console-4.0.zip
   -- OR --
 http://www.jamesholmes.com/struts/struts-console-4.0.tar.gz
 
 Struts Console is FREE software.
 
 This release most notably adds support for editing JSP Tag 
 Library files
 (*.tld) and fixes the long running JBuilder plugin problems.
 
 Changes with Struts Console v4.0
 
   *) Fixed long running bug where Struts Console's version
  of JDOM library conflicted with that used by JBuilder.
 
   *) Fixed bug where updating Global Constants in Validator
  config wasn't marking file as changed.
 
   *) Fixed Console to properly save files as UTF-8 instead
  of system encoding.
 
   *) Fixed IDEA plugin to properly refresh config file in text
  editor when changes are made with Console. In doing so,
  improved plugin performance greatly.
 
   *) Fixed a couple of very minor bugs in IDEA plugin.
 
   *) Fixed bug where using Escape key or Cancel button to close
  dialogs would sometimes lead to new elements being created
  erroneously.
 
   *) Added support for editing JSP Tag Library (*.tld) files.
 
   *) Added support for bean element in Tiles config files.
 
   *) Added instructions to IDEA plugin for newbies. 
 
 Thanks,
 
 -james
 [EMAIL PROTECTED]
 http://www.jamesholmes.com/struts/
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANNOUNCE] Struts Console v4.0

2003-06-25 Thread William W


James,
Congratulations, it is a great tool !
Thanks 
William.

From: James Holmes [EMAIL PROTECTED]
Reply-To: Struts Users Mailing List [EMAIL PROTECTED]
To: 'Struts Users Mailing List' [EMAIL PROTECTED]
Subject: [ANNOUNCE] Struts Console v4.0
Date: Tue, 24 Jun 2003 23:28:57 -0400
Struts Console version 4.0 is now available.

http://www.jamesholmes.com/struts/

Download Now:
http://www.jamesholmes.com/struts/struts-console-4.0.zip
  -- OR --
http://www.jamesholmes.com/struts/struts-console-4.0.tar.gz
Struts Console is FREE software.

This release most notably adds support for editing JSP Tag Library files
(*.tld) and fixes the long running JBuilder plugin problems.
Changes with Struts Console v4.0

  *) Fixed long running bug where Struts Console's version
 of JDOM library conflicted with that used by JBuilder.
  *) Fixed bug where updating Global Constants in Validator
 config wasn't marking file as changed.
  *) Fixed Console to properly save files as UTF-8 instead
 of system encoding.
  *) Fixed IDEA plugin to properly refresh config file in text
 editor when changes are made with Console. In doing so,
 improved plugin performance greatly.
  *) Fixed a couple of very minor bugs in IDEA plugin.

  *) Fixed bug where using Escape key or Cancel button to close
 dialogs would sometimes lead to new elements being created
 erroneously.
  *) Added support for editing JSP Tag Library (*.tld) files.

  *) Added support for bean element in Tiles config files.

  *) Added instructions to IDEA plugin for newbies.

Thanks,

-james
[EMAIL PROTECTED]
http://www.jamesholmes.com/struts/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [ANNOUNCE] Struts Console v4.0

2003-06-25 Thread James Holmes
Hey Simon,

Good catch.  Sorry I messed up the plugin.xml file for Eclipse.  All you
need to do is edit plugin.xml underneath the
com.jamesholmes.console.struts directory and change this:

library name=lib/console.jar/

to this:

library name=lib/struts-console.jar/

Thanks,

James

-Original Message-
From: Chappell, Simon P [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 25, 2003 9:03 AM
To: Struts Users Mailing List
Subject: RE: [ANNOUNCE] Struts Console v4.0

James,

I tried version 4 in WSAD 4.0.3 and received errors. Version 3.6 worked
fine. Does this new version have a dependency on a newer version of
Eclipse?

Simon

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 24, 2003 10:29 PM
To: 'Struts Users Mailing List'
Subject: [ANNOUNCE] Struts Console v4.0


Struts Console version 4.0 is now available.

http://www.jamesholmes.com/struts/

Download Now:
http://www.jamesholmes.com/struts/struts-console-4.0.zip
  -- OR --
http://www.jamesholmes.com/struts/struts-console-4.0.tar.gz

Struts Console is FREE software.

This release most notably adds support for editing JSP Tag 
Library files
(*.tld) and fixes the long running JBuilder plugin problems.

Changes with Struts Console v4.0

  *) Fixed long running bug where Struts Console's version
 of JDOM library conflicted with that used by JBuilder.

  *) Fixed bug where updating Global Constants in Validator
 config wasn't marking file as changed.

  *) Fixed Console to properly save files as UTF-8 instead
 of system encoding.

  *) Fixed IDEA plugin to properly refresh config file in text
 editor when changes are made with Console. In doing so,
 improved plugin performance greatly.

  *) Fixed a couple of very minor bugs in IDEA plugin.

  *) Fixed bug where using Escape key or Cancel button to close
 dialogs would sometimes lead to new elements being created
 erroneously.

  *) Added support for editing JSP Tag Library (*.tld) files.

  *) Added support for bean element in Tiles config files.

  *) Added instructions to IDEA plugin for newbies. 

Thanks,

-james
[EMAIL PROTECTED]
http://www.jamesholmes.com/struts/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [ANNOUNCE] Struts Console v4.0

2003-06-25 Thread Chappell, Simon P
Will do James. And thanks for a wonderful tool. I've been using Struts Console for 
nearly a year and a half now ... wow. :-)

Simon

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 10:00 AM
To: 'Struts Users Mailing List'
Subject: RE: [ANNOUNCE] Struts Console v4.0


Hey Simon,

Good catch.  Sorry I messed up the plugin.xml file for 
Eclipse.  All you
need to do is edit plugin.xml underneath the
com.jamesholmes.console.struts directory and change this:

library name=lib/console.jar/

to this:

library name=lib/struts-console.jar/

Thanks,

James

-Original Message-
From: Chappell, Simon P [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 25, 2003 9:03 AM
To: Struts Users Mailing List
Subject: RE: [ANNOUNCE] Struts Console v4.0

James,

I tried version 4 in WSAD 4.0.3 and received errors. Version 3.6 worked
fine. Does this new version have a dependency on a newer version of
Eclipse?

Simon

-Original Message-
From: James Holmes [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 24, 2003 10:29 PM
To: 'Struts Users Mailing List'
Subject: [ANNOUNCE] Struts Console v4.0


Struts Console version 4.0 is now available.

http://www.jamesholmes.com/struts/

Download Now:
http://www.jamesholmes.com/struts/struts-console-4.0.zip
  -- OR --
http://www.jamesholmes.com/struts/struts-console-4.0.tar.gz

Struts Console is FREE software.

This release most notably adds support for editing JSP Tag 
Library files
(*.tld) and fixes the long running JBuilder plugin problems.

Changes with Struts Console v4.0

  *) Fixed long running bug where Struts Console's version
 of JDOM library conflicted with that used by JBuilder.

  *) Fixed bug where updating Global Constants in Validator
 config wasn't marking file as changed.

  *) Fixed Console to properly save files as UTF-8 instead
 of system encoding.

  *) Fixed IDEA plugin to properly refresh config file in text
 editor when changes are made with Console. In doing so,
 improved plugin performance greatly.

  *) Fixed a couple of very minor bugs in IDEA plugin.

  *) Fixed bug where using Escape key or Cancel button to close
 dialogs would sometimes lead to new elements being created
 erroneously.

  *) Added support for editing JSP Tag Library (*.tld) files.

  *) Added support for bean element in Tiles config files.

  *) Added instructions to IDEA plugin for newbies. 

Thanks,

-james
[EMAIL PROTECTED]
http://www.jamesholmes.com/struts/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ANNOUNCE] Struts Console v4.0

2003-06-24 Thread James Holmes
Struts Console version 4.0 is now available.

http://www.jamesholmes.com/struts/

Download Now:
http://www.jamesholmes.com/struts/struts-console-4.0.zip
  -- OR --
http://www.jamesholmes.com/struts/struts-console-4.0.tar.gz

Struts Console is FREE software.

This release most notably adds support for editing JSP Tag Library files
(*.tld) and fixes the long running JBuilder plugin problems.

Changes with Struts Console v4.0

  *) Fixed long running bug where Struts Console's version
 of JDOM library conflicted with that used by JBuilder.

  *) Fixed bug where updating Global Constants in Validator
 config wasn't marking file as changed.

  *) Fixed Console to properly save files as UTF-8 instead
 of system encoding.

  *) Fixed IDEA plugin to properly refresh config file in text
 editor when changes are made with Console. In doing so,
 improved plugin performance greatly.

  *) Fixed a couple of very minor bugs in IDEA plugin.

  *) Fixed bug where using Escape key or Cancel button to close
 dialogs would sometimes lead to new elements being created
 erroneously.

  *) Added support for editing JSP Tag Library (*.tld) files.

  *) Added support for bean element in Tiles config files.

  *) Added instructions to IDEA plugin for newbies. 

Thanks,

-james
[EMAIL PROTECTED]
http://www.jamesholmes.com/struts/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]