Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » M2T (model-to-text transformation) » [Acceleo] "Launch Acceleo Application" fails
[Acceleo] "Launch Acceleo Application" fails [message #1060080] Thu, 23 May 2013 01:41 Go to next message
Rain B is currently offline Rain BFriend
Messages: 1
Registered: May 2013
Junior Member
This is not a lazyweb post. I have been trying to solve this since the weekend, and have exhausted my google fu and jiggery-pokery powers. Before I file a bug, I'm hoping someone here has a solution or explanation for me.

This is reproducible for me on a fresh install with nothing added except Acceleo and UML2 Extender SDK. I am listing every single last thing that I did below, because I want it to be crystal clear that this occurs on a virgin install, with no weird or non-standard plugins or other foolishness, with files that are generated by Eclipse and untouched by me.

The salient error part is coloured red so you can pick it out of the wall of text. Never let it be said that I did not provide enough information.

Step-by-step:

Untar eclipse-jee-juno-SR2-linux-gtk.tar.gz

Launch Eclipse

Set new (to be created by IDE) workspace in dialog

Go to Help->Install New Software...

Type in "acceleo" in filter box, select "-All Available Sites-", continue through to installation and restart of IDE

Install UML2 Extender SDK, restart IDE

Open Perspective->Acceleo

File->New->Acceleo Project

Configure project, using JavaSE-1.7 execution environment, metamodel = http://www.eclipse.org/uml2/4.0.0/UML, module name = generate, type = Class, "Generate File" and "Main Template" ticked

Open generate.mtl, it has the following contents:
[comment encoding = UTF-8 /]
[module generate('http://www.eclipse.org/uml2/4.0.0/UML')]


[template public generateElement(aClass : Class)]
[comment @main/]
[file (aClass.name, false, 'UTF-8')]

[/file]
[/template]

(NOTE: I get the exact same failure even if I bother to fill in some barebones data and am absolutely certain that it is syntactically correct, so I'm just going to stop you right there if you were going to say "hey, why don't you try editing that IDE-generated file?". It is also entirely possible that I may have thought it might be a good idea to try all of this using the IDE-provided "UML to Java" example. It is certainly a fact that the same failure occurs when I do that. I have been at this for days.)

Right-click on generate.mtl in Package Explorer, Run As->Launch Acceleo Application

Set model and target in the Run Configuration dialog, click Apply, click Run

Sweet! A dialog box entitled, helpfully, "Problem Occurred":
'Launching Generate' has encountered a problem.

An internal error occurred during: "Launching Generate".


Yes, there's a Details button, but below you can see the log entry generated, which is actually the details (the Details button just gives you a summary... speaking of syntax errors).

END step-by-step

Nothing I do will get me past this stage. As mentioned, I've generated Example projects and ended up at the same place - only the names have changed.

And now, lots of lovely relevant technical information.

From "About Eclipse":
Eclipse Java EE IDE for Web Developers.

Version: Juno Service Release 2
Build id: 20130225-0426

--------

Output of File->Export...->Installed Software Items to File
These are the only items that I have installed. Everything else in plugins was in the tin when I opened it, and as you know that isn't listed when you export.

Name: N/A
Package: org.eclipse.acceleo.source.feature.group
Version: 3.3.3.201303130933
Name: N/A
Package: org.eclipse.acceleo.runtime.source.feature.group
Version: 3.3.3.201303130933
Name: Acceleo
Package: org.eclipse.acceleo.feature.group
Version: 3.3.3.201303130933
Name: Acceleo Documentation
Package: org.eclipse.acceleo.doc.feature.group
Version: 3.3.3.201303130933
Name: Acceleo Examples
Package: org.eclipse.acceleo.examples.feature.group
Version: 3.3.3.201303130933
Name: Acceleo Runtime
Package: org.eclipse.acceleo.runtime.feature.group
Version: 3.3.3.201303130933
Name: Acceleo SDK
Package: org.eclipse.acceleo.sdk.feature.group
Version: 3.3.3.201303130933
Name: Acceleo UI capability definitions
Package: org.eclipse.acceleo.ui.capabilities.feature.group
Version: 3.3.3.201303130933
Name: Eclipse IDE for Java EE Developers
Package: epp.package.jee
Version: 1.5.2.20130211-1820
Name: UML2 Extender SDK
Package: org.eclipse.uml2.sdk.feature.group
Version: 4.0.2.v20130114-0902

----------

Logged error (unfortunately I don't know how to make the IDE cough up any more of the stack trace... anyone?):

eclipse.buildId=M20130204-1200
java.version=1.7.0_21
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product

Error
Wed May 22 15:49:33 PDT 2013
An internal error occurred during: "Launching Generate".

org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.xml.sax.SAXParseExceptionpublicId: file:/home/rain/testing/jee-workspace/org.eclipse.acceleo.module.sample/src/org/eclipse/acceleo/module/sample/main/ generate.mtl; systemId: file:/home/rain/testing/jee-workspace/org.eclipse.acceleo.module.sample/src/org/eclipse/acceleo/module/sample/main/generate.mtl; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319)
at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278)
at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:406)
at org.eclipse.acceleo.common.utils.ModelUtils.load(ModelUtils.java:361)
at org.eclipse.acceleo.engine.service.AbstractAcceleoGenerator.initialize(AbstractAcceleoGenerator.java:457)
at org.eclipse.acceleo.ide.ui.launching.strategy.AcceleoLaunchOperation.run(AcceleoLaunchOperation.java:124)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326)
at org.eclipse.acceleo.ide.ui.launching.strategy.AcceleoPluginLaunchingStrategy. launch(AcceleoPluginLaunchingStrategy.java:259)
at org.eclipse.acceleo.ide.ui.launching.strategy.AcceleoPluginLaunchingStrategy. launch(AcceleoPluginLaunchingStrategy.java:161)
at org.eclipse.acceleo.internal.ide.ui.launching.AcceleoLaunchDelegate.launch(AcceleoLaunchDelegate.java:51)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:855)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:704)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1047)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1251)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: org.xml.sax.SAXParseExceptionpublicId: file:/home/rain/testing/jee-workspace/org.eclipse.acceleo.module. sample/src/org/eclipse/acceleo/module/sample/main/generate.mtl; systemId: file:/home/rain/testing/jee-workspace/org. eclipse.acceleo.module.sample/src/org/eclipse/acceleo/module/sample/main/generate.mtl; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:198)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:441)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:368)
at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1388)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:998)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:607)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl. scanDocument(XMLDocumentFragmentScannerImpl.java:489)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:835)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:123)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1210)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:568)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:302)
at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:175)
at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:240)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1505)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1284)
at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259)
at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)
... 14 more

-----------

One thing that I find a little odd is that the IDE reports buildID as "20130225-0426", but the error log says "M20130204-1200". But, as I have hopefully made abundantly clear, this is all right out of the tin, and that's what came out.

And just hold on there before you hit reply.

"lineNumber: 1; columnNumber: 1; Content is not allowed in prolog"

Yes, I saw that. Yes, I have exhaustively researched it. The general consensus is that it has to do with an unwanted BOM. But guess what? Not this time.

First, I opened up the file in vim, checked that the fileencoding was utf-8, and for good measure set nobomb before saving and closing. That didn't help, so I opened it in a hex editor. No BOM. The file is plain UTF-8 just like the IDE says it is.

So, that's not the problem.
Re: [Acceleo] "Launch Acceleo Application" fails [message #1060245 is a reply to message #1060080] Thu, 23 May 2013 16:39 Go to previous messageGo to next message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
Hi

Launch As Acceleo Application never works for me, so I always use the
Java option.

HTH

Regards

Ed Willink

On 23/05/2013 15:10, Rain B wrote:
> This is not a lazyweb post. I have been trying to solve this since the
> weekend, and have exhausted my google fu and jiggery-pokery powers.
> Before I file a bug, I'm hoping someone here has a solution or
> explanation for me.
>
> This is reproducible for me on a fresh install with nothing added
> except Acceleo and UML2 Extender SDK. I am listing every single last
> thing that I did below, because I want it to be crystal clear that
> this occurs on a virgin install, with no weird or non-standard plugins
> or other foolishness, with files that are generated by Eclipse and
> untouched by me.
>
> The salient error part is coloured red so you can pick it out of the
> wall of text. Never let it be said that I did not provide enough
> information.
>
> Step-by-step:
>
> Untar eclipse-jee-juno-SR2-linux-gtk.tar.gz
>
> Launch Eclipse
>
> Set new (to be created by IDE) workspace in dialog
>
> Go to Help->Install New Software...
>
> Type in "acceleo" in filter box, select "-All Available Sites-",
> continue through to installation and restart of IDE
>
> Install UML2 Extender SDK, restart IDE
>
> Open Perspective->Acceleo
>
> File->New->Acceleo Project
>
> Configure project, using JavaSE-1.7 execution environment, metamodel =
> http://www.eclipse.org/uml2/4.0.0/UML, module name = generate, type =
> Class, "Generate File" and "Main Template" ticked
>
> Open generate.mtl, it has the following contents:
> [comment encoding = UTF-8 /]
> [module generate('http://www.eclipse.org/uml2/4.0.0/UML')]
>
>
> [template public generateElement(aClass : Class)]
> [comment @main/]
> [file (aClass.name, false, 'UTF-8')]
>
> [/file]
> [/template]
>
> (NOTE: I get the exact same failure even if I bother to fill in some
> barebones data and am absolutely certain that it is syntactically
> correct, so I'm just going to stop you right there if you were going
> to say "hey, why don't you try editing that IDE-generated file?". It
> is also entirely possible that I may have thought it might be a good
> idea to try all of this using the IDE-provided "UML to Java" example.
> It is certainly a fact that the same failure occurs when I do that. I
> have been at this for days.)
>
> Right-click on generate.mtl in Package Explorer, Run As->Launch
> Acceleo Application
>
> Set model and target in the Run Configuration dialog, click Apply,
> click Run
>
> Sweet! A dialog box entitled, helpfully, "Problem Occurred":
> 'Launching Generate' has encountered a problem.
>
> An internal error occurred during: "Launching Generate".
>
> Yes, there's a Details button, but below you can see the log entry
> generated, which is actually the details (the Details button just
> gives you a summary... speaking of syntax errors).
>
> END step-by-step
>
> Nothing I do will get me past this stage. As mentioned, I've generated
> Example projects and ended up at the same place - only the names have
> changed.
>
> And now, lots of lovely relevant technical information.
>
> From "About Eclipse":
> Eclipse Java EE IDE for Web Developers.
>
> Version: Juno Service Release 2
> Build id: 20130225-0426
>
> --------
>
> Output of File->Export...->Installed Software Items to File
> These are the only items that I have installed. Everything else in
> plugins was in the tin when I opened it, and as you know that isn't
> listed when you export.
>
> Name: N/A
> Package: org.eclipse.acceleo.source.feature.group
> Version: 3.3.3.201303130933
> Name: N/A
> Package: org.eclipse.acceleo.runtime.source.feature.group
> Version: 3.3.3.201303130933
> Name: Acceleo
> Package: org.eclipse.acceleo.feature.group
> Version: 3.3.3.201303130933
> Name: Acceleo Documentation
> Package: org.eclipse.acceleo.doc.feature.group
> Version: 3.3.3.201303130933
> Name: Acceleo Examples
> Package: org.eclipse.acceleo.examples.feature.group
> Version: 3.3.3.201303130933
> Name: Acceleo Runtime
> Package: org.eclipse.acceleo.runtime.feature.group
> Version: 3.3.3.201303130933
> Name: Acceleo SDK
> Package: org.eclipse.acceleo.sdk.feature.group
> Version: 3.3.3.201303130933
> Name: Acceleo UI capability definitions
> Package: org.eclipse.acceleo.ui.capabilities.feature.group
> Version: 3.3.3.201303130933
> Name: Eclipse IDE for Java EE Developers
> Package: epp.package.jee
> Version: 1.5.2.20130211-1820
> Name: UML2 Extender SDK
> Package: org.eclipse.uml2.sdk.feature.group
> Version: 4.0.2.v20130114-0902
>
> ----------
>
> Logged error (unfortunately I don't know how to make the IDE cough up
> any more of the stack trace... anyone?):
>
> eclipse.buildId=M20130204-1200
> java.version=1.7.0_21
> java.vendor=Oracle Corporation
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Framework arguments: -product org.eclipse.epp.package.jee.product
> Command-line arguments: -os linux -ws gtk -arch x86 -product
> org.eclipse.epp.package.jee.product
>
> Error
> Wed May 22 15:49:33 PDT 2013
> An internal error occurred during: "Launching Generate".
>
> org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException:
> org.xml.sax.SAXParseExceptionpublicId:
> file:/home/rain/testing/jee-workspace/org.eclipse.acceleo.module.sample/src/org/eclipse/acceleo/module/sample/main/
> generate.mtl; systemId:
> file:/home/rain/testing/jee-workspace/org.eclipse.acceleo.module.sample/src/org/eclipse/acceleo/module/sample/main/generate.mtl;
> lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
> at
> org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319)
> at
> org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278)
> at
> org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:406)
> at
> org.eclipse.acceleo.common.utils.ModelUtils.load(ModelUtils.java:361)
> at
> org.eclipse.acceleo.engine.service.AbstractAcceleoGenerator.initialize(AbstractAcceleoGenerator.java:457)
> at
> org.eclipse.acceleo.ide.ui.launching.strategy.AcceleoLaunchOperation.run(AcceleoLaunchOperation.java:124)
> at
> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2344)
> at
> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326)
> at
> org.eclipse.acceleo.ide.ui.launching.strategy.AcceleoPluginLaunchingStrategy.
> launch(AcceleoPluginLaunchingStrategy.java:259)
> at
> org.eclipse.acceleo.ide.ui.launching.strategy.AcceleoPluginLaunchingStrategy.
> launch(AcceleoPluginLaunchingStrategy.java:161)
> at
> org.eclipse.acceleo.internal.ide.ui.launching.AcceleoLaunchDelegate.launch(AcceleoLaunchDelegate.java:51)
> at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:855)
> at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:704)
> at
> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1047)
> at
> org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1251)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
> Caused by: org.xml.sax.SAXParseExceptionpublicId:
> file:/home/rain/testing/jee-workspace/org.eclipse.acceleo.module.
> sample/src/org/eclipse/acceleo/module/sample/main/generate.mtl;
> systemId: file:/home/rain/testing/jee-workspace/org.
> eclipse.acceleo.module.sample/src/org/eclipse/acceleo/module/sample/main/generate.mtl;
> lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
> at
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:198)
> at
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
> at
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:441)
> at
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:368)
> at
> com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1388)
> at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:998)
> at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:607)
> at
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.
> scanDocument(XMLDocumentFragmentScannerImpl.java:489)
> at
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:835)
> at
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
> at
> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:123)
> at
> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1210)
> at
> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:568)
> at
> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:302)
> at
> org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(XMLLoadImpl.java:175)
> at
> org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(XMLResourceImpl.java:240)
> at
> org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1505)
> at
> org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1284)
> at
> org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259)
> at
> org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)
> .. 14 more
>
> -----------
>
> One thing that I find a little odd is that the IDE reports buildID as
> "20130225-0426", but the error log says "M20130204-1200". But, as I
> have hopefully made abundantly clear, this is all right out of the
> tin, and that's what came out.
>
> And just hold on there before you hit reply.
>
> "lineNumber: 1; columnNumber: 1; Content is not allowed in prolog"
>
> Yes, I saw that. Yes, I have exhaustively researched it. The general
> consensus is that it has to do with an unwanted BOM. But guess what?
> Not this time.
>
> First, I opened up the file in vim, checked that the fileencoding was
> utf-8, and for good measure set nobomb before saving and closing. That
> didn't help, so I opened it in a hex editor. No BOM. The file is plain
> UTF-8 just like the IDE says it is.
>
> So, that's not the problem.
Re: [Acceleo] "Launch Acceleo Application" fails [message #1062641 is a reply to message #1060080] Mon, 10 June 2013 08:48 Go to previous message
Stephane Begaudeau is currently offline Stephane BegaudeauFriend
Messages: 458
Registered: April 2010
Location: Nantes (France)
Senior Member

Hi,

org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.xml.sax.SAXParseExceptionpublicId: file:/home/rain/testing/jee-workspace/org.eclipse.acceleo.module.sample/src/org/eclipse/acceleo/module/sample/main/ generate.mtl; systemId: file:/home/rain/testing/jee-workspace/org.eclipse.acceleo.module.sample/src/org/eclipse/acceleo/module/sample/main/generate.mtl; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319)
at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278)
at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:406)
at org.eclipse.acceleo.common.utils.ModelUtils.load(ModelUtils.java:361)


From your stack trace it seems that you are trying to load mtl files (uncompiled Acceleo modules) in a resource set. It will never work, only emtl files (compiled Acceleo modules) can work. So a couple questions:
* did you change anything in the Java launcher generated by Acceleo?
* if you open the project, do you have a "bin" folder? do you have emtl files inside? (if you don't, your project has not been compiled, it will never work)
* do you have the action "Project -> Build automatically" checked? What happens if your force the compilation of the project?


Regards,

Stephane Begaudeau, Obeo

--
Twitter: @sbegaudeau
Google+: +stephane.begaudeau
Blog: http://stephanebegaudeau.tumblr.com | Eclipse Java Development Tools Tips and Tricks
Previous Topic:how can i extract the data from model to text
Next Topic:Customize the launcher unit
Goto Forum:
  


Current Time: Thu Apr 25 00:13:31 GMT 2024

Powered by FUDForum. Page generated in 0.03929 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top