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 174568 - [68cat] Cannot build EJB jar
Summary: [68cat] Cannot build EJB jar
Status: RESOLVED DUPLICATE of bug 174527
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 16:33 UTC by jpleed3
Modified: 2009-10-14 19:27 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 jpleed3 2009-10-14 16:33:32 UTC
[ BUILD # : 200910100201 ]
[ JDK VERSION : 1.6.* ]

After a clean, I cannot build one of my EJB modules. If I use the
same .netbeans folder in build 200910071536, the build goes fine. Is
it not handling the space in the project name correctly?

The output:

init:
undeploy-clean:
deps-clean:
Deleting directory C:\Intranet\working\nbprojects\trunk\Core
Framework\build
Deleting directory C:\Intranet\working\nbprojects\trunk\Core
Framework\dist
clean:
init:
deps-jar:
Created dir: C:\Intranet\working\nbprojects\trunk\Core
Framework\build\jar
Copying 2 files to C:\Intranet\working\nbprojects\trunk\Core
Framework\build\jar\META-INF
Created dir: C:\Intranet\working\nbprojects\trunk\Core
Framework\build\empty
Compiling 110 source files to
C:\Intranet\working\nbprojects\trunk\Core Framework\build\jar
javac: invalid flag: Framework\${endorsed.classpath}
Usage: javac <options> <source files>
use -help for a list of possible options
C:\Intranet\working\nbprojects\trunk\Core
Framework\nbproject\build-impl.xml:353: The following error occurred
while executing this line:
C:\Intranet\working\nbprojects\trunk\Core
Framework\nbproject\build-impl.xml:180: Compile failed; see the
compiler error output for details.
BUILD FAILED (total time: 1 second)
Comment 1 David Konecny 2009-10-14 19:27:12 UTC

*** This issue has been marked as a duplicate of 174527 ***