Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2m-dev] Run ATL-Transformation from command line

Hello,
I want to run the ATL Transformation from the command
line as an own application outside Eclipse. I'm using
the ATL Command-Line done by Dennis
(http://ssel.vub.ac.be/viewcvs/viewcvs.py/UML1CaseStudies/uml1cs-atlcommandline/src/org/atl/commandline/Main.java?view=markup)
. when i run my program i have this errors :
someone can help me ???
Thank in Advance

M.Y.CHKOURI

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--trans file:/home/chkouri/worksapce/arl/transfoProg/
--in IN=waterflow2.model BIPIN=bip.ecore EMF
Input metamodel BIPIN @
org.atl.eclipse.engine.AtlEMFModelHandler@99681b not
yet loaded - loading from bip.ecore
Referenced extents: []
Using input metamodel BIPIN : MOF
Loading input model IN from waterflow2.model
Referenced extents: []
Using input model IN : BIPIN
--out OUT=coucou.model BIPOUT=bip.ecore EMF
Loading output metamodel BIPOUT @
org.atl.eclipse.engine.AtlEMFModelHandler@99681b from
bip.ecore
Referenced extents: []
Using output metamodel BIPOUT : MOF
Creating new model OUT for output
Starting model transformation
file:/home/chkouri/worksapce/arl/transfoProg/
trans file:/home/chkouri/worksapce/arl/transfoProg/
libs {} models {BIPIN=BIPIN : MOF, OUT=OUT : BIPOUT,
BIPOUT=BIPOUT : MOF, IN=IN : BIPIN}params{}
java.io.FileNotFoundException:
/home/chkouri/worksapce/arl/transfoProg (No such file
or directory)
    at java.io.FileInputStream.open(Native Method)
    at
java.io.FileInputStream.<init>(FileInputStream.java:106)
    at
java.io.FileInputStream.<init>(FileInputStream.java:66)
    at
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70)
    at
sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161)
    at java.net.URL.openStream(URL.java:1007)
    at
org.atl.eclipse.engine.AtlLauncher.launch(AtlLauncher.java:69)
    at
org.atl.eclipse.engine.AtlLauncher.launch(AtlLauncher.java:53)
    at
org.atl.eclipse.engine.AtlLauncher.launch(AtlLauncher.java:49)
    at ujf.verimag.bip.transfo.Main.run(Main.java:293)
    at ujf.verimag.bip.transfo.Main.main(Main.java:70)
Model transformation done
Wrote coucou.model
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////


	

	
		
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com


Back to the top