Opened 9 years ago
Closed 9 years ago
#14074 closed defect (fixed)
the build script does not work unless /util/buildscripts is the cwd
Reported by: | Rawld Gill | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | BuildSystem | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The build program is no longer sensitive to the cwd. The build script shouldn't depend on cwd==/util/buildscripts.
Also, the build script is using the flag==arg syntax while the build app is preferring --flag arg.
Also, it would be nice to allow invoking the node debugger as a bin option to the build script
Change History (7)
comment:1 Changed 9 years ago by
Component: | General → BuildSystem |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 9 years ago by
At r26839, build.sh was fixed. But build.bat still don't work. Simply change source:/dojo/util/trunk/buildscripts/[email protected]#L7 to
java -Xms256m -Xmx256m -cp "%~dp0../shrinksafe/js.jar";"%~dp0../closureCompiler/compiler.jar";"%~dp0../shrinksafe/shrinksafe.jar" org.mozilla.javascript.tools.shell.Main "%~dp0../../dojo/dojo.js" baseUrl="%~dp0../../dojo" load=build %*
%~dp0 is same as `basedir $0`
comment:5 Changed 9 years ago by
Milestone: | 1.7 → 1.8 |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
comment:6 Changed 9 years ago by
Status: | reopened → assigned |
---|
Note: See
TracTickets for help on using
tickets.
In [26839]: