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 118187 - EXECUTION classpath is wrong
Summary: EXECUTION classpath is wrong
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords: REGRESSION
Depends on:
Blocks: 111079
  Show dependency tree
 
Reported: 2007-10-09 08:30 UTC by Petr Pisl
Modified: 2007-10-11 14:44 UTC (History)
2 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 Petr Pisl 2007-10-09 08:30:18 UTC
When someone ask for EXECUTION classpath for webroot, then the the classpath contains one root as:
/space/projects/WebApplication33/${build.classes.dir.real}

So the property ${build.classes.dir.real} is not evaluated correctly.
Comment 1 Tomas Mysik 2007-10-09 11:19:32 UTC
Caused by solving issue #113297
(using 'build.classes.dir.real' property that is not set without executing build-impl.xml.)
Comment 2 Tomas Mysik 2007-10-10 14:18:14 UTC
Should be fixed now - please verify. Big cleanup done as well - removed 'old' EAR properties, 'run' classpath 
and 'debug' classpath have to be the same now.
David, thank you for cooperation on this issue.


Checking in web/project/src/org/netbeans/modules/web/project/UpdateHelper.java;
/cvs/web/project/src/org/netbeans/modules/web/project/UpdateHelper.java,v  <--  UpdateHelper.java
new revision: 1.27; previous revision: 1.26
done
Checking in web/project/src/org/netbeans/modules/web/project/Utils.java;
/cvs/web/project/src/org/netbeans/modules/web/project/Utils.java,v  <--  Utils.java
new revision: 1.20; previous revision: 1.19
done
Checking in web/project/src/org/netbeans/modules/web/project/WebProject.java;
/cvs/web/project/src/org/netbeans/modules/web/project/WebProject.java,v  <--  WebProject.java
new revision: 1.145; previous revision: 1.144
done
Checking in web/project/src/org/netbeans/modules/web/project/api/WebProjectUtilities.java;
/cvs/web/project/src/org/netbeans/modules/web/project/api/WebProjectUtilities.java,v  <--  WebProjectUtilities.java
new revision: 1.29; previous revision: 1.28
done
Checking in web/project/src/org/netbeans/modules/web/project/queries/CompiledSourceForBinaryQuery.java;
/cvs/web/project/src/org/netbeans/modules/web/project/queries/CompiledSourceForBinaryQuery.java,v  <--  
CompiledSourceForBinaryQuery.java
new revision: 1.16; previous revision: 1.15
done
Checking in web/project/src/org/netbeans/modules/web/project/resources/build-impl.xsl;
/cvs/web/project/src/org/netbeans/modules/web/project/resources/build-impl.xsl,v  <--  build-impl.xsl
new revision: 1.158; previous revision: 1.157
done
Checking in web/project/src/org/netbeans/modules/web/project/ui/customizer/WebProjectProperties.java;
/cvs/web/project/src/org/netbeans/modules/web/project/ui/customizer/WebProjectProperties.java,v  <--  
WebProjectProperties.java
new revision: 1.116; previous revision: 1.115
done
RCS file: /cvs/web/project/test/unit/src/org/netbeans/modules/web/project/UtilsTest.java,v
done
Checking in web/project/test/unit/src/org/netbeans/modules/web/project/UtilsTest.java;
/cvs/web/project/test/unit/src/org/netbeans/modules/web/project/UtilsTest.java,v  <--  UtilsTest.java
initial revision: 1.1
done