Skip to content

Commit

Permalink
checkpoint ... reading source project, ready to pvide list of names
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Oct 10, 2020
1 parent 1912911 commit 2ed62ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tonel/T2F2T-Conversion-Core/T2F2TConversion.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ T2F2TConversion class >> executeCommandLine [

{ #category : 'filetree/tonel commands' }
T2F2TConversion >> _copyPackagesFrom: sourceProject to: targetProject [
| packageNames |
sourceProject readPackageNames: packageNames.
self halt
]

{ #category : 'create command' }
Expand Down Expand Up @@ -85,7 +88,7 @@ T2F2TConversion >> convertTo: targetFormat packagesUsing: t2f2tPath stdout: stdo
tonelProject := Rowan
projectFromUrl: 'file://' , (t2f2tRoot / 'specs' / 'tonel.ston') pathString.
filetreeProject := Rowan
projectFromUrl: 'file://' , (t2f2tRoot / 'specs' / 'file.ston') pathString.
projectFromUrl: 'file://' , (t2f2tRoot / 'specs' / 'filetree.ston') pathString.
targetFormat = 'tonel'
ifTrue: [
targetProject := tonelProject.
Expand Down

0 comments on commit 2ed62ec

Please sign in to comment.