summaryrefslogtreecommitdiff
path: root/edksetup.bat
AgeCommit message (Collapse)Author
2007-06-22Added "NewBuild" option to incorporate new build system locating in ↵jwang36
$(WORKSPACE)\BaseTools. This is a temporary solution which is subject to change in the future. Don't use it in formal platform or module build. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2706 6f19259b-4bc3-4df7-8a09-765794883524
2007-01-10Added support for xmlbeans-2.2.0jwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2203 6f19259b-4bc3-4df7-8a09-765794883524
2006-12-12make edksetup.bat accept case-insensitive parameters. wuyizhong
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2084 6f19259b-4bc3-4df7-8a09-765794883524
2006-11-01Fix a bug for setting CLASSPATH environment variable. Remove space after '=' ↵wuyizhong
when set the CLASSPATH. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1880 6f19259b-4bc3-4df7-8a09-765794883524
2006-10-19Put the our jar files before the system's CLASSPATHjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1798 6f19259b-4bc3-4df7-8a09-765794883524
2006-10-17Provide a way to update config files[target.txt, tools_def.txt, ↵wuyizhong
FrameworkDatabase.db] even they are existed. Using edksetup.bat Reconfig. Give a more detail edksetup.bat help usage. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1773 6f19259b-4bc3-4df7-8a09-765794883524
2006-10-17Fixed a little issue which will cause just one duplicated classpathjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1770 6f19259b-4bc3-4df7-8a09-765794883524
2006-10-17Fixed EDKT381. We can keep the system's CLASSPATH value after executing ↵jwang36
edksetup.bat and won't duplicate it with more than one time of execution. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1769 6f19259b-4bc3-4df7-8a09-765794883524
2006-10-10Set the comment for JAVA_HOME to point to the minimum release version of SUN ↵lhauch
JDK, 1.5.0_06, not 1.5.0_04 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1716 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-28Fix the warning of "Unknown argument: -noclasspath" when calling "edksetup ↵qouyang
ForceRebuild". git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1396 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-14git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1247 ↵alfred
6f19259b-4bc3-4df7-8a09-765794883524
2006-08-10git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1234 ↵alfred
6f19259b-4bc3-4df7-8a09-765794883524
2006-08-08Fixed a bug in resetting the tools path when you switched workspaces.lhauch
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1217 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-07added -noclasspath option to the ant cleanall for ForceRebuild, also changed ↵lhauch
edkii in readme to edk2 for the directory path. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1209 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-31Add judgement for PcdTools.jar in NormalBuild path in edksetup.batklu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1161 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-31Because Pcd entity, exception and some action package are shared by Building ↵klu2
tools and Wizard Tools, so I move them to Tools/Source folder and generated PcdTools.jar, git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1160 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-24Added test to ensure that the only options that can be used are the help ↵lhauch
optiops, Rebuild and ForceRebuild. Added printout of the CLASSPATH variable. Fixed case in two comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1087 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-19Add a file separate char for VS71COMNTOOLS. wuyizhong
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1042 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-14Removing references to obsolete files.lhauch
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1004 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-14Fixed CLASSPATH so that it is set to a specific value every time (no add-on ↵lhauch
to existing.) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1003 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-14Updated the ReleaseNotes.txt to include a PlatformName guideline and added ↵lhauch
the new edksetup.bat file which skips the tools build by default. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1000 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-131. Add build FrameworkWizard in edksetup.bathche10x
2. Modify FrameworkWizard.bat to skip building and only run the program git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@934 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-08Added the Common.jar file to the CLASSPATH that gets set if you use the skip ↵lhauch
option. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@836 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-06Provide a method to force rebuild. Using command "edksetup.bat ForceRebuild".wuyizhong
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@794 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-30Change to new XML Schema.wuyizhong
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@679 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-20Add exception and log mechanismqouyang
1. Add : a. GenBuildLogger.java in Tools/Source/GenBuild/org/tianocore/build/gobal. b.Tools/Source/Common/build.xml 2. modify: a.edksetup.bat b.Tools/build.xml c.Tools/Source/GenBuild/build.xml d. Tools/Source/GenBuild/org/tianocore/build/GenBuildTask.java git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@574 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-09Added an environment variable test to bypass setting the path multiple ↵lhauch
times, it checks the FRAMEWORK_TOOLS_PATH to make sure that it has not changed. If it has, it prepends the new FRAMEWORK_TOOLS_PATH setting to the PATH environment variable. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@458 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-09Fixed a bug in the script - missing % on a WORKSPACE declaration. Also, ↵lhauch
added an argument, skip, that will skip building tools and re-setting the PATH. executing edksetup skip sets WORKSPACE, FRAMEWORK_TOOLS_PATH, CYGWIN_HOME (if c:\cygwin exists) and the CLASSPATH. This arg was added so that folks who might run the program more than one time from the same command window do not end up with a PATH environment that exceeds the max number of characters. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@456 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-081.Change environment variable from "Framework_Tools_Path" to ↵qouyang
"FRAMEWORK_TOOLS_PATH". 2.Add one OUTPUT - *.org file for GenFfsFile tool. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@443 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-24Add %JAVA_HOME%\bin;%ANT_HOME%\bin;%XMLBEANS_HOME%\bin to Pathwuyizhong
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@249 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-10Change the name convention of Framework_Tools_Path to pass the buildyshi8
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@121 6f19259b-4bc3-4df7-8a09-765794883524
2006-05-091. update the comments to mention the variables should be set;yshi8
2. use %CD% to replace %~dp0 to remove the last "\" in the WORKSPACE variable 3. add some comments git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@115 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-28Split up the CLASSPATH lines into multiple lines for better readabilitylhauch
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@78 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-25Changed PATH to be PATH=%Framework_Tools_Path%;%PATH%lhauch
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@31 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-25Modified to handle XMLBEANS_HOMElhauch
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@30 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-24This is a patch from Yizhong to fix the XMLBEANS location.bbahnsen
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-21Remove the XML Beans and Ant stuff.bbahnsen
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5 6f19259b-4bc3-4df7-8a09-765794883524
2006-04-21Initial import.bbahnsen
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3 6f19259b-4bc3-4df7-8a09-765794883524