Re: How to write/update/deploy netbeans modules for usage as dependencies in plugin development?

2018-09-26 Thread Peter Nabbefeld
No problem - I doubt I'll have enough time to test the update before 
next release, but I'll have to start at some time.  ;-)


As already mentioned, I'll need to check for the eclipse xpath plugin 
(org.eclipse.wst.xml.xpath2.processor_1.2.0.jar) for what it is needed. 
Probably even more issues will arise.


Still, are there any tests using xerces and xalan? Or will I have to 
write my own?


Kind regards

Peter



Am 26.09.18 um 12:11 schrieb Geertjan Wielenga:

I'd suggest not trying to do this for Apache NetBeans 10, which we are
feature freezing this week.

Better to take your time and not rush things and investigate what is needed
-- we have plans for at least 3, possibly 4, releases next year.

Gj

On Wed, Sep 26, 2018 at 11:31 AM, Peter Nabbefeld 
wrote:


Thank You for the pointer!

I'm still struggling about the xerces packaging, as there're two different
packages at the download page - I "just" have to make sure it will further
work as expected. And there's a bundled eclipse jar, I'll have to figure
out what it is for (and if I need it).

Are there any automated tests for xerces and xalan (seems I'll have to
update it, too)? How do I start them?

Kind regards
Peter



Am 24.09.18 um 13:25 schrieb Geertjan Wielenga:

This could help to show you what's needed, i.e., this is a different

library that's being updated:

https://github.com/apache/incubator-netbeans/pull/898/commit
s/05e5d92a93aafa2123b1c08f3f3f629055d258ac

Gj

On Sat, Sep 22, 2018 at 12:52 PM, Peter Nabbefeld 
this doesn't make really sense for a module adding "just" a jar to NB.

Regards
Peter


Am 22.09.18 um 12:22 schrieb Geertjan Wielenga:

Start by pointing where in the source code, i.e., provide a link to the

Apache NetBeans GitHub repo here, the current Xerces code, etc,
references,
are found, and let's start there in understanding what needs to be done.

Gj

On Sat, Sep 22, 2018 at 12:08 PM, Peter Nabbefeld <
peter.nabbef...@gmx.de
wrote:

Hello,


I'd like to update a NetBeans module (Xerces to version 2.12).

For the original Ant build, the sources are located on Github, so they
can
be changed.

But:
1. I have to upload an updated external library - there're upload
instructions to Mercurial at http://wiki.netbeans.org/DevFa
qExternalLibraries
  - Are these instructions still valid?
  - Do I need some special password or certificate for uploading?
2. How are these updates to be forwarded as plugins to the NetBeans
Maven
repository?

Kind regards

Peter

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.ap
ache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





-

To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists






-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists







-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: How to write/update/deploy netbeans modules for usage as dependencies in plugin development?

2018-09-26 Thread Geertjan Wielenga
I'd suggest not trying to do this for Apache NetBeans 10, which we are
feature freezing this week.

Better to take your time and not rush things and investigate what is needed
-- we have plans for at least 3, possibly 4, releases next year.

Gj

On Wed, Sep 26, 2018 at 11:31 AM, Peter Nabbefeld 
wrote:

> Thank You for the pointer!
>
> I'm still struggling about the xerces packaging, as there're two different
> packages at the download page - I "just" have to make sure it will further
> work as expected. And there's a bundled eclipse jar, I'll have to figure
> out what it is for (and if I need it).
>
> Are there any automated tests for xerces and xalan (seems I'll have to
> update it, too)? How do I start them?
>
> Kind regards
> Peter
>
>
>
> Am 24.09.18 um 13:25 schrieb Geertjan Wielenga:
>
> This could help to show you what's needed, i.e., this is a different
>> library that's being updated:
>>
>> https://github.com/apache/incubator-netbeans/pull/898/commit
>> s/05e5d92a93aafa2123b1c08f3f3f629055d258ac
>>
>> Gj
>>
>> On Sat, Sep 22, 2018 at 12:52 PM, Peter Nabbefeld > >
>> wrote:
>>
>> Hm, why does spec.version.base=1.41.0 differ from the jar's version? IMHO,
>>> this doesn't make really sense for a module adding "just" a jar to NB.
>>>
>>> Regards
>>> Peter
>>>
>>>
>>> Am 22.09.18 um 12:22 schrieb Geertjan Wielenga:
>>>
>>> Start by pointing where in the source code, i.e., provide a link to the

 Apache NetBeans GitHub repo here, the current Xerces code, etc,
 references,
 are found, and let's start there in understanding what needs to be done.

 Gj

 On Sat, Sep 22, 2018 at 12:08 PM, Peter Nabbefeld <
 peter.nabbef...@gmx.de
 wrote:

 Hello,

> I'd like to update a NetBeans module (Xerces to version 2.12).
>
> For the original Ant build, the sources are located on Github, so they
> can
> be changed.
>
> But:
> 1. I have to upload an updated external library - there're upload
> instructions to Mercurial at http://wiki.netbeans.org/DevFa
> qExternalLibraries
>  - Are these instructions still valid?
>  - Do I need some special password or certificate for uploading?
> 2. How are these updates to be forwarded as plugins to the NetBeans
> Maven
> repository?
>
> Kind regards
>
> Peter
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-h...@netbeans.incubator.ap
> ache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>
>
> -
>>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
>>> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>>>
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>
>>>
>>>
>>>
>>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: How to write/update/deploy netbeans modules for usage as dependencies in plugin development?

2018-09-26 Thread Peter Nabbefeld

Thank You for the pointer!

I'm still struggling about the xerces packaging, as there're two 
different packages at the download page - I "just" have to make sure it 
will further work as expected. And there's a bundled eclipse jar, I'll 
have to figure out what it is for (and if I need it).


Are there any automated tests for xerces and xalan (seems I'll have to 
update it, too)? How do I start them?


Kind regards
Peter



Am 24.09.18 um 13:25 schrieb Geertjan Wielenga:

This could help to show you what's needed, i.e., this is a different
library that's being updated:

https://github.com/apache/incubator-netbeans/pull/898/commits/05e5d92a93aafa2123b1c08f3f3f629055d258ac

Gj

On Sat, Sep 22, 2018 at 12:52 PM, Peter Nabbefeld 
wrote:


Hm, why does spec.version.base=1.41.0 differ from the jar's version? IMHO,
this doesn't make really sense for a module adding "just" a jar to NB.

Regards
Peter


Am 22.09.18 um 12:22 schrieb Geertjan Wielenga:


Start by pointing where in the source code, i.e., provide a link to the

Apache NetBeans GitHub repo here, the current Xerces code, etc,
references,
are found, and let's start there in understanding what needs to be done.

Gj

On Sat, Sep 22, 2018 at 12:08 PM, Peter Nabbefeld 
I'd like to update a NetBeans module (Xerces to version 2.12).

For the original Ant build, the sources are located on Github, so they
can
be changed.

But:
1. I have to upload an updated external library - there're upload
instructions to Mercurial at http://wiki.netbeans.org/DevFa
qExternalLibraries
 - Are these instructions still valid?
 - Do I need some special password or certificate for uploading?
2. How are these updates to be forwarded as plugins to the NetBeans Maven
repository?

Kind regards

Peter

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists






-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists







-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: How to write/update/deploy netbeans modules for usage as dependencies in plugin development?

2018-09-24 Thread Geertjan Wielenga
This could help to show you what's needed, i.e., this is a different
library that's being updated:

https://github.com/apache/incubator-netbeans/pull/898/commits/05e5d92a93aafa2123b1c08f3f3f629055d258ac

Gj

On Sat, Sep 22, 2018 at 12:52 PM, Peter Nabbefeld 
wrote:

>
> Hm, why does spec.version.base=1.41.0 differ from the jar's version? IMHO,
> this doesn't make really sense for a module adding "just" a jar to NB.
>
> Regards
> Peter
>
>
> Am 22.09.18 um 12:22 schrieb Geertjan Wielenga:
>
>> Start by pointing where in the source code, i.e., provide a link to the
>>
>> Apache NetBeans GitHub repo here, the current Xerces code, etc,
>> references,
>> are found, and let's start there in understanding what needs to be done.
>>
>> Gj
>>
>> On Sat, Sep 22, 2018 at 12:08 PM, Peter Nabbefeld > >
>> wrote:
>>
>> Hello,
>>>
>>> I'd like to update a NetBeans module (Xerces to version 2.12).
>>>
>>> For the original Ant build, the sources are located on Github, so they
>>> can
>>> be changed.
>>>
>>> But:
>>> 1. I have to upload an updated external library - there're upload
>>> instructions to Mercurial at http://wiki.netbeans.org/DevFa
>>> qExternalLibraries
>>> - Are these instructions still valid?
>>> - Do I need some special password or certificate for uploading?
>>> 2. How are these updates to be forwarded as plugins to the NetBeans Maven
>>> repository?
>>>
>>> Kind regards
>>>
>>> Peter
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
>>> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>>>
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>
>>>
>>>
>>>
>>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: How to write/update/deploy netbeans modules for usage as dependencies in plugin development?

2018-09-22 Thread Peter Nabbefeld



Hm, why does spec.version.base=1.41.0 differ from the jar's version? 
IMHO, this doesn't make really sense for a module adding "just" a jar to NB.


Regards
Peter


Am 22.09.18 um 12:22 schrieb Geertjan Wielenga:

Start by pointing where in the source code, i.e., provide a link to the
Apache NetBeans GitHub repo here, the current Xerces code, etc, references,
are found, and let's start there in understanding what needs to be done.

Gj

On Sat, Sep 22, 2018 at 12:08 PM, Peter Nabbefeld 
wrote:


Hello,

I'd like to update a NetBeans module (Xerces to version 2.12).

For the original Ant build, the sources are located on Github, so they can
be changed.

But:
1. I have to upload an updated external library - there're upload
instructions to Mercurial at http://wiki.netbeans.org/DevFa
qExternalLibraries
- Are these instructions still valid?
- Do I need some special password or certificate for uploading?
2. How are these updates to be forwarded as plugins to the NetBeans Maven
repository?

Kind regards

Peter

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists







-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: How to write/update/deploy netbeans modules for usage as dependencies in plugin development?

2018-09-22 Thread Peter Nabbefeld



The module's source is here:
https://github.com/apache/incubator-netbeans/tree/master/ide/libs.xerces

It refers to xerces 2.8. IMO, this should be updated to the newest one 
(2.12.0).


Beginning from version 2.10 there's XSD 1.1 support included, with error 
corrections in both newer releases.


License is the same.

Regards
Peter



Am 22.09.18 um 12:22 schrieb Geertjan Wielenga:

Start by pointing where in the source code, i.e., provide a link to the
Apache NetBeans GitHub repo here, the current Xerces code, etc, references,
are found, and let's start there in understanding what needs to be done.

Gj

On Sat, Sep 22, 2018 at 12:08 PM, Peter Nabbefeld 
wrote:


Hello,

I'd like to update a NetBeans module (Xerces to version 2.12).

For the original Ant build, the sources are located on Github, so they can
be changed.

But:
1. I have to upload an updated external library - there're upload
instructions to Mercurial at http://wiki.netbeans.org/DevFa
qExternalLibraries
- Are these instructions still valid?
- Do I need some special password or certificate for uploading?
2. How are these updates to be forwarded as plugins to the NetBeans Maven
repository?

Kind regards

Peter

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists







-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: How to write/update/deploy netbeans modules for usage as dependencies in plugin development?

2018-09-22 Thread Geertjan Wielenga
Start by pointing where in the source code, i.e., provide a link to the
Apache NetBeans GitHub repo here, the current Xerces code, etc, references,
are found, and let's start there in understanding what needs to be done.

Gj

On Sat, Sep 22, 2018 at 12:08 PM, Peter Nabbefeld 
wrote:

> Hello,
>
> I'd like to update a NetBeans module (Xerces to version 2.12).
>
> For the original Ant build, the sources are located on Github, so they can
> be changed.
>
> But:
> 1. I have to upload an updated external library - there're upload
> instructions to Mercurial at http://wiki.netbeans.org/DevFa
> qExternalLibraries
>- Are these instructions still valid?
>- Do I need some special password or certificate for uploading?
> 2. How are these updates to be forwarded as plugins to the NetBeans Maven
> repository?
>
> Kind regards
>
> Peter
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>