Changeset 4634

Show
Ignore:
Timestamp:
05/31/08 09:56:01 (7 months ago)
Author:
StevenMohr
Message:

fixed bug while creating TG2 egg

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • build/tgbuilder.py

    r4627 r4634  
    9797        fTG2.addStep(ShellCommand,command=["python","autobuildQuickstarts.py","TG2"],env={'PYTHONPATH':PythonPath},description="Creating quickstart projects",env={'PYTHONPATH':'bin:lib'}) 
    9898 
    99         fTG2.addStep(ShellCommand,command=["python","setup.py","bdist_egg"],description="Building TG1 egg",env={'PYTHONPATH':PythonPath})  
     99        fTG2.addStep(ShellCommand,command=["../bin/paver","bdist_egg"],description="Building TG2 egg",env={'PYTHONPATH':newPPath},workdir="build/tg2")  
    100100        return fTG2 
    101101