You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Andreas Hauffe <an...@tu-dresden.de> on 2019/11/01 14:42:54 UTC

Unable to compile ant-basen Netbeans platform application with Netbeans 11.2

Hi,

I tried to compile my netbeans platform application with netbeans 11.2, 
but I got an error. The layer.xml validation reports that I've got a not 
valid layer.xml.

It seems that this commit is the reason:

https://github.com/apache/netbeans/commit/1a0de1d2da2aa0579d003bb7f0dde26dfc28f8b8#diff-2b637bb4c6d604cc031479895333d01c

Do I have to change something in my app?

Regards,

-- 
Andreas Hauffe, Leiter Forschungsfeld

*Auslegungsmethoden für Luftfahrzeuge*

Technische Universität Dresden
Institut für Luft- und Raumfahrttechnik / Institute of Aerospace Engineering
Professur für Luftfahrzeugtechnik / Chair of Aircraft Engineering
D-01062 Dresden, Germany

Phone: +49 351 463 38496 | Fax: +49 351 463 37263

andreas.hauffe@tu-dresden.de <ma...@tu-dresden.de> | 
http://tu-dresden.de/mw/ilr/lft

*Do you know our free laminate analysis code eLamX? If not, please visit 
the following web address:*
*https://tu-dresden.de/ing/maschinenwesen/ilr/lft/elamx2/elamx?set_language=en*

Re: Unable to compile ant-basen Netbeans platform application with Netbeans 11.2

Posted by Emilian Bold <em...@gmail.com>.
The build harness perhaps?

--emi

On Fri, Nov 1, 2019 at 4:43 PM Andreas Hauffe
<an...@tu-dresden.de> wrote:
>
> Hi,
>
> I tried to compile my netbeans platform application with netbeans 11.2, but I got an error. The layer.xml validation reports that I've got a not valid layer.xml.
>
> It seems that this commit is the reason:
>
> https://github.com/apache/netbeans/commit/1a0de1d2da2aa0579d003bb7f0dde26dfc28f8b8#diff-2b637bb4c6d604cc031479895333d01c
>
> Do I have to change something in my app?
>
> Regards,
>
> --
> Andreas Hauffe, Leiter Forschungsfeld
>
> Auslegungsmethoden für Luftfahrzeuge
>
> Technische Universität Dresden
> Institut für Luft- und Raumfahrttechnik / Institute of Aerospace Engineering
> Professur für Luftfahrzeugtechnik / Chair of Aircraft Engineering
> D-01062 Dresden, Germany
>
> Phone: +49 351 463 38496 | Fax: +49 351 463 37263
>
> andreas.hauffe@tu-dresden.de | http://tu-dresden.de/mw/ilr/lft
>
> Do you know our free laminate analysis code eLamX? If not, please visit the following web address:
> https://tu-dresden.de/ing/maschinenwesen/ilr/lft/elamx2/elamx?set_language=en

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

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


Re: Unable to compile ant-basen Netbeans platform application with Netbeans 11.2

Posted by Neil C Smith <ne...@apache.org>.
On Fri, 1 Nov 2019 at 14:43, Andreas Hauffe
<an...@tu-dresden.de> wrote:
> I tried to compile my netbeans platform application with netbeans 11.2, but I got an error. The layer.xml validation reports that I've got a not valid layer.xml.
>
> It seems that this commit is the reason:
>
> https://github.com/apache/netbeans/commit/1a0de1d2da2aa0579d003bb7f0dde26dfc28f8b8#diff-2b637bb4c6d604cc031479895333d01c
>
> Do I have to change something in my app?

It's a known issue.  There's a PR for 11.3 which we might be able to
push as an update for 11.2
https://github.com/apache/netbeans/pull/1593

The other option is to manually edit common.xml in the IDE or in an
external harness if you're using one.  Unless it's possible to
override this task in another way?!

Best wishes,

Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

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