This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 245477 - Cannot build javaee.wildfly on Windows
Summary: Cannot build javaee.wildfly on Windows
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-08 12:12 UTC by Jiri Skrivanek
Modified: 2014-07-10 07:24 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2014-07-08 12:12:55 UTC
It is not possible to build javaee.wildfly on Windows. It is because some upper/lower case issues. For example in javaee.wildfly\build\classes-generated\org\netbeans\modules\javaee\wildfly\config\gen\JbossWeb.java cannot be resolved DataSourceType. If you look at generated classes there is DatasourceType.java

javaee.wildfly\build\classes-generated\org\netbeans\modules\javaee\wildfly\config\gen\DatasourceType.java

System:
Windows 7 64 bit
Java(TM) SE Runtime Environment (build 1.7.0_65-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
Comment 1 ehsavoie 2014-07-08 20:46:13 UTC
Both class are generated on Linux while widows with its case insensitive filesystem will overwrite the first one with the second. I'll try to generate in different packages.
Comment 2 Quality Engineering 2014-07-10 02:46:34 UTC
Integrated into 'main-silver', will be available in build *201407100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/97a5001a37e2
User: Emmanuel Hugonnet <ehsavoie@netbeans.org>
Log: Fixing bug #245477: Make the wildfly plugin buildable on Windows