Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Eclipse plugin for Mach-ii?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  12 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Richard Kroll  
View profile  
 More options Jan 29 2007, 3:52 pm
From: "Richard Kroll" <rich...@sitemanageware.com>
Date: Mon, 29 Jan 2007 15:52:15 -0500
Local: Mon, Jan 29 2007 3:52 pm
Subject: Eclipse plugin for Mach-ii?

Hey all,
I've been searching for a way to enable code hints when editing my
mach-ii.xml config files within Eclipse.  I know I came across a plugin
for Dreamweaver for this, but cannot seem to find one for eclipse.  Can
anyone point me in the direction of one if it exists?

Thanks,

Rich Kroll


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andrew Powell  
View profile  
 More options Jan 29 2007, 3:53 pm
From: Andrew Powell <andrew.pow...@universalmind.com>
Date: Mon, 29 Jan 2007 15:53:55 -0500
Local: Mon, Jan 29 2007 3:53 pm
Subject: Re: [Mach-II] Eclipse plugin for Mach-ii?

Take a look at Oxygen XML.  www.oxygenxml.com

You can load the DTD into it and it will use that to help you hint  
your XML.

ap

On Jan 29, 2007, at 3:52 PM, Richard Kroll wrote:

> Hey all,
> I've been searching for a way to enable code hints when editing my
> mach-ii.xml config files within Eclipse.  I know I came across a  
> plugin
> for Dreamweaver for this, but cannot seem to find one for eclipse.  
> Can
> anyone point me in the direction of one if it exists?

> Thanks,

> Rich Kroll

________________________________________
Andrew Powell
Senior Consultant
e-mail: andrew.pow...@universalmind.com

  UniversalMind200.gif
4K Download

p: 404.806.5868
f: 678.302.4310
c: 404.384.0166
www.universalmind.com
________________________________________


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kurt Wiersma  
View profile  
 More options Jan 29 2007, 4:27 pm
From: "Kurt Wiersma" <kwier...@gmail.com>
Date: Mon, 29 Jan 2007 15:27:43 -0600
Local: Mon, Jan 29 2007 4:27 pm
Subject: Re: [Mach-II] Re: Eclipse plugin for Mach-ii?

For some reason I always keep coming back to XMLBuddy. It has always worked
the best for me. It still works great with Eclipse 3.2.

http://www.xmlbuddy.com/

--Kurt

On 1/29/07, Andrew Powell <andrew.pow...@universalmind.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Mandel  
View profile  
 More options Jan 29 2007, 6:20 pm
From: "Mark Mandel" <mark.man...@gmail.com>
Date: Tue, 30 Jan 2007 10:20:13 +1100
Local: Mon, Jan 29 2007 6:20 pm
Subject: Re: [Mach-II] Re: Eclipse plugin for Mach-ii?
I like the Web Tools Project for editing XML -

Works very well for me:
http://www.eclipse.org/webtools/

Mark

On 1/30/07, Kurt Wiersma <kwier...@gmail.com> wrote:

--
E: mark.man...@gmail.com
W: www.compoundtheory.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Williams  
View profile  
 More options Jan 30 2007, 9:49 am
From: "Matt Williams" <mgw...@gmail.com>
Date: Tue, 30 Jan 2007 08:49:43 -0600
Local: Tues, Jan 30 2007 9:49 am
Subject: Re: [Mach-II] Re: Eclipse plugin for Mach-ii?
Ditto on XML Buddy (the free version is sufficient for me). Note that
you do have to have the file extension be xml. Something like
machii.xml.cfm makes CFEclipse be the perspective and not XML Buddy.

Matt

On 1/29/07, Kurt Wiersma <kwier...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Kroll  
View profile  
 More options Jan 30 2007, 10:00 am
From: "Richard Kroll" <rich...@sitemanageware.com>
Date: Tue, 30 Jan 2007 10:00:16 -0500
Local: Tues, Jan 30 2007 10:00 am
Subject: RE: [Mach-II] Re: Eclipse plugin for Mach-ii?
Thanks to everyone for their suggestions.  I am starting with the WTP
from eclipse (I was looking for integrated JS / CSS anyhow!).

I noticed that in a few sample apps that people are using machii.xml.cfm
instead of the (what I thought was) standard machii.xml.  What is the
benefit of adding a .cfm extension to this?  My first thought was that
you could include CFML into the template, but after thinking about it,
it seems to me that this file is being parsed as an XML doc and would
not work in this fashion.  What am I missing?

Rich Kroll


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Wilson  
View profile  
 More options Jan 30 2007, 10:12 am
From: "Dan Wilson" <sipac...@gmail.com>
Date: Tue, 30 Jan 2007 10:12:46 -0500
Local: Tues, Jan 30 2007 10:12 am
Subject: Re: [Mach-II] Re: Eclipse plugin for Mach-ii?
Rich,

The point of doing that is to secure the configuration file. At the
top of the xml.cfm file there is a line of CFML commented out using an
HTML comment. This is not the same as a CFM comment and the inner CFM
command runs.

If the xml.cfm file is hit from the webserver, no content is rendered
to the browser thusly protecting your configuration file from prying
eyes in the browser.

However, internally, the same xml.cfm file is passed off to the MachII
configuration parser and the HTML comment is respected. What is left
is the MachII xml configuration and this is happily processed by the
framework.

HTH

Dan Wilson

On 1/30/07, Richard Kroll <rich...@sitemanageware.com> wrote:

--
"Come to the edge, he said. They said: We are afraid. Come to the
edge, he said. They came. He pushed them and they flew."

 Guillaume Apollinaire quotes


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kurt Wiersma  
View profile  
 More options Jan 30 2007, 9:05 pm
From: "Kurt Wiersma" <kwier...@gmail.com>
Date: Tue, 30 Jan 2007 20:05:31 -0600
Local: Tues, Jan 30 2007 9:05 pm
Subject: Re: [Mach-II] Re: Eclipse plugin for Mach-ii?

Actually there is a way around this if you are using Eclipse 3.2. In the
Eclipse preferences under editor > file associations you add XMLBuddy to
list of valid editors for .cfm files. Then right click on your
mach-ii.xml.cfm file and choose open with > XMLBuddy and you should be set.
Eclipse even remembers that you want that file to always open with XMLBuddy
instead of the standard .cfm file editor. Gotta love Eclipse! :)

--Kurt

On 1/30/07, Matt Williams <mgw...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Williams  
View profile  
 More options Jan 31 2007, 7:03 am
From: "Matt Williams" <mgw...@gmail.com>
Date: Wed, 31 Jan 2007 06:03:12 -0600
Local: Wed, Jan 31 2007 7:03 am
Subject: Re: [Mach-II] Re: Eclipse plugin for Mach-ii?
Very nice Kurt. Thanks for that tip. I never thought to try that.

Matt

On 1/30/07, Kurt Wiersma <kwier...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim  
View profile  
 More options Jan 31 2007, 8:38 am
From: "Jim" <thecr...@gmail.com>
Date: Wed, 31 Jan 2007 13:38:59 -0000
Local: Wed, Jan 31 2007 8:38 am
Subject: Re: Eclipse plugin for Mach-ii?
On Jan 29, 4:27 pm, "Kurt Wiersma" <kwier...@gmail.com> wrote:

> For some reason I always keep coming back to XMLBuddy. It has always worked
> the best for me. It still works great with Eclipse 3.2.

Can anyone provide some detailed instructions on how to setup the DTD
in XMLBuddy?  I recall doing this awhile ago when I was working on
Fusebox but forgot the specifics...  I've got the plugin installed
just need to get it pointed to the DTD I imagine.

Thanks,
Jim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt Williams  
View profile  
 More options Jan 31 2007, 11:37 am
From: "Matt Williams" <mgw...@gmail.com>
Date: Wed, 31 Jan 2007 10:37:27 -0600
Local: Wed, Jan 31 2007 11:37 am
Subject: Re: [Mach-II] Re: Eclipse plugin for Mach-ii?
I could be wrong, but I think you only need to point to it in the xml file:
<!DOCTYPE mach-ii PUBLIC
        "-//Mach-II//DTD Mach-II Configuration 1.1.1//EN"
        "mach-ii_1_1_1.dtd">

Then make sure you have a copy of the dtd in the same dir as the xml
file itself.

Mat

On 1/31/07, Jim <thecr...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Qasim Rasheed  
View profile  
 More options Feb 1 2007, 4:58 pm
From: "Qasim Rasheed" <qasim.li...@gmail.com>
Date: Thu, 1 Feb 2007 16:58:54 -0500
Local: Thurs, Feb 1 2007 4:58 pm
Subject: Re: [Mach-II] Re: Eclipse plugin for Mach-ii?

MyEclipse is another option for XML and it has several other plugins.

On 1/31/07, Matt Williams <mgw...@gmail.com> wrote:

--
Qasim Rasheed
Certified Advance ColdFusion MX Developer
(IM qasimrasheed AT yahoo, msn or GTalk)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »