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 173039 - [GFESB v2.2] IEP Projects fail to build from command line
Summary: [GFESB v2.2] IEP Projects fail to build from command line
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: IEP project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Gabriel Badescu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-24 15:33 UTC by ian_chalmers
Modified: 2009-11-12 10:56 UTC (History)
0 users

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 ian_chalmers 2009-09-24 15:33:21 UTC
[GFESV v2.2] building an IEP project from the command line fails:

    (alias:jbidev.gfesb):nb/Test1 -> nbant clean dist_se
    Buildfile: build.xml
    
    do-clean:
       [delete] Deleting directory /Volumes/Work/qe/jdev/paths/jbidev/jbi/shasta/engines/iepse/nb/Test1/build
    
    pre-dist:
        [mkdir] Created dir: /Volumes/Work/qe/jdev/paths/jbidev/jbi/shasta/engines/iepse/nb/Test1/build
        [mkdir] Created dir: /Volumes/Work/qe/jdev/paths/jbidev/jbi/shasta/engines/iepse/nb/Test1/build/META-INF
    
    BUILD FAILED
    /Volumes/Work/qe/jdev/paths/jbidev/jbi/shasta/engines/iepse/nb/Test1/nbproject/build-impl.xml:144: Errors found: null
    
    Total time: 0 seconds

Cause is missing xml2/modules/org-netbeans-modules-xml-validation.jar from (command-line) classpath:

    (alias:jbidev.gfesb):nb/Test1 -> diff
/Volumes/Work/qe/jdev/paths/jbidev/jbi/shasta/engines/iepse/nb/Test1/nbproject/build-impl.xml
/Volumes/Work/qe/jdev/paths/jbidev/jbi/shasta/engines/iepse/nb/Test1/nbproject/build-impl.xml.bad
    86d85
    <             <pathelement location="${esb.netbeans.platform}/../xml2/modules/org-netbeans-modules-xml-validation.jar"/>


[config]

(alias:jbidev.gfesb):nb/Test1 -> jbimgr -v
App Server details:

  app server host              = localhost
  app server version           = Sun GlassFish Enterprise Server v2.1.1 (9.1.2) (build b29-fcs)
  app server build date        = Wed Aug 19 00:03:38 BST 2009
  app server home              = /Volumes/Work/qe/gfesbv22/gf912

Product details:

  type                         = GFESB
  variant                      = Glassfish
  kit type                     = product
  build                        = 20090921-0736
  version                      = 2.2

Database details:

  type                         = javadb
  user                         = app
  jdbc url                     = jdbc:derby://localhost:1527/

JBI details:

  operating system             = Mac OS X 10.5.8 [i386] (en_US MacRoman)
  java version                 = 1.5.0_20-b02-315 (32-bit)
  java home                    = /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
  java tmp dir                 = /var/folders/RL/RLnqrAAiE+0YBWkpxy26f++++TI/-Tmp-/
  app server type              = GLASSFISH (sub-type = DEVELOPER version = 912)
  app server domains           = 1 (instances = 0 cluster = )
  jbi host                     = localhost
  jbi port                     = 17888 (secure = false)
  runtime build                = 090920 
  runtime version              = 2.6
  runtime codeline             = main
  runtime component build      = 090920
  runtime component version    = 2.6
  runtime component codeline   = main
  component build              = 090921
  component version            = 2.6
  component codeline           = main
  design time build            = 090920
  design time codeline         = gfesbv22


Build details:

  JBI Framework                = Sun Sep 20 08:28:58 BST 2009 [/Volumes/Work/qe/gfesbv22/gf912/jbi/lib/jbi_framework.jar]
  HTTP Binding                 = Sun Sep 20 05:31:08 BST 2009
[090920,2.6.0,main,/Volumes/Work/qe/gfesbv22/gf912/jbi/components/sun-http-binding/httpbc.jar]
  BPEL Service Engine          = Mon Sep 21 05:39:28 BST 2009
[090921,2.6.0,main,/Volumes/Work/qe/gfesbv22/gf912/addons/jbi-components/bpelserviceengine.jar]

NetBeans build details:

  IDE build                    = 200909181801                
[/Volumes/Work/qe/gfesbv22/netbeans.app/Contents/Resources/netbeans/platform10/lib/boot.jar META-INF/MANIFEST.MF]
  IDE build date               = Fri Sep 18 18:28:32 BST 2009
[/Volumes/Work/qe/gfesbv22/netbeans.app/Contents/Resources/netbeans/platform10/core/core.jar]
  SOA build date               = Sun Sep 20 22:32:20 BST 2009
[/Volumes/Work/qe/gfesbv22/netbeans.app/Contents/Resources/netbeans/soa2/modules/org-netbeans-modules-compapp-projects-jbi.jar]
  home dir                     = /Volumes/Work/qe/gfesbv22/netbeans.app/Contents/Resources/netbeans
  user dir                     = /Volumes/Work/qe/netbeans/userdir.gfesbv22
Comment 1 Yanbing Lu 2009-09-26 23:22:49 UTC
add
  <pathelement location="${esb.netbeans.platform}/../xml2/modules/org-netbeans-modules-xml-validation.jar"/>

IEP PROJECT
Comment 2 Yanbing Lu 2009-09-26 23:23:04 UTC
add
  <pathelement location="${esb.netbeans.platform}/../xml2/modules/org-netbeans-modules-xml-validation.jar"/>

IEP PROJECT
Comment 3 jlautz 2009-11-12 10:56:01 UTC
Verified fixed with GFESB 2.2.