Hallo,
ich habe soeben beide Programme getestet um zu meinem Delphi.Net Source Code Hilfedateien zu bekommen.
Leider habe ich bei beiden Programmen Probleme:
- Bei NDoc erstellt er mir für ALLE Borland.Delphi.* Dateien Hilfen, ich will aber nur
Hilfen für meine beiden Projekt Klassen erstellt haben...geht das?
- Bei XMLDoch kommt nach dem xmldoc.py aufruf immer zuerst der fehler das der ordner content, wenn ich diesen erstellt habe,
der fehler das der ordner template fehlt. Dananch macht er was:
C:\Programme\XMLDoc>xmldoc.py "N:\develop\Delphi Remotefunctions.Net"
Beginning normalization.
Normalizing output
began at 08:20:45 03/31/06 Westeuropõische Normalzeit
completed at 08:20:46 03/31/06 Westeuropõische Normalzeit
API norm began at 08:20:44 03/31/06 Westeuropõische Normalzeit
completed at 08:20:46 03/31/06 Westeuropõische Normalzeit
Traceback (most recent call last):
File "C:\Programme\XMLDoc\xmldoc.py", line 51, in ?
shutil.copytree(
os.path.join(normdir, "content"),
os.path.join(docdir, "content"))
File "C:\PROGRA~1\Python23\lib\shutil.py", line 100, in copytree
names =
os.listdir(src)
WindowsError: [Errno 3] Das System kann den angegebenen Pfad nicht finden: 'C:\\Programme\\XMLDoc\\xmldoc\\APInorm\\cont
ent/*.*'
C:\Programme\XMLDoc>xmldoc.py "N:\develop\Delphi Remotefunctions.Net"
Beginning normalization.
Normalizing output
began at 08:21:47 03/31/06 Westeuropõische Normalzeit
completed at 08:21:47 03/31/06 Westeuropõische Normalzeit
API norm began at 08:21:47 03/31/06 Westeuropõische Normalzeit
completed at 08:21:47 03/31/06 Westeuropõische Normalzeit
Merging
began at 08:21:48 03/31/06 Westeuropõische Normalzeit
completed at 08:21:48 03/31/06 Westeuropõische Normalzeit
Building
1 Datei(en) kopiert.
began at 08:21:49 03/31/06 Westeuropõische Normalzeit
completed at 08:21:49 03/31/06 Westeuropõische Normalzeit
Cleaning links
making
HTML file list.
Datei nicht gefunden
Link cleaning began at 08:21:50 03/31/06 Westeuropõische Normalzeit
completed at 08:21:50 03/31/06 Westeuropõische Normalzeit
Creating TOC
created the file namespacelist.xml
API merge began at 08:21:48 03/31/06 Westeuropõische Normalzeit
completed at 08:21:50 03/31/06 Westeuropõische Normalzeit
began at 08:21:46 03/31/06 Westeuropõische Normalzeit
completed at 08:21:51 03/31/06 Westeuropõische Normalzeit
Allerding entstehen keine Dateien im SourceCode/doc Verzeichniss.
Was mach ich den falsch bzw, was muß noch einstellen, damits klappt?
Danke,
winx