Skip to main content

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

Hi Yassin,

For this kind of questions, please use the m2m newsgroup
(news://news.eclipse.org/eclipse.modeling.m2m). This mailing list is
used for development discussions.

Thanks :-)

It seems to me that similar questions have been asked on the M2M newsgroup, e.g.: http://www.eclipse.org/newsportal/article.php?id=226&group=eclipse.modeling.m2m#226

Best regards,
Freddy.

chkouri yassin a écrit :
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
_______________________________________________
m2m-dev mailing list
m2m-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2m-dev


--
Freddy Allilaire - ATLAS Group (INRIA & LINA)
UFR des Sciences et Techniques - Nantes
2, rue de la Houssinière - 44322 Nantes cedex 3 - France
tel. +33 2 51 12 58 10 - fax. +33 2 51 12 58 12
e.mail: freddy.allilaire@xxxxxxxxxxxxxx
http://www.sciences.univ-nantes.fr/lina/atl/contrib/allilaire



Back to the top