Closed
Bug 82925
Opened 23 years ago
Closed 23 years ago
java/xpcom/test build does not work on windows
Categories
(Core Graveyard :: Java to XPCOM Bridge, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: blackconnect, Assigned: blackconnect)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•23 years ago
|
||
Assignee | ||
Comment 2•23 years ago
|
||
take a look at http://bugzilla.mozilla.org/showattachment.cgi?attach_id=36269
It fixes problem with the build.
comments:
1. you do not want to use ':' in path on windows. you want to use ';'
2. you do not want to have . in -classpath (so -classpath $(CLASSPATH) would
not do)
3. java.class: rule is used incorrectly
4. why do not you have config file with all common rules (you can take a look at
mine config file in mozilla/java/xpcom/java/config)
closing as fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•