code completion in Eclipse project for xml config files

View: New views
7 Messages — Rating Filter:   Alert me  

code completion in Eclipse project for xml config files

by heapifyman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello.

What's the best way to enable code completion for rife's xml config
files in an Eclipse Web Project that uses maven2?
The default /dtd/site.dtd for example doesn't work and if I copy the
dtds to my project and use something like "../dtd/site.dtd" code
completion will work but I get Exception about entities that cannot be
found during deployment.

Any ideas? Are those dtds accessible over the net somewhere.
Thanks in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "rife-users" group.
To post to this group, send email to rife-users@...
To unsubscribe from this group, send email to rife-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: code completion in Eclipse project for xml config files

by Geert Bevin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

you can find all the dtds here:
http://rifers.org/dtd/

Best regards,

Geert

On 14 Jul 2008, at 23:39, heapifyman wrote:

>
> Hello.
>
> What's the best way to enable code completion for rife's xml config
> files in an Eclipse Web Project that uses maven2?
> The default /dtd/site.dtd for example doesn't work and if I copy the
> dtds to my project and use something like "../dtd/site.dtd" code
> completion will work but I get Exception about entities that cannot be
> found during deployment.
>
> Any ideas? Are those dtds accessible over the net somewhere.
> Thanks in advance
> >

--
Geert Bevin
Terracotta - http://www.terracotta.org
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "rife-users" group.
To post to this group, send email to rife-users@...
To unsubscribe from this group, send email to rife-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: code completion in Eclipse project for xml config files

by heapifyman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Geert Bevin schrieb:
> Hi,

Hi.

>
> you can find all the dtds here:
> http://rifers.org/dtd/

Thanks for the hint. Unfortunately, I'm using rife 1.6.1 and some of the
dtds on the website seem to be for previous versions.
Are they going to be updated?

Best regards,
Philip

>
> Best regards,
>
> Geert
>
> On 14 Jul 2008, at 23:39, heapifyman wrote:
>
>> Hello.
>>
>> What's the best way to enable code completion for rife's xml config
>> files in an Eclipse Web Project that uses maven2?
>> The default /dtd/site.dtd for example doesn't work and if I copy the
>> dtds to my project and use something like "../dtd/site.dtd" code
>> completion will work but I get Exception about entities that cannot be
>> found during deployment.
>>
>> Any ideas? Are those dtds accessible over the net somewhere.
>> Thanks in advance
>
> --
> Geert Bevin
> Terracotta - http://www.terracotta.org
> Uwyn "Use what you need" - http://uwyn.com
> RIFE Java application framework - http://rifers.org
> Music and words - http://gbevin.com
>
>
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups "rife-users" group.
> To post to this group, send email to rife-users@...
> To unsubscribe from this group, send email to rife-users-unsubscribe@...
> For more options, visit this group at http://groups.google.com/group/rife-users?hl=en
> -~----------~----~----~----~------~----~------~--~---
>



signature.asc (266 bytes) Download Attachment

Re: code completion in Eclipse project for xml config files

by Geert Bevin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


The DTD version numbers only change when the content actually changes.  
Just use the latest one of each, and you'll be fine.

Best regards,

Geert

On 15 Jul 2008, at 10:12, heapifyman wrote:

> Geert Bevin schrieb:
>> Hi,
>
> Hi.
>
>>
>> you can find all the dtds here:
>> http://rifers.org/dtd/
>
> Thanks for the hint. Unfortunately, I'm using rife 1.6.1 and some of  
> the
> dtds on the website seem to be for previous versions.
> Are they going to be updated?
>
> Best regards,
> Philip
>
>>
>> Best regards,
>>
>> Geert
>>
>> On 14 Jul 2008, at 23:39, heapifyman wrote:
>>
>>> Hello.
>>>
>>> What's the best way to enable code completion for rife's xml config
>>> files in an Eclipse Web Project that uses maven2?
>>> The default /dtd/site.dtd for example doesn't work and if I copy the
>>> dtds to my project and use something like "../dtd/site.dtd" code
>>> completion will work but I get Exception about entities that  
>>> cannot be
>>> found during deployment.
>>>
>>> Any ideas? Are those dtds accessible over the net somewhere.
>>> Thanks in advance
>>
>> --
>> Geert Bevin
>> Terracotta - http://www.terracotta.org
>> Uwyn "Use what you need" - http://uwyn.com
>> RIFE Java application framework - http://rifers.org
>> Music and words - http://gbevin.com
>>
>>
>> >>
>
>

--
Geert Bevin
Terracotta - http://www.terracotta.org
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "rife-users" group.
To post to this group, send email to rife-users@...
To unsubscribe from this group, send email to rife-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: code completion in Eclipse project for xml config files

by heapifyman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Geert Bevin schrieb:
> The DTD version numbers only change when the content actually changes.  
> Just use the latest one of each, and you'll be fine.

No offense, but actually there are differences in the content for
element.dtd and site.dtd, mainly regarding continuations.

But since I'm not using continuatiosn at the moment I think I can live
without it.

Kind regards,
Philip

>
> Best regards,
>
> Geert
>
> On 15 Jul 2008, at 10:12, heapifyman wrote:
>
>> Geert Bevin schrieb:
>>> Hi,
>> Hi.
>>
>>> you can find all the dtds here:
>>> http://rifers.org/dtd/
>> Thanks for the hint. Unfortunately, I'm using rife 1.6.1 and some of  
>> the
>> dtds on the website seem to be for previous versions.
>> Are they going to be updated?
>>
>> Best regards,
>> Philip
>>
>>> Best regards,
>>>
>>> Geert
>>>
>>> On 14 Jul 2008, at 23:39, heapifyman wrote:
>>>
>>>> Hello.
>>>>
>>>> What's the best way to enable code completion for rife's xml config
>>>> files in an Eclipse Web Project that uses maven2?
>>>> The default /dtd/site.dtd for example doesn't work and if I copy the
>>>> dtds to my project and use something like "../dtd/site.dtd" code
>>>> completion will work but I get Exception about entities that  
>>>> cannot be
>>>> found during deployment.
>>>>
>>>> Any ideas? Are those dtds accessible over the net somewhere.
>>>> Thanks in advance
>>> --
>>> Geert Bevin
>>> Terracotta - http://www.terracotta.org
>>> Uwyn "Use what you need" - http://uwyn.com
>>> RIFE Java application framework - http://rifers.org
>>> Music and words - http://gbevin.com
>>>
>>>
>>
>
> --
> Geert Bevin
> Terracotta - http://www.terracotta.org
> Uwyn "Use what you need" - http://uwyn.com
> RIFE Java application framework - http://rifers.org
> Music and words - http://gbevin.com
>
>
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups "rife-users" group.
> To post to this group, send email to rife-users@...
> To unsubscribe from this group, send email to rife-users-unsubscribe@...
> For more options, visit this group at http://groups.google.com/group/rife-users?hl=en
> -~----------~----~----~----~------~----~------~--~---
>



signature.asc (266 bytes) Download Attachment

Re: code completion in Eclipse project for xml config files

by Geert Bevin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Ah, I must have forgotten to upload them, they're there now.

Best regards,

Geert

On 15 Jul 2008, at 10:22, heapifyman wrote:

> Geert Bevin schrieb:
>> The DTD version numbers only change when the content actually  
>> changes.
>> Just use the latest one of each, and you'll be fine.
>
> No offense, but actually there are differences in the content for
> element.dtd and site.dtd, mainly regarding continuations.
>
> But since I'm not using continuatiosn at the moment I think I can live
> without it.
>
> Kind regards,
> Philip
>
>>
>> Best regards,
>>
>> Geert
>>
>> On 15 Jul 2008, at 10:12, heapifyman wrote:
>>
>>> Geert Bevin schrieb:
>>>> Hi,
>>> Hi.
>>>
>>>> you can find all the dtds here:
>>>> http://rifers.org/dtd/
>>> Thanks for the hint. Unfortunately, I'm using rife 1.6.1 and some of
>>> the
>>> dtds on the website seem to be for previous versions.
>>> Are they going to be updated?
>>>
>>> Best regards,
>>> Philip
>>>
>>>> Best regards,
>>>>
>>>> Geert
>>>>
>>>> On 14 Jul 2008, at 23:39, heapifyman wrote:
>>>>
>>>>> Hello.
>>>>>
>>>>> What's the best way to enable code completion for rife's xml  
>>>>> config
>>>>> files in an Eclipse Web Project that uses maven2?
>>>>> The default /dtd/site.dtd for example doesn't work and if I copy  
>>>>> the
>>>>> dtds to my project and use something like "../dtd/site.dtd" code
>>>>> completion will work but I get Exception about entities that
>>>>> cannot be
>>>>> found during deployment.
>>>>>
>>>>> Any ideas? Are those dtds accessible over the net somewhere.
>>>>> Thanks in advance
>>>> --
>>>> Geert Bevin
>>>> Terracotta - http://www.terracotta.org
>>>> Uwyn "Use what you need" - http://uwyn.com
>>>> RIFE Java application framework - http://rifers.org
>>>> Music and words - http://gbevin.com
>>>>
>>>>
>>>
>>
>> --
>> Geert Bevin
>> Terracotta - http://www.terracotta.org
>> Uwyn "Use what you need" - http://uwyn.com
>> RIFE Java application framework - http://rifers.org
>> Music and words - http://gbevin.com
>>
>>
>> >>
>
>

--
Geert Bevin
Terracotta - http://www.terracotta.org
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "rife-users" group.
To post to this group, send email to rife-users@...
To unsubscribe from this group, send email to rife-users-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: code completion in Eclipse project for xml config files

by heapifyman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Geert Bevin schrieb:
> Ah, I must have forgotten to upload them, they're there now.

Great, thanks.

>
> Best regards,
>
> Geert
>
> On 15 Jul 2008, at 10:22, heapifyman wrote:
>
>> Geert Bevin schrieb:
>>> The DTD version numbers only change when the content actually  
>>> changes.
>>> Just use the latest one of each, and you'll be fine.
>> No offense, but actually there are differences in the content for
>> element.dtd and site.dtd, mainly regarding continuations.
>>
>> But since I'm not using continuatiosn at the moment I think I can live
>> without it.
>>
>> Kind regards,
>> Philip
>>
>>> Best regards,
>>>
>>> Geert
>>>
>>> On 15 Jul 2008, at 10:12, heapifyman wrote:
>>>
>>>> Geert Bevin schrieb:
>>>>> Hi,
>>>> Hi.
>>>>
>>>>> you can find all the dtds here:
>>>>> http://rifers.org/dtd/
>>>> Thanks for the hint. Unfortunately, I'm using rife 1.6.1 and some of
>>>> the
>>>> dtds on the website seem to be for previous versions.
>>>> Are they going to be updated?
>>>>
>>>> Best regards,
>>>> Philip
>>>>
>>>>> Best regards,
>>>>>
>>>>> Geert
>>>>>
>>>>> On 14 Jul 2008, at 23:39, heapifyman wrote:
>>>>>
>>>>>> Hello.
>>>>>>
>>>>>> What's the best way to enable code completion for rife's xml  
>>>>>> config
>>>>>> files in an Eclipse Web Project that uses maven2?
>>>>>> The default /dtd/site.dtd for example doesn't work and if I copy  
>>>>>> the
>>>>>> dtds to my project and use something like "../dtd/site.dtd" code
>>>>>> completion will work but I get Exception about entities that
>>>>>> cannot be
>>>>>> found during deployment.
>>>>>>
>>>>>> Any ideas? Are those dtds accessible over the net somewhere.
>>>>>> Thanks in advance
>>>>> --
>>>>> Geert Bevin
>>>>> Terracotta - http://www.terracotta.org
>>>>> Uwyn "Use what you need" - http://uwyn.com
>>>>> RIFE Java application framework - http://rifers.org
>>>>> Music and words - http://gbevin.com
>>>>>
>>>>>
>>> --
>>> Geert Bevin
>>> Terracotta - http://www.terracotta.org
>>> Uwyn "Use what you need" - http://uwyn.com
>>> RIFE Java application framework - http://rifers.org
>>> Music and words - http://gbevin.com
>>>
>>>
>>
>
> --
> Geert Bevin
> Terracotta - http://www.terracotta.org
> Uwyn "Use what you need" - http://uwyn.com
> RIFE Java application framework - http://rifers.org
> Music and words - http://gbevin.com
>
>
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups "rife-users" group.
> To post to this group, send email to rife-users@...
> To unsubscribe from this group, send email to rife-users-unsubscribe@...
> For more options, visit this group at http://groups.google.com/group/rife-users?hl=en
> -~----------~----~----~----~------~----~------~--~---
>



signature.asc (266 bytes) Download Attachment
 
 
 
Google
rifers.org web